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

<<919293949596979899100>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_2.java 22 public boolean result = true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/d/
T_move_exception_2.java 25 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/nop/d/
T_nop_1.java 22 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_return/d/
T_opc_return_3.java 27 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_12.java 34 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_object/d/
T_return_object_8.java 27 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_void/d/
T_return_void_3.java 27 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_wide/d/
T_return_wide_3.java 27 return true;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_1.java 25 st_i1 = true;
T_sput_boolean_12.java 23 st_i1 = true;
T_sput_boolean_14.java 22 T_sput_boolean_1.st_p1 = true;
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 20 return true;
  /dalvik/dx/tests/088-ssa-combine-blocks/
Blort.java 41 while (true) {
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
Pack200Test.java 52 flag = true;
63 flag = true;
91 flag = true;
102 flag = true;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrspecifiedvaluechanged.java 31 * The "getSpecified()" method for an Attr node should return true if the
36 * should cause the "getSpecified()" method to be true.
58 preload(contentType, "staff", true);
72 doc = (Document) load("staff", true);
hc_attrappendchild5.java 51 preload(contentType, "hc_staff", true);
52 preload(contentType, "hc_staff", true);
70 doc = (Document) load("hc_staff", true);
71 otherDoc = (Document) load("hc_staff", true);
hc_attrinsertbefore6.java 51 preload(contentType, "hc_staff", true);
52 preload(contentType, "hc_staff", true);
71 doc = (Document) load("hc_staff", true);
72 otherDoc = (Document) load("hc_staff", true);
hc_attrspecifiedvaluechanged.java 31 * The "getSpecified()" method for an Attr node should return true if the
36 * should cause the "getSpecified()" method to be true.
57 preload(contentType, "hc_staff", true);
71 doc = (Document) load("hc_staff", true);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode02.java 68 preload(contentType, "staffNS", true);
69 preload(contentType, "staff", true);
87 doc = (Document) load("staffNS", true);
88 docImported = (Document) load("staff", true);
documentimportnode04.java 39 * Using the method importNode with deep=true, import the default Attribute attribute,
70 preload(contentType, "staffNS", true);
90 doc = (Document) load("staffNS", true);
96 importedAttr = newDoc.importNode(attr, true);
documentimportnode05.java 68 preload(contentType, "staffNS", true);
69 preload(contentType, "staff", true);
85 doc = (Document) load("staffNS", true);
86 docImported = (Document) load("staff", true);
documentimportnode07.java 38 * Using the method importNode with deep=true, try to import this Document's
66 preload(contentType, "staffNS", true);
77 doc = (Document) load("staffNS", true);
83 imported = doc.importNode(docType, true);
documentimportnode08.java 38 * Using the method importNode with deep=true, try to import a newly created DOcumentType
66 preload(contentType, "staffNS", true);
80 doc = (Document) load("staffNS", true);
87 imported = doc.importNode(docType, true);
documentimportnode10.java 41 * Since deep=true, a DocumentFragment with its child should be returned
67 preload(contentType, "staffNS", true);
82 doc = (Document) load("staffNS", true);
87 importedDocFrag = doc.importNode(docFragment, true);
documentimportnode12.java 39 * Using the method importNode with deep=true, import the first address element node of this
67 preload(contentType, "staffNS", true);
83 doc = (Document) load("staffNS", true);
86 imported = doc.importNode(addressElem, true);

Completed in 450 milliseconds

<<919293949596979899100>>