HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 251 - 275 of 2021) sorted by null

<<11121314151617181920>>

  /hardware/broadcom/wlan/bcm4329/dhdutil/
miniopt.c 78 t->opt_end = TRUE;
88 t->positional = TRUE;
138 t->positional = TRUE;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 78 t->opt_end = TRUE;
88 t->positional = TRUE;
138 t->positional = TRUE;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 114 void activate_label(int i, bool bf=TRUE);
194 activate_label(i,TRUE);
205 activate_labels(TRUE);
  /external/icu4c/test/cintltst/
cucdtst.c 323 log_err("u_istitle failed for 0x%4X. Expected TRUE, got FALSE\n",expected[i]);
341 * TRUE -> a-b should be empty, that is, b should contain all of a
345 return TRUE;
407 return showADiffB(a, b, a_name, b_name, TRUE, diffIsError);
493 * This was not true in Unicode 3.2 and earlier.
511 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", TRUE);
557 testSampleCharProps(u_isspace, "u_isspace", sampleSpaces, LENGTHOF(sampleSpaces), TRUE);
561 sampleSpaces, LENGTHOF(sampleSpaces), TRUE);
566 sampleWhiteSpaces, LENGTHOF(sampleWhiteSpaces), TRUE);
571 sampleDefined, LENGTHOF(sampleDefined), TRUE);
    [all...]
ncnvfbts.c 147 UBool checkOffsets = TRUE;
166 return TRUE;
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
280 return TRUE;
306 UBool checkOffsets = TRUE;
330 return TRUE; /* because it has been logged */
438 return TRUE;
548 expectedNative, sizeof(expectedNative), nativeCodePage[i], TRUE, toNativeOffs ))
552 retrievedSBCSText, sizeof(retrievedSBCSText)/sizeof(retrievedSBCSText[0]), nativeCodePage[i], TRUE, fromNativeoffs ))
558 expectedIBM1363_DBCS, sizeof(expectedIBM1363_DBCS), "ibm-1363", TRUE, toIBM1363Offs_DBCS )
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 32 #define TEST_HANDLE_SPECIAL TRUE
154 g_assert_cmpint (res, ==, TRUE);
170 g_assert_cmpint (res, ==, TRUE);
236 g_assert_cmpint (res, ==, TRUE);
304 g_assert_cmpint (has_attr, ==, TRUE);
324 g_assert_cmpint (can_read, ==, TRUE);
333 g_assert_cmpint (can_write, ==, TRUE);
344 g_assert_cmpint (utf8_valid, ==, TRUE);
351 g_assert_cmpint (utf8_valid, ==, TRUE);
361 g_assert_cmpint (utf8_valid, ==, TRUE);
    [all...]
  /external/icu4c/i18n/
translit.cpp 110 * Return TRUE if the given UTransPosition is valid for text of
204 filteredTransliterate(text, offsets, FALSE, TRUE);
343 filteredTransliterate(text, index, FALSE, TRUE);
382 filteredTransliterate(text, index, TRUE, TRUE);
442 // in the filter for this transliterator (filter.contains(ch) == TRUE).
588 handleTransliterate(text, index, TRUE);
    [all...]
  /external/dbus/bus/
activation.c 452 return TRUE;
479 retval = TRUE;
507 retval = TRUE;
532 retval = TRUE;
549 retval = TRUE;
554 retval = TRUE;
699 retval = TRUE;
768 retval = TRUE;
868 return TRUE;
1004 return TRUE;
    [all...]
  /external/bluetooth/bluez/plugins/
maemo6.c 75 TRUE : FALSE;
83 return TRUE;
115 mce_bt_set = radio_states & MCE_RADIO_STATE_BLUETOOTH ? TRUE : FALSE;
138 static gboolean startup = TRUE;
  /external/bluetooth/glib/glib/
gfileutils.c 137 * Returns %TRUE if any of the tests in the bitfield @test are
138 * %TRUE. For example, <literal>(G_FILE_TEST_EXISTS |
139 * G_FILE_TEST_IS_DIR)</literal> will return %TRUE if the file exists;
141 * test is %TRUE. With the current set of available tests, there's no point
146 * %TRUE for both %G_FILE_TEST_IS_SYMLINK and %G_FILE_TEST_IS_REGULAR.
149 * %TRUE for %G_FILE_TEST_IS_SYMLINK and %FALSE for all other flags.
179 * Return value: whether a test was %TRUE
207 return TRUE;
228 return TRUE;
242 while (TRUE)
    [all...]
  /external/bluetooth/glib/tests/gobject/
testmodule.c 47 return TRUE;
  /external/bluetooth/glib/tests/
markup-collect.c 48 (mb == FALSE && ob == FALSE && tri != TRUE && tri != FALSE));
50 if (tri != FALSE && tri != TRUE)
94 { "<bool mb='true'/>", "<bool(1) 1 0 -1>" },
152 verbose = TRUE;
213 g_string_free (string, TRUE);
timeloop-basic.c 13 #define TRUE 1
53 return TRUE;
74 return TRUE;
109 return TRUE;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java 73 * If <code>true</code> then the CRL contains revocation
95 vec.add(new DERTaggedObject(true, 0, distributionPoint));
100 vec.add(new DERTaggedObject(false, 1, DERBoolean.TRUE));
106 vec.add(new DERTaggedObject(false, 2, DERBoolean.TRUE));
116 vec.add(new DERTaggedObject(false, 4, DERBoolean.TRUE));
122 vec.add(new DERTaggedObject(false, 5, DERBoolean.TRUE));
145 distributionPoint = DistributionPointName.getInstance(o, true);
262 return value ? "true" : "false";
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.cc 18 gtk_widget_set_no_show_all(widget_.get(), TRUE);
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 75 g_object_set(G_OBJECT(input_), "activates-default", TRUE, NULL);
76 gtk_box_pack_start(GTK_BOX(hbox), input_, TRUE, TRUE, 0);
127 // Return true to prevent the gtk dialog from being destroyed. Close will
130 return TRUE;
  /external/dbus/dbus/
dbus-errors.h 62 #define DBUS_ERROR_INIT { NULL, NULL, TRUE, 0, 0, 0, 0, NULL }
  /external/icu4c/common/
uhash_us.cpp 42 return TRUE;
  /external/icu4c/samples/cal/
uprint.c 60 TRUE, status);
  /external/icu4c/samples/date/
uprint.c 61 TRUE, status);
  /external/icu4c/test/intltest/
tzfmttst.cpp 183 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
263 UBool AMBIGUOUS_DST_DECESSION[] = { FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE, TRUE };
265 UBool AMBIGUOUS_NEGATIVE_SHIFT[] = { TRUE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE };
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.cpp 38 if(opt_char == TRUE) {
40 } else if(opt_word == TRUE) {
42 } else if(opt_line == TRUE) {
44 } else if(opt_sentence == TRUE) {
  /external/icu4c/tools/genrb/
errmsg.c 34 static UBool gShowWarning = TRUE;
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 43 if(pLlcpTransport->pSocketTable[i].socket_sSap == dsap && pLlcpTransport->pSocketTable[i].bSocketRecvPending == TRUE)
186 if(pLlcpSocket->bSocketSendPending == TRUE)
198 pLlcpSocket->bSocketSendPending = TRUE;
260 /* Set RecvPending to TRUE */
261 pLlcpSocket->bSocketRecvPending = TRUE;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 91 features.put(name, value ? Boolean.TRUE : Boolean.FALSE);

Completed in 3119 milliseconds

<<11121314151617181920>>