Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 1885) sorted by relevance

12345678910>>...76

/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
DASCIIMathPHP-2.0.cfg.php52 … => array( 'input'=>'sum','tag'=>'mo', 'output'=>'&#' . hexdec('2211') . ';', 'underover'=>TRUE),
53 … => array( 'input'=>'prod','tag'=>'mo', 'output'=>'&#' . hexdec('220F') . ';', 'underover'=>TRUE),
55 … => array( 'input'=>'^^^','tag'=>'mo', 'output'=>'&#' . hexdec('22C0') . ';', 'underover'=>TRUE),
57 … => array( 'input'=>'vvv','tag'=>'mo', 'output'=>'&#' . hexdec('22C1') . ';', 'underover'=>TRUE),
59 … => array( 'input'=>'nnn','tag'=>'mo', 'output'=>'&#' . hexdec('22C5') . ';', 'underover'=>TRUE),
61 … => array( 'input'=>'uuu','tag'=>'mo', 'output'=>'&#' . hexdec('22C3') . ';', 'underover'=>TRUE),
107 'dx' => array( 'input'=>'dx','tag'=>'mi', 'output'=>'{:d x:}', 'definition'=>TRUE), /* 2005-06-1…
108 'dy' => array( 'input'=>'dy','tag'=>'mi', 'output'=>'{:d y:}', 'definition'=>TRUE), /* 2005-06-1…
109 'dz' => array( 'input'=>'dz','tag'=>'mi', 'output'=>'{:d z:}', 'definition'=>TRUE), /* 2005-06-1…
110 'dt' => array( 'input'=>'dt','tag'=>'mi', 'output'=>'{:d t:}', 'definition'=>TRUE), /* 2005-06-1…
[all …]
/external/icu4c/i18n/
Dregexcst.h132 {doNOP, 0, 0, 0, TRUE}
134 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
135 , {doLiteralChar, 129, 14,0, TRUE} // 3
136 , {doSetBegin, 91 /* [ */, 104, 182, TRUE} // 4
137 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
138 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
139 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
140 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
141 , {doNOP, 92 /* \ */, 84,0, TRUE} // 9
142 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 10
[all …]
/external/chromium/third_party/icu/source/i18n/
Dregexcst.h132 {doNOP, 0, 0, 0, TRUE}
134 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
135 , {doLiteralChar, 129, 14,0, TRUE} // 3
136 , {doSetBegin, 91 /* [ */, 104, 182, TRUE} // 4
137 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
138 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
139 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
140 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
141 , {doNOP, 92 /* \ */, 84,0, TRUE} // 9
142 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 10
[all …]
Dcsrmbcs.cpp133 done = TRUE; in nextByte()
253 return TRUE; in nextChar()
264 it->error = TRUE; in nextChar()
267 return TRUE; in nextChar()
306 return TRUE; in nextChar()
318 it->error = TRUE; in nextChar()
321 return TRUE; in nextChar()
332 it->error = TRUE; in nextChar()
335 return TRUE; in nextChar()
346 it->error = TRUE; in nextChar()
[all …]
/external/chromium/third_party/icu/source/common/
Drbbirpt.h77 {doNOP, 0, 0, 0, TRUE}
79 , {doNOP, 132, 1,0, TRUE} // 2
81 , {doNOP, 33 /* ! */, 11,0, TRUE} // 4
82 , {doNOP, 59 /* ; */, 1,0, TRUE} // 5
85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end
86 , {doNOP, 132, 8,0, TRUE} // 9
88 , {doNOP, 33 /* ! */, 13,0, TRUE} // 11 rev-option
90 , {doOptionStart, 130, 15,0, TRUE} // 13 option-scan1
92 , {doNOP, 129, 15,0, TRUE} // 15 option-scan2
94 , {doNOP, 59 /* ; */, 1,0, TRUE} // 17 option-scan3
[all …]
/external/icu4c/common/
Drbbirpt.h77 {doNOP, 0, 0, 0, TRUE}
79 , {doNOP, 132, 1,0, TRUE} // 2
81 , {doNOP, 33 /* ! */, 11,0, TRUE} // 4
82 , {doNOP, 59 /* ; */, 1,0, TRUE} // 5
85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end
86 , {doNOP, 132, 8,0, TRUE} // 9
88 , {doNOP, 33 /* ! */, 13,0, TRUE} // 11 rev-option
90 , {doOptionStart, 130, 15,0, TRUE} // 13 option-scan1
92 , {doNOP, 129, 15,0, TRUE} // 15 option-scan2
94 , {doNOP, 59 /* ; */, 1,0, TRUE} // 17 option-scan3
[all …]
/external/bluetooth/glib/gio/tests/
Dg-file.c114 {"/", TRUE, 0, "/./"}, in test_g_file_new_for_path()
115 {"//", TRUE, 0, "//"}, in test_g_file_new_for_path()
116 {"//", TRUE, 0, "//./"}, in test_g_file_new_for_path()
117 {"/", TRUE, 0, "/.//"}, in test_g_file_new_for_path()
118 {"/", TRUE, 0, "/././"}, in test_g_file_new_for_path()
119 {"/tmp", TRUE, 0, "/tmp/d/../"}, in test_g_file_new_for_path()
120 {"/", TRUE, 0, "/somedir/../"}, in test_g_file_new_for_path()
122 {"//tmp/dir1", TRUE, 0, "//tmp/dir1"}, in test_g_file_new_for_path()
123 {"/tmp/dir1", TRUE, 0, "///tmp/dir1"}, in test_g_file_new_for_path()
124 {"/tmp/dir1", TRUE, 0, "////tmp/dir1"}, in test_g_file_new_for_path()
[all …]
/external/bluetooth/glib/tests/
Dpatterntest.c143 return TRUE; in test_compilation()
161 return TRUE; in test_match()
225 noisy = TRUE; in main()
241 TEST_EQUAL("*A?B*", "*A?B*", TRUE); in main()
242 TEST_EQUAL("A*BCD", "A*BCD", TRUE); in main()
243 TEST_EQUAL("ABCD*", "ABCD****", TRUE); in main()
244 TEST_EQUAL("A1*", "A1*", TRUE); in main()
245 TEST_EQUAL("*YZ", "*YZ", TRUE); in main()
246 TEST_EQUAL("A1x", "A1x", TRUE); in main()
247 TEST_EQUAL("AB*CD", "AB**CD", TRUE); in main()
[all …]
Dutf8-validate.c40 { "abcde", -1, 5, TRUE },
41 { "abcde", 3, 3, TRUE },
42 { "abcde", 5, 5, TRUE },
45 { "\xc2\xa9\xc2\xa9\xc2\xa9", -1, 6, TRUE },
47 { "\xc2\xa9\xc2\xa9\xc2\xa9", 2, 2, TRUE },
49 { "\xc2\xa9\xc2\xa9\xc2\xa9", 4, 4, TRUE },
51 { "\xc2\xa9\xc2\xa9\xc2\xa9", 6, 6, TRUE },
54 { "\xe2\x89\xa0\xe2\x89\xa0", -1, 6, TRUE },
57 { "\xe2\x89\xa0\xe2\x89\xa0", 3, 3, TRUE },
60 { "\xe2\x89\xa0\xe2\x89\xa0", 6, 6, TRUE },
[all …]
Dregex-test.c69 return TRUE; in streq()
122 return TRUE; in test_new()
163 return TRUE; in test_new_fail()
194 return TRUE; in test_match_simple()
251 return TRUE; in test_match()
294 gboolean ret = TRUE; in test_match_next()
302 while (TRUE) in test_match_next()
467 return TRUE; in test_match_count()
517 return TRUE; in test_partial()
572 return TRUE; in test_sub_pattern()
[all …]
Dmarkup-escape-test.c23 error = TRUE; in test()
64 error = TRUE; in test_format()
90 test_unichar (0x1, TRUE); in main()
91 test_unichar (0x8, TRUE); in main()
94 test_unichar (0xb, TRUE); in main()
95 test_unichar (0xc, TRUE); in main()
97 test_unichar (0xe, TRUE); in main()
98 test_unichar (0x1f, TRUE); in main()
101 test_unichar (0x7f, TRUE); in main()
102 test_unichar (0x84, TRUE); in main()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Dtsputil.cpp110 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin()
114 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin()
116 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin()
120 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin()
122 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin()
126 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin()
128 maxMinTest(ninf, nan, nan, TRUE); in testMaxMin()
132 maxMinTest(nan, nan, nan, TRUE); in testMaxMin()
136 maxMinTest(nan, pzero, nan, TRUE); in testMaxMin()
138 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin()
[all …]
Dregextst.cpp127 UBool retVal = TRUE; in doRegexLMTest()
253 REGEX_TESTLM("st(abc)ring", "stabcring thing", TRUE, FALSE); in Basic()
254 REGEX_TESTLM("st(abc)ring", "stabcring", TRUE, TRUE); in Basic()
260 REGEX_TESTLM("st(abc)*ring", "string", TRUE, TRUE); in Basic()
261 REGEX_TESTLM("st(abc)*ring", "stabcring", TRUE, TRUE); in Basic()
262 REGEX_TESTLM("st(abc)*ring", "stabcabcring", TRUE, TRUE); in Basic()
264 REGEX_TESTLM("st(abc)*ring", "stabcabcabcring etc.", TRUE, FALSE); in Basic()
266 REGEX_TESTLM("a*", "", TRUE, TRUE); in Basic()
267 REGEX_TESTLM("a*", "b", TRUE, FALSE); in Basic()
273 REGEX_TESTLM(".", "abc", TRUE, FALSE); in Basic()
[all …]
Drestest.cpp103 …{ "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FAL…
104 … NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE …
105 … NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 …, NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE …
107 …", NULL, U_USING_FALLBACK_WARNING, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
108 …{ "ne", NULL, U_USING_DEFAULT_WARNING, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FAL…
126 initialized = TRUE; in randul()
215 testTag("only_in_Root", TRUE, FALSE, FALSE); in TestResourceBundles()
216 testTag("only_in_te", FALSE, TRUE, FALSE); in TestResourceBundles()
217 testTag("only_in_te_IN", FALSE, FALSE, TRUE); in TestResourceBundles()
[all …]
/external/icu4c/test/intltest/
Dtsputil.cpp110 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin()
114 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin()
116 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin()
120 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin()
122 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin()
126 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin()
128 maxMinTest(ninf, nan, nan, TRUE); in testMaxMin()
132 maxMinTest(nan, nan, nan, TRUE); in testMaxMin()
136 maxMinTest(nan, pzero, nan, TRUE); in testMaxMin()
138 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin()
[all …]
Drestest.cpp103 …{ "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FAL…
104 … NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE …
105 … NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 …, NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE …
107 …", NULL, U_USING_FALLBACK_WARNING, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
108 …{ "ne", NULL, U_USING_DEFAULT_WARNING, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FAL…
126 initialized = TRUE; in randul()
220 testTag("only_in_Root", TRUE, FALSE, FALSE); in TestResourceBundles()
221 testTag("only_in_te", FALSE, TRUE, FALSE); in TestResourceBundles()
222 testTag("only_in_te_IN", FALSE, FALSE, TRUE); in TestResourceBundles()
[all …]
Dregextst.cpp182 UBool retVal = TRUE; in doRegexLMTest()
245 UBool retVal = TRUE; in doRegexLMTestUTF8()
264 return TRUE; // not a failure of the Regex engine in doRegexLMTestUTF8()
405 REGEX_TESTLM("st(abc)ring", "stabcring thing", TRUE, FALSE); in Basic()
406 REGEX_TESTLM("st(abc)ring", "stabcring", TRUE, TRUE); in Basic()
412 REGEX_TESTLM("st(abc)*ring", "string", TRUE, TRUE); in Basic()
413 REGEX_TESTLM("st(abc)*ring", "stabcring", TRUE, TRUE); in Basic()
414 REGEX_TESTLM("st(abc)*ring", "stabcabcring", TRUE, TRUE); in Basic()
416 REGEX_TESTLM("st(abc)*ring", "stabcabcabcring etc.", TRUE, FALSE); in Basic()
418 REGEX_TESTLM("a*", "", TRUE, TRUE); in Basic()
[all …]
/external/jhead/
Djhead.c88 static int ShowFileInfo = TRUE; // Indicates to show standard file info
229 Modified = TRUE;
237 if (a == 3) HasScandate = TRUE;
241 Modified = TRUE;
249 TagExists = TRUE;
251 Modified = TRUE;
271 Modified = TRUE;
279 Modified = TRUE;
304 return TRUE;
387 TempUsed = TRUE;
[all …]
/external/bluetooth/glib/tests/gobject/
Dreferences.c65 object_destroyed = TRUE; in test_object_finalize()
104 weak_ref1_notified = TRUE; in weak_ref1()
114 weak_ref2_notified = TRUE; in weak_ref2()
126 toggle_ref1_weakened = TRUE; in toggle_ref1()
128 toggle_ref1_strengthened = TRUE; in toggle_ref1()
140 toggle_ref2_weakened = TRUE; in toggle_ref2()
142 toggle_ref2_strengthened = TRUE; in toggle_ref2()
155 toggle_ref3_weakened = TRUE; in toggle_ref3()
159 toggle_ref3_strengthened = TRUE; in toggle_ref3()
181 g_assert (weak_ref1_notified == TRUE); in main()
[all …]
/external/clearsilver/util/
Dwildmat.c86 return TRUE; in DoMatch()
92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE; in DoMatch()
99 matched = TRUE; in DoMatch()
104 matched = TRUE; in DoMatch()
113 return TRUE; in DoMatch()
150 return TRUE; in DoMatchCaseInsensitive()
156 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE; in DoMatchCaseInsensitive()
163 matched = TRUE; in DoMatchCaseInsensitive()
168 matched = TRUE; in DoMatchCaseInsensitive()
177 return TRUE; in DoMatchCaseInsensitive()
[all …]
/external/chromium/third_party/icu/source/test/cintltst/
Dreapits.c231 TEST_ASSERT(result==TRUE); in TestRegexCAPI()
241 TEST_ASSERT(result==TRUE); in TestRegexCAPI()
336 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
348 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
360 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
426 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
441 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
448 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
471 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
477 TEST_ASSERT(result == TRUE); in TestRegexCAPI()
[all …]
Dncnvtst.c147 expected, sizeof(expected), "ibm-920", 0 , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
153 expected, sizeof(expected), "LATIN_1", 0, TRUE, U_ZERO_ERROR )) in TestSurrogateBehaviour()
167 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
174 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
193 expected, sizeof(expected), "iso-2022-jp", 0 , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
223 expected, sizeof(expected), "iso-2022-cn", 0 , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
226 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR)) in TestSurrogateBehaviour()
[all …]
/external/bluetooth/bluez/src/
Drfkill.c86 return TRUE; in rfkill_event()
91 return TRUE; in rfkill_event()
98 return TRUE; in rfkill_event()
101 return TRUE; in rfkill_event()
105 return TRUE; in rfkill_event()
112 return TRUE; in rfkill_event()
118 return TRUE; in rfkill_event()
124 return TRUE; in rfkill_event()
128 return TRUE; in rfkill_event()
132 return TRUE; in rfkill_event()
[all …]
/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c77 psTransport->bSendPending = TRUE; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
148 if(psTransport->pSocketTable[index].bSocketAcceptPending == TRUE in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
149 || psTransport->pSocketTable[index].bSocketConnectPending == TRUE in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
150 || psTransport->pSocketTable[index].bSocketDiscPending == TRUE in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
151 || psTransport->pSocketTable[index].bSocketRNRPending == TRUE in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
152 || psTransport->pSocketTable[index].bSocketRRPending == TRUE in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
153 || psTransport->pSocketTable[index].bSocketSendPending == TRUE in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
157 socketFound = TRUE; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
175 if(socketFound == TRUE) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
181 if(psLocalLlcpSocket->bSocketSendPending == TRUE) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
[all …]
/external/dbus/bus/
Ddispatch.c53 return TRUE; /* silently don't send it */ in send_one_message()
63 return TRUE; in send_one_message()
126 return TRUE; in bus_dispatch_matches()
270 if (!bus_activation_activate_service (activation, connection, transaction, TRUE, in bus_dispatch()
385 return TRUE; in bus_dispatch_add_connection()
426 bus_test_run_bus_loop (context, TRUE); in block_connection_until_message_from_bus()
532 return TRUE; in check_service_owner_changed_foreach()
535 d->failed = TRUE; in check_service_owner_changed_foreach()
703 d->failed = TRUE; in check_no_messages_foreach()
727 return TRUE; in check_no_leftovers()
[all …]

12345678910>>...76