/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
domimplementationhasfeature02.java | 35 * a specific feature and if not returns false. 38 * feature and version. Check if the value returned was false. 57 preload(contentType, "staffNS", false); 68 doc = (Document) load("staffNS", false);
|
hasAttribute03.java | 35 * return false if the element does not have an attribute with the given name. 37 * should return false since the element does not have "nomatch" as an attribute. 56 preload(contentType, "staff", false); 68 doc = (Document) load("staff", false);
|
hasAttributes01.java | 35 * return false if the node does not have an attribute. 37 * The method should return false since the node does not have an attribute. 56 preload(contentType, "staff", false); 68 doc = (Document) load("staff", false);
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Set.java | 34 * @return {@code true} if this set is modified, {@code false} otherwise. 50 * @return {@code true} if this set is modified, {@code false} otherwise. 75 * @return {@code true} if object is an element of this set, {@code false} 86 * elements of this set, {@code false} otherwise. 99 * and {@code false} if it is different from this object. 117 * @return {@code true} if this set has no elements, {@code false} 137 * @return {@code true} if this set was modified, {@code false} otherwise. 148 * @return {@code true} if this set was modified, {@code false} otherwise. 160 * @return {@code true} if this set was modified, {@code false} otherwise.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
RandomTest.java | 74 boolean falseAppeared = false, trueAppeared = false; 97 boolean someDifferent = false; 122 boolean someDifferent = false; 129 inRange = false; 152 boolean someDifferent = false; 159 inRange = false; 181 boolean someDifferent = false; 182 boolean someInsideStd = false; 211 boolean someDifferent = false; [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Compiler.java | 59 * {@code false} if it has failed or if there is no JIT compiler 64 return false; 74 * {@code false} if it has failed or if there is no JIT compiler 79 return false;
|
StackTraceElement.java | 99 * {@code StackTraceElement}; {@code false} otherwise. 106 return false; 115 return false; 119 return false; 122 return false; 127 return false; 131 return false; 135 return false; 207 * executing is a native method; {@code false} otherwise.
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 90 testChannel.isImplCloseSelectableChannelCalled = false; 98 testChannel.isImplCloseSelectableChannelCalled = false; 137 testChannel.configureBlocking(false); 173 sc.configureBlocking(false); 187 channel.configureBlocking(false); 209 msc.configureBlocking(false); 278 sc.configureBlocking(false); 301 sc.configureBlocking(false); 321 sc.configureBlocking(false); 348 sc.configureBlocking(false); [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1OctetString.java | 19 * tagged false otherwise. 116 return false; 126 return false; 133 return false;
|
DERNull.java | 36 return false;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/ |
SignerInfo.java | 72 authenticatedAttributes = ASN1Set.getInstance((ASN1TaggedObject)obj, false); 86 unauthenticatedAttributes = ASN1Set.getInstance((ASN1TaggedObject)e.nextElement(), false); 159 v.add(new DERTaggedObject(false, 0, authenticatedAttributes)); 167 v.add(new DERTaggedObject(false, 1, unauthenticatedAttributes));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/ |
SignedData.java | 83 certificates = ASN1Set.getInstance(tagged, false); 86 crls = ASN1Set.getInstance(tagged, false); 154 v.add(new DERTaggedObject(false, 0, certificates)); 159 v.add(new DERTaggedObject(false, 1, crls));
|
SignerInfo.java | 68 authenticatedAttributes = ASN1Set.getInstance((ASN1TaggedObject)obj, false); 82 unauthenticatedAttributes = ASN1Set.getInstance((ASN1TaggedObject)e.nextElement(), false); 155 v.add(new DERTaggedObject(false, 0, authenticatedAttributes)); 163 v.add(new DERTaggedObject(false, 1, unauthenticatedAttributes));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
V2Form.java | 67 baseCertificateID = IssuerSerial.getInstance(o, false); 71 objectDigestInfo = ObjectDigestInfo.getInstance(o, false); 120 v.add(new DERTaggedObject(false, 0, baseCertificateID)); 125 v.add(new DERTaggedObject(false, 1, objectDigestInfo));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DHKeyParameters.java | 28 return false;
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaSecurityPolicyTest.java | 59 boolean called = false; 61 called = false; 86 boolean called = false; 88 called = false;
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/ |
AclEntryImpl.java | 37 negative = false;
44 negative = false;
49 return false;
66 return false;
|
GroupImpl.java | 40 return false;
61 return false;
95 boolean flag = false;
110 return false;
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
Attributes2.java | 42 * Returns false unless the attribute was declared in the DTD. 49 * false otherwise. 56 * Returns false unless the attribute was declared in the DTD. 63 * false otherwise. 70 * Returns false unless the attribute was declared in the DTD. 84 * false otherwise. 96 * false if the value was provided by DTD defaulting. 115 * false if the value was provided by DTD defaulting. 127 * false if the value was provided by DTD defaulting.
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
Port.java | 37 false); 40 false); 43 false); 65 return false;
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Monitor.java | 30 assert(false);
|
/dalvik/tests/050-sync-test/ |
expected.txt | 34 thread#0 interrupted, flag=false
|
/dalvik/tests/067-preemptive-unpark/src/ |
Main.java | 82 public volatile boolean parkNow = false; 83 public volatile boolean success = false; 95 UNSAFE.park(false, 500 * 1000000); // 500 msec 100 success = false;
|
/dalvik/vm/analysis/ |
DexVerify.c | 43 return false; 93 clazz = dvmLookupClass(classDescriptor, NULL, false); 140 return false; 146 return false; 177 bool result = false; 290 return false; 301 return false; 317 return false; 352 return false; 359 return false; [all...] |
/dalvik/vm/mterp/c/ |
OP_CHECK_CAST.c | 20 clazz = dvmResolveClass(curMethod->clazz, ref, false);
|