HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 151 - 175 of 2090) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dbus/dbus/
dbus-userdb-util.c 50 dbus_bool_t result = FALSE;
60 return FALSE;
67 return FALSE;
87 return FALSE;
97 return FALSE;
140 return FALSE;
147 return FALSE;
177 return FALSE;
184 return FALSE;
311 * @returns #FALSE if error is se
    [all...]
dbus-sysdeps-util-unix.c 72 * @returns #FALSE on failure
91 return FALSE;
101 return FALSE;
145 return FALSE;
163 * @returns #FALSE on failure
183 return FALSE;
191 return FALSE;
201 return FALSE;
209 return FALSE;
224 * @returns FALSE if error is se
    [all...]
  /external/harfbuzz/src/
harfbuzz-global.h 48 #ifndef FALSE
49 #define FALSE 0
53 #define TRUE (!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/Source/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/webkit/Source/WebKit/gtk/tests/
testwebplugindatabase.c 36 gboolean found = FALSE;
37 gboolean enabled = FALSE;
50 webkit_web_plugin_set_enabled(plugin, FALSE);
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/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/icu4c/i18n/
tzrule.cpp 138 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
139 return FALSE;
148 return FALSE;
155 return FALSE;
164 return FALSE;
173 return FALSE;
233 return FALSE;
267 return FALSE;
282 after = FALSE;
291 after = FALSE;
    [all...]
  /external/bluetooth/bluez/btio/
btio.c 117 return FALSE;
128 return FALSE;
138 return FALSE;
149 return FALSE;
171 return FALSE;
183 return FALSE;
393 return FALSE;
408 return FALSE;
420 return FALSE;
430 return FALSE;
    [all...]
  /external/bluetooth/glib/tests/
threadpool-test.c 110 pool = g_thread_pool_new ((GFunc) g_usleep, NULL, -1, FALSE, NULL);
142 g_thread_pool_free (pool, FALSE, TRUE);
179 pool1 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL);
196 g_thread_pool_free (pool2, FALSE, TRUE);
197 g_thread_pool_free (pool3, FALSE, TRUE);
230 static gboolean last_failed = FALSE;
244 last_failed = FALSE;
282 FALSE,
342 return FALSE;
355 FALSE,
    [all...]
child-test.c 70 if (!CreateProcess (argv0, cmdline, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi))
128 new_main_loop = g_main_loop_new (NULL, FALSE);
173 main_loop = g_main_loop_new (NULL, FALSE);
185 g_thread_create (test_thread, GINT_TO_POINTER (10), FALSE, NULL);
186 g_thread_create (test_thread, GINT_TO_POINTER (20), FALSE, NULL);
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 101 return FALSE;
109 return FALSE;
116 return FALSE;
123 return FALSE;
128 return FALSE;
hung_renderer_dialog_gtk.cc 100 GtkWidget* hbox = gtk_hbox_new(FALSE, 12);
104 GtkWidget* icon_vbox = gtk_vbox_new(FALSE, 0);
105 gtk_box_pack_start(GTK_BOX(hbox), icon_vbox, FALSE, FALSE, 0);
109 gtk_box_pack_start(GTK_BOX(icon_vbox), icon, FALSE, FALSE, 0);
111 GtkWidget* vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
117 gtk_box_pack_start(GTK_BOX(vbox), text, FALSE, FALSE, 0);
131 gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(tree_view), FALSE);
    [all...]
  /external/icu4c/tools/toolutil/
filetools.cpp 32 * Also can be given just one file to check against. Default value for isDir is FALSE.
39 return FALSE;
66 isLatest = FALSE;
76 return FALSE;
83 isLatest = FALSE;
86 isLatest = FALSE;
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat2D.c 87 if( ptrA->xxE != srcPtrA->xxE ) return FALSE;
88 if( ptrA->xyE != srcPtrA->xyE ) return FALSE;
89 if( ptrA->yxE != srcPtrA->yxE ) return FALSE;
90 if( ptrA->yyE != srcPtrA->yyE ) return FALSE;
101 if( ptrA->xxE != xxL ) return FALSE;
102 if( ptrA->xyE != xyL ) return FALSE;
103 if( ptrA->yxE != yxL ) return FALSE;
104 if( ptrA->yyE != yyL ) return FALSE;
107 if( srcPtrA->xxE != ( xxL >> bbpDiffL ) ) return FALSE;
108 if( srcPtrA->xyE != ( xyL >> bbpDiffL ) ) return FALSE;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 71 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
77 GtkWidget* icon_hbox = gtk_hbox_new(FALSE, gtk_util::kContentAreaSpacing);
92 gtk_box_pack_start(GTK_BOX(icon_hbox), icon, FALSE, FALSE, 0);
97 GtkWidget* right_column_area = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
117 FALSE, FALSE, 0);
120 gtk_box_pack_start(GTK_BOX(right_column_area), frame, FALSE, FALSE, 0);
124 gtk_text_view_set_editable(GTK_TEXT_VIEW(text_view), FALSE);
    [all...]

Completed in 1134 milliseconds

1 2 3 4 5 67 8 91011>>