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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/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/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/libvpx/vp8/common/
common_types.h 15 #define TRUE 1
  /external/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/chromium/third_party/icu/source/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...]
  /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/glib/tests/
patterntest.c 143 return TRUE;
161 return TRUE;
225 noisy = TRUE;
241 TEST_EQUAL("*A?B*", "*A?B*", TRUE);
242 TEST_EQUAL("A*BCD", "A*BCD", TRUE);
243 TEST_EQUAL("ABCD*", "ABCD****", TRUE);
244 TEST_EQUAL("A1*", "A1*", TRUE);
245 TEST_EQUAL("*YZ", "*YZ", TRUE);
246 TEST_EQUAL("A1x", "A1x", TRUE);
247 TEST_EQUAL("AB*CD", "AB**CD", TRUE);
    [all...]
utf8-validate.c 40 { "abcde", -1, 5, TRUE },
41 { "abcde", 3, 3, TRUE },
42 { "abcde", 5, 5, TRUE },
45 { "\xc2\xa9\xc2\xa9\xc2\xa9", -1, 6, TRUE },
47 { "\xc2\xa9\xc2\xa9\xc2\xa9", 2, 2, TRUE },
49 { "\xc2\xa9\xc2\xa9\xc2\xa9", 4, 4, TRUE },
51 { "\xc2\xa9\xc2\xa9\xc2\xa9", 6, 6, TRUE },
54 { "\xe2\x89\xa0\xe2\x89\xa0", -1, 6, TRUE },
57 { "\xe2\x89\xa0\xe2\x89\xa0", 3, 3, TRUE },
60 { "\xe2\x89\xa0\xe2\x89\xa0", 6, 6, TRUE },
    [all...]
markup-escape-test.c 23 error = TRUE;
64 error = TRUE;
90 test_unichar (0x1, TRUE);
91 test_unichar (0x8, TRUE);
94 test_unichar (0xb, TRUE);
95 test_unichar (0xc, TRUE);
97 test_unichar (0xe, TRUE);
98 test_unichar (0x1f, TRUE);
101 test_unichar (0x7f, TRUE);
102 test_unichar (0x84, TRUE);
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file.c 114 {"/", TRUE, 0, "/./"},
115 {"//", TRUE, 0, "//"},
116 {"//", TRUE, 0, "//./"},
117 {"/", TRUE, 0, "/.//"},
118 {"/", TRUE, 0, "/././"},
119 {"/tmp", TRUE, 0, "/tmp/d/../"},
120 {"/", TRUE, 0, "/somedir/../"},
122 {"//tmp/dir1", TRUE, 0, "//tmp/dir1"},
123 {"/tmp/dir1", TRUE, 0, "///tmp/dir1"},
124 {"/tmp/dir1", TRUE, 0, "////tmp/dir1"}
    [all...]
  /libcore/luni/src/test/java/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...]
  /external/dbus/dbus/
dbus-macros.h 38 #ifndef TRUE
39 # define TRUE 1
63 * @brief #TRUE, #FALSE, #NULL, and so on
91 * @def TRUE
  /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...]
  /external/clearsilver/util/
wildmat.c 21 ** at least one character in text. This is true if *p is neither '*' nor
28 ** instance will return either TRUE or ABORT, and any calling instance
56 ** Match text and p, return TRUE, FALSE, or ABORT.
86 return TRUE;
92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
99 matched = TRUE;
104 matched = TRUE;
113 return TRUE;
120 ** Match text and p, return TRUE, FALSE, or ABORT.
150 return TRUE;
    [all...]
  /external/bluetooth/bluez/src/
rfkill.c 86 return TRUE;
91 return TRUE;
98 return TRUE;
101 return TRUE;
105 return TRUE;
112 return TRUE;
118 return TRUE;
124 return TRUE;
128 return TRUE;
132 return TRUE;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tsputil.cpp 110 maxMinTest(pinf, ninf, pinf, TRUE);
114 maxMinTest(pinf, pzero, pinf, TRUE);
116 maxMinTest(pinf, nzero, pinf, TRUE);
120 maxMinTest(ninf, pzero, pzero, TRUE);
122 maxMinTest(ninf, nzero, nzero, TRUE);
126 maxMinTest(pinf, nan, nan, TRUE);
128 maxMinTest(ninf, nan, nan, TRUE);
132 maxMinTest(nan, nan, nan, TRUE);
136 maxMinTest(nan, pzero, nan, TRUE);
138 maxMinTest(nan, nzero, nan, TRUE);
    [all...]
tokiter.cpp 33 done = TRUE;
36 haveLine = TRUE;
45 return TRUE;
61 * @return TRUE if a valid token is found, or FALSE if the end
65 ICU_Utility::skipWhitespace(line, pos, TRUE);
94 return TRUE;
96 return TRUE; // do NOT increment
106 return TRUE;
  /external/icu4c/test/intltest/
tsputil.cpp 110 maxMinTest(pinf, ninf, pinf, TRUE);
114 maxMinTest(pinf, pzero, pinf, TRUE);
116 maxMinTest(pinf, nzero, pinf, TRUE);
120 maxMinTest(ninf, pzero, pzero, TRUE);
122 maxMinTest(ninf, nzero, nzero, TRUE);
126 maxMinTest(pinf, nan, nan, TRUE);
128 maxMinTest(ninf, nan, nan, TRUE);
132 maxMinTest(nan, nan, nan, TRUE);
136 maxMinTest(nan, pzero, nan, TRUE);
138 maxMinTest(nan, nzero, nan, TRUE);
    [all...]
tokiter.cpp 33 done = TRUE;
36 haveLine = TRUE;
45 return TRUE;
61 * @return TRUE if a valid token is found, or FALSE if the end
65 ICU_Utility::skipWhitespace(line, pos, TRUE);
94 return TRUE;
96 return TRUE; // do NOT increment
106 return TRUE;
  /external/bluetooth/glib/gio/inotify/
inotify-diag.c 55 return TRUE;
60 g_io_channel_shutdown (ioc, TRUE, NULL);
64 return TRUE;
  /external/wpa_supplicant/
defs.h 21 #ifdef TRUE
22 #undef TRUE
24 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
  /external/webkit/WebCore/platform/brew/
SoundBrew.cpp 40 ISHELL_Beep(shell, BEEP_ERROR, TRUE);

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 91011>>