/external/tpm2/include/tpm2/ |
H A D | bool.h | 13 #if defined FALSE 14 #undef FALSE macro 17 #define FALSE ((BOOL)0) macro
|
/external/icu/icu4c/source/common/ |
H A D | rbbirpt.h | 83 , {doExprStart, 254, 29, 9, FALSE} // 1 start 86 , {doExprStart, 36 /* $ */, 88, 98, FALSE} // 4 89 , {doNOP, 252, 0,0, FALSE} // 7 90 , {doExprStart, 255, 29, 9, FALSE} // 8 93 , {doRuleError, 255, 103,0, FALSE} // 11 94 , {doExprStart, 254, 29,0, FALSE} // 12 start-after-caret 96 , {doRuleError, 94 /* ^ */, 103,0, FALSE} // 14 97 , {doExprStart, 36 /* $ */, 88, 37, FALSE} // 15 98 , {doRuleError, 59 /* ; */, 103,0, FALSE} // 16 99 , {doRuleError, 252, 103,0, FALSE} // 1 [all...] |
/external/tpm2/ |
H A D | _TPM_Init.c | 15 g_inFailureMode = FALSE; 16 g_forceFailureMode = FALSE; 37 g_DrtmPreStartup = FALSE;
|
H A D | Power.c | 22 s_initialized = FALSE; 50 // FALSE TPM has not been initialized
|
H A D | Cancel.c | 20 // FALSE if cancel flag is not set 56 s_isCanceled = FALSE;
|
H A D | PPPlat.c | 20 // FALSE if physical presence is not signaled 56 s_physicalPresence = FALSE;
|
H A D | PowerPlat.c | 28 s_isCanceled = FALSE; 46 s_powerLost = FALSE;
|
/external/icu/icu4c/source/tools/makeconv/ |
H A D | ucnvstat.c | 25 { 0x1a, 0, 0, 0 }, 1, FALSE, FALSE, 36 { 0, 0, 0, 0 },0, FALSE, FALSE, /* subchar */ 46 { 0x1a, 0, 0, 0 }, 1, FALSE, FALSE, 56 { 0, 0, 0, 0 },0, FALSE, FALSE,
|
/external/curl/tests/unit/ |
H A D | unit1303.c | 79 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"}, 80 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"}, 81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"}, 82 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"}, 91 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"}, 92 {BASE + 4, 990000, 10000, 0, FALSE, 5010, "5010 ms should be left"}, 93 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"}, 94 {BASE + 12, 0, 10000, 0, FALSE, -2000, "-2000, overdue 2 seconds"}, 97 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"}, 98 {BASE + 4, 990000, 10000, 0, FALSE, 501 [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_conv.c | 254 success = FALSE; 337 { TRUE, FALSE, TRUE, TRUE, 32, 4 }, 338 { TRUE, FALSE, TRUE, FALSE, 32, 4 }, 339 { TRUE, FALSE, FALSE, TRUE, 32, 4 }, 340 { TRUE, FALSE, FALSE, FALSE, 32, 4 }, 342 { TRUE, FALSE, TRU [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | regexcst.h | 153 , {doPatStart, 255, 2,0, FALSE} // 1 start 164 , {doPatFinish, 253, 2,0, FALSE} // 12 165 , {doRuleError, 255, 206,0, FALSE} // 13 171 , {doNOP, 255, 20,0, FALSE} // 19 174 , {doNOP, 255, 2,0, FALSE} // 22 176 , {doNOP, 255, 27,0, FALSE} // 24 178 , {doNOP, 255, 29,0, FALSE} // 26 180 , {doOpenCaptureParen, 255, 2, 14, FALSE} // 28 187 , {doBeginMatchMode, 105 /* i */, 53,0, FALSE} // 35 188 , {doBeginMatchMode, 100 /* d */, 53,0, FALSE} // 3 [all...] |
/external/compiler-rt/test/asan/TestCases/Windows/ |
H A D | report_after_syminitialize.cc | 11 // Make sure the RTL recovers from "fInvadeProcess=FALSE". 12 if (!SymInitialize(GetCurrentProcess(), 0, FALSE))
|
/external/harfbuzz_ng/test/api/ |
H A D | test-buffer.c | 433 { "\xc2\xa9\xc2\xa9\xc2\xa9", 1, 0, FALSE }, 435 { "\xc2\xa9\xc2\xa9\xc2\xa9", 3, 2, FALSE }, 437 { "\xc2\xa9\xc2\xa9\xc2\xa9", 5, 4, FALSE }, 441 { "\xe2\x89\xa0\xe2\x89\xa0", 1, 0, FALSE }, 442 { "\xe2\x89\xa0\xe2\x89\xa0", 2, 0, FALSE }, 444 { "\xe2\x89\xa0\xe2\x89\xa0", 4, 3, FALSE }, 445 { "\xe2\x89\xa0\xe2\x89\xa0", 5, 3, FALSE }, 456 { "\xf8\x88\x80\x80\x80", -1, 0, FALSE }, 457 { "\xfc\x84\x80\x80\x80\x80", -1, 0, FALSE }, 463 { "\xf4\x90\xbf\xbf", -1, 0, FALSE }, [all...] |
/external/lzma/CPP/Windows/ |
H A D | Defs.h | 9 inline bool LRESULTToBool(LRESULT v) { return (v != FALSE); }
10 inline bool BOOLToBool(BOOL v) { return (v != FALSE); }
11 inline BOOL BoolToBOOL(bool v) { return (v ? TRUE: FALSE); }
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
H A D | data_types.h | 23 #ifndef FALSE 24 #define FALSE 0 macro 39 #define TRUE (!FALSE)
|
/external/icu/icu4c/source/test/intltest/ |
H A D | tokiter.cpp | 21 done = haveLine = FALSE; 30 return FALSE; 37 return FALSE; 44 haveLine = FALSE; 45 if (U_FAILURE(ec)) return FALSE; 64 * @return TRUE if a valid token is found, or FALSE if the end 70 return FALSE; 80 return FALSE; 91 return FALSE; 107 return FALSE; [all...] |
H A D | tsputil.cpp | 112 maxMinTest(pinf, ninf, ninf, FALSE); 116 maxMinTest(pinf, pzero, pzero, FALSE); 118 maxMinTest(pinf, nzero, nzero, FALSE); 122 maxMinTest(ninf, pzero, ninf, FALSE); 124 maxMinTest(ninf, nzero, ninf, FALSE); 128 maxMinTest(pinf, nan, nan, FALSE); 130 maxMinTest(ninf, nan, nan, FALSE); 134 maxMinTest(nan, nan, nan, FALSE); 138 maxMinTest(nan, pzero, nan, FALSE); 140 maxMinTest(nan, nzero, nan, FALSE); [all...] |
/external/freetype/src/base/ |
H A D | ftpatent.c | 35 return FALSE; 48 return FALSE;
|
/external/icu/icu4c/source/layoutex/ |
H A D | ParagraphLayout.cpp | 141 FALSE , /* Zyyy */ 142 FALSE, /* Qaai */ 144 FALSE, /* Armn */ 146 FALSE, /* Bopo */ 147 FALSE, /* Cher */ 148 FALSE, /* Copt=Qaac */ 149 FALSE, /* Cyrl */ 150 FALSE, /* Dsrt */ 152 FALSE, /* Ethi */ 153 FALSE, /* Geo [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_ext_pixelformat.c | 70 return FALSE; 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; 79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; 87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; 100 *pvalue = FALSE; 123 return FALSE; 131 *pvalue = FALSE; 148 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_GDI ? TRUE : FALSE; 152 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_OPENGL ? TRUE : FALSE; [all...] |
/external/pdfium/third_party/libjpeg/ |
H A D | fpdfapi_jcinit.c | 33 jinit_c_master_control(cinfo, FALSE /* full compression */); 39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */); 60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | suppressions-darwin.cc | 27 kCFStringEncodingUTF8, FALSE); // BOOM
|
H A D | suppressions-sandbox.cc | 18 kCFStringEncodingUTF8, FALSE); // BOOM
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | filetools.h | 29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
|
/external/libvncserver/examples/ |
H A D | simple.c | 10 rfbRunEventLoop(server,-1,FALSE);
|