Searched refs:FALSE (Results 126 - 150 of 2028) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dswitch-004.js33 FALSE = new Boolean( false );
40 SwitchTest( FALSE, "FALSE" );
71 case new Boolean(false): result += "new FALSE"; break;
77 case FALSE: result += "FALSE"; break;
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebplugindatabase.c36 gboolean found = FALSE;
37 gboolean enabled = FALSE;
50 webkit_web_plugin_set_enabled(plugin, FALSE);
H A Dtestloading.c77 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/
H A Ddefs.h18 #ifdef FALSE
19 #undef FALSE macro
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean; enumerator in enum:__anon15163
/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c72 * @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 i
[all...]
H A Ddbus-credentials.c146 * @returns #FALSE if no memory
161 * @returns #FALSE if no memory
177 * @returns #FALSE if no memory
187 return FALSE;
201 * @returns #FALSE if no memory
211 return FALSE;
244 return FALSE;
374 * @returns #FALSE if no memory
405 * @returns #FALSE if no memory
416 return FALSE;
[all...]
H A Ddbus-sysdeps-thread-win.c97 handle = CreateMutex (NULL, FALSE, NULL);
153 event = CreateEvent (0, FALSE, FALSE, NULL);
155 return FALSE;
169 return FALSE; /* Prepend failed */
193 _dbus_assert (_dbus_list_remove (&cond->list, event) == FALSE);
272 return FALSE;
H A Ddbus-signature.c73 real_iter->finished = FALSE;
74 real_iter->in_array = FALSE;
157 * struct, the next value in an array. Returns #FALSE at the end of the
161 * @returns FALSE if nothing more to read at or below this level
169 return FALSE;
177 return FALSE;
188 return FALSE;
200 * a non-container (i.e. if dbus_type_is_container() returns #FALSE
216 real_sub_iter->in_array = FALSE;
230 * @returns #TRUE if signature is valid or #FALSE i
296 FALSE); local
318 FALSE); local
347 FALSE); local
[all...]
H A Ddbus-internals.c205 static dbus_bool_t warn_initted = FALSE;
206 static dbus_bool_t fatal_warnings = FALSE;
220 fatal_warnings = FALSE;
221 fatal_warnings_on_check_failed = FALSE;
308 static dbus_bool_t verbose_initted = FALSE;
453 need_pid = FALSE;
492 verbose_initted = FALSE;
610 return FALSE;
636 * @returns #FALSE if no memory
659 return FALSE;
[all...]
/external/icu4c/i18n/
H A Dtzrule.cpp138 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...]
H A Duregex.cpp58 fOwnsText = FALSE;
86 return FALSE;
90 return FALSE;
95 return FALSE;
270 if (validateRE(re, FALSE, &status) == FALSE) {
285 if (validateRE(source, FALSE, status) == FALSE) {
325 if (validateRE(regexp, FALSE, status) == FALSE) {
[all...]
/external/icu4c/test/intltest/
H A Dtransrt.cpp49 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...]
H A Dtztest.cpp84 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
163 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
237 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
238 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE"));
268 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
337 if (!time_zone->inDaylightTime(d, status)) dataerrln("FAIL: inDaylightTime returned FALSE");
339 if (!time_zone->useDaylightTime()) dataerrln("FAIL: useDaylightTime returned FALSE");
607 UBool found = FALSE;
732 UBool found = FALSE;
835 UBool isNonReferenceTzdataVersion = FALSE;
[all...]
/external/bluetooth/bluedroid/stack/hcic/
H A Dhciblecmds.c44 return (FALSE);
65 return (FALSE);
87 return (FALSE);
107 return (FALSE);
127 return (FALSE);
147 return (FALSE);
172 return (FALSE);
200 return (FALSE);
221 return (FALSE);
252 return (FALSE);
[all...]
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c125 BOOLEAN fill = FALSE;
187 ** Returns TRUE if successful, Otherwise FALSE
234 return FALSE;
243 return FALSE;
254 ** Returns TRUE if successful, Otherwise FALSE
264 return FALSE;
278 ** Returns TRUE if successful, Otherwise FALSE
290 return FALSE;
/external/chromium/chrome/browser/ui/gtk/
H A Dback_forward_button_gtk.cc101 return FALSE;
109 return FALSE;
116 return FALSE;
123 return FALSE;
128 return FALSE;
H A Dhung_renderer_dialog_gtk.cc100 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); local
109 gtk_box_pack_start(GTK_BOX(icon_vbox), icon, FALSE, FALSE, 0); local
111 GtkWidget* vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
117 gtk_box_pack_start(GTK_BOX(vbox), text, FALSE, FALSE, 0); local
131 gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(tree_view), FALSE); local
[all...]
/external/icu4c/tools/toolutil/
H A Dfiletools.cpp32 * 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/
H A DFlt16Mat2D.c87 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/
H A Dextension_install_dialog_gtk.cc71 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE); local
77 GtkWidget* icon_hbox = gtk_hbox_new(FALSE, gtk_util::kContentAreaSpacing);
92 gtk_box_pack_start(GTK_BOX(icon_hbox), icon, FALSE, FALSE, 0); local
97 GtkWidget* right_column_area = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
117 FALSE, FALSE, 0); local
120 gtk_box_pack_start(GTK_BOX(right_column_area), frame, FALSE, FALSE, 0); local
124 gtk_text_view_set_editable(GTK_TEXT_VIEW(text_view), FALSE); local
163 gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE); local
[all...]
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.cc43 hbox_ = gtk_hbox_new(FALSE, kElementPadding);
69 gtk_box_pack_start(GTK_BOX(hbox_), image, FALSE, FALSE, 0); local
169 GTK_CHROME_LINK_BUTTON(link_button), FALSE); local
176 GtkWidget* hbox = gtk_hbox_new(FALSE, 0);
199 gtk_box_pack_start(GTK_BOX(hbox), initial_label, FALSE, FALSE, 0); local
201 gtk_box_pack_start(GTK_BOX(hbox), trailing_label, FALSE, FALSE, 0); local
285 return FALSE;
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-tibetan.c117 return FALSE;
135 return FALSE;
138 item->attributes[i].mark = FALSE;
139 item->attributes[i].clusterStart = FALSE;
141 item->attributes[i].zeroWidth = FALSE;
150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
151 return FALSE;
202 *invalid = FALSE;
209 HB_Bool openType = FALSE;
229 invalid ? "TRUE" : "FALSE"); */
[all...]
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog_gtk.cc61 gtk_dialog_set_has_separator(GTK_DIALOG(dialog_), FALSE); local
62 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE); local
67 GtkWidget* hbox = gtk_hbox_new(FALSE, 6);
69 gtk_box_pack_start(GTK_BOX(hbox), label_widget, FALSE, FALSE, 0); local
80 gtk_box_pack_start(GTK_BOX(content_area), hbox, FALSE, FALSE, 0); local
/external/icu4c/common/
H A Duvectr64.cpp83 if (count != other.count) return FALSE;
86 return FALSE;
119 return FALSE;
126 return FALSE;
130 return FALSE;
142 return FALSE;
148 return FALSE;
/external/dbus/bus/
H A Dsignals.c273 return FALSE;
292 return FALSE;
311 return FALSE;
330 return FALSE;
349 return FALSE;
385 return FALSE;
402 return FALSE;
418 return FALSE;
480 return FALSE;
487 return FALSE;
[all...]

Completed in 954 milliseconds

1234567891011>>