Searched refs:TRUE (Results 1 - 25 of 1311) sorted by relevance

1234567891011>>

/external/icu4c/i18n/
H A 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} // 1
[all...]
/external/icu4c/common/
H A 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} // 1
[all...]
H A Dusetiter.cpp51 return TRUE;
57 return TRUE;
63 return TRUE;
83 return TRUE;
90 return TRUE;
96 return TRUE;
/external/bluetooth/glib/tests/
H A Dpatterntest.c143 return TRUE;
161 return TRUE;
225 noisy = TRUE;
241 TEST_EQUAL("*A?B*", "*A?B*", TRUE);
242 TEST_EQUAL("A*BCD", "A*BCD", TRUE);
243 TEST_EQUAL("ABCD*", "ABCD****", TRUE);
244 TEST_EQUAL("A1*", "A1*", TRUE);
245 TEST_EQUAL("*YZ", "*YZ", TRUE);
246 TEST_EQUAL("A1x", "A1x", TRUE);
247 TEST_EQUAL("AB*CD", "AB**CD", TRUE);
[all...]
H A 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...]
H A Dmarkup-escape-test.c23 error = TRUE;
64 error = TRUE;
90 test_unichar (0x1, TRUE);
91 test_unichar (0x8, TRUE);
94 test_unichar (0xb, TRUE);
95 test_unichar (0xc, TRUE);
97 test_unichar (0xe, TRUE);
98 test_unichar (0x1f, TRUE);
101 test_unichar (0x7f, TRUE);
102 test_unichar (0x84, TRUE);
[all...]
/external/bluetooth/glib/gio/tests/
H A Dg-file.c114 {"/", TRUE, 0, "/./"},
115 {"//", TRUE, 0, "//"},
116 {"//", TRUE, 0, "//./"},
117 {"/", TRUE, 0, "/.//"},
118 {"/", TRUE, 0, "/././"},
119 {"/tmp", TRUE, 0, "/tmp/d/../"},
120 {"/", TRUE, 0, "/somedir/../"},
122 {"//tmp/dir1", TRUE, 0, "//tmp/dir1"},
123 {"/tmp/dir1", TRUE, 0, "///tmp/dir1"},
124 {"/tmp/dir1", TRUE,
[all...]
/external/dbus/dbus/
H A Ddbus-macros.h38 #ifndef TRUE
39 # define TRUE 1 macro
63 * @brief #TRUE, #FALSE, #NULL, and so on
91 * @def TRUE
H A Ddbus-misc.c108 return TRUE;
/external/clearsilver/util/
H A Dwildmat.c28 ** instance will return either TRUE or ABORT, and any calling instance
56 ** Match text and p, return TRUE, FALSE, or ABORT.
86 return TRUE;
92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
99 matched = TRUE;
104 matched = TRUE;
113 return TRUE;
120 ** Match text and p, return TRUE, FALSE, or ABORT.
150 return TRUE;
156 reverse = p[1] == NEGATE_CLASS ? TRUE
[all...]
/external/bluetooth/bluez/src/
H A Drfkill.c86 return TRUE;
91 return TRUE;
98 return TRUE;
101 return TRUE;
105 return TRUE;
112 return TRUE;
118 return TRUE;
124 return TRUE;
128 return TRUE;
132 return TRUE;
[all...]
/external/icu4c/test/intltest/
H A Dtsputil.cpp110 maxMinTest(pinf, ninf, pinf, TRUE);
114 maxMinTest(pinf, pzero, pinf, TRUE);
116 maxMinTest(pinf, nzero, pinf, TRUE);
120 maxMinTest(ninf, pzero, pzero, TRUE);
122 maxMinTest(ninf, nzero, nzero, TRUE);
126 maxMinTest(pinf, nan, nan, TRUE);
128 maxMinTest(ninf, nan, nan, TRUE);
132 maxMinTest(nan, nan, nan, TRUE);
136 maxMinTest(nan, pzero, nan, TRUE);
138 maxMinTest(nan, nzero, nan, TRUE);
[all...]
H A Dtokiter.cpp33 done = TRUE;
36 haveLine = TRUE;
45 return TRUE;
61 * @return TRUE if a valid token is found, or FALSE if the end
65 ICU_Utility::skipWhitespace(line, pos, TRUE);
94 return TRUE;
96 return TRUE; // do NOT increment
106 return TRUE;
/external/bluetooth/glib/gio/inotify/
H A Dinotify-diag.c55 return TRUE;
60 g_io_channel_shutdown (ioc, TRUE, NULL);
64 return TRUE;
/external/wpa_supplicant/
H A Ddefs.h21 #ifdef TRUE
22 #undef TRUE macro
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean; enumerator in enum:__anon5865
/external/webkit/WebCore/platform/brew/
H A DSoundBrew.cpp40 ISHELL_Beep(shell, BEEP_ERROR, TRUE);
/external/dbus/tools/
H A Ddbus-launch.h30 #ifndef TRUE
31 #define TRUE (1) macro
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dgsm_amr_typedefs.h122 #ifndef TRUE
123 #define TRUE 1 macro
/external/bluetooth/glib/tests/gobject/
H A Dreferences.c65 object_destroyed = TRUE;
104 weak_ref1_notified = TRUE;
114 weak_ref2_notified = TRUE;
126 toggle_ref1_weakened = TRUE;
128 toggle_ref1_strengthened = TRUE;
140 toggle_ref2_weakened = TRUE;
142 toggle_ref2_strengthened = TRUE;
155 toggle_ref3_weakened = TRUE;
159 toggle_ref3_strengthened = TRUE;
181 g_assert (weak_ref1_notified == TRUE);
[all...]
/external/jhead/
H A 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/icu4c/test/cintltst/
H A Dcurrtest.c34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType);
40 expectInList("ADP", UCURR_ALL, TRUE); /* First in list */
41 expectInList("ZWD", UCURR_ALL, TRUE); /* Last in list */
43 expectInList("USD", UCURR_ALL, TRUE);
44 expectInList("USD", UCURR_COMMON, TRUE);
47 expectInList("USD", UCURR_NON_DEPRECATED, TRUE);
49 expectInList("USD", UCURR_COMMON|UCURR_NON_DEPRECATED, TRUE);
53 expectInList("USN", UCURR_ALL, TRUE);
55 expectInList("USN", UCURR_UNCOMMON, TRUE);
57 expectInList("USN", UCURR_NON_DEPRECATED, TRUE);
[all...]
/external/libpng/contrib/gregbook/
H A Dreadpng.h56 #ifndef TRUE
57 # define TRUE 1 macro
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dpv_amr_wb_type_defs.h157 #ifndef TRUE
158 #define TRUE 1 macro
/external/opencore/codecs_v2/audio/sbc/enc/src/
H A Dsbc_type_defs.h37 *==== TRUE / FALSE ===========================================================*
43 #ifndef TRUE
44 # define TRUE 1 macro
48 *==== TRUE / FALSE ===========================================================*
/external/dbus/test/
H A Dtest-names.c68 TestName(connection, "org.freedesktop.DBus.Test", TRUE);
69 TestName(connection, "org.freedesktop.DBus.Test-2", TRUE);
70 TestName(connection, "org.freedesktop.DBus.Test_2", TRUE);
72 TestName(connection, "Test_2", TRUE);

Completed in 391 milliseconds

1234567891011>>