HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 101 - 125 of 2204) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
state_machine.h 54 sm->changed = TRUE; \
73 sm->changed = TRUE; \
91 sm->changed = TRUE; \
  /libcore/luni/src/main/java/java/lang/
Boolean.java 48 * {@code true}.
50 public static final Boolean TRUE = new Boolean(true);
61 * "true" using a non-case sensitive comparison, the result will be a
62 * Boolean representing the primitive value {@code true}, otherwise it will
77 * the primitive boolean value, {@code true} or {@code false}.
84 * Gets the primitive value of this boolean, either {@code true} or
87 * @return this object's primitive value, {@code true} or {@code false}.
100 * @return {@code true} if the specified object is equal to this
117 * {@code true} and the value of {@code that} is {@code false};
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 104 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
106 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[0][y_tab] : mid_gray;
112 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
114 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
120 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
122 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
129 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
132 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
263 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
264 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[0][y_tab] : mid_gray
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
chashtst.c 134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) != TRUE ||
137 _compareChars((void*)one, NULL) == TRUE ) {
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
141 _compareIChars((void*)one, (void*)one) != TRUE ||
142 _compareIChars((void*)one, (void*)one2) != TRUE ||
143 _compareIChars((void*)one, NULL) == TRUE ) {
225 if(_compareUChars((void*)one, (void*)two) == TRUE ||
226 _compareUChars((void*)one, (void*)one) != TRUE ||
    [all...]
  /external/dbus/dbus/
dbus-internals.c 55 * @param condition condition which must be true.
201 static dbus_bool_t fatal_warnings_on_check_failed = TRUE;
219 fatal_warnings = TRUE;
220 fatal_warnings_on_check_failed = TRUE;
229 warn_initted = TRUE;
303 static dbus_bool_t verbose = TRUE;
319 verbose = TRUE;
324 verbose_initted = TRUE;
353 static dbus_bool_t need_pid = TRUE;
377 need_pid = TRUE;
    [all...]
dbus-string.c 127 * @returns #TRUE on success, #FALSE if no memory
163 return TRUE;
171 * @returns #TRUE on success, #FALSE if no memory
245 real->constant = TRUE;
246 real->locked = TRUE;
270 real->invalid = TRUE;
291 real->locked = TRUE;
360 return TRUE;
379 return TRUE;
389 return TRUE;
    [all...]
  /external/icu4c/test/cintltst/
chashtst.c 134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) != TRUE ||
137 _compareChars((void*)one, NULL) == TRUE ) {
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
141 _compareIChars((void*)one, (void*)one) != TRUE ||
142 _compareIChars((void*)one, (void*)one2) != TRUE ||
143 _compareIChars((void*)one, NULL) == TRUE ) {
225 if(_compareUChars((void*)one, (void*)two) == TRUE ||
226 _compareUChars((void*)one, (void*)one) != TRUE ||
    [all...]
  /external/bluetooth/glib/tests/
unicode-collate.c 47 g_setenv ("LC_ALL", "en_US", TRUE);
66 do_key = TRUE;
71 do_key = TRUE;
72 do_file = TRUE;
91 while (TRUE)
threadpool-test.c 142 g_thread_pool_free (pool, FALSE, TRUE);
180 pool2 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 5, TRUE, NULL);
181 pool3 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL);
195 g_thread_pool_free (pool1, TRUE, TRUE);
196 g_thread_pool_free (pool2, FALSE, TRUE);
197 g_thread_pool_free (pool3, FALSE, TRUE);
242 last_failed = TRUE;
383 gboolean continue_timeout = TRUE;
384 gboolean quit = TRUE;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
v32test.cpp 206 TEST_ASSERT(a->contains(10) == TRUE);
208 TEST_ASSERT(a->contains(20) == TRUE);
223 TEST_ASSERT(a->containsAll(*b) == TRUE);
227 TEST_ASSERT(a->containsAll(*b) == TRUE);
231 TEST_ASSERT(a->containsAll(*b) == TRUE);
232 TEST_ASSERT(b->containsAll(*a) == TRUE);
235 TEST_ASSERT(b->containsAll(*a) == TRUE);
254 TEST_ASSERT(a->contains(10)==TRUE);
255 TEST_ASSERT(a->contains(30)==TRUE);
259 TEST_ASSERT(a->contains(30) == TRUE);
    [all...]
  /external/icu4c/test/intltest/
v32test.cpp 206 TEST_ASSERT(a->contains(10) == TRUE);
208 TEST_ASSERT(a->contains(20) == TRUE);
223 TEST_ASSERT(a->containsAll(*b) == TRUE);
227 TEST_ASSERT(a->containsAll(*b) == TRUE);
231 TEST_ASSERT(a->containsAll(*b) == TRUE);
232 TEST_ASSERT(b->containsAll(*a) == TRUE);
235 TEST_ASSERT(b->containsAll(*a) == TRUE);
254 TEST_ASSERT(a->contains(10)==TRUE);
255 TEST_ASSERT(a->contains(30)==TRUE);
259 TEST_ASSERT(a->contains(30) == TRUE);
    [all...]
  /external/bluetooth/bluez/src/
plugin.c 82 return TRUE;
97 return TRUE;
106 return TRUE;
160 if (g_str_has_prefix(file, "lib") == TRUE ||
203 plugin->active = TRUE;
206 return TRUE;
218 if (plugin->active == TRUE && plugin->desc->exit)
  /external/chromium/third_party/icu/source/i18n/
esctrn.cpp 37 return new EscapeTransliterator(ID, UNIPRE, EMPTY, 16, 4, TRUE, NULL);
45 return new EscapeTransliterator(ID, BS_u, EMPTY, 16, 4, TRUE,
46 new EscapeTransliterator(EMPTY, BS_U, EMPTY, 16, 8, TRUE, NULL));
50 return new EscapeTransliterator(ID, XMLPRE, SEMI, 16, 1, TRUE, NULL);
54 return new EscapeTransliterator(ID, XML10PRE, SEMI, 10, 1, TRUE, NULL);
58 return new EscapeTransliterator(ID, PERLPRE, RBRACE, 16, 1, TRUE, NULL);
152 redoPrefix = TRUE;
strrepl.cpp 43 hasCursor = TRUE;
45 isComplex = TRUE;
63 isComplex = TRUE;
168 isComplex = TRUE;
251 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
258 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
271 TRUE, escapeUnprintable, quoteBuf);
281 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
283 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
287 TRUE, escapeUnprintable, quoteBuf)
    [all...]
regexst.cpp 148 fUnescapeCharSet(UnicodeString(TRUE, gUnescapeCharPattern, -1), *status),
157 fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status);
158 fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status);
159 fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status);
160 fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status);
161 fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status);
162 fPropSets[URX_GC_V] = new UnicodeSet(UnicodeString(TRUE, gGC_VPattern, -1), *status);
163 fPropSets[URX_GC_T] = new UnicodeSet(UnicodeString(TRUE, gGC_TPattern, -1), *status);
164 fPropSets[URX_GC_LV] = new UnicodeSet(UnicodeString(TRUE, gGC_LVPattern, -1), *status);
165 fPropSets[URX_GC_LVT] = new UnicodeSet(UnicodeString(TRUE, gGC_LVTPattern, -1), *status)
    [all...]
  /external/icu4c/i18n/
esctrn.cpp 37 return new EscapeTransliterator(ID, UNIPRE, EMPTY, 16, 4, TRUE, NULL);
45 return new EscapeTransliterator(ID, BS_u, EMPTY, 16, 4, TRUE,
46 new EscapeTransliterator(EMPTY, BS_U, EMPTY, 16, 8, TRUE, NULL));
50 return new EscapeTransliterator(ID, XMLPRE, SEMI, 16, 1, TRUE, NULL);
54 return new EscapeTransliterator(ID, XML10PRE, SEMI, 10, 1, TRUE, NULL);
58 return new EscapeTransliterator(ID, PERLPRE, RBRACE, 16, 1, TRUE, NULL);
152 redoPrefix = TRUE;
strrepl.cpp 43 hasCursor = TRUE;
45 isComplex = TRUE;
63 isComplex = TRUE;
168 isComplex = TRUE;
251 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
258 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
271 TRUE, escapeUnprintable, quoteBuf);
281 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
283 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
287 TRUE, escapeUnprintable, quoteBuf)
    [all...]
  /external/webkit/WebKit/gtk/tests/
testdownload.c 66 return TRUE;
92 *beenThere = TRUE;
103 return TRUE;
154 loop = g_main_loop_new(NULL, TRUE);
158 g_assert_cmpint(beenThere, ==, TRUE);
160 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
177 test_webkit_download_perform(TRUE);
  /external/dbus/bus/
dispatch.c 53 return TRUE; /* silently don't send it */
63 return TRUE;
126 return TRUE;
270 if (!bus_activation_activate_service (activation, connection, transaction, TRUE,
385 return TRUE;
426 bus_test_run_bus_loop (context, TRUE);
532 return TRUE;
535 d->failed = TRUE;
703 d->failed = TRUE;
727 return TRUE;
    [all...]
selinux.c 239 return TRUE;
241 return TRUE;
260 return TRUE;
306 return TRUE;
308 return TRUE;
357 * @returns #TRUE if security policy allows the send.
368 return TRUE;
381 return TRUE;
386 * Returns true if the given connection can acquire a service,
391 * @returns #TRUE if acquire is permitted
    [all...]
  /external/grub/stage2/
tparm.c 60 #ifndef TRUE
61 # define TRUE (!FALSE)
193 stack[stack_ptr].num_type = TRUE;
257 done = TRUE;
262 err = TRUE;
264 dot = TRUE;
277 allowminus = TRUE;
283 done = TRUE;
290 err = TRUE;
293 done = TRUE;
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 105 *(UBool *)(pOpt->pVar) = TRUE;
142 return TRUE;
223 return TRUE;
239 if (opt_overlap == TRUE) {
242 if (opt_canonical == TRUE) {
250 return TRUE;
270 return TRUE;
279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
284 if (processCollator() != TRUE) {
289 if (processStringSearch() != TRUE) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/xml/
AndroidManifestParserTest.java 112 assertEquals(Boolean.TRUE, supportsScreens.getAnyDensity());
113 assertEquals(Boolean.TRUE, supportsScreens.getResizeable());
114 assertEquals(Boolean.TRUE, supportsScreens.getSmallScreens());
115 assertEquals(Boolean.TRUE, supportsScreens.getNormalScreens());
116 assertEquals(Boolean.TRUE, supportsScreens.getLargeScreens());
123 assertEquals(Boolean.TRUE, usesConfig.getReqFiveWayNav());
125 assertEquals(Boolean.TRUE, usesConfig.getReqHardKeyboard());
147 assertEquals(Boolean.TRUE, libraries[1].getRequired());
155 assertEquals(Boolean.TRUE, features[0].getRequired());
157 assertEquals(Boolean.TRUE, features[1].getRequired())
    [all...]
  /external/bluetooth/bluez/audio/
gstsbcutil.c 106 joint = TRUE;
108 stereo = TRUE;
110 dual = TRUE;
112 mono = TRUE;
336 error = TRUE;
349 error = TRUE;
362 error = TRUE;
375 error = TRUE;
388 error = TRUE;
401 error = TRUE;
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 148 called = TRUE; \
196 iface1 = TRUE;
206 iface2 = TRUE;
216 iface3 = TRUE;
226 iface4 = TRUE;
236 iface5 = TRUE;
246 iface6 = TRUE;
283 base1 = TRUE;
293 base2 = TRUE;
303 base3 = TRUE;
    [all...]

Completed in 613 milliseconds

1 2 3 45 6 7 8 91011>>