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

1 2 34 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-uuidgen.c 61 return TRUE;
99 return TRUE;
dbus-auth-util.c 122 retval = TRUE;
147 retval = TRUE;
161 return TRUE;
166 return TRUE;
dbus-sysdeps-util.c 76 * @returns #TRUE on success.
141 check_path_absolute ("/", TRUE);
142 check_path_absolute ("/foo", TRUE);
147 return TRUE;
  /external/icu4c/common/
ucln_imp.h 84 gAutoCleanRegistered = TRUE;
137 BOOL status = TRUE;
cmemory.c 41 gHeapInUse = TRUE;
64 gHeapInUse = TRUE;
111 return TRUE;
117 * Return True if ICU has allocated any memory.
  /external/icu4c/test/intltest/
restest.cpp 103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }
    [all...]
regextst.cpp 167 // The expected results are UBool - TRUE or FALSE.
182 UBool retVal = TRUE;
245 UBool retVal = TRUE;
264 return TRUE; // not a failure of the Regex engine
405 REGEX_TESTLM("st(abc)ring", "stabcring thing", TRUE, FALSE);
406 REGEX_TESTLM("st(abc)ring", "stabcring", TRUE, TRUE);
412 REGEX_TESTLM("st(abc)*ring", "string", TRUE, TRUE);
413 REGEX_TESTLM("st(abc)*ring", "stabcring", TRUE, TRUE)
    [all...]
sfwdchit.cpp 31 fBogus = TRUE;
51 fBogus = TRUE;
58 } else { // adopt = TRUE
73 return TRUE;
77 return TRUE;
81 return TRUE;
85 return TRUE;
  /frameworks/base/tests/CoreTests/android/core/
BooleanTest.java 29 Boolean a = new Boolean(true);
30 Boolean b = new Boolean("True");
38 assertEquals("true", a.toString());
40 assertEquals(Boolean.TRUE, a);
42 assertSame(Boolean.valueOf(true), Boolean.TRUE);
  /external/bluetooth/glib/tests/
env-test.c 58 result = g_setenv (variable, value1, TRUE);
73 result = g_setenv (variable, value2, TRUE);
89 result = g_setenv ("foo=bar", "baz", TRUE);
93 result = g_setenv ("foo", "bar=baz", TRUE);
  /external/chromium/third_party/icu/source/i18n/
search.cpp 55 m_search_->isOverlap = (value == USEARCH_ON ? TRUE : FALSE);
58 m_search_->isCanonicalMatch = (value == USEARCH_ON ? TRUE : FALSE);
74 return (m_search_->isOverlap == TRUE ? USEARCH_ON : USEARCH_OFF);
76 return (m_search_->isCanonicalMatch == TRUE ? USEARCH_ON :
165 return TRUE;
225 if (m_search_->isForwardSearching == TRUE) {
241 m_search_->isForwardSearching = TRUE;
278 if (m_search_->isForwardSearching == TRUE) {
318 m_search_->isForwardSearching = TRUE;
319 m_search_->reset = TRUE;
    [all...]
ucln_in.c 37 return TRUE;
  /external/chromium/third_party/icu/source/io/
ucln_io.c 38 return TRUE;
  /external/ipsec-tools/src/racoon/
isakmp_frag.h 37 #define ISAKMP_FRAG_ON TRUE /* = 1 */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_md5.c 48 ret->ignore = TRUE;
56 ret->ignore = TRUE;
69 ret->ignore = TRUE;
80 ret->allowNotifications = TRUE;
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
psy_const.h 28 #define TRUE 1
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 44 #ifndef TRUE
45 #define TRUE true
230 #ifndef TRUE
231 #define TRUE 1
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 28 #define TRUE (1)
  /external/bluetooth/glib/gmodule/
gmodule-dl.c 102 g_module_set_error (fetch_dlerror (TRUE));
118 g_module_set_error (fetch_dlerror (TRUE));
135 g_module_set_error (fetch_dlerror (TRUE));
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERBoolean.java 13 public static final DERBoolean TRUE = new DERBoolean(true);
49 return (value ? TRUE : FALSE);
59 return (octets[0] != 0) ? TRUE : FALSE;
67 * @param explicit true if the object is meant to be explicitly
130 return (value != 0) ? "TRUE" : "FALSE";
  /external/chromium/third_party/icu/source/common/
cmemory.c 41 gHeapInUse = TRUE;
64 gHeapInUse = TRUE;
111 return TRUE;
117 * Return True if ICU has allocated any memory.
  /external/chromium/third_party/icu/source/test/intltest/
sfwdchit.cpp 31 fBogus = TRUE;
51 fBogus = TRUE;
58 } else { // adopt = TRUE
73 return TRUE;
77 return TRUE;
81 return TRUE;
85 return TRUE;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 32 TRUE = new Boolean( true );
44 SwitchTest ( TRUE, "TRUE" );
47 SwitchTest( true, "true" );
54 SwitchTest( new Boolean( true ), "default" );
70 case new Boolean(true): result += "new TRUE"; break;
74 case true: result += "true"; break
    [all...]
  /external/wpa_supplicant/
state_machine.h 54 sm->changed = TRUE; \
73 sm->changed = TRUE; \
91 sm->changed = TRUE; \
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 21 #ifdef TRUE
22 #undef TRUE
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean;

Completed in 1047 milliseconds

1 2 34 5 6 7 8 91011>>