HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 1 - 25 of 2135) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/
npapi.h 7 #ifndef TRUE
8 #define TRUE (1)
  /external/icu4c/i18n/
regexcst.h 132 {doNOP, 0, 0, 0, TRUE}
134 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
135 , {doLiteralChar, 129, 14,0, TRUE} // 3
136 , {doSetBegin, 91 /* [ */, 104, 182, TRUE} // 4
137 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
138 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
139 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
140 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
141 , {doNOP, 92 /* \ */, 84,0, TRUE} // 9
142 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 10
    [all...]
  /external/bluetooth/bluedroid/main/
bte_init.c 34 #if (defined(RFCOMM_INCLUDED) && RFCOMM_INCLUDED == TRUE)
38 #if (defined(TCS_INCLUDED) && TCS_INCLUDED == TRUE)
42 #if (defined(OBX_INCLUDED) && OBX_INCLUDED == TRUE)
46 #if (defined(BNEP_INCLUDED) && BNEP_INCLUDED == TRUE)
50 #if (defined(GAP_INCLUDED) && GAP_INCLUDED == TRUE)
54 #if ((defined(CTP_INCLUDED) && CTP_INCLUDED == TRUE))
58 #if ((defined(ICP_INCLUDED) && ICP_INCLUDED == TRUE))
62 #if (defined(SPP_INCLUDED) && SPP_INCLUDED == TRUE)
66 #if (defined(DUN_INCLUDED) && DUN_INCLUDED == TRUE)
70 #if (defined(GOEP_INCLUDED) && GOEP_INCLUDED == TRUE)
    [all...]
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.cfg.php 52 'sum' => array( 'input'=>'sum','tag'=>'mo', 'output'=>'&#' . hexdec('2211') . ';', 'underover'=>TRUE),
53 'prod' => array( 'input'=>'prod','tag'=>'mo', 'output'=>'&#' . hexdec('220F') . ';', 'underover'=>TRUE),
55 '^^^' => array( 'input'=>'^^^','tag'=>'mo', 'output'=>'&#' . hexdec('22C0') . ';', 'underover'=>TRUE),
57 'vvv' => array( 'input'=>'vvv','tag'=>'mo', 'output'=>'&#' . hexdec('22C1') . ';', 'underover'=>TRUE),
59 'nnn' => array( 'input'=>'nnn','tag'=>'mo', 'output'=>'&#' . hexdec('22C5') . ';', 'underover'=>TRUE),
61 'uuu' => array( 'input'=>'uuu','tag'=>'mo', 'output'=>'&#' . hexdec('22C3') . ';', 'underover'=>TRUE),
107 'dx' => array( 'input'=>'dx','tag'=>'mi', 'output'=>'{:d x:}', 'definition'=>TRUE), /* 2005-06-11 wes */
108 'dy' => array( 'input'=>'dy','tag'=>'mi', 'output'=>'{:d y:}', 'definition'=>TRUE), /* 2005-06-11 wes */
109 'dz' => array( 'input'=>'dz','tag'=>'mi', 'output'=>'{:d z:}', 'definition'=>TRUE), /* 2005-06-11 wes */
110 'dt' => array( 'input'=>'dt','tag'=>'mi', 'output'=>'{:d t:}', 'definition'=>TRUE), /* 2005-06-11 wes *
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_types.h 37 #if (SBC_IPAQ_OPT == TRUE)
39 #if (SBC_FOR_EMBEDDED_LINUX == TRUE)
45 #elif (SBC_IS_64_MULT_IN_WINDOW_ACCU == TRUE) || (SBC_IS_64_MULT_IN_IDCT == TRUE)
47 #if (SBC_FOR_EMBEDDED_LINUX == TRUE)
sbc_encoder.h 39 #ifndef TRUE
40 #define TRUE (!FALSE)
78 /* Set SBC_USE_ARM_PRAGMA to TRUE to use "#pragma arm section zidata" */
83 /* Set SBC_ARM_ASM_OPT to TRUE in case the target is an ARM */
96 #define SBC_ARM_COMPILER TRUE
99 /* Set SBC_IPAQ_OPT to TRUE in case the target is an ARM */
102 #define SBC_IPAQ_OPT TRUE
105 /* Debug only: set SBC_IS_64_MULT_IN_WINDOW_ACCU to TRUE to use 64 bit multiplication in the windowing */
111 /* Set SBC_IS_64_MULT_IN_IDCT to TRUE to use 64 bits multiplication in the DCT of Matrixing */
113 /* CAUTION: It only apply in the if SBC_FAST_DCT is set to TRUE */
    [all...]
  /hardware/qcom/bt/libbt-vendor/include/
bt_vendor_qcom.h 29 #ifndef TRUE
30 #define TRUE (!FALSE)
45 Default TRUE .
48 #define HW_NEED_END_WITH_HCI_RESET TRUE
  /external/eigen/
CTestConfig.cmake 13 set(CTEST_DROP_SITE_CDASH TRUE)
  /external/icu4c/common/
rbbirpt.h 77 {doNOP, 0, 0, 0, TRUE}
79 , {doNOP, 132, 1,0, TRUE} // 2
81 , {doNOP, 33 /* ! */, 11,0, TRUE} // 4
82 , {doNOP, 59 /* ; */, 1,0, TRUE} // 5
85 , {doEndOfRule, 59 /* ; */, 1,0, TRUE} // 8 break-rule-end
86 , {doNOP, 132, 8,0, TRUE} // 9
88 , {doNOP, 33 /* ! */, 13,0, TRUE} // 11 rev-option
90 , {doOptionStart, 130, 15,0, TRUE} // 13 option-scan1
92 , {doNOP, 129, 15,0, TRUE} // 15 option-scan2
94 , {doNOP, 59 /* ; */, 1,0, TRUE} // 17 option-scan
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
PredicatesTest.java 26 private static final Predicate<Object> TRUE = new Predicate<Object>() {
28 return true;
39 assertTrue(Predicates.and(newArrayList(TRUE)).apply(null));
40 assertTrue(Predicates.and(newArrayList(TRUE, TRUE)).apply(null));
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null))
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */
  /external/bluetooth/bluedroid/stack/btu/
btu_init.c 35 #if (BLE_INCLUDED == TRUE)
38 #if SMP_INCLUDED == TRUE
71 #if BLE_INCLUDED == TRUE
73 #if (defined(SMP_INCLUDED) && SMP_INCLUDED == TRUE)
99 #if (BLE_INCLUDED == TRUE)
133 #if BLE_INCLUDED == TRUE
btu_task.c 45 #if ( defined(RFCOMM_INCLUDED) && RFCOMM_INCLUDED == TRUE )
53 #if (defined(EVAL) && EVAL == TRUE)
57 #if GAP_INCLUDED == TRUE
61 #if (defined(OBX_INCLUDED) && OBX_INCLUDED == TRUE)
64 #if (defined(BIP_INCLUDED) && BIP_INCLUDED == TRUE)
68 #if (BPP_SND_INCLUDED == TRUE || BPP_INCLUDED == TRUE)
77 #if APPL_INCLUDED == TRUE
81 #if (defined(RPC_INCLUDED) && RPC_INCLUDED == TRUE)
85 #if (defined(BNEP_INCLUDED) && BNEP_INCLUDED == TRUE)
    [all...]
  /external/v8/src/
v8preparserdll-main.cc 37 return TRUE;
  /external/bluetooth/bluedroid/include/
bt_target.h 66 #define L2CAP_INCLUDED TRUE
94 #define SDP_RAW_PDU_INCLUDED TRUE
114 #define BTA_INCLUDED TRUE
118 #define BTA_AG_INCLUDED TRUE
150 #define BTA_DM_INCLUDED TRUE
167 #define BTA_PAN_INCLUDED TRUE
171 #define BTA_FS_INCLUDED TRUE
183 #define BTA_HH_INCLUDED TRUE
191 #define BTA_AR_INCLUDED TRUE
195 #define BTA_AV_INCLUDED TRUE
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
BooleanTest.java 27 assertEquals(1231, Boolean.TRUE.hashCode());
35 assertEquals(Boolean.TRUE, new Boolean("TRUE"));
36 assertEquals(Boolean.TRUE, new Boolean("true"));
37 assertEquals(Boolean.TRUE, new Boolean("True"));
47 assertEquals(Boolean.TRUE, new Boolean(true));
55 assertTrue(Boolean.TRUE.booleanValue())
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/
drm_common_types.h 31 #ifndef TRUE
32 #define TRUE 1
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
TrueFileFilter.java 23 * A file filter that always returns true.
33 * Singleton instance of true filter.
36 public static final IOFileFilter TRUE = new TrueFileFilter();
38 * Singleton instance of true filter.
39 * Please use the identical TrueFileFilter.TRUE constant.
43 public static final IOFileFilter INSTANCE = TRUE;
52 * Returns true.
55 * @return true
58 return true;
62 * Returns true.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbuf.h 32 #ifndef TRUE
33 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 32 #ifndef TRUE
33 #define TRUE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbuf.h 32 #ifndef TRUE
33 #define TRUE 1
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 26 #define BT_USE_TRACES TRUE
28 #if MMI_INCLUDED == TRUE
34 #if BT_USE_TRACES == TRUE
38 #define RPC_INCLUDED TRUE
126 #if RPC_INCLUDED == TRUE
134 #if RPC_INCLUDED == TRUE
136 #elif MMI_INCLUDED == TRUE
142 #if (defined(TRACE_TASK_INCLUDED) && TRACE_TASK_INCLUDED == TRUE)
146 #if (defined(DONGLE_MODE_INCLUDED) && DONGLE_MODE_INCLUDED == TRUE)
170 #if RPC_INCLUDED == TRUE
    [all...]
  /external/icu4c/test/intltest/
tsputil.cpp 109 maxMinTest(pinf, ninf, pinf, TRUE);
113 maxMinTest(pinf, pzero, pinf, TRUE);
115 maxMinTest(pinf, nzero, pinf, TRUE);
119 maxMinTest(ninf, pzero, pzero, TRUE);
121 maxMinTest(ninf, nzero, nzero, TRUE);
125 maxMinTest(pinf, nan, nan, TRUE);
127 maxMinTest(ninf, nan, nan, TRUE);
131 maxMinTest(nan, nan, nan, TRUE);
135 maxMinTest(nan, pzero, nan, TRUE);
137 maxMinTest(nan, nzero, nan, TRUE);
    [all...]
tokiter.cpp 34 done = TRUE;
37 haveLine = TRUE;
46 return TRUE;
62 * @return TRUE if a valid token is found, or FALSE if the end
66 ICU_Utility::skipWhitespace(line, pos, TRUE);
95 return TRUE;
97 return TRUE; // do NOT increment
107 return TRUE;
  /external/libnfc-nci/src/include/
bt_target.h 48 #define GPS_INCLUDED TRUE
393 #if (HCISU_H4_INCLUDED == TRUE)
444 #if (HCISU_H4_INCLUDED == TRUE)
453 #if (HCISU_H4_INCLUDED == TRUE)
462 #if (HCISU_H4_INCLUDED == TRUE)
479 /* If TRUE, BTU task will check HCISU again when HCI command timer expires */
484 /* If TRUE, stack is compiled to include MM dual stack functionality */
489 /* If TRUE, stack is compiled to support Embedded Lite Stack in BT chip */
494 /* If TRUE, stack is compiled to support Embedded Lite Stack for AV SNK in BT chip */
499 /* If TRUE, stack is compiled as Lite Stack in Multimedia chip *
    [all...]

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>