HomeSort by relevance Sort by last modified time
    Searched full:false (Results 1951 - 1975 of 15335) sorted by null

<<71727374757677787980>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result_wide/d/
T_move_result_wide_1.java 22 return false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide/d/
T_move_wide_1.java 22 return false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_1.java 22 return false;
T_move_wide_16_2.java 22 return false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_from16/d/
T_move_wide_from16_1.java 22 return false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_12.java 27 return false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/
TestStubs.java 21 private static boolean TestStubField = false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_5.java 21 public boolean i1 = false;
T_sget_boolean_9.java 22 return false;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_13.java 20 static boolean value = 5 / 0 > 0 ? true : false;
  /cts/tools/vm-tests/src/util/build/
BuildStep.java 52 if (obj == null) return false;
58 return false;
82 return false;
91 if (obj == null) return false;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form31c.java 73 return false;
91 return false;
96 return false;
101 return false;
  /dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 16 boolean z() default false; field in interface:TestAnnotation3
TestAnnotation3b.java 16 boolean z() default false; field in interface:TestAnnotation3b
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
Pack200Test.java 49 flag = false;
60 flag = false;
88 flag = false;
99 flag = false;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 135 return false;
139 return false;
143 return false;
151 return false;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodehaschildnodesfalse.java 31 * The "hasChildNodes()" method returns false if the node
35 * should return false.
55 preload(contentType, "hc_staff", false);
68 doc = (Document) load("hc_staff", false);
nodehaschildnodesfalse.java 31 * The "hasChildNodes()" method returns false if the node
36 * It should return the boolean value "false".
56 preload(contentType, "staff", false);
71 doc = (Document) load("staff", false);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
attrgetownerelement04.java 61 preload(contentType, "staffNS", false);
62 preload(contentType, "staff", false);
77 doc = (Document) load("staffNS", false);
78 docImp = (Document) load("staff", false);
hasAttributeNS01.java 36 * return false if the element does not have an attribute with the given local name
39 * should return false since the element has "nomatch" as the local name
59 preload(contentType, "staffNS", false);
73 doc = (Document) load("staffNS", false);
hasAttributeNS02.java 35 * return false if the element does not have an attribute with the given local name
38 * should return false since the element has "domestic" as the local name
58 preload(contentType, "staffNS", false);
72 doc = (Document) load("staffNS", false);
hasAttributeNS03.java 35 * return false if the element does not have an attribute with the given local name
38 * The boolean value returned by the "hasAttributeNS()" should be false
58 preload(contentType, "staffNS", false);
72 doc = (Document) load("staffNS", false);
isSupported01.java 38 * The method should return "false" since XXX is not a valid feature.
44 * The method should return a boolean "false" since XXX is not a valid feature.
63 preload(contentType, "staff", false);
74 doc = (Document) load("staff", false);
isSupported02.java 38 * The method should return "false" since 9.0 is not a valid version.
44 * The method should return a boolean "false" since 9.0 is not a valid version.
63 preload(contentType, "staff", false);
74 doc = (Document) load("staff", false);
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractCollection.java 49 * returned as result of this method call, {@code false} otherwise. If this
59 * @return {@code true} if this {@code Collection} is modified, {@code false}
74 boolean result = false;
120 * false} otherwise.
142 return false;
149 * this {@code Collection}, then {@code false} is returned; {@code true} otherwise.
154 * elements of this {@code Collection}, {@code false} otherwise.
169 return false;
179 * @return {@code true} if this {@code Collection} has no elements, {@code false}
209 * {@code true} is returned, {@code false} otherwise. If the iterator doe
    [all...]

Completed in 271 milliseconds

<<71727374757677787980>>