HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 201 - 225 of 2245) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/xml/
SupportsScreensTest.java 36 assertEquals(Boolean.FALSE, supportsScreens.getAnyDensity());
37 assertEquals(Boolean.FALSE, supportsScreens.getResizeable());
38 assertEquals(Boolean.FALSE, supportsScreens.getSmallScreens());
40 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
66 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
74 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
78 SupportsScreens supportsN = new SupportsScreens("false|false|false|true|false");
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeint.c 36 #ifndef FALSE
37 #define FALSE (0)
41 #define TRUE (!FALSE)
  /external/bluetooth/glib/tests/
mainloop-test.c 70 return FALSE;
73 return FALSE;
92 return FALSE;
116 return FALSE;
157 addr_data.loop = g_main_loop_new (context, FALSE);
235 return FALSE;
254 return FALSE;
281 g_thread_create (adder_thread, sub_channels, FALSE, &err);
331 return FALSE;
375 g_main_context_iteration (context, FALSE);
    [all...]
unicode-collate.c 38 GArray *line_array = g_array_new (FALSE, FALSE, sizeof(Line));
40 gboolean do_key = FALSE;
41 gboolean do_file = FALSE;
  /external/chromium/base/third_party/xdg_mime/
xdgmimeint.c 36 #ifndef FALSE
37 #define FALSE (0)
41 #define TRUE (!FALSE)
  /external/dbus/dbus/
dbus-auth-util.c 49 retval = FALSE;
140 retval = FALSE;
164 return FALSE;
  /external/dbus/tools/
dbus-launch-x11.c 233 static int init = FALSE;
244 return FALSE;
250 return FALSE;
262 return FALSE;
270 selection_atom = XInternAtom (display, atom_name, FALSE);
274 address_atom = XInternAtom (display, atom_name, FALSE);
278 pid_atom = XInternAtom (display, atom_name, FALSE);
288 * Returns FALSE if there was an error. Returning
311 XGetWindowProperty (xdisplay, owner, address_atom, 0, 1024, False,
315 return FALSE; /* error *
    [all...]
  /external/icu4c/i18n/
fpositer.cpp 53 return FALSE;
58 return rhs.data ? data->operator==(*rhs.data) : FALSE;
104 return FALSE;
regextxt.h 30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
  /external/icu4c/layout/
ThaiLayoutEngine.cpp 82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c 31 #define FALSE 0
63 HardMixing = FALSE;
103 ptrInstance->MixerStream[0].CallbackSet = 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/chromium/base/
object_watcher_unittest.cc 40 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
61 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
82 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
106 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL); // not signaled
  /external/chromium/third_party/icu/source/test/intltest/
sfwdchit.h 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
55 * Returns FALSE if there are no more code units or code points
textfile.h 36 * @return TRUE if a line was read, or FALSE if the EOF
45 * @return TRUE if a line was read, or FALSE if the EOF
49 UBool trim = FALSE);
  /external/icu4c/test/intltest/
msfmrgts.h 49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
sfwdchit.h 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
55 * Returns FALSE if there are no more code units or code points
textfile.h 36 * @return TRUE if a line was read, or FALSE if the EOF
45 * @return TRUE if a line was read, or FALSE if the EOF
49 UBool trim = FALSE);
  /external/jpeg/
jdmaster.c 49 return FALSE;
58 return FALSE;
65 return FALSE;
75 return FALSE;
80 return FALSE;
84 return FALSE;
337 cinfo->enable_1pass_quant = FALSE;
338 cinfo->enable_external_quant = FALSE;
339 cinfo->enable_2pass_quant = FALSE;
347 cinfo->enable_external_quant = FALSE;
    [all...]
  /external/libpng/contrib/gregbook/
readpng.h 58 # define FALSE 0
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_sysmutex.c 71 pth_mutex_acquire(&(mutex->mutexpth_p), FALSE, NULL);
  /external/webkit/WebKitTools/DumpRenderTree/win/
GCControllerWin.cpp 50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 71 #define FALSE 0
289 inbgNoise = 0; // false
339 prevVoiced = 0; // false
352 prevVoiced = 0; // false
524 inbgNoise = FALSE;
550 prevVoiced = FALSE;
565 prevVoiced = FALSE;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 58 #define FALSE 0
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Boolean.java 86 return Boolean.FALSE;

Completed in 128 milliseconds

1 2 3 4 5 6 7 891011>>