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

1 2 3 45 6 7 8 91011>>

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 27 #define TRUE 1
  /external/libpng/contrib/gregbook/
readpng2.h 56 #ifndef TRUE
57 # define TRUE 1
  /external/libpng/contrib/pngminus/
png2pnm.c 30 #ifndef TRUE
31 #define TRUE (BOOL) 1
80 BOOL raw = TRUE;
94 raw = TRUE;
97 alpha = TRUE;
457 return TRUE;
  /external/ltp/testcases/kernel/io/direct_io/
diotest3.c 66 #define TRUE 1
281 failed = TRUE;
286 failed = TRUE;
299 failed = TRUE;
304 failed = TRUE;
316 failed = TRUE;
321 failed = TRUE;
diotest4.c 83 #define TRUE 1
107 l_fail = TRUE;
115 l_fail = TRUE;
122 l_fail = TRUE;
130 l_fail = TRUE;
147 l_fail = TRUE;
152 l_fail = TRUE;
158 l_fail = TRUE;
163 l_fail = TRUE;
178 *failed = TRUE;
    [all...]
diotest5.c 69 #define TRUE 1
226 failed = TRUE;
248 failed = TRUE;
269 failed = TRUE;
diotest6.c 57 #define TRUE 1
309 failed = TRUE;
314 failed = TRUE;
327 failed = TRUE;
332 failed = TRUE;
344 failed = TRUE;
349 failed = TRUE;
  /external/ltp/testcases/kernel/mem/mtest06/
shmat1.c 79 #ifndef TRUE
80 #define TRUE 1
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate03.c 105 #define TRUE 0
121 DEFAULT_MODE, 2, 1, TRUE}, {
122 DEFAULT_MODE, BLOCKS_WRITTEN, 1, TRUE}, {
123 DEFAULT_MODE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS / 2 - 1, 1, TRUE},
125 DEFAULT_MODE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 1, 1, TRUE}, {
126 FALLOC_FL_KEEP_SIZE, 2, 1, TRUE}, {
127 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN, 1, TRUE}, {
129 BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS / 2 + 1, 1, TRUE}, {
131 1, TRUE}
  /external/ltp/testcases/misc/math/float/
tfloat.h 22 #define TRUE (1)
60 extern int true, num_threads;
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 99 #ifndef TRUE
100 #define TRUE 1
  /external/opencv/ml/src/
_ml.h 63 #ifndef TRUE
64 #define TRUE 1
  /external/python/cpython2/Lib/test/
pystone.py 26 true to the intention of the original benchmark (where
57 TRUE = 1
242 return TRUE
246 return TRUE
252 if EnumLoc == Ident3: return TRUE
  /external/python/cpython3/Lib/test/
pystone.py 26 true to the intention of the original benchmark (where
64 TRUE = 1
249 return TRUE
253 return TRUE
259 if EnumLoc == Ident3: return TRUE
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 36 #define TRUE 1
551 entry->locked = TRUE;
617 buffer->wait_on_unlock = TRUE;
process_fragments.c 51 #define TRUE 1
64 int bytes = file_buffer->size, sparse = TRUE, value;
241 append->file->have_frag_checksum = TRUE;
360 dup->duplicate = TRUE;
progressbar.c 39 #define TRUE 1
158 temp_disabled = TRUE;
sort.c 26 #define TRUE 1
127 return TRUE;
165 return TRUE;
186 return TRUE;
330 return TRUE;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 47 #if !defined(TRUE)
48 #define TRUE (!FALSE)
169 s->eight_k = TRUE;
171 s->packed = TRUE;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 29 #define TRUE 1
51 int result = TRUE;
82 isInitialized = TRUE;
91 isInitialized = TRUE;
123 return TRUE;
164 result = TRUE;
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
bt_vendor_qcom.h 27 #ifndef TRUE
28 #define TRUE (!FALSE)
56 Default TRUE .
59 #define HW_NEED_END_WITH_HCI_RESET TRUE
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 48 #define TRUE 1
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 48 #define TRUE 1
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 47 #define TRUE 1
  /hardware/qcom/msm8998/json-c/
json_object.h 61 #undef TRUE
62 #define TRUE ((json_bool)1)
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)
460 * or TRUE otherwise. If the passed object is a string it will return
461 * TRUE if it has a non zero length. If any other object type is passed
462 * TRUE will be returned if the object is not NULL.

Completed in 478 milliseconds

1 2 3 45 6 7 8 91011>>