HomeSort by relevance Sort by last modified time
    Searched full:gabba (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 45 multi.addAttribute("", "", "gabba:hey", "string", "1-2-3-4");
147 assertEquals("gabba:hey", multi.getQName(4));
219 assertEquals(4, multi.getIndex("gabba:hey"));
257 assertEquals("string", multi.getType("gabba:hey"));
295 assertEquals("1-2-3-4", multi.getValue("gabba:hey"));
XMLReaderAdapterTest.java 315 atts.addAttribute("http://some.other.uri", "gabba", "gabba:hey",
327 assertEquals("gabba:hey",
XMLFilterImplTest.java 410 parent.unparsedEntityDecl("foo", "bar", "gabba", "hey");
417 assertEquals(new Object[] { "foo", "bar", "gabba", "hey" },
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 51 multi.addAttribute("http://yet.another.uri", "gabba", "ns3:gabba",
52 "string", "gabba");
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 457 tempFileName, "gabba.zip");
460 tempFileName + separator, "gabba.zip");
494 tempFileName, "gabba.zip");
497 tempFileName + separator, "gabba.zip");
  /frameworks/base/tests/CoreTests/android/core/
ClassTest.java 179 public void gabba() { method in class:ClassTest.MyClass
200 assertTrue("Declared method must be there", hasMethod(methods, ".gabba("));
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 465 Matcher m = p.matcher("Gabba gabba hey");
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 335 oos.writeObject(new SerializableTestHelper("Gabba", "Jabba"));
340 "Gabba", sth.getText1());
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamTest.java 783 oos.writeObject(new SerializableTestHelper("Gabba", "Jabba"));
788 "Gabba", sth.getText1());
    [all...]
ObjectInputStreamTest.java 404 oos.writeObject(new SerializableTestHelper("Gabba", "Jabba"));
409 "Gabba", sth.getText1());
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 492 String s = "Gabba";
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 151 Object firstVal = "Gabba";

Completed in 122 milliseconds