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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/bus/
config-loader-expat.c 52 context->failed = TRUE;
58 return TRUE;
91 context->failed = TRUE;
115 context->failed = TRUE;
136 context->failed = TRUE;
155 context->failed = TRUE;
245 if (!XML_Parse (expat, data_str, _dbus_string_get_length (&data), TRUE))
  /external/dbus/dbus/
dbus-file-unix.c 135 return TRUE;
149 return TRUE;
241 need_unlink = TRUE;
297 retval = TRUE;
323 * @returns #TRUE if the file's permissions could be changed.
343 return TRUE;
350 * @returns #TRUE if we created the file and it didn't exist
387 return TRUE;
396 * @returns #TRUE if unlink() succeeded
416 return TRUE;
    [all...]
  /external/icu4c/test/intltest/
plurults.cpp 206 TRUE, TRUE, FALSE, FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE };
276 UBool isEqual = TRUE;
303 UBool ret=TRUE;
intltest.cpp 507 LL_linestart = TRUE;
633 rval = TRUE;
693 run_this_test = TRUE;
703 LL_message(msg, TRUE);
708 this->runIndexedTest( index, TRUE, name, par );
711 rval = TRUE; // at least one test has been called
737 lastTestFailed = TRUE;
741 LL_message( "", TRUE);
743 LL_message( msg, TRUE);
745 LL_message( "", TRUE);
    [all...]
  /external/quake/quake/src/WinQuake/
conproc.cpp 236 rec.Event.KeyEvent.bKeyDown = TRUE;
261 return TRUE;
314 if (!SetConsoleWindowInfo(hStdout, TRUE, &info.srWindow))
329 if (!SetConsoleWindowInfo(hStdout, TRUE, &info.srWindow))
344 if (!SetConsoleWindowInfo(hStdout, TRUE, &info.srWindow))
359 if (!SetConsoleWindowInfo(hStdout, TRUE, &info.srWindow))
363 return TRUE;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebwindowfeatures.cpp 191 TRUE,
207 TRUE,
223 TRUE,
239 TRUE,
255 TRUE,
390 * Returns: %TRUE if the instances have the same values, %FALSE
398 return TRUE;
415 return TRUE;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 58 encvid->outOfBandParamSet = ((encParam->out_of_band_param_set == AVC_ON) ? TRUE : FALSE);
143 seqParam->frame_mbs_only_flag = TRUE;
199 if (extS->frame_mbs_only_flag != TRUE)
268 picParam->slice_group_change_direction_flag = TRUE;
331 picParam->deblocking_filter_control_present_flag = (encParam->db_filter == AVC_ON) ? TRUE : FALSE ;
333 picParam->constrained_intra_pred_flag = (encParam->constrained_intra_pred == AVC_ON) ? TRUE : FALSE;
467 if (picParam->deblocking_filter_control_present_flag == TRUE)
488 if (encvid->outOfBandParamSet == TRUE)
503 rateCtrl->scdEnable = (encParam->auto_scd == AVC_ON) ? TRUE : FALSE;
506 rateCtrl->dpEnable = (encParam->data_par == AVC_ON) ? TRUE : FALSE
    [all...]
  /external/bluetooth/bluez/src/
main.c 250 main_opts.remember_powered = TRUE;
251 main_opts.reverse_sdp = TRUE;
252 main_opts.name_resolv = TRUE;
276 static gboolean option_detach = TRUE;
356 return TRUE;
417 if (option_version == TRUE) {
422 if (option_udev == TRUE) {
425 option_detach = TRUE;
434 if (option_detach == TRUE && option_udev == FALSE) {
  /external/webkit/Source/WebKit/gtk/tests/
testkeyevents.c 67 fixture->loop = g_main_loop_new(NULL, TRUE);
322 const char* div_html = "<html><body><div id=\"in\" contenteditable=\"true\">"
330 "<script>first = true;\ndocument.getElementById('in').focus();</script>\n"
333 "<div id=\"in\" contenteditable=\"true\" "
335 "<script>first = true; document.getElementById('in').focus();</script>\n"
339 test_info_new(textinput_html, TRUE),
354 test_info_new(div_html, TRUE),
359 test_info_new(textinput_html, TRUE),
364 test_info_new(div_html, TRUE),
369 test_info_new(textinput_html_blocking, TRUE),
    [all...]
testwebview.c 92 *been_here = TRUE;
104 *been_here = TRUE;
114 loop = g_main_loop_new(NULL, TRUE);
156 loop = g_main_loop_new(NULL, TRUE);
208 g_object_set(settings, "enable-page-cache", TRUE, NULL);
219 loop = g_main_loop_new(NULL, TRUE);
284 do_test_webkit_web_view_adjustments(TRUE);
306 loop = g_main_loop_new(NULL, TRUE);
330 loop = g_main_loop_new(NULL, TRUE);
  /external/bluetooth/bluez/tracer/
main.c 50 static gboolean option_detach = TRUE;
110 if (option_detach == TRUE) {
135 if (option_debug == TRUE) {
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 53 initialized = TRUE;
73 scan_missing_running = TRUE;
150 return TRUE;
  /external/bluetooth/glib/glib/
gmem.c 50 * g_mem_gc_friendly is TRUE, freed memory should be 0-wiped.
251 * malloc implementation. If it returns %TRUE memory allocated with
258 * Return value: if %TRUE, malloc() and g_malloc() can be mixed.
279 vtable_set = TRUE;
359 gboolean need_header = TRUE;
420 profile_print_locked (local_data, TRUE);
451 profiler_log (PROFILER_ALLOC, n_bytes, TRUE);
489 profiler_log (PROFILER_ALLOC | PROFILER_ZINIT, l, TRUE);
524 TRUE);
564 profiler_log (PROFILER_FREE | PROFILER_RELOC, p[1], TRUE);
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-ar.c 128 g_module_set_error (fetch_dlerror (TRUE));
140 g_module_set_error (fetch_dlerror (TRUE));
157 g_module_set_error (fetch_dlerror (TRUE));
  /external/bluetooth/glib/tests/
base64-test.c 125 test_incremental (TRUE, DATA_SIZE);
128 test_incremental (TRUE, DATA_SIZE - 1);
131 test_incremental (TRUE, DATA_SIZE - 2);
  /external/bluetooth/glib/tests/refcount/
objects.c 135 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
138 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL);
143 stopping = TRUE;
  /external/icu4c/samples/ufortune/
ufortune.c 55 UBool displayUsage = FALSE; /* Set true if command line err or help */
57 UBool verbose = FALSE; /* Set true if -v command line option. */
92 verbose = TRUE;
96 displayUsage = TRUE;
99 displayUsage = TRUE;
  /external/icu4c/tools/ctestfw/
testdata.cpp 95 return TRUE;
116 return TRUE;
135 return TRUE;
  /external/icu4c/tools/toolutil/
pkg_icu.cpp 45 return TRUE;
161 addListPkg = readList(sourcePath, addList, TRUE);
168 pkgDelete = TRUE;
  /external/jpeg/
example.c 137 jpeg_set_quality(&cinfo, quality, TRUE /* limit to baseline-JPEG values */);
141 /* TRUE ensures that we will write a complete interchange-JPEG file.
142 * Pass TRUE unless you are very sure of what you're doing.
144 jpeg_start_compress(&cinfo, TRUE);
334 (void) jpeg_read_header(&cinfo, TRUE);
337 * (b) we passed TRUE to reject a tables-only JPEG file as an error.
  /external/quake/quake/src/QW/scitech/include/
debug.h 253 /* Includes Windows headers, as they define TRUE and FALSE */
268 #undef true macro
272 #undef TRUE
276 #define true ((bool)1) macro
280 #define TRUE ((bool)1)
283 #define true 1 macro
287 #define TRUE 1
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 253 /* Includes Windows headers, as they define TRUE and FALSE */
268 #undef true macro
272 #undef TRUE
276 #define true ((bool)1) macro
280 #define TRUE ((bool)1)
283 #define true 1 macro
287 #define TRUE 1
  /external/webkit/Source/WebCore/platform/win/
ContextMenuWin.cpp 66 if (!::GetMenuItemInfo(menu, i, TRUE, &info))
79 if (::GetMenuItemInfo(menu, i, TRUE, &info))
128 ::InsertMenuItem(menu, i, TRUE, &menuItem);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 65 controller->showHud(true);
66 return TRUE;
78 return TRUE;
209 showHud(true);
249 return TRUE;
298 showHud(true);
374 showHud(true);
462 m_seekLock = true;
523 return TRUE;
543 gtk_box_pack_start(GTK_BOX(hbox), item, FALSE, TRUE, 0)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
72 if(HardMixing == TRUE)

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>