HomeSort by relevance Sort by last modified time
    Searched full:false (Results 2001 - 2025 of 15335) sorted by null

<<81828384858687888990>>

  /dalvik/vm/mterp/c/
OP_NEW_ARRAY.c 21 arrayClass = dvmResolveClass(curMethod->clazz, ref, false);
  /development/host/windows/usb/api/
adb_legacy_io_completion.h 78 until the operation has been completed. If this parameter is false
79 and the operation is still pending, the method returns false and
81 @return true if I/O has been completed or false on failure or if request
82 is not yet completed. If false is returned GetLastError() provides
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 51 showAlertDialog(getDialogMessage(false, -index));
80 return false;
87 return false;
108 .setCancelable(false)
  /development/samples/Home/res/drawable/
all_applications.xml 22 <item android:state_checked="false" android:drawable="@drawable/ic_launcher_allshow" />
  /development/sdk_overlay/packages/inputmethods/PinyinIME/res/values/
bools.xml 17 <bool name="im_is_default">false</bool>
  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
  /device/htc/dream/overlay/frameworks/base/tests/ImfTest/res/values/
config.xml 20 <bool name="def_expect_ime_autopop">false</bool>
  /device/htc/passion-common/liblights/
Android.mk 29 LOCAL_PRELINK_MODULE := false
  /external/bluetooth/bluez/audio/
source.c 267 return FALSE;
369 return FALSE;
382 return FALSE;
395 return FALSE;
404 return FALSE;
431 return FALSE;
516 return FALSE;
522 return FALSE;
524 avdtp_set_auto_disconnect(source->session, FALSE);
527 return FALSE;
    [all...]
  /external/bluetooth/bluez/network/
network.conf 7 # Disable link encryption: default=false
  /external/bluetooth/glib/gio/fen/
gfenfilemonitor.c 61 fen_remove (G_LOCAL_FILE_MONITOR (self)->filename, self->sub, FALSE);
100 self->sub = fen_sub_new (self, FALSE);
103 fen_add (filename, self->sub, FALSE);
139 fen_remove (G_LOCAL_FILE_MONITOR (self)->filename, self->sub, FALSE);
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 51 res = FALSE;
59 res = FALSE;
134 g_assert (g_bookmark_file_has_group (bookmark, TEST_URI_1, "Fail", NULL) == FALSE);
140 g_assert (g_bookmark_file_remove_item (bookmark, TEST_URI_1, &error) == FALSE);
  /external/dbus/dbus/
dbus-macros.h 41 #ifndef FALSE
42 # define FALSE 0
63 * @brief #TRUE, #FALSE, #NULL, and so on
96 * @def FALSE
dbus-transport.c 104 return FALSE;
113 return FALSE;
121 return FALSE;
138 return FALSE;
147 transport->authenticated = FALSE;
148 transport->disconnected = FALSE;
225 return FALSE; /* not a valid address */
498 dbus_bool_t on_windows = FALSE;
510 return FALSE;
527 maybe_authenticated = FALSE;
    [all...]
dbus-uuidgen.c 57 return FALSE;
73 * @returns #FALSE if error is set
103 return FALSE;
112 * @returns #FALSE if no memory
  /external/dbus/tools/
dbus-uuidgen.c 59 return FALSE;
80 return FALSE;
92 ensure_uuid = FALSE;
93 get_uuid = FALSE;
  /external/e2fsprogs/lib/blkid/
Android.mk 48 LOCAL_PRELINK_MODULE := false
  /external/e2fsprogs/lib/e2p/
Android.mk 56 LOCAL_PRELINK_MODULE := false
  /external/e2fsprogs/lib/uuid/
Android.mk 46 LOCAL_PRELINK_MODULE := false
  /external/elfutils/libebl/
eblgotpcreloccheck.c 28 return ebl != NULL ? ebl->gotpc_reloc_check (ebl->elf, reloc) : false;
eblreloctypecheck.c 27 return ebl != NULL ? ebl->reloc_type_check (reloc) : false;
eblrelocvaliduse.c 27 return ebl != NULL ? ebl->reloc_valid_use (ebl->elf, reloc) : false;
  /external/emma/ant/ant15/com/vladium/emma/ant/
IANTVersion.java 47 temp = false;
51 temp = false;
55 temp = false;
60 temp = false;
  /external/gtest/samples/
prime_tables.h 59 if (n <= 1) return false;
63 if ((n % i) == 0) return false;
104 is_prime_[0] = is_prime_[1] = false;
111 is_prime_[j] = false;
  /external/gtest/test/
Android.mk 39 # BUILD_WITH_ASTL could be undefined, force it to false (for the guard
41 BUILD_WITH_ASTL := false
87 ifneq ($(TARGET_SIMULATOR)-$(BUILD_WITH_ASTL),true-false)
116 ifneq ($(TARGET_SIMULATOR)-$(BUILD_WITH_ASTL),true-false)

Completed in 408 milliseconds

<<81828384858687888990>>