HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 301 - 325 of 2022) sorted by null

<<11121314151617181920>>

  /external/harfbuzz/src/
harfbuzz-impl.h 47 #ifndef TRUE
48 # define TRUE 1
  /external/icu4c/common/unicode/
idna.h 88 * If any processing step fails, then info.hasErrors() will be TRUE and
112 * If any processing step fails, then info.hasErrors() will be TRUE.
134 * If any processing step fails, then info.hasErrors() will be TRUE and
158 * If any processing step fails, then info.hasErrors() will be TRUE.
270 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
273 * @return TRUE if there were processing errors
285 * Returns TRUE if transitional and nontransitional processing produce different results.
294 * @return TRUE if transitional and nontransitional processing produce different results
309 isOkBiDi=TRUE;
  /external/icu4c/i18n/
fpositer.cpp 50 return TRUE;
117 return TRUE;
rbt_data.cpp 26 variables(0), variablesAreOwned(TRUE)
38 variablesAreOwned(TRUE),
  /external/icu4c/layout/
ClassDefinitionTables.cpp 85 return TRUE;
113 return TRUE;
  /external/icu4c/test/cintltst/
sorttest.c 38 uprv_sortArray(small, LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &errorCode);
56 uprv_sortArray(medium, LENGTHOF(medium), sizeof(medium[0]), uprv_int32Comparator, NULL, TRUE, &errorCode);
trie2test.c 93 return TRUE;
513 utrie2_setRange32(trie, 1, 5, 234, TRUE, &errorCode);
    [all...]
  /external/icu4c/test/intltest/
nmfmtrt.cpp 27 UBool NumberFormatRoundTripTest::STRING_COMPARE = TRUE;
54 return TRUE;
97 if (!failure(status, "NumberFormat::createInstance", TRUE)){
103 if (!failure(status, "NumberFormat::createCurrencyInstance", TRUE)){
109 if (!failure(status, "NumberFormat::createPercentInstance", TRUE)){
265 show = TRUE;
272 show = TRUE;
281 show = TRUE;
  /external/jpeg/
cjpeg.c 250 cinfo->arith_code = TRUE;
259 force_baseline = TRUE;
282 printed_version = TRUE;
306 cinfo->optimize_coding = TRUE;
322 simple_progressive = TRUE;
412 is_targa = TRUE;
574 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
580 jpeg_start_compress(&cinfo, TRUE);
jpegtran.c 156 cinfo->arith_code = TRUE;
184 printed_version = TRUE;
202 transformoption.force_grayscale = TRUE;
223 cinfo->optimize_coding = TRUE;
239 simple_progressive = TRUE;
302 transformoption.trim = TRUE;
440 (void) jpeg_read_header(&srcinfo, TRUE);
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
  /external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c 58 if (QueryPerformanceFrequency(&hires_ticks_per_second) == TRUE)
60 hires_timer_available = TRUE;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 237 #ifndef TRUE
238 /** The TRUE value of a UBool @stable ICU 2.0 */
239 # define TRUE 1
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 237 #ifndef TRUE
238 /** The TRUE value of a UBool @stable ICU 2.0 */
239 # define TRUE 1
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 237 #ifndef TRUE
238 /** The TRUE value of a UBool @stable ICU 2.0 */
239 # define TRUE 1
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 237 #ifndef TRUE
238 /** The TRUE value of a UBool @stable ICU 2.0 */
239 # define TRUE 1
  /external/wpa_supplicant/
eap_otp.c 50 ret->ignore = TRUE;
68 ret->ignore = TRUE;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
  /frameworks/base/media/libstagefright/codecs/aacdec/
lt_decode.cpp 441 *(pTempPtr++) = TRUE;
487 *(pTempPtr++) = TRUE;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 79 #ifndef TRUE
80 #define TRUE 1
std.h 241 #ifndef TRUE
243 #define TRUE ((Bool)1)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 79 #ifndef TRUE
80 #define TRUE 1
std.h 244 #ifndef TRUE
246 #define TRUE ((Bool)1)
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 175 * a String representation of {@code true}.
177 static final String TRUE = "true";
241 * values,can be replaced by either {@code true} or {@code false}.
261 * a String representation of {@code true}.
263 static final String TRUE = "true";
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserFactoryImpl.java 51 return Boolean.TRUE.equals(features.get(name));
97 features.put(name, Boolean.TRUE);
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 56 i1, Boolean.TRUE,
57 new IdentityStub(i1.getName()), Boolean.TRUE
62 if (Boolean.TRUE.equals(value[k+1])) assertEquals(i1.hashCode(), value[k].hashCode());
206 * verify Identity.identityEquals(Identity) return true, only if names and public keys are equal
220 i, Boolean.TRUE,
221 new IdentityStub(name, pk), Boolean.TRUE
225 if (Boolean.TRUE.equals(value[k+1])) assertEquals(i.hashCode(), value[k].hashCode());
238 new IdentityStub("bbb").toString(true);
239 new IdentityStub("bbb2", IdentityScope.getSystemScope()).toString(true);

Completed in 988 milliseconds

<<11121314151617181920>>