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

<<21222324252627282930>>

  /external/svox/pico/lib/
picoos.c 267 picoos_bool protMem; /* true if memory protection is enabled */
987 picoos_bool done = TRUE;
    [all...]
  /external/bluetooth/bluez/input/
fakehid.c 243 return TRUE;
264 return TRUE;
335 return TRUE;
406 g_io_channel_set_close_on_unref(fake->io, TRUE);
  /external/bluetooth/glib/gio/fen/
fen-missing.c 53 gboolean ret = TRUE;
  /external/bluetooth/glib/glib/
gtestutils.c 81 static gboolean test_mode_fatal = TRUE;
82 static gboolean g_test_run_once = TRUE;
103 TRUE, /* test_quick */
260 test_debug_log = TRUE;
311 mutable_test_config_vars.test_perf = TRUE;
318 mutable_test_config_vars.test_quick = TRUE;
327 mutable_test_config_vars.test_quiet = TRUE;
334 mutable_test_config_vars.test_verbose = TRUE;
339 test_run_list = TRUE;
490 mutable_test_config_vars.test_initialized = TRUE;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_win.cc 28 *success = true;
41 *success = (::PostMessageW(window, WM_ENDSESSION, 0, 0) == TRUE);
51 *success = true;
65 bounds.height(), true)) {
66 *success = true;
77 *result = true;
  /external/chromium/chrome/browser/net/
service_providers_win.cc 41 provider.active = TRUE == namespace_providers[i].fActive;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 101 return TRUE;
119 found_starting_plugin_process = true;
162 return TRUE;
171 gfx::CanvasSkia canvas(paint_rect.width(), paint_rect.height(), true);
259 close_on_deactivate_ = true;
261 MoveWindow(pos.x(), pos.y(), pos.width(), pos.height(), TRUE);
292 is_hidden_ = true;
457 return TRUE;
609 return TRUE;
621 return TRUE;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 54 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
67 importer_host_.get(), &ImporterHost::OnImportLockDialogEnd, true));
  /external/dbus/dbus/
dbus-misc.c 243 return TRUE;
dbus-pending-call.c 77 unsigned int completed : 1; /**< TRUE if completed */
189 pending->completed = TRUE;
226 * @returns #TRUE if there is a timeout or #FALSE if not
362 return TRUE;
450 * @returns #TRUE if a reply has been received
472 * @returns #TRUE if there was enough memory to store the data
587 return TRUE;
619 * @returns #TRUE if a reply has been received
741 * @returns #TRUE if there was enough memory to store the data
794 * @returns #TRUE on success
    [all...]
dbus-transport-unix.c 49 * @param abstract #TRUE to use abstract socket namespace
160 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE,
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 109 if (CryptGenRandom(hProv, len, buf) == TRUE) {
  /external/e2fsprogs/lib/ss/
test_ss.c 28 #define TRUE 1
  /external/harfbuzz/src/
harfbuzz-thai.c 94 attributes[i].wordBoundary = TRUE;
  /external/icu4c/common/
cmemory.h 293 bool operator!=(const MaybeStackArray & /*other*/) {return TRUE;};
330 needToRelease=TRUE;
468 bool operator!=(const MaybeStackHeaderAndArray & /*other*/) {return TRUE;};
503 needToRelease=TRUE;
rbbidata.cpp 54 fDontFreeData = TRUE;
116 fRuleString.setTo(TRUE, fRuleSource, -1);
159 return TRUE;
165 return TRUE;
schriter.cpp 83 return TRUE;
ubidiimp.h 369 TRUE, (length))
373 TRUE, (length))
377 TRUE, (length)*sizeof(Para))
381 TRUE, (length)*sizeof(Run))
udatamem.c 50 This->heapAllocated = TRUE;
utrie2_builder.c 298 trie->isMemoryOwned=TRUE;
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
341 return TRUE;
425 context.exclusiveLimit=TRUE;
613 * @return TRUE if the value was successfully set
644 set32(trie->newTrie, c, TRUE, value, pErrorCode);
670 * initialValue is ignored if overwrite=TRUE
729 block=getDataBlock(newTrie, start, TRUE);
764 if(value==newTrie->initialValue && isInNullBlock(newTrie, start, TRUE)) {
770 i2=getIndex2Block(newTrie, start, TRUE);
    [all...]
  /external/icu4c/i18n/
cecal.cpp 103 return TRUE;
csrucode.cpp 80 hasBOM = TRUE;
decnumstr.cpp 96 return TRUE;
hebrwcal.cpp 140 return TRUE;
239 acrossAdar1 = TRUE;
253 acrossAdar1 = TRUE;
681 return TRUE;
  /external/icu4c/samples/layout/
cgnomelayout.c 136 gtk_window_set_modal(GTK_WINDOW(fileselection), TRUE);
192 return TRUE;
206 return TRUE;
221 return TRUE;

Completed in 1178 milliseconds

<<21222324252627282930>>