Searched refs:FALSE (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.h180 #ifndef FALSE
181 #define FALSE 0 macro
182 #endif /* FALSE */
406 static XMLNode createXMLTopNode(XMLCSTR lpszName, char isDeclaration=FALSE); ///< Create the top node of an XMLNode structure
407 XMLNode addChild(XMLCSTR lpszName, char isDeclaration=FALSE, XMLElementPosition pos=-1); ///< Add a new child node
481 static XMLNode createXMLTopNode_WOSD(XMLSTR lpszName, char isDeclaration=FALSE); ///< Create the top node of an XMLNode structure
482 XMLNode addChild_WOSD(XMLSTR lpszName, char isDeclaration=FALSE, XMLElementPosition pos=-1); ///< Add a new child node
750 * in "inMaxByteOutBuflen". If "outByteBuf" is not large enough or if data is malformed, then "FALSE"
H A DxmlParser.cc223 return FALSE;
231 if ((((unsigned long)b)%sizeof(wchar_t))!=0) return FALSE;
236 if (len < (int)sizeof(wchar_t)) return FALSE;
239 if (len&1) return FALSE;
256 return FALSE;
1075 int indexStart, nFoundMatch, nIsText = FALSE;
1111 nFoundMatch = FALSE;
1125 if (nFoundMatch == FALSE) {
1558 pXML->nFirst = FALSE;
1595 if (maybeAddTxT(pXML, token.pStr)) return FALSE;
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc659 FALSE, // Waits for any of the handles.
684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
717 != FALSE);
724 FALSE, // The initial state is non-signalled.
776 &process_info) != FALSE);
1231 FALSE, // Non-inheritable.
1253 FALSE, // Request non-inheritable handler.
1267 FALSE,
H A Dgtest-port.cc224 FALSE, // Initially unset.
230 GTEST_CHECK_(::SetEvent(event_.Get()) != FALSE);
496 FALSE,
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc1162 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL);
1176 handle = ::CreateEvent(NULL, FALSE, FALSE, NULL);
H A Dgtest-port_test.cc1161 wait_event_.Reset(::CreateEvent(NULL, TRUE, FALSE, NULL));

Completed in 35 milliseconds