HomeSort by relevance Sort by last modified time
    Searched defs:FALSE (Results 151 - 175 of 547) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 44 #if !defined(FALSE)
45 #define FALSE 0
48 #define TRUE (!FALSE)
174 s->packed = FALSE;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad2.h 90 #define FALSE 0
  /hardware/broadcom/libbt/include/
bt_vendor_brcm.h 40 #ifndef FALSE
41 #define FALSE 0
45 #define TRUE (!FALSE)
49 #define VENDOR_LIB_RUNTIME_TUNING_ENABLED FALSE
87 * -FALSE- (default value)
100 #define USE_CONTROLLER_BDADDR FALSE
202 #define BT_WAKE_VIA_USERIAL_IOCTL FALSE
210 #define BT_WAKE_USERIAL_LDISC FALSE
218 #define BT_WAKE_VIA_PROC FALSE
222 #define BT_WAKE_VIA_PROC_NOTIFY_DEASSERT FALSE
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 35 * preprocessor symbols (TRUE, FALSE, NULL, ...).
51 #ifndef FALSE
52 #define FALSE false
256 #ifndef FALSE
257 #define FALSE 0
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
bt_vendor_qcom.h 23 #ifndef FALSE
24 #define FALSE 0
28 #define TRUE (!FALSE)
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.h 47 #ifndef FALSE
48 #define FALSE 0
67 #define FAILURE FALSE
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.h 47 #ifndef FALSE
48 #define FALSE 0
67 #define FAILURE FALSE
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 38 #define FALSE 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xregion.h 60 #define FALSE 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
agpgart.h 49 #ifndef FALSE
50 #define FALSE 0
  /system/bt/embdrv/g722/
g722_decode.cc 34 #if !defined(FALSE)
35 #define FALSE 0
38 #define TRUE (!FALSE)
g722_encode.cc 35 #if !defined(FALSE)
36 #define FALSE 0
39 #define TRUE (!FALSE)
  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 33 #ifndef FALSE
34 #define FALSE 0
38 #define TRUE (!FALSE)
73 #define SBC_DSP_OPT FALSE
78 #define SBC_USE_ARM_PRAGMA FALSE
84 #define SBC_ARM_ASM_OPT FALSE
91 #define SBC_GHS_COMPILER FALSE
113 #define SBC_IS_64_MULT_IN_WINDOW_ACCU FALSE
124 #define SBC_IS_64_MULT_IN_IDCT FALSE
130 /* setting this flag to FALSE adds a whistling noise at 5.5 and 11 KHz usual
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
atof-generic.c 24 #ifndef FALSE
25 #define FALSE (0)
462 /* FALSE: decimal_exponent is positive (or 0) */
  /toolchain/binutils/binutils-2.27/gas/config/
tc-hppa.h 84 #ifndef FALSE
85 #define FALSE (0)
86 #define TRUE (!FALSE)
  /external/curl/lib/
curl_setup_once.h 305 # define false 0 macro
314 * On C99 platforms 'false' and 'true' also exist. Enum uses a
325 * Use a define to let 'true' and 'false' use those enums. There
326 * are currently no use of true and false in libcurl proper, but
328 * code happening to use true and false.
330 # define false bool_false macro
337 * Redefine TRUE and FALSE too, to catch current use. With this
346 #ifndef FALSE
347 #define FALSE false
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
BooleansTest.java 38 private static final boolean[] ARRAY_FALSE = {false};
40 private static final boolean[] ARRAY_FALSE_FALSE = {false, false};
41 private static final boolean[] ARRAY_FALSE_TRUE = {false, true};
43 private static final boolean[] VALUES = {false, true};
47 assertEquals(Boolean.FALSE.hashCode(), Booleans.hashCode(false));
62 assertFalse(Booleans.contains(EMPTY, false));
64 assertTrue(Booleans.contains(ARRAY_FALSE, false));
65 assertTrue(Booleans.contains(ARRAY_FALSE_TRUE, false));
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
BooleansTest.java 41 private static final boolean[] ARRAY_FALSE = {false};
43 private static final boolean[] ARRAY_FALSE_FALSE = {false, false};
44 private static final boolean[] ARRAY_FALSE_TRUE = {false, true};
46 private static final boolean[] VALUES = {false, true};
50 assertEquals(Boolean.FALSE.hashCode(), Booleans.hashCode(false));
65 assertFalse(Booleans.contains(EMPTY, false));
67 assertTrue(Booleans.contains(ARRAY_FALSE, false));
68 assertTrue(Booleans.contains(ARRAY_FALSE_TRUE, false));
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 316 #ifndef FALSE
317 #define FALSE 0
318 #endif /* !defined FALSE */
  /external/libjpeg-turbo/
jmorecfg.h 235 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
244 #ifndef FALSE /* in case these macros already exist */
245 #define FALSE 0 /* values of boolean */
  /external/ltp/testcases/kernel/fs/inode/
inode02.c 50 #define FALSE 0
444 switch_flag = FALSE;
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 118 #ifndef FALSE
119 #define FALSE 0
128 static int verbose_print = FALSE; /* print more test information */
214 thread_begin = FALSE;
374 thread_begin = FALSE;
391 wait_thread = FALSE;
677 run_once = FALSE;
  /external/ltp/testcases/kernel/sched/tool/
time-schedule.c 62 #define FALSE 0
90 int use_threads = FALSE;
91 int use_pipe = FALSE;
92 int no_test = FALSE;
93 int frob_fpu = FALSE;
  /external/ltp/testcases/misc/math/fptests/
fptest01.c 51 #define FALSE 0
198 int ok = FALSE;
297 critfree = FALSE;
fptest02.c 51 #define FALSE 0
177 int ok = FALSE;
278 critfree = FALSE;

Completed in 1800 milliseconds

1 2 3 4 5 67 8 91011>>