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

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 109 #if !defined(TRUE) && !defined(FALSE)
110 #define TRUE 1
  /external/ltp/testcases/kernel/syscalls/kill/
kill02.c 150 #define TRUE 40 /*Child exits with this if execution was as */
326 if (alarm_flag == TRUE) {
550 if (alarm_flag == TRUE) {
729 err_flag = TRUE;
735 err_flag = TRUE;
741 err_flag = TRUE;
747 err_flag = TRUE;
753 if (err_flag == TRUE) {
802 alarm_flag = TRUE;
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 138 #define TRUE 1
169 static int sig_caught; /* flag TRUE if signal caught */
328 fail = TRUE;
335 if (fail == TRUE)
477 sig_caught = FALSE; /* handler sets it to TRUE when caught */
499 * each of the catchable signals. If this is true,
583 sig_caught = TRUE; /* flag for wait_a_while () */
701 if (sig_caught == TRUE)
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 70 #define TRUE 1
  /external/ltp/testcases/network/sockets/
ltpClient.c 54 #define TRUE 1
97 progName[MAX_MSG_LEN], traceName[MAX_MSG_LEN], multiCast = TRUE;
563 const int flag = TRUE;
  /external/ppp/pppd/
md4.c 34 #define TRUE 1
219 ** zero and MDp->done is true.
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 45 # define TRUE 1
  /external/selinux/libsemanage/src/
utilities.c 30 #define TRUE 1
66 return TRUE;
  /external/squashfs-tools/squashfs-tools/
pseudo.c 42 #define TRUE 1
467 return TRUE;
read_fs.c 26 #define TRUE 1
486 return TRUE;
read_xattrs.c 29 #define TRUE 1
308 * If ignore is TRUE then don't treat unknown xattr prefixes as
  /external/tcpdump/
netdissect-stdinc.h 343 #ifndef TRUE
344 #define TRUE 1
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 47 #if !defined(TRUE)
48 #define TRUE (!FALSE)
170 s->eight_k = TRUE;
172 s->packed = TRUE;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad2.h 89 #define TRUE 1
  /hardware/broadcom/libbt/include/
bt_vendor_brcm.h 44 #ifndef TRUE
45 #define TRUE (!FALSE)
92 * -TRUE-
240 #define SCO_CFG_INCLUDED TRUE
418 #define HW_END_WITH_HCI_RESET TRUE
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 35 * preprocessor symbols (TRUE, FALSE, NULL, ...).
54 #ifndef TRUE
55 #define TRUE true
260 #ifndef TRUE
261 #define TRUE 1 /* TRUE */
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
bt_vendor_qcom.h 27 #ifndef TRUE
28 #define TRUE (!FALSE)
62 Default TRUE .
65 #define HW_NEED_END_WITH_HCI_RESET TRUE
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.h 43 #ifndef TRUE
44 #define TRUE 1
66 #define SUCCESS TRUE
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.h 43 #ifndef TRUE
44 #define TRUE 1
66 #define SUCCESS TRUE
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 39 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xregion.h 59 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
agpgart.h 45 #ifndef TRUE
46 #define TRUE 1
  /system/bt/embdrv/g722/
g722_decode.cc 37 #if !defined(TRUE)
38 #define TRUE (!FALSE)
g722_encode.cc 38 #if !defined(TRUE)
39 #define TRUE (!FALSE)
  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 37 #ifndef TRUE
38 #define TRUE (!FALSE)
76 /* Set SBC_USE_ARM_PRAGMA to TRUE to use "#pragma arm section zidata" */
81 /* Set SBC_ARM_ASM_OPT to TRUE in case the target is an ARM */
97 #define SBC_ARM_COMPILER TRUE
100 /* Set SBC_IPAQ_OPT to TRUE in case the target is an ARM */
105 #define SBC_IPAQ_OPT TRUE
108 /* Debug only: set SBC_IS_64_MULT_IN_WINDOW_ACCU to TRUE to use 64 bit
116 /* Set SBC_IS_64_MULT_IN_IDCT to TRUE to use 64 bits multiplication in the DCT
122 /* CAUTION: It only apply in the if SBC_FAST_DCT is set to TRUE */
    [all...]

Completed in 2032 milliseconds

1 2 3 4 5 67 8 91011>>