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

1 2 3 45 6 7 8 91011>>

  /external/bluetooth/bluez/health/
hdp_util.c 89 return FALSE;
102 return FALSE;
117 return FALSE;
127 return FALSE;
133 return FALSE;
163 return FALSE;
193 return FALSE;
204 return FALSE;
234 return FALSE;
264 return FALSE;
    [all...]
  /external/bluetooth/glib/gio/
gdrive.c 101 static gboolean initialized = FALSE;
203 * Returns: %TRUE if the @drive contains volumes, %FALSE otherwise.
210 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE);
247 * media changes, %FALSE otherwise.
254 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE);
267 * Returns: %TRUE if @drive supports removable media, %FALSE otherwise.
274 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE);
289 * Returns: %TRUE if @drive has media, %FALSE otherwise.
296 g_return_val_if_fail (G_IS_DRIVE (drive), FALSE);
309 * Returns: %TRUE if the @drive can be ejected, %FALSE otherwise
    [all...]
gvolume.c 126 static gboolean initialized = FALSE;
281 * Returns: %TRUE if the @volume can be mounted. %FALSE otherwise.
288 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
293 return FALSE;
304 * Returns: %TRUE if the @volume can be ejected. %FALSE otherwise.
311 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
316 return FALSE;
334 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
339 return FALSE;
391 * @error will be set to contain the errors and %FALSE will be returned
    [all...]
  /external/dbus/dbus/
dbus-bus.c 96 static dbus_bool_t initialized = FALSE;
129 initialized = FALSE;
155 retval = FALSE;
168 return FALSE;
170 supported = FALSE;
193 return FALSE;
202 return FALSE;
225 * "return FALSE" or running through twice may not
235 return FALSE;
246 return FALSE;
    [all...]
dbus-message.c 265 * @returns #FALSE if no memory
275 return FALSE;
382 * @returns #FALSE if no memory
388 _dbus_return_val_if_fail (message != NULL, FALSE);
389 _dbus_return_val_if_fail (!message->locked, FALSE);
458 static dbus_bool_t message_cache_shutdown_registered = FALSE;
477 message_cache_shutdown_registered = FALSE;
605 was_cached = FALSE;
667 return FALSE;
675 return FALSE;
    [all...]
dbus-nonce.c 51 return FALSE;
66 return FALSE;
73 return FALSE;
98 * @return FALSE iff reading the nonce fails (error is set then)
116 return FALSE;
122 return FALSE;
128 return FALSE;
170 return FALSE;
173 ret = _dbus_string_save_to_file (&nonce, filename, FALSE, error);
185 * @param error contains error details if FALSE is returne
    [all...]
dbus-marshal-validate.c 494 validity = validate_body_helper (&sub, byte_order, FALSE,
613 validity = validate_body_helper (&sub, byte_order, FALSE,
798 return FALSE;
801 return FALSE;
807 return FALSE;
816 return FALSE; /* no empty path components allowed */
823 return FALSE;
831 return FALSE; /* trailing slash not allowed unless the string is "/" */
    [all...]
dbus-file-win.c 104 * @returns #FALSE if error was set
131 return FALSE;
149 return FALSE;
159 return FALSE;
184 return FALSE;
209 * @returns #FALSE on failure
230 retval = FALSE;
231 need_unlink = FALSE;
236 return FALSE;
243 return FALSE;
    [all...]
dbus-macros.h 41 #ifndef FALSE
42 # define FALSE 0
89 * @brief #TRUE, #FALSE, #NULL, and so on
122 * @def FALSE
  /external/dbus/bus/
activation.c 184 pending_activation->timeout_added = FALSE;
282 return FALSE;
443 return FALSE;
464 return FALSE;
487 return FALSE;
494 retval = FALSE;
528 retval = FALSE;
545 retval = FALSE;
593 return FALSE;
600 return FALSE;
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 44 UBool opt_help = FALSE;
45 UBool opt_norm = FALSE;
46 UBool opt_french = FALSE;
47 UBool opt_shifted = FALSE;
48 UBool opt_lower = FALSE;
49 UBool opt_upper = FALSE;
50 UBool opt_case = FALSE;
101 return FALSE;
110 return FALSE;
118 return FALSE;
    [all...]
  /external/quake/quake/src/WinQuake/
conproc.cpp 59 heventDone = CreateEvent (NULL, FALSE, FALSE, NULL);
107 dwRet = WaitForMultipleObjects (2, heventWait, FALSE, INFINITE);
250 rec.Event.KeyEvent.bKeyDown = FALSE;
304 return FALSE;
315 return FALSE;
320 return FALSE;
327 return FALSE;
330 return FALSE;
334 return FALSE;
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testdomdomwindow.c 47 return FALSE;
68 g_assert(fixture->loaded == FALSE);
71 return FALSE;
89 g_assert(fixture->clicked == FALSE);
94 return FALSE;
101 return FALSE;
108 webkit_dom_event_target_add_event_listener(WEBKIT_DOM_EVENT_TARGET(fixture->domWindow), "click", G_CALLBACK(clickedCallback), false, fixture); local
110 g_assert(fixture->clicked == FALSE);
128 webkit_dom_event_target_add_event_listener(WEBKIT_DOM_EVENT_TARGET(fixture->domWindow), "load", G_CALLBACK(loadedCallback), false, fixture); local
144 g_assert(fixture->clicked == FALSE);
179 webkit_dom_event_target_add_event_listener(WEBKIT_DOM_EVENT_TARGET(element), "click", G_CALLBACK(clicked_cb), false, fixture); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 93 gtk_window_set_resizable(GTK_WINDOW(create_dialog_), false); local
104 GtkWidget* vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
109 GtkWidget* hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
110 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
116 gtk_box_pack_start(GTK_BOX(hbox), favicon_image, FALSE, FALSE, 0);
120 gtk_box_pack_start(GTK_BOX(hbox), description_label, FALSE, FALSE, 0);
144 gtk_box_pack_start(GTK_BOX(vbox), checkboxes_label, FALSE, FALSE, 0)
158 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(menu_checkbox_), false); local
240 false); \/\/ resizable local
    [all...]
external_protocol_dialog_gtk.cc 82 GtkWidget* vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
95 FALSE, FALSE, 0);
99 FALSE, FALSE, 0);
103 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE);
ssl_client_certificate_selector.cc 107 root_widget_.Own(gtk_vbox_new(FALSE, gtk_util::kControlSpacing));
109 GtkWidget* site_vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
111 FALSE, FALSE, 0);
116 FALSE, FALSE, 0);
121 gtk_box_pack_start(GTK_BOX(site_vbox), site_label, FALSE, FALSE, 0);
123 GtkWidget* selector_vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
130 FALSE, FALSE, 0)
    [all...]
  /external/icu4c/common/
umapfile.c 86 return FALSE; /* no file access */
113 return FALSE;
120 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
125 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */
136 return FALSE;
143 return FALSE;
173 return FALSE;
180 return FALSE;
191 return FALSE;
242 return FALSE;
    [all...]
uvectr32.cpp 86 if (count != other.count) return FALSE;
89 return FALSE;
118 return FALSE;
127 return FALSE;
134 UBool changed = FALSE;
146 UBool changed = FALSE;
174 return FALSE;
178 return FALSE;
201 return FALSE;
208 return FALSE;
    [all...]
  /external/libpng/contrib/pngminus/
pnm2png.c 28 #ifndef FALSE
29 #define FALSE (BOOL) 0
66 BOOL interlace = FALSE;
67 BOOL alpha = FALSE;
143 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
208 BOOL raw, alpha_raw = FALSE;
217 return FALSE;
269 return FALSE;
284 return FALSE;
292 return FALSE;
    [all...]
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 33 static gboolean im_debug_enabled = FALSE;
39 static gboolean scan_missing_running = FALSE;
48 static gboolean initialized = FALSE;
113 gboolean not_m = FALSE;
143 scan_missing_running = FALSE;
145 return FALSE;
  /external/bluetooth/glib/tests/
base64-test.c 124 test_incremental (FALSE, DATA_SIZE);
127 test_incremental (FALSE, DATA_SIZE - 1);
130 test_incremental (FALSE, DATA_SIZE - 2);
133 test_incremental (FALSE, 1);
134 test_incremental (FALSE, 2);
135 test_incremental (FALSE, 3);
  /external/icu4c/test/intltest/
textfile.cpp 78 return FALSE;
98 if (!setBuffer(n++, c, ec)) return FALSE;
100 if (!setBuffer(n++, 0, ec)) return FALSE;
114 if (!readLine(line, ec)) return FALSE;
136 return FALSE;
169 return FALSE;
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...]
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 31 #define FALSE 0
69 HardMixing = FALSE;
89 HardMixing = FALSE;
93 if(HardMixing == FALSE)
129 ptrInstance->MixerStream[0].CallbackSet = FALSE;
143 ptrInstance->MixerStream[1].CallbackSet = FALSE;
  /external/chromium/chrome/common/
multi_process_lock_win.cc 30 return false;
34 event_.Set(CreateEvent(NULL, FALSE, FALSE, wname.c_str()));
39 return false;

Completed in 1737 milliseconds

1 2 3 45 6 7 8 91011>>