/external/tpm2/include/tpm2/ |
H A D | bool.h | 10 #if defined(TRUE) 11 #undef TRUE macro 18 #define TRUE ((BOOL)1) macro
|
/external/icu/icu4c/source/i18n/ |
H A D | regexcst.h | 152 {doNOP, 0, 0, 0, TRUE} 154 , {doLiteralChar, 254, 14,0, TRUE} // 2 term 155 , {doLiteralChar, 130, 14,0, TRUE} // 3 156 , {doSetBegin, 91 /* [ */, 123, 205, TRUE} // 4 157 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5 158 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6 159 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7 160 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8 161 , {doNOP, 92 /* \ */, 89,0, TRUE} // 9 162 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 1 [all...] |
/external/icu/icu4c/source/common/ |
H A D | rbbirpt.h | 82 {doNOP, 0, 0, 0, TRUE} 84 , {doNOP, 132, 1,0, TRUE} // 2 85 , {doNoChain, 94 /* ^ */, 12, 9, TRUE} // 3 87 , {doNOP, 33 /* ! */, 19,0, TRUE} // 5 88 , {doNOP, 59 /* ; */, 1,0, TRUE} // 6 91 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 9 break-rule-end 92 , {doNOP, 132, 9,0, TRUE} // 10 95 , {doNOP, 132, 12,0, TRUE} // 13 101 , {doNOP, 33 /* ! */, 21,0, TRUE} // 19 rev-option 103 , {doOptionStart, 130, 23,0, TRUE} // 2 [all...] |
/external/eigen/ |
H A D | CTestConfig.cmake | 13 set(CTEST_DROP_SITE_CDASH TRUE)
|
/external/icu/icu4c/source/test/intltest/ |
H A D | numfmtspectest.cpp | 92 assertPatternFr("1 234,57", 1234.567, "#,##0.##", TRUE); 93 assertPatternFr("1234,57", 1234.567, "0.##", TRUE); 94 assertPatternFr("1235", 1234.567, "0", TRUE); 95 assertPatternFr("1 234,567", 1234.567, "#,##0.###", TRUE); 96 assertPatternFr("1234,567", 1234.567, "###0.#####", TRUE); 97 assertPatternFr("1234,5670", 1234.567, "###0.0000#", TRUE); 98 assertPatternFr("01234,5670", 1234.567, "00000.0000", TRUE); 99 assertPatternFr("1 234,57 \\u20ac", 1234.567, "#,##0.00 \\u00a4", TRUE); 110 assertEquals("", "34 567,89", format(1234567.89, *nf), TRUE); 111 assertEquals("", "0 034,56", format(34.56, *nf), TRUE); [all...] |
H A D | tsputil.cpp | 111 maxMinTest(pinf, ninf, pinf, TRUE); 115 maxMinTest(pinf, pzero, pinf, TRUE); 117 maxMinTest(pinf, nzero, pinf, TRUE); 121 maxMinTest(ninf, pzero, pzero, TRUE); 123 maxMinTest(ninf, nzero, nzero, TRUE); 127 maxMinTest(pinf, nan, nan, TRUE); 129 maxMinTest(ninf, nan, nan, TRUE); 133 maxMinTest(nan, nan, nan, TRUE); 137 maxMinTest(nan, pzero, nan, TRUE); 139 maxMinTest(nan, nzero, nan, TRUE); [all...] |
H A D | tokiter.cpp | 36 done = TRUE; 39 haveLine = TRUE; 48 return TRUE; 64 * @return TRUE if a valid token is found, or FALSE if the end 68 ICU_Utility::skipWhitespace(line, pos, TRUE); 97 return TRUE; 99 return TRUE; // do NOT increment 109 return TRUE;
|
/external/gflags/cmake/ |
H A D | version.cmake.in | 13 set (PACKAGE_VERSION_COMPATIBLE TRUE) 18 set (PACKAGE_VERSION_EXACT TRUE)
|
/external/tpm2/ |
H A D | Power.c | 37 s_initialized = TRUE; 49 // TRUE TPM has been initialized
|
H A D | Cancel.c | 19 // TRUE if cancel flag is set 41 s_isCanceled = TRUE;
|
H A D | PPPlat.c | 19 // TRUE if physical presence is signaled 28 // so always return TRUE; 42 s_physicalPresence = TRUE;
|
/external/pcre/dist2/src/ |
H A D | pcre2_newline.c | 73 utf TRUE if in utf mode 75 Returns: TRUE or FALSE 95 return TRUE; 99 return TRUE; 116 return TRUE; 120 return TRUE; 126 return TRUE; 131 return TRUE; 138 return TRUE; 163 utf TRUE i [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
H A D | ConsoleClose.cpp | 22 return TRUE;
27 return TRUE;
35 return TRUE;
53 if (!SetConsoleCtrlHandler(HandlerRoutine, TRUE))
|
/external/python/cpython3/PC/ |
H A D | python3dll.c | 8 return TRUE;
|
/external/v8/src/ |
H A D | v8dll-main.cc | 18 return TRUE;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_conv.c | 173 return TRUE; 182 return TRUE; 191 return TRUE; 226 success = TRUE; 337 { TRUE, FALSE, TRUE, TRUE, 32, 4 }, 338 { TRUE, FALSE, TRUE, FALSE, 32, 4 }, 339 { TRUE, FALS [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_ext_pixelformat.c | 65 return TRUE; 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; 76 return TRUE; 79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; 80 return TRUE; 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; 84 return TRUE; 87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; 88 return TRUE; 97 return TRUE; [all...] |
/external/curl/tests/unit/ |
H A D | unit1303.c | 89 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"}, 90 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"}, 91 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"}, 92 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"}, 113 {BASE + 4, 0, 0, 10000, TRUE, 6000, "6 seconds should be left"}, 114 {BASE + 4, 990000, 0, 10000, TRUE, 5010, "5010 ms should be left"}, 115 {BASE + 10, 0, 0, 10000, TRUE, -1, "timeout is -1, expired"}, 116 {BASE + 12, 0, 0, 10000, TRUE, -2000, "-2000, overdue 2 seconds"}, 125 {BASE + 4, 0, 0, 0, TRUE, 296000, "no timeout active"}, 126 {BASE + 4, 990000, 0, 0, TRUE, 29501 [all...] |
/external/skia/tools/ |
H A D | win_lcid.cpp | 18 return (TRUE); 24 return (TRUE); 32 return (TRUE);
|
/external/skqp/tools/ |
H A D | win_lcid.cpp | 18 return (TRUE); 24 return (TRUE); 32 return (TRUE);
|
/external/lzma/C/Util/LzmaLib/ |
H A D | LzmaLibExports.c | 13 return TRUE;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_resource.h | 46 return TRUE;
|
/external/curl/src/ |
H A D | tool_cb_wrt.c | 34 /* create a local file for writing, return TRUE on success */ 63 outs->s_isreg = TRUE; 64 outs->fopened = TRUE; 68 return TRUE; 95 is_tty = TRUE; 120 check_fails = TRUE; 122 check_fails = TRUE; 124 check_fails = TRUE; 126 check_fails = TRUE; 128 check_fails = TRUE; [all...] |
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
H A D | data_types.h | 38 #ifndef TRUE 39 #define TRUE (!FALSE) macro
|
/external/libxcam/modules/isp/ |
H A D | xcam_cpf_reader.h | 37 #ifndef TRUE 38 #define TRUE 1 macro
|