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

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
SequenceOfTest.java 63 // sequence : true
64 new Object[] { (new MyArray()).addMy(Boolean.TRUE),
67 // sequence : true, false
69 (new MyArray()).addMy(Boolean.TRUE).addMy(Boolean.FALSE),
71 0x01, 0x01, (byte) 0xFF, // true
  /external/bluetooth/bluez/audio/
main.c 137 g_io_channel_shutdown(chan, TRUE, NULL);
183 g_io_channel_shutdown(sco_server, TRUE, NULL);
  /external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.c 83 sub = _fam_sub_add (dirname, TRUE, fam_monitor);
141 return TRUE;
  /external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.c 123 local_directory_monitor_class->mount_notify = TRUE;
148 return TRUE;
  /external/bluetooth/glib/gio/win32/
gwinhttpfileinputstream.c 154 winhttp_stream->request_sent = TRUE;
178 return TRUE;
  /external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 44 #ifndef TRUE
45 #define TRUE (!FALSE)
xdgmimeglob.c 45 #ifndef TRUE
46 #define TRUE (!FALSE)
209 found_node = TRUE;
214 found_node = TRUE;
245 found_node = TRUE;
400 n = _xdg_glob_hash_node_lookup_file_name (glob_hash->simple_node, file_name, len, TRUE,
472 int first_char = TRUE;
479 maybe_in_simple_glob = TRUE;
xdgmimeicon.c 43 #ifndef TRUE
44 #define TRUE (!FALSE)
  /external/bluetooth/glib/tests/
child-test.c 106 return TRUE;
116 return TRUE;
178 system ("/bin/true");
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
BasicConstraints.java 112 this.cA = DERBoolean.TRUE;
123 * create a cA=true object for the given path length constraint.
131 this.cA = DERBoolean.TRUE;
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 32 bool continue_hang_detection = true;
94 EnableWindow(top_level_window, TRUE);
126 return true;
142 return TRUE;
  /external/chromium/chrome/browser/ui/gtk/
external_protocol_dialog_gtk.cc 89 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.cc 64 return TRUE;
82 return TRUE;
  /external/chromium/crypto/
encryptor_win.cc 77 return true;
88 BOOL ok = CryptEncrypt(capi_key_.get(), NULL, TRUE, 0, &tmp[0],
94 return true;
105 BOOL ok = CryptDecrypt(capi_key_.get(), NULL, TRUE, 0, &tmp[0], &data_len);
112 return true;
  /external/dbus/tools/
dbus-viewer.c 222 return TRUE;
328 g_string_free (path, TRUE);
355 g_thread_create (load_from_service_thread_func, d, TRUE, NULL);
433 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), cell, TRUE);
454 gtk_box_pack_start (GTK_BOX (hbox), sw, TRUE, TRUE, 0);
522 services = TRUE;
526 end_of_args = TRUE;
  /external/icu4c/common/
locavailable.cpp 46 return TRUE;
121 return TRUE;
uvector.cpp 121 return TRUE;
199 return TRUE;
208 return TRUE;
217 changed = TRUE;
229 changed = TRUE;
246 return TRUE;
283 return TRUE;
356 return TRUE;
  /external/icu4c/common/unicode/
umachine.h 221 #ifndef TRUE
222 /** The TRUE value of a UBool @stable ICU 2.0 */
223 # define TRUE 1
  /external/icu4c/i18n/
casetrn.cpp 70 csc->b1=TRUE;
76 csc->b1=TRUE;
inputext.cpp 106 inMarkup = TRUE;
156 fC1Bytes = TRUE;
nortrans.cpp 45 UNICODE_STRING_SIMPLE("NFD"), TRUE);
47 UNICODE_STRING_SIMPLE("NFKD"), TRUE);
tblcoll.cpp 134 dataIsOwned(TRUE),
148 urulestring.setTo(TRUE, r, length);
166 dataIsOwned = TRUE; // since we own a collator now, we need to get rid of it
196 return TRUE;
212 return TRUE;
232 dataIsOwned = TRUE;
552 result->dataIsOwned = TRUE;
712 dataIsOwned = TRUE;
723 dataIsOwned = TRUE;
tztrans.cpp 67 return TRUE;
80 return TRUE;
  /external/icu4c/io/
ustream.cpp 96 UBool initialWhitespace = TRUE;
97 UBool continueReading = TRUE;
144 When initialWhitespace is TRUE, we haven't appended any
  /external/icu4c/test/cintltst/
trietest.c 136 return TRUE;
278 ok=TRUE;
469 ok=TRUE;
672 dataIs32, TRUE);
676 dataIs32, TRUE);
690 TRUE);
744 {0x21, 0x7f, 0x5555, TRUE},
745 {0x2f800,0x2fedc, 0x7a, TRUE},
746 {0x72, 0xdd, 3, TRUE},
748 {0x201, 0x220, 6, TRUE}, /* 3 consecutive blocks with the same pattern but discontiguous value ranges *
    [all...]

Completed in 875 milliseconds

<<11121314151617181920>>