HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 626 - 650 of 2022) sorted by null

<<21222324252627282930>>

  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 71 * @param keep_umask #TRUE to keep the original umask
153 return TRUE;
212 return TRUE;
291 return TRUE;
298 * @returns #TRUE if username is valid
368 return TRUE;
453 * @returns #TRUE if file exists
465 * @returns #TRUE is the user is at the consolei and there are no errors
508 * @returns #TRUE if an absolute path
555 return TRUE;
    [all...]
dbus-list.c 63 list_pool = _dbus_mem_pool_new (sizeof (DBusList), TRUE);
244 * @returns #TRUE on success.
256 return TRUE;
266 * @returns #TRUE on success.
280 return TRUE;
323 * @returns #TRUE on success, #FALSE if memory allocation fails
343 return TRUE;
353 * @returns #TRUE on success, #FALSE if memory allocation fails
373 return TRUE;
420 * @returns #TRUE if a value was found to remove
    [all...]
dbus-auth-script.c 86 in_backslash = TRUE;
101 in_quotes = TRUE;
114 return TRUE;
241 * @returns #TRUE if the script succeeds, #FALSE otherwise
338 retval = TRUE;
354 retval = TRUE;
789 retval = TRUE;
  /external/icu4c/common/
normalizer2impl.cpp 59 return TRUE;
85 return TRUE;
92 return TRUE;
123 return TRUE;
141 return TRUE;
146 return TRUE;
157 return TRUE;
199 return TRUE;
277 return TRUE;
344 return TRUE;
    [all...]
rbbisetb.cpp 276 fSawBOF = TRUE;
293 TRUE); // Keep Latin 1 in separately
297 utrie_setRange32(fTrie, rlRange->fStartChar, rlRange->fEndChar+1, rlRange->fNum, TRUE);
313 TRUE, // Reduce to 16 bits
332 TRUE, // Reduce to 16 bits
549 usetNode->fLeftChild->printTree(TRUE);
  /external/icu4c/i18n/
digitlst.cpp 81 fHaveDouble = TRUE;
131 return TRUE;
192 fHaveDouble = TRUE;
466 nonConstThis->fHaveDouble = TRUE;
579 * Return true if this is an integer value that can be held
603 return TRUE;
620 return true;
626 * Return true if the number represented by this object can fit into
650 return TRUE;
667 return true;
    [all...]
rbnf.cpp 61 // Temporary workaround - when noParse is true, do noting in parse.
114 // if both strings are NULL, this returns TRUE
118 return TRUE;
130 return TRUE;
155 return TRUE;
314 UBool checkInc(UChar c) { if (p < e && (ch == c || *p == c)) { inc(); return TRUE; } return FALSE; }
318 if (*list == SPACE && uprv_isRuleWhiteSpace(c)) return TRUE;
392 UBool mightHaveNext = TRUE;
403 mightHaveNext = TRUE;
448 UBool mightHaveNext = TRUE;
    [all...]
  /external/pcre/
pcregrep.c 69 #define TRUE 1
462 dir->first = TRUE;
923 hyphenpending = TRUE;
943 Returns: TRUE if there was a match
963 if (*mrc >= 0) return TRUE;
971 resource_error = TRUE;
1063 if (is_file_tty(in)) input_line_buffered = TRUE;
    [all...]
  /external/bluetooth/bluez/audio/
control.c 414 g_io_channel_shutdown(control->io, TRUE, NULL);
473 value = TRUE;
585 return TRUE;
755 g_io_channel_shutdown(chan, TRUE, NULL);
759 dev = manager_get_device(&src, &dst, TRUE);
791 g_io_channel_shutdown(chan, TRUE, NULL);
823 return TRUE;
841 return TRUE;
857 gboolean tmp, master = TRUE;
962 g_io_channel_shutdown(server->io, TRUE, NULL)
    [all...]
headset.c 93 static gboolean sco_hci = TRUE;
452 g_io_channel_shutdown(p->io, TRUE, NULL);
555 return TRUE;
881 slc->cli_active = buf[8] == '1' ? TRUE : FALSE;
1072 slc->cme_enabled = TRUE;
1091 slc->cwa_enabled = TRUE;
1179 slc->nrec_req = TRUE;
1196 enable = TRUE;
1257 g_io_channel_shutdown(hs->sco, TRUE, NULL);
1293 return TRUE;
    [all...]
  /external/dbus/bus/
services.c 91 TRUE);
97 TRUE);
367 return TRUE;
673 retval = TRUE;
705 return TRUE;
808 return TRUE;
885 return TRUE;
897 return TRUE;
1026 return TRUE;
1103 return TRUE;
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettings.cpp 379 TRUE,
388 TRUE,
397 TRUE,
406 TRUE,
415 TRUE,
424 TRUE,
559 TRUE,
575 TRUE,
590 TRUE,
694 TRUE,
    [all...]
  /external/bluetooth/glib/glib/
gconvert.c 83 return TRUE;
100 return TRUE;
258 initialized = TRUE;
282 bucket->used = TRUE;
418 bucket->used = TRUE;
640 done = TRUE;
657 have_error = TRUE;
664 have_error = TRUE;
673 reset = TRUE;
677 done = TRUE;
    [all...]
  /external/bluetooth/bluez/plugins/
pnat.c 102 g_io_channel_shutdown(client->io, TRUE, NULL);
194 return TRUE;
213 return TRUE;
218 client->tty_open = TRUE;
273 return TRUE;
499 g_io_channel_shutdown(server->server, TRUE, NULL);
  /external/bluetooth/glib/gio/
gunixmount.c 225 return TRUE;
279 g_string_free (data->error_string, TRUE);
318 return TRUE;
364 g_string_free (data->error_string, TRUE);
423 return TRUE;
449 return TRUE;
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 75 grab_input_(true),
112 gtk_widget_set_app_paintable(window_, TRUE);
147 UpdateArrowLocation(true); // Force move and reshape.
291 return true;
376 TRUE, // owner_events
408 closed_by_escape_ = true;
410 return TRUE;
430 msg.send_event = TRUE;
451 return TRUE;
501 return TRUE;
    [all...]
find_bar_gtk.cc 232 gtk_widget_set_app_paintable(container_, TRUE);
239 gtk_util::CenterWidgetInHBox(hbox, close_button_->widget(), true,
282 TRUE, TRUE, 0);
288 gtk_box_pack_end(GTK_BOX(content_hbox), text_entry_, TRUE, TRUE, 0);
292 BuildBorder(content_hbox, true, 0, 0, 0, 0,
294 gtk_widget_set_app_paintable(content_event_box_, TRUE);
303 gtk_util::CenterWidgetInHBox(hbox, border_bin_, true, 0);
368 ignore_changed_signal_ = true;
    [all...]
  /external/dbus/tools/
dbus-send.c 123 if (strcmp (value, "true") == 0)
125 v_BOOLEAN = TRUE;
135 fprintf (stderr, "%s: Expected \"true\" or \"false\" instead of \"%s\"\n", appname, value);
262 session_or_system = TRUE;
267 session_or_system = TRUE;
285 print_reply = TRUE;
288 print_reply_literal = TRUE;
371 dbus_message_set_auto_start (message, TRUE);
  /external/icu4c/layout/
GlyphIterator.cpp 362 return TRUE;
383 return TRUE;
406 return TRUE;
424 return TRUE;
451 return nextInternal(delta) && hasFeatureTag(TRUE);
473 return prevInternal(delta) && hasFeatureTag(TRUE);
  /external/icu4c/test/cintltst/
cintltst.c 102 defaultDataFound = TRUE;
462 return TRUE;
513 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
624 ctst_free = TRUE;
658 return TRUE;
687 return TRUE;
  /external/icu4c/test/intltest/
dcfmapts.cpp 248 pat.setDecimalSeparatorAlwaysShown(TRUE);
250 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
251 if(tf != TRUE) {
255 pat.setExponentSignAlwaysShown(TRUE);
257 logln((UnicodeString)"ExponentSignAlwaysShown (should be TRUE) is " + (UnicodeString) (esas ? "TRUE" : "FALSE"));
258 if(esas != TRUE) {
263 pat.setScientificNotation(TRUE);
265 logln((UnicodeString)"isScientificNotation (should be TRUE) is " + (UnicodeString) (sn ? "TRUE" : "FALSE"))
    [all...]
  /external/icu4c/tools/genrb/
wrtjava.c 312 str_write_java(res->u.fString.fChars,res->u.fString.fLength,TRUE,status);
331 UBool allStrings = TRUE;
355 decrementTabs = TRUE;
509 static UBool start = TRUE;
514 UBool allStrings =TRUE;
634 start = TRUE; /* Reset the start indictor*/
  /external/jpeg/
jcmarker.c 176 qtbl->sent_table = TRUE;
216 htbl->sent_table = TRUE;
517 is_baseline = TRUE;
575 emit_dht(cinfo, compptr->ac_tbl_no, TRUE);
580 emit_dht(cinfo, compptr->ac_tbl_no, TRUE);
611 * Any table that is defined and not marked sent_table = TRUE will be
612 * emitted. Note that all tables will be marked sent_table = TRUE at exit.
632 emit_dht(cinfo, i, TRUE);
jdmaster.c 26 boolean using_merged_upsample; /* TRUE if using merged upsample/cconvert */
82 return TRUE; /* by golly, it'll work... */
346 cinfo->enable_1pass_quant = TRUE;
351 cinfo->enable_external_quant = TRUE;
353 cinfo->enable_2pass_quant = TRUE;
355 cinfo->enable_1pass_quant = TRUE;
480 master->pub.is_dummy_pass = TRUE;
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 629 sm->eapolEap = TRUE;
799 sta->eapol_sm->eap_if->portEnabled = TRUE;
827 sta->eapol_sm->eapolStart = TRUE;
840 sta->eapol_sm->eapolLogoff = TRUE;
933 sta->eapol_sm->eap_if->portEnabled = TRUE;
942 sta->eapol_sm->keyRun = TRUE;
943 sta->eapol_sm->eap_if->eapKeyAvailable = TRUE;
946 sta->eapol_sm->authSuccess = TRUE;
963 sta->eapol_sm->keyRun = TRUE;
964 sta->eapol_sm->eap_if->eapKeyAvailable = TRUE;
    [all...]

Completed in 2729 milliseconds

<<21222324252627282930>>