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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 43 hbox_ = gtk_hbox_new(FALSE, kElementPadding);
69 gtk_box_pack_start(GTK_BOX(hbox_), image, FALSE, FALSE, 0);
169 GTK_CHROME_LINK_BUTTON(link_button), FALSE);
176 GtkWidget* hbox = gtk_hbox_new(FALSE, 0);
199 gtk_box_pack_start(GTK_BOX(hbox), initial_label, FALSE, FALSE, 0);
200 gtk_util::CenterWidgetInHBox(hbox, link_button, false, 0);
201 gtk_box_pack_start(GTK_BOX(hbox), trailing_label, FALSE, FALSE, 0)
    [all...]
  /external/dbus/dbus/
dbus-credentials.c 146 * @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...]
dbus-sysdeps-thread-win.c 97 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;
dbus-signature.c 73 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 if an error is se
    [all...]
dbus-internals.c 59 * Aborts with an error message if the condition is false.
205 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 memor
    [all...]
dbus-string.c 129 * @returns #TRUE on success, #FALSE if no memory
151 return FALSE;
158 real->constant = FALSE;
159 real->locked = FALSE;
160 real->invalid = FALSE;
173 * @returns #TRUE on success, #FALSE if no memory
249 real->invalid = FALSE;
292 return FALSE;
367 return FALSE;
385 * @returns #FALSE if the compact failed due to realloc failur
    [all...]
dbus-spawn-win.c 102 sitter->start_sync_event = CreateEvent (NULL, FALSE, FALSE, NULL);
110 sitter->end_sync_event = CreateEvent (NULL, FALSE, FALSE, NULL);
133 sitter->have_spawn_errno = FALSE;
134 sitter->have_child_status = FALSE;
274 * _dbus_babysitter_get_child_exited(). It returns FALSE if the child
280 * @returns #FALSE on failure
291 return FALSE;
415 int need_dblquotes = FALSE;
    [all...]
  /external/harfbuzz/src/
harfbuzz-tibetan.c 116 return FALSE;
134 return FALSE;
137 item->attributes[i].mark = FALSE;
138 item->attributes[i].clusterStart = FALSE;
140 item->attributes[i].zeroWidth = FALSE;
149 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
150 return FALSE;
201 *invalid = FALSE;
208 HB_Bool openType = FALSE;
228 invalid ? "TRUE" : "FALSE"); */
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dm.c 76 return FALSE;
85 return FALSE; /* No boundary error */
90 /* if can not find the CRLF, return FALSE */
92 return FALSE;
107 return FALSE;
123 return FALSE; /* Unknown transferCoding error */
142 return FALSE;
239 if (FALSE == drm_dcfParser(pStart, contentLen, &dcfInfo, &pEncData))
240 return FALSE;
251 return FALSE;
    [all...]
  /external/bluetooth/bluez/cups/
main.c 55 static gboolean doing_disco = FALSE;
92 ctx_data->found = FALSE;
109 ctx_data.found = FALSE;
113 if (g_markup_parse_context_parse(ctx, data, size, NULL) == FALSE) {
251 return FALSE;
297 return FALSE;
301 return FALSE;
320 return FALSE;
353 DBUS_TYPE_INVALID) == FALSE)
389 DBUS_TYPE_INVALID) == FALSE)
    [all...]
  /external/bluetooth/bluez/gdbus/
object.c 73 complete = FALSE;
190 data->introspect = g_string_free(gstr, FALSE);
378 interaction = FALSE;
391 return FALSE;
436 method->name) == FALSE)
440 method->signature) == FALSE)
478 (void *) &data) == FALSE) {
558 return FALSE;
576 (void *) &data) == FALSE)
607 return FALSE;
    [all...]
  /external/bluetooth/bluez/plugins/
maemo6.c 52 static gboolean mce_bt_set = FALSE;
53 static gboolean collision = FALSE;
75 TRUE : FALSE;
106 DBUS_TYPE_INVALID) == FALSE) {
115 mce_bt_set = radio_states & MCE_RADIO_STATE_BLUETOOTH ? TRUE : FALSE;
143 startup = FALSE;
152 collision = FALSE;
  /external/bluetooth/glib/tests/
unicode-normalize.c 35 return g_string_free (result, FALSE);
58 return g_string_free (result, FALSE);
86 success = FALSE;
104 success = FALSE;
117 gboolean skip = FALSE;
128 test_form (line, G_NORMALIZE_NFD, FALSE, 2, c, columns);
130 test_form (line, G_NORMALIZE_NFC, FALSE, 1, c, columns);
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 61 gtk_dialog_set_has_separator(GTK_DIALOG(dialog_), FALSE);
62 gtk_window_set_resizable(GTK_WINDOW(dialog_), FALSE);
67 GtkWidget* hbox = gtk_hbox_new(FALSE, 6);
69 gtk_box_pack_start(GTK_BOX(hbox), label_widget, FALSE, FALSE, 0);
80 gtk_box_pack_start(GTK_BOX(content_area), hbox, FALSE, FALSE, 0);
  /external/icu4c/common/
uvectr64.cpp 83 if (count != other.count) return FALSE;
86 return FALSE;
119 return FALSE;
126 return FALSE;
130 return FALSE;
142 return FALSE;
148 return FALSE;
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 32 new TextDirectionHeuristicInternal(null /* no algorithm */, false);
45 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, false);
62 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
70 TRUE, FALSE, UNKNOWN;
106 case FALSE:
107 return false;
132 return TriState.FALSE;
146 return TriState.FALSE;
206 boolean haveUnlookedFor = false;
215 case FALSE
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 82 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
161 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE");
235 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
236 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE"));
266 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
335 if (!time_zone->inDaylightTime(d, status)) dataerrln("FAIL: inDaylightTime returned FALSE");
337 if (!time_zone->useDaylightTime()) dataerrln("FAIL: useDaylightTime returned FALSE");
597 UBool isNonReferenceTzdataVersion = FALSE;
635 {"MIT", -660, FALSE},
636 {"HST", -600, FALSE},
    [all...]
wbnf.cpp 32 return *p?TRUE:FALSE;
205 ; // ASSERT(FALSE);
214 return FALSE;
324 // return tag == YES ? TRUE : FALSE;
335 is_quoting(FALSE){}
349 bslash_escape = TRUE; quote_escape = FALSE; break;
351 bslash_escape = FALSE;quote_escape = TRUE; break;
361 is_quoting = FALSE;
375 is_quoting = FALSE;
629 // ASSERT(FALSE);
    [all...]
  /external/dbus/bus/
signals.c 273 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...]
  /external/webkit/Source/WebKit/win/
DOMEventsClasses.cpp 286 *result = FALSE;
291 *result = keyEvent->ctrlKey() ? TRUE : FALSE;
298 *result = FALSE;
303 *result = keyEvent->shiftKey() ? TRUE : FALSE;
310 *result = FALSE;
315 *result = keyEvent->altKey() ? TRUE : FALSE;
322 *result = FALSE;
327 *result = keyEvent->metaKey() ? TRUE : FALSE;
334 *result = FALSE;
339 *result = keyEvent->altGraphKey() ? TRUE : FALSE;
    [all...]
  /external/bluetooth/bluez/input/
sixpair.c 27 gboolean option_quiet = FALSE;
52 return FALSE;
81 if (option_quiet == FALSE) {
97 return FALSE;
117 return FALSE;
166 if (option_get_master != FALSE) {
167 if (show_master (devh, itfnum) == FALSE)
191 if (option_store_info != FALSE) {
212 if (set_master_bdaddr (devh, itfnum, option_master) == FALSE) {
240 if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) {
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 35 return FALSE;
39 return FALSE;
45 return FALSE;
55 fHistoricTransitions(NULL), fUpToDate(FALSE) {
60 fHistoricTransitions(NULL), fUpToDate(FALSE) {
83 fUpToDate = FALSE;
94 || BasicTimeZone::operator==(that) == FALSE) {
95 return FALSE;
99 return FALSE;
105 return FALSE;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 58 encvid->outOfBandParamSet = ((encParam->out_of_band_param_set == AVC_ON) ? TRUE : FALSE);
140 seqParam->gaps_in_frame_num_value_allowed_flag = FALSE;
144 seqParam->mb_adaptive_frame_field_flag = FALSE;
145 seqParam->direct_8x8_inference_flag = FALSE; /* default */
146 seqParam->frame_cropping_flag = FALSE;
151 seqParam->vui_parameters_present_flag = FALSE; /* default */
204 if (extS->mb_adaptive_frame_field_flag != FALSE)
211 if (extS->frame_cropping_flag != FALSE)
272 picParam->slice_group_change_direction_flag = FALSE;
331 picParam->deblocking_filter_control_present_flag = (encParam->db_filter == AVC_ON) ? TRUE : FALSE ;
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 28 #ifndef FALSE
29 #define FALSE (BOOL) 0
66 BOOL alpha = FALSE;
76 raw = FALSE;
144 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
212 return FALSE;
216 return FALSE;
223 return FALSE; /* out of memory */
229 return FALSE; /* out of memory */
235 return FALSE;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 134 gtk_event_box_set_visible_window(GTK_EVENT_BOX(event_box_), FALSE);
136 toolbar_ = gtk_hbox_new(FALSE, 0);
138 UpdateForBookmarkBarVisibility(false);
144 toolbar_left_ = gtk_hbox_new(FALSE, kToolbarWidgetSpacing);
146 back_.reset(new BackForwardButtonGtk(browser_, false));
149 gtk_box_pack_start(GTK_BOX(toolbar_left_), back_->widget(), FALSE,
150 FALSE, 0);
155 gtk_box_pack_start(GTK_BOX(toolbar_left_), forward_->widget(), FALSE,
156 FALSE, 0);
159 gtk_box_pack_start(GTK_BOX(toolbar_left_), reload_->widget(), FALSE, FALSE
    [all...]

Completed in 992 milliseconds

1 2 3 4 5 6 78 91011>>