HomeSort by relevance Sort by last modified time
    Searched full:true (Results 726 - 750 of 18103) sorted by null

<<21222324252627282930>>

  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java 57 thrown = true;
67 thrown = true;
88 thrown = true;
98 thrown = true;
117 boolean[] x = { true };
130 thrown = true;
140 thrown = true;
150 thrown = true;
182 thrown = true;
192 thrown = true;
    [all...]
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockNodeChangeListener.java 53 addResult = true;
63 addResult = true;
83 removeResult = true;
93 addResult = true;
MockPreferenceChangeListener.java 56 result = true;
63 result = true;
70 result = true;
77 addDispatched = true;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Null.java 30 return true;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
DHPrivateKeyParameters.java 14 super(true, params);
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PolicyNodeTest.java 44 private boolean criticalityIndicator = true;
122 MyPolicyNode pn = new MyPolicyNode(null, validPolicy, null, criticalityIndicator, null, true);
128 MyPolicyNode pn1 = new MyPolicyNode(pn, validPolicy, null, criticalityIndicator, null, true);
146 MyPolicyNode pn = new MyPolicyNode(null, null, null, criticalityIndicator, null, true);
152 pn = new MyPolicyNode(pn, validPolicy, null, criticalityIndicator, null, true);
158 pn = new MyPolicyNode(pn, anyPolicy, null, criticalityIndicator, null, true);
176 MyPolicyNode pn = new MyPolicyNode(null, anyPolicy, null, criticalityIndicator, null, true);
178 assertEquals(pn.isCritical(), true); local
183 pn = new MyPolicyNode(null, validPolicy, null, criticalityIndicator, null, true);
201 MyPolicyNode pn = new MyPolicyNode(null, anyPolicy, null, criticalityIndicator, null, true);
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/
BusyHandler.java 11 * or thread. The method should return true for waiting
  /dalvik/libcore/xml/src/test/java/tests/xml/
NormalizeTest.java 73 assertUnsupported("canonical-form", true);
77 assertEquals(true, domConfiguration.getParameter("cdata-sections"));
79 assertSupported("cdata-sections", true);
85 assertUnsupported("check-character-normalization", true);
89 assertEquals(true, domConfiguration.getParameter("comments"));
91 assertSupported("comments", true);
97 assertSupported("datatype-normalization", true);
99 // setting this parameter to true should set validate to true...
101 domConfiguration.setParameter("datatype-normalization", true);
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/spi/
FormatConversionProvider.java 40 return true;
55 return true;
67 return true;
79 return true;
  /dalvik/vm/mterp/arm-vfp/
README.txt 6 accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having
  /dalvik/vm/oo/
TypeCheck.h 34 * Returns 0 (false) if not, 1 (true) if so.
49 * Returns 0 (false) if not, 1 (true) if so.
56 * Returns 0 (false) if not, 1 (true) if so.
73 * Returns 0 (false) if not, 1 (true) if so.
  /development/simulator/app/
LoadableImage.cpp 41 return true;
53 return true;
88 return true;
98 return true;
  /device/htc/dream-sapphire/
BoardConfigCommon.mk 23 USE_CAMERA_STUB := true
30 TARGET_NO_BOOTLOADER := true
51 BOARD_HAVE_BLUETOOTH := true
64 NO_FALLBACK_FONT:=true
  /external/dhcpcd/dhcpcd-hooks/
30-hostname 9 true;;
  /external/fsck_msdos/
Android.mk 1 ifneq ($(TARGET_SIMULATOR), true)
  /external/guava/src/com/google/common/collect/
RegularImmutableSet.java 28 @GwtCompatible(serializable = true)
49 for (int i = Hashing.smear(target.hashCode()); true; i++) {
55 return true;
65 return true;
  /external/opencore/codecs_v2/utilities/m4v_config_parser/build/make/
local.mk 12 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.cpp 78 return true;
89 iForceSocketReconnect = true;
112 return true;
141 return true;
173 config.isNeedOpenDataStream = true;
175 config.isResumeDownload = true;
177 iNodeOutput->discardData(true); // true means closing and reopening the data stream object
180 return true;
189 config.isNeedOpenDataStream = true;
    [all...]
  /external/skia/include/core/
SkThread_platform.h 30 // if isGlobal is true, then ignore any errors in the platform-specific
32 SkMutex(bool isGlobal = true) {}
53 // if isGlobal is true, then ignore any errors in the platform-specific
55 SkMutex(bool isGlobal = true);
  /external/skia/src/effects/
SkPaintFlagsDrawFilter.cpp 15 return true;
  /external/stlport/test/compiler/
ttei2.cpp 28 struct A::B::C<true>
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.9-1.js 55 array[item++] = new TestCase( SECTION, "Object(true).valueOf()", true, (Object(true)).valueOf() );
56 array[item++] = new TestCase( SECTION, "typeof Object(true)", "object", typeof Object(true) );
57 array[item++] = new TestCase( SECTION, "(Object(true)).__proto__", Boolean.prototype, (Object(true)).__proto__ );
61 array[item++] = new TestCase( SECTION, "(Object(true)).__proto__", Boolean.prototype, (Object(true)).__proto__ );
115 array[item++] = new TestCase( SECTION, "Object( new MyObject(true) ).valueOf()", true, eval("Object( new MyObject(true) ).valueOf()") )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
forin-002.js 33 ForIn_1(new MyObject(true));
34 ForIn_2(new MyObject(new Boolean(true)));
51 true,
68 true,
while-003.js 6 * The while expression evaluates to true, Statement returns abrupt completion.
22 "while expression is true",
23 true,
48 "true",
  /external/webkit/LayoutTests/fast/dom/Geolocation/
error-expected.txt 6 PASS successfullyParsed is true

Completed in 158 milliseconds

<<21222324252627282930>>