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

1 2 3 45 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 101 #define FALSE 0
  /external/opencv/ml/src/
_ml.h 60 #ifndef FALSE
61 #define FALSE 0
337 CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false );
352 bool always_copy_data=false );
  /external/python/cpython2/Lib/test/
pystone.py 58 FALSE = 0
71 BoolGlob = FALSE
186 BoolGlob = FALSE
248 return FALSE
253 return FALSE
  /external/python/cpython3/Lib/test/
pystone.py 65 FALSE = 0
78 BoolGlob = FALSE
193 BoolGlob = FALSE
255 return FALSE
260 return FALSE
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 37 #define FALSE 0
426 entry->locked = FALSE;
427 entry->wait_on_unlock = FALSE;
428 entry->error = FALSE;
552 entry->wait_on_unlock = FALSE;
553 entry->error = FALSE;
636 entry->locked = FALSE;
639 entry->wait_on_unlock = FALSE;
process_fragments.c 50 #define FALSE 0
70 sparse = FALSE;
285 file_buffer->fragment = FALSE;
316 file_buffer->duplicate = FALSE;
progressbar.c 38 #define FALSE 0
42 int display_progress_bar = FALSE;
45 int temp_disabled = FALSE;
147 temp_disabled = FALSE;
sort.c 27 #define FALSE 0
170 return FALSE;
228 return FALSE;
319 if(res == FALSE)
334 return FALSE;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 44 #if !defined(FALSE)
45 #define FALSE 0
48 #define TRUE (!FALSE)
173 s->packed = FALSE;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 30 #define FALSE 0
35 static int isInitialized = FALSE;
55 result = FALSE;
62 result = FALSE;
99 isInitialized = FALSE;
119 return FALSE;
152 int result = FALSE;
174 int result = FALSE;
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
bt_vendor_qcom.h 23 #ifndef FALSE
24 #define FALSE 0
28 #define TRUE (!FALSE)
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 47 #define FALSE 0
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 47 #define FALSE 0
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 46 #define FALSE 0
  /hardware/qcom/msm8998/json-c/
json_object.h 58 #undef FALSE
59 #define FALSE ((json_bool)0)
300 * This returns true if the key is found, false in all other cases (including
451 * @param b a json_bool TRUE or FALSE (0 or 1)
459 * integer and double objects will return FALSE if there value is zero
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 62 * p.put(Packer.KEEP_FILE_ORDER, Packer.FALSE);
67 * p.put(Packer.DEFLATE_HINT, Packer.FALSE);
265 * If it is set to {@link #FALSE}, the packer may reorder elements,
293 * If this property is set to {@link #TRUE} or {@link #FALSE}, the packer
509 /** The string "false", a possible value for certain properties.
513 String FALSE = "false";
652 /** The string "false", a possible value for certain properties.
655 String FALSE = "false";
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKInstantPrinterParser.java 230 assertEquals(f.parse(input).query(DateTimeFormatter.parsedLeapSecond()), Boolean.FALSE);
240 assertEquals(f.parse(input).query(DateTimeFormatter.parsedLeapSecond()), Boolean.FALSE);
259 assertEquals(parsed.query(DateTimeFormatter.parsedLeapSecond()), Boolean.FALSE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pystone.py 58 FALSE = 0
71 BoolGlob = FALSE
186 BoolGlob = FALSE
248 return FALSE
253 return FALSE
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pystone.py 58 FALSE = 0
71 BoolGlob = FALSE
186 BoolGlob = FALSE
248 return FALSE
253 return FALSE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 58 FALSE = 0
71 BoolGlob = FALSE
186 BoolGlob = FALSE
248 return FALSE
253 return FALSE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 58 FALSE = 0
71 BoolGlob = FALSE
186 BoolGlob = FALSE
248 return FALSE
253 return FALSE
  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.h 82 #ifndef FALSE
83 #define FALSE 0
84 #define TRUE !FALSE
  /bionic/libc/kernel/uapi/linux/
agpgart.h 37 #ifndef FALSE
38 #define FALSE 0
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
pcctscfg.h 216 /* MR6 2-Jun-97 Fixes false dependency caused by VC++ #include scanner */
283 #ifndef FALSE
284 #define FALSE 0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
pcctscfg.h 216 /* MR6 2-Jun-97 Fixes false dependency caused by VC++ #include scanner */
283 #ifndef FALSE
284 #define FALSE 0

Completed in 1368 milliseconds

1 2 3 45 6 7 8 91011>>