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

<<11121314151617181920>>

  /external/dbus/dbus/
dbus-keyring.c 232 return FALSE;
241 return FALSE;
299 return FALSE;
304 retval = FALSE;
393 * @returns #FALSE on failure
413 return FALSE;
418 return FALSE;
425 return FALSE;
430 retval = FALSE;
431 have_lock = FALSE;
    [all...]
dbus-memory.c 100 static dbus_bool_t debug_initialized = FALSE;
106 static dbus_bool_t guards = FALSE;
107 static dbus_bool_t disable_mem_pools = FALSE;
108 static dbus_bool_t backtrace_on_fail_alloc = FALSE;
240 * fail. If it returns #FALSE, then the allocation
256 return FALSE;
285 return FALSE;
345 failed = FALSE;
423 check_guards (block + GUARD_START_OFFSET, FALSE);
585 check_guards (memory, FALSE);
    [all...]
dbus-sysdeps-win.c 294 * @returns #FALSE if error set
313 return FALSE;
359 return FALSE;
453 return fd == INVALID_SOCKET ? TRUE : FALSE;
482 static dbus_bool_t beenhere = FALSE;
662 dbus_bool_t retval = FALSE;
676 return FALSE;
683 return FALSE;
748 int retval = FALSE;
805 * @returns #FALSE on failure (if error is set
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 269 fHaveDouble = FALSE;
284 fHaveDouble = FALSE;
306 fHaveDouble = FALSE;
327 fHaveDouble = FALSE;
381 fHaveDouble = FALSE;
587 return FALSE;
592 return FALSE;
597 return FALSE;
611 return FALSE;
615 return FALSE;
    [all...]
dcfmtsym.cpp 132 return FALSE;
137 return FALSE;
140 return FALSE;
218 setSymbol(kZeroDigitSymbol,DigitString->charAt(0),FALSE);
219 setSymbol(kOneDigitSymbol,DigitString->charAt(1),FALSE);
220 setSymbol(kTwoDigitSymbol,DigitString->charAt(2),FALSE);
221 setSymbol(kThreeDigitSymbol,DigitString->charAt(3),FALSE);
222 setSymbol(kFourDigitSymbol,DigitString->charAt(4),FALSE);
223 setSymbol(kFiveDigitSymbol,DigitString->charAt(5),FALSE);
224 setSymbol(kSixDigitSymbol,DigitString->charAt(6),FALSE);
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 117 return FALSE;
123 return FALSE;
132 return FALSE;
142 return FALSE;
150 return FALSE;
278 return FALSE;
301 return FALSE;
304 return FALSE;
313 return FALSE;
320 return FALSE;
    [all...]
  /external/bluetooth/glib/glib/
gfileutils.c 149 * %TRUE for %G_FILE_TEST_IS_SYMLINK and %FALSE for all other flags.
174 * %G_FILE_TEST_IS_SYMLINK will always return %FALSE. Testing for
197 return FALSE;
204 return FALSE;
222 return FALSE;
234 return FALSE;
262 return FALSE;
265 return FALSE;
315 return FALSE;
592 return FALSE;
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-data.c 48 static gboolean fd_debug_enabled = FALSE;
85 return FALSE;
126 return FALSE;
132 return FALSE;
211 data = fdata_new (childf, FALSE);
215 data = fdata_new (childf, FALSE);
258 ret = FALSE;
331 return FALSE;
407 pdata = fdata_new (parent, FALSE);
445 return FALSE;
    [all...]
  /external/svox/pico/lib/
picokdt.c 257 picoos_uint8 dset; /* TRUE if class set, FALSE otherwise */
    [all...]
  /external/dbus/bus/
dispatch.c 82 return FALSE;
120 return FALSE;
130 return FALSE;
137 return FALSE;
152 return FALSE;
174 return FALSE;
422 return FALSE;
466 bus_test_run_clients_loop (FALSE);
478 bus_test_run_bus_loop (context, FALSE);
479 bus_test_run_clients_loop (FALSE);
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 56 return false;
64 wait ? TRUE : FALSE) ? true : false;
80 wait ? TRUE : FALSE) ? true : false;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BooleanTest.java 51 // decoding false
53 assertEquals("Decoding false value", Boolean.FALSE, asn1.decode(in));
59 // encoding false
60 DerOutputStream out = new DerOutputStream(asn1, Boolean.FALSE);
61 assertTrue("Encoding false value", Arrays.equals(eFalse, out.encoded));
  /external/bluetooth/bluez/plugins/
formfactor.c 91 &contents, NULL, NULL) == FALSE) {
93 &contents, NULL, NULL) == FALSE) {
  /external/bluetooth/glib/gmodule/
gmodule-dl.c 146 fetch_dlerror (FALSE);
148 msg = fetch_dlerror (FALSE);
  /external/bluetooth/glib/gobject/
gvalue.c 294 g_return_val_if_fail (G_IS_VALUE (value), FALSE);
474 * Returns: %TRUE if the transformation is possible, %FALSE otherwise.
480 g_return_val_if_fail (G_TYPE_IS_VALUE (src_type), FALSE);
481 g_return_val_if_fail (G_TYPE_IS_VALUE (dest_type), FALSE);
501 g_return_val_if_fail (G_TYPE_IS_VALUE (src_type), FALSE);
502 g_return_val_if_fail (G_TYPE_IS_VALUE (dest_type), FALSE);
530 g_return_val_if_fail (G_IS_VALUE (src_value), FALSE);
531 g_return_val_if_fail (G_IS_VALUE (dest_value), FALSE);
555 return FALSE;
  /external/bluetooth/glib/tests/gobject/
dynamictype.c 35 static gboolean loaded = FALSE;
60 loaded = FALSE;
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 28 : event_(false, false),
32 cancelled_(false) {
162 FALSE, FALSE, 0);
166 gtk_entry_set_visibility(GTK_ENTRY(password_entry_), FALSE);
168 GtkWidget* password_box = gtk_hbox_new(FALSE, gtk_util::kLabelSpacing);
172 FALSE, FALSE, 0);
177 FALSE, FALSE, 0)
    [all...]
instant_confirm_dialog_gtk.cc 45 gtk_box_pack_start(vbox, label, FALSE, FALSE, 0);
  /external/grub/stage2/
tparm.c 57 #ifndef FALSE
58 # define FALSE (0)
61 # define TRUE (!FALSE)
215 stack[stack_ptr].num_type = FALSE;
237 grub_bool done = FALSE;
238 grub_bool allowminus = FALSE;
239 grub_bool dot = FALSE;
240 grub_bool err = FALSE;
  /external/icu4c/common/
bytestream.cpp 29 size_(0), appended_(0), overflowed_(FALSE) {
34 overflowed_ = FALSE;
  /external/icu4c/test/intltest/
canittst.cpp 132 Hashtable *permutations = new Hashtable(FALSE, status);
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
146 Hashtable *set = new Hashtable(FALSE, status);
179 UBool gotDecomp = FALSE;
180 UBool gotComp = FALSE;
181 UBool gotSource = FALSE;
183 Normalizer::decompose(s, FALSE, 0, decomp, status);
184 Normalizer::compose(s, FALSE, 0, comp, status);
intltest.h 190 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE);
191 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
192 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE);
194 const UnicodeString& actual, UBool possibleDataError=FALSE);
203 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
204 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
253 static UnicodeString prettify(const UnicodeString &source, UBool parseBackslash=FALSE);
nptrans.h 81 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
103 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT error code.
136 return FALSE;
146 return FALSE;
restsnew.cpp 101 { "root", 0, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
102 { "te", 0, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
103 { "te_IN", 0, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
104 { "te_NE", 0, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }
    [all...]
  /external/ipsec-tools/src/racoon/
localconf.h 51 #define LC_DEFAULT_PAD_RANDOMLEN FALSE
52 #define LC_DEFAULT_PAD_STRICT FALSE

Completed in 1678 milliseconds

<<11121314151617181920>>