HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 126 - 150 of 2245) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 98 UBool opt_help = FALSE;
102 UBool opt_terse = FALSE;
104 UBool opt_win = FALSE; // Run with Windows native functions.
105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
106 UBool opt_mac = FALSE; // Run with MacOSX word break services.
107 UBool opt_uselen = FALSE;
108 UBool opt_dump = FALSE;
109 UBool opt_char = FALSE;
110 UBool opt_word = FALSE;
111 UBool opt_line = FALSE;
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 98 UBool opt_help = FALSE;
102 UBool opt_terse = FALSE;
104 UBool opt_win = FALSE; // Run with Windows native functions.
105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
106 UBool opt_mac = FALSE; // Run with MacOSX word break services.
107 UBool opt_uselen = FALSE;
108 UBool opt_dump = FALSE;
109 UBool opt_char = FALSE;
110 UBool opt_word = FALSE;
111 UBool opt_line = FALSE;
    [all...]
  /external/bluetooth/bluez/gdbus/
mainloop.c 84 return FALSE;
188 return FALSE;
192 return FALSE;
276 return FALSE;
279 if (result == FALSE)
280 return FALSE;
306 if (setup_bus(conn, name, error) == FALSE) {
329 if (setup_bus(conn, name, error) == FALSE) {
347 return FALSE;
354 return FALSE;
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeint.h 34 #ifndef FALSE
35 #define FALSE (0)
39 #define TRUE (!FALSE)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERBoolean.java 12 public static final DERBoolean FALSE = new DERBoolean(false);
49 return (value ? TRUE : FALSE);
59 return (octets[0] != 0) ? TRUE : FALSE;
68 * tagged false otherwise.
116 return false;
130 return (value != 0) ? "TRUE" : "FALSE";
  /external/chromium/base/third_party/xdg_mime/
xdgmimeint.h 34 #ifndef FALSE
35 #define FALSE (0)
39 #define TRUE (!FALSE)
  /external/chromium/third_party/icu/source/test/cintltst/
eurocreg.c 158 return FALSE;
169 return FALSE;
174 return FALSE;
  /external/chromium/third_party/icu/source/test/intltest/
numrgts.h 95 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
96 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
97 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
transrt.cpp 49 if(quick==FALSE){ \
135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
137 return FALSE;
142 if (t != 0 && t != 1) { return FALSE; }
145 if (t != 0 && t != 1) { return FALSE; }
148 if (t != 1 && t != 2) { return FALSE; }
181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
184 if (full == FALSE) {
188 // return FALSE;
195 ) return FALSE;
    [all...]
  /external/chromium/third_party/icu/source/tools/icupkg/
icupkg.cpp 242 printUsage(pname, FALSE);
251 isModified=FALSE;
277 isPackage=FALSE;
298 printUsage(pname, FALSE);
308 printUsage(pname, FALSE);
342 printUsage(pname, FALSE);
367 printUsage(pname, FALSE);
374 listPkg=readList(NULL, options[OPT_REMOVE_LIST].value, FALSE);
380 printUsage(pname, FALSE);
398 printUsage(pname, FALSE);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util.c 143 check_path_absolute ("", FALSE);
144 check_path_absolute ("foo", FALSE);
145 check_path_absolute ("foo/bar", FALSE);
  /external/icu4c/common/
icudataver.c 30 result = FALSE;
68 result = FALSE;
76 *isModifiedFillin = FALSE;
  /external/icu4c/test/cintltst/
eurocreg.c 158 return FALSE;
169 return FALSE;
174 return FALSE;
  /external/icu4c/test/intltest/
numrgts.h 95 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
96 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
97 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
simplethread.cpp 118 return FALSE;
237 return FALSE;
242 return FALSE;
286 return FALSE;
334 imp->fRunning = FALSE;
342 imp->fRunning = FALSE;
343 imp->fRan = FALSE;
361 static UBool attrIsInitialized = FALSE;
368 if (attrIsInitialized == FALSE) {
374 if (attrIsInitialized == FALSE) {
    [all...]
transrt.cpp 49 if(quick==FALSE){ \
135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
137 return FALSE;
142 if (t != 0 && t != 1) { return FALSE; }
145 if (t != 0 && t != 1) { return FALSE; }
148 if (t != 1 && t != 2) { return FALSE; }
181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
184 if (full == FALSE) {
188 // return FALSE;
195 ) return FALSE;
    [all...]
  /external/icu4c/tools/icupkg/
icupkg.cpp 242 printUsage(pname, FALSE);
251 isModified=FALSE;
277 isPackage=FALSE;
298 printUsage(pname, FALSE);
308 printUsage(pname, FALSE);
342 printUsage(pname, FALSE);
367 printUsage(pname, FALSE);
374 listPkg=readList(NULL, options[OPT_REMOVE_LIST].value, FALSE);
380 printUsage(pname, FALSE);
398 printUsage(pname, FALSE);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 33 FALSE = new Boolean( false );
40 SwitchTest( FALSE, "FALSE" );
41 SwitchTest( false, "false" );
55 SwitchTest( new Boolean(false ), "default" );
71 case new Boolean(false): result += "new FALSE"; break;
75 case false: result += "false"; break
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 18 #ifdef FALSE
19 #undef FALSE
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c 30 #define FALSE 0
57 HardMixing = FALSE;
87 pInstance->CallbackSet = FALSE;
MixSoft_1St_D32C31_WRA.c 30 #define FALSE 0
59 HardMixing = FALSE;
87 pInstance->CallbackSet = FALSE;
  /libcore/luni/src/main/java/java/lang/
Boolean.java 54 * {@code false}.
56 public static final Boolean FALSE = new Boolean(false);
63 * be a Boolean representing the primitive value {@code false}.
77 * the primitive boolean value, {@code true} or {@code false}.
85 * {@code false}.
87 * @return this object's primitive value, {@code true} or {@code false}.
101 * {@code Boolean}; {@code false} otherwise.
117 * {@code true} and the value of {@code that} is {@code false}; a
118 * negative value if the value if this boolean is {@code false} an
    [all...]
  /external/webkit/WebKit/gtk/tests/
testloading.c 77 fixture->has_been_provisional = FALSE;
78 fixture->has_been_committed = FALSE;
79 fixture->has_been_first_visually_non_empty_layout = FALSE;
80 fixture->has_been_finished = FALSE;
81 fixture->has_been_failed = FALSE;
82 fixture->has_been_load_error = FALSE;
97 uri_string = soup_uri_to_string(uri, FALSE);
204 return FALSE;
245 return FALSE;
369 fixture->has_been_provisional = FALSE;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
tzrule.cpp 137 TimeZoneRule::isEquivalentTo(other) == FALSE) {
138 return FALSE;
147 return FALSE;
154 return FALSE;
163 return FALSE;
172 return FALSE;
232 return FALSE;
266 return FALSE;
281 after = FALSE;
290 after = FALSE;
    [all...]
  /external/icu4c/i18n/
tzrule.cpp 137 TimeZoneRule::isEquivalentTo(other) == FALSE) {
138 return FALSE;
147 return FALSE;
154 return FALSE;
163 return FALSE;
172 return FALSE;
232 return FALSE;
266 return FALSE;
281 after = FALSE;
290 after = FALSE;
    [all...]

Completed in 4814 milliseconds

1 2 3 4 56 7 8 91011>>