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

1 2 3 45 6 7 8 91011>>

  /external/chromium/third_party/icu/source/common/
uinit.c 29 static UBool gICUInitialized = FALSE;
49 gICUInitialized = FALSE;
  /external/chromium/third_party/icu/source/test/intltest/
restest.cpp 103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }
    [all...]
msfmrgts.h 48 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
  /external/chromium/third_party/icu/source/tools/genrb/
errmsg.c 45 static UBool gStrict =FALSE;
52 static UBool gVerbose =FALSE;
  /external/dbus/dbus/
dbus-uuidgen.c 57 return FALSE;
73 * @returns #FALSE if error is set
103 return FALSE;
112 * @returns #FALSE if no memory
dbus-internals.c 53 * Aborts with an error message if the condition is false.
199 static dbus_bool_t warn_initted = FALSE;
200 static dbus_bool_t fatal_warnings = FALSE;
214 fatal_warnings = FALSE;
215 fatal_warnings_on_check_failed = FALSE;
302 static dbus_bool_t verbose_initted = FALSE;
379 need_pid = FALSE;
401 verbose_initted = FALSE;
519 return FALSE;
545 * @returns #FALSE if no memor
    [all...]
dbus-userdb.c 86 return FALSE;
193 static dbus_bool_t database_locked = FALSE;
219 return FALSE;
234 return FALSE;
242 return FALSE;
250 return FALSE;
258 return FALSE;
271 return FALSE;
294 database_locked = FALSE;
319 * @returns #FALSE if no memor
    [all...]
  /external/icu4c/common/
uinit.c 32 static UBool gICUInitialized = FALSE;
52 gICUInitialized = FALSE;
  /external/icu4c/test/intltest/
restest.cpp 103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }
    [all...]
  /external/icu4c/tools/genrb/
errmsg.c 45 static UBool gStrict =FALSE;
52 static UBool gVerbose =FALSE;
  /external/jpeg/
jdmarker.c 146 * If must suspend, take the specified action (typically "return FALSE").
173 * If return FALSE, was forced to suspend before reaching end of
185 * what it's consumed (ie, the end of the buffer) before returning FALSE.
219 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
221 cinfo->saw_JFIF_marker = FALSE;
227 cinfo->saw_Adobe_marker = FALSE;
248 INPUT_2BYTES(cinfo, length, return FALSE);
250 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 46 pLlcpTransport->pSocketTable[i].bSocketRecvPending = FALSE;
68 pLlcpSocket->bSocketSendPending = FALSE;
97 pLlcpSocket->bSocketRecvPending = FALSE;
98 pLlcpSocket->bSocketSendPending = FALSE;
99 pLlcpSocket->bSocketListenPending = FALSE;
100 pLlcpSocket->bSocketDiscPending = FALSE;
101 pLlcpSocket->RemoteBusyConditionInfo = FALSE;
102 pLlcpSocket->ReceiverBusyCondition = FALSE;
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_sysmutex.c 45 mutex->id = CreateMutex(NULL, FALSE, NULL);
90 if ( ReleaseMutex(mutex->id) == FALSE ) {
  /external/webkit/WebCore/platform/gtk/
SharedTimerGtk.cpp 49 return FALSE;
74 gboolean s = FALSE;
  /frameworks/base/tests/CoreTests/android/core/
BooleanTest.java 31 Boolean c = new Boolean(false);
39 assertEquals("false", c.toString());
41 assertEquals(Boolean.FALSE, c);
43 assertSame(Boolean.valueOf(false), Boolean.FALSE);
  /external/bluetooth/glib/gio/
gmount.c 110 static gboolean initialized = FALSE;
300 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
320 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
376 * @error will be set to contain the errors and %FALSE will be returned.
378 * Returns: %TRUE if the mount was successfully unmounted. %FALSE otherwise.
387 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
388 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
394 return FALSE;
451 * @error will be set to contain the errors and %FALSE will be returned.
453 * Returns: %TRUE if the mount was successfully ejected. %FALSE otherwise
    [all...]
gseekable.c 106 * Returns: %TRUE if @seekable can be seeked. %FALSE otherwise.
113 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE);
136 * has occurred, this function will return %FALSE and set @error
148 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE);
161 * Returns: %TRUE if the stream can be truncated, %FALSE otherwise.
168 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE);
192 * has occurred, this function will return %FALSE and set @error
203 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE);
  /external/chromium/third_party/icu/public/common/unicode/
unimatch.h 119 * match, or a mismatch. If incremental is FALSE then
141 UBool escapeUnprintable = FALSE) const = 0;
  /external/dbus/tools/
dbus-uuidgen.c 59 return FALSE;
80 return FALSE;
92 ensure_uuid = FALSE;
93 get_uuid = FALSE;
  /external/icu4c/common/unicode/
unimatch.h 119 * match, or a mismatch. If incremental is FALSE then
141 UBool escapeUnprintable = FALSE) const = 0;
  /external/icu4c/i18n/
uregex.cpp 58 fOwnsText = FALSE;
86 return FALSE;
90 return FALSE;
95 return FALSE;
270 if (validateRE(re, &status, FALSE) == FALSE) {
285 if (validateRE(source, status, FALSE) == FALSE) {
325 if (validateRE(regexp, status, FALSE) == FALSE) {
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
psy_const.h 29 #define FALSE 0
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 41 #ifndef FALSE
42 #define FALSE false
226 #ifndef FALSE
227 #define FALSE 0
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 29 #define FALSE (0)
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
TI_Adapter.cpp 34 tiBOOL bRes = FALSE;

Completed in 1304 milliseconds

1 2 3 45 6 7 8 91011>>