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

<<21222324252627282930>>

  /external/bluetooth/glib/gio/tests/
memory-input-stream.c 63 g_assert_cmpint (res, ==, TRUE);
  /external/bluetooth/glib/gobject/tests/
threadtests.c 144 threads[0] = g_thread_create (tester_init_thread, (gpointer) my_tester0_get_type(), TRUE, NULL);
145 threads[1] = g_thread_create (tester_init_thread, (gpointer) my_tester1_get_type(), TRUE, NULL);
146 threads[2] = g_thread_create (tester_init_thread, (gpointer) my_tester2_get_type(), TRUE, NULL);
220 creator = g_thread_create (object_create, NULL, TRUE, NULL);
  /external/bluetooth/glib/tests/gobject/
dynamictype.c 54 loaded = TRUE;
  /external/chromium/chrome/browser/themes/
theme_service_gtk.cc 19 return GetPixbufImpl(id, true);
39 pixbuf = gdk_pixbuf_flip(pixbuf, TRUE);
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 68 cancelled_ = true;
159 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
165 gtk_entry_set_activates_default(GTK_ENTRY(password_entry_), TRUE);
174 TRUE, TRUE, 0);
page_info_bubble_gtk.cc 132 true, // |match_system_theme|
133 true, // |grab_input|
225 gtk_box_pack_start(GTK_BOX(section_box), vbox, TRUE, TRUE, 0);
229 gtk_label_set_selectable(GTK_LABEL(label), TRUE);
243 gtk_label_set_selectable(GTK_LABEL(label), TRUE);
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 184 gtk_widget_set_app_paintable(body_.get(), TRUE);
217 gtk_box_pack_start(GTK_BOX(text_stack), name_label_, TRUE, TRUE, 0);
226 gtk_widget_set_app_paintable(progress_area_.get(), TRUE);
234 gtk_box_pack_start(GTK_BOX(body_hbox), text_stack, TRUE, TRUE, 0);
237 gtk_widget_set_app_paintable(menu_button_, TRUE);
244 reinterpret_cast<void*>(true));
285 // We pass TRUE, TRUE so that the label will condense to less than it
    [all...]
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 16 gtk_status_icon_set_visible(icon_, TRUE);
  /external/dbus/bus/
expirelist.c 113 _dbus_timeout_set_enabled (timeout, TRUE);
226 return TRUE;
314 return TRUE;
407 result = TRUE;
test-launch-helper.c 64 /* returns true if good things happen, or if we get OOM */
73 retval = TRUE;
test.c 168 retval = TRUE;
225 return TRUE;
250 _dbus_loop_iterate (client_loop, TRUE);
275 _dbus_loop_iterate (bus_context_get_loop (context), TRUE);
  /external/dbus/dbus/
dbus-marshal-byteswap-util.c 102 return TRUE;
  /external/harfbuzz/src/
harfbuzz-hangul.c 209 item->attributes[0].clusterStart = TRUE;
210 return TRUE;
216 HB_Bool allPrecomposed = TRUE;
262 return TRUE;
  /external/icu4c/common/
bytestream.cpp 46 overflowed_ = TRUE;
rbbiscan.cpp 200 UBool returnVal = TRUE;
329 endNode->fLookAheadEnd = TRUE;
447 fLookAheadRule = TRUE;
489 fRB->fChainRules = TRUE;
491 fRB->fLBCMNoChain = TRUE;
501 fRB->fLookAheadHardBreak = TRUE;
509 fReverseRule = TRUE;
850 c.fEscaped = TRUE; // stay correct.
858 if (fQuoteMode == TRUE) {
869 c.fEscaped = TRUE;
    [all...]
ucln_cmn.c 111 return TRUE;
util.cpp 66 * Return true if the character is NOT printable ASCII.
76 * append the escaped notation and return TRUE.
94 return TRUE;
126 * @param advance if true, advance pos to the first non-white-space
200 * @return true if 'ch' is seen preceded by zero or more
205 skipWhitespace(id, pos, TRUE);
212 return TRUE;
283 * the quoteBuf to rule, make one final call with isLiteral == TRUE.
287 * @param isLiteral if true, then the given character should not be
290 * @param escapeUnprintable if true, then unprintable character
    [all...]
  /external/icu4c/common/unicode/
caniter.h 24 * Should be either TRUE or FALSE. This is a compile time option
28 #define CANITER_SKIP_ZEROES TRUE
parsepos.h 95 * @return TRUE if the two parse positions are equal, FALSE otherwise.
102 * @return TRUE if the two parse positions are not equal, FALSE otherwise.
196 return TRUE;
ures.h 372 * If forceCopy==TRUE, then the string is always written to the dest buffer
393 * @param forceCopy If TRUE, then the output string will always be written to
555 * @return TRUE if there are more elements, FALSE if there is no more elements
637 * If forceCopy==TRUE, then the string is always written to the dest buffer
659 * @param forceCopy If TRUE, then the output string will always be written to
730 * If forceCopy==TRUE, then the string is always written to the dest buffer
752 * @param forceCopy If TRUE, then the output string will always be written to
    [all...]
  /external/icu4c/i18n/
csdetect.cpp 53 return TRUE;
217 fFreshTextSet = TRUE;
224 fFreshTextSet = TRUE;
291 uprv_sortArray(resultArray, resultCount, sizeof resultArray[0], charsetMatchComparator, NULL, TRUE, &status);
csrutf8.cpp 37 hasBOM = TRUE;
currfmt.cpp 40 return TRUE;
gregocal.cpp 55 * Note that the Julian date used here is not a true Julian date, since
156 fIsGregorian(TRUE), fInvertGregorian(FALSE)
167 fIsGregorian(TRUE), fInvertGregorian(FALSE)
178 fIsGregorian(TRUE), fInvertGregorian(FALSE)
189 fIsGregorian(TRUE), fInvertGregorian(FALSE)
201 fIsGregorian(TRUE), fInvertGregorian(FALSE)
213 fIsGregorian(TRUE), fInvertGregorian(FALSE)
225 fIsGregorian(TRUE), fInvertGregorian(FALSE)
240 fIsGregorian(TRUE), fInvertGregorian(FALSE)
258 fIsGregorian(TRUE), fInvertGregorian(FALSE
    [all...]
selfmt.cpp 70 parsedValuesHash = new Hashtable(TRUE, status);
358 return TRUE;
379 return TRUE;
387 return TRUE;

Completed in 1074 milliseconds

<<21222324252627282930>>