HomeSort by relevance Sort by last modified time
    Searched full:dotest (Results 1 - 25 of 291) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/911-get-stack-trace/
expected_jack.diff 2 < doTest ()V 34 25
4 > doTest ()V 38 25
6 < doTest ()V 38 26
8 > doTest ()V 42 26
10 < doTest ()V 60 32
12 > doTest ()V 65 32
14 < doTest ()V 122 59
16 > doTest ()V 128 59
18 < doTest ()V 127 61
20 > doTest ()V 133 6
    [all...]
  /external/smali/util/src/test/java/org/jf/util/
LinearSearchTest.java 46 doTest(list, 5, 10);
47 doTest(list, 5, 4);
48 doTest(list, 5, 3);
49 doTest(list, 5, 2);
50 doTest(list, 5, 1);
51 doTest(list, 5, 0);
53 doTest(list, 4, 10);
54 doTest(list, 4, 4);
55 doTest(list, 4, 3);
56 doTest(list, 4, 2)
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
ParserTest.java 44 public void testEmpty() throws Exception { doTest(true); }
45 public void testFieldAnnotations() throws Exception { doTest(true); }
46 public void testInvalidAnnotation() throws Exception { doTest(true); }
47 public void testInvalidClassDirective() throws Exception { doTest(true); }
48 public void testInvalidClassDirective2() throws Exception { doTest(true); }
49 public void testInvalidClassDirective3() throws Exception { doTest(true); }
50 public void testInvalidEnumLiteral() throws Exception { doTest(true); }
51 public void testInvalidField() throws Exception { doTest(true); }
52 public void testInvalidField2() throws Exception { doTest(true); }
53 public void testInvalidField3() throws Exception { doTest(true);
    [all...]
ClassMoveTest.java 28 doTest("blah", "my");
32 doTest("my.blah", "");
35 private void doTest(@NotNull final String oldQualifiedName, @NotNull final String newPackage) {
36 doTest(new PerformAction() {
ClassRenameTest.java 25 doTest("blah", "blah2");
29 doTest("my.blah", "blah2");
32 private void doTest(@NotNull final String oldQualifiedName, @NotNull final String newName) {
33 doTest(new PerformAction() {
FieldRenameTest.java 26 doTest("blah", "blah", "blort");
29 private void doTest(@NotNull final String containingClass, @NotNull final String oldFieldName,
31 doTest(new PerformAction() {
MethodRenameTest.java 26 doTest("blah", "blah", "blort");
29 private void doTest(@NotNull final String containingClass, @NotNull final String oldMethodName,
31 doTest(new PerformAction() {
SmaliLiteralTest.java 41 private void doTest(long expectedValue, String literalValue) {
61 doTest(123, "123");
65 doTest(100, "100L");
69 doTest(99, "99s");
73 doTest(127, "127t");
  /art/test/992-source-data/src/art/
Test992.java 26 doTest(Test992.class);
27 doTest(Target1.class);
28 doTest(Target2.class);
29 doTest(Integer.TYPE);
30 doTest(Integer.class);
31 doTest(Object.class);
32 doTest(Runnable.class);
33 doTest(new Object[0].getClass());
34 doTest(new int[0].getClass());
35 doTest(null)
    [all...]
  /art/test/921-hello-failure/src/
Main.java 23 Verification.doTest(new Transform());
24 NewName.doTest(new Transform());
25 DifferentAccess.doTest(new Transform());
26 NewInterface.doTest(new Transform2());
27 MissingInterface.doTest(new Transform2());
28 ReorderInterface.doTest(new Transform2());
29 MultiRedef.doTest(new Transform(), new Transform2());
30 MultiRetrans.doTest(new Transform(), new Transform2());
31 NewMethod.doTest(new Transform());
32 MissingMethod.doTest(new Transform3())
    [all...]
  /external/pdfium/testing/resources/javascript/
consts.in 38 function doTest(name, props) {
81 doTest("border", ["s", "b", "d", "i", "u", "nonesuch"]);
82 doTest("display", ["visible", "hidden", "noPrint", "noView", "nonesuch"]);
83 doTest("font", ["Times", "TimesB", "TimesI", "TimesBI", "Helv", "HelvB",
87 doTest("highlight", ["n", "i", "p", "o", "nonesuch"]);
88 doTest("position", ["textOnly", "iconOnly", "iconTextV", "textIconV",
91 doTest("scaleHow", ["proportional", "anamorphic", "nonesuch"]);
92 doTest("scaleWhen", ["always", "never", "tooBig", "tooSmall", "nonesuch"]);
93 doTest("style", ["ch", "cr", "di", "ci", "st", "sq", "nonesuch"]);
94 doTest("zoomtype", ["none", "fitP", "fitW", "fitH", "fitV", "pref", "refW"
    [all...]
  /art/test/929-search/src/
Main.java 21 doTest();
24 private static void doTest() throws Exception {
25 doTest(true, DEX1, "B");
26 doTest(false, DEX2, "A");
30 private static void doTest(boolean boot, String segment, String className) throws Exception {
  /art/test/936-search-onload/src/
Main.java 21 doTest();
24 private static void doTest() throws Exception {
25 doTest(true, "B");
26 doTest(false, "A");
30 private static void doTest(boolean boot, String className) throws Exception {
  /art/test/911-get-stack-trace/src/art/
Test911.java 25 SameThread.doTest();
37 AllTraces.doTest();
41 ThreadListTraces.doTest();
45 Frames.doTest();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfRoundTripTest.java 29 doTest(formatter, -12345678, 12345678);
41 doTest(formatter, 0, 12345678);
53 doTest(formatter, -12345678, 12345678);
65 doTest(formatter, -12345678, 12345678);
77 doTest(formatter, -12345678, 12345678);
89 doTest(formatter, -999999, 999999);
101 doTest(formatter, 0, 12345678);
113 doTest(formatter, 0, 12345678);
125 doTest(formatter, -12345678, 12345678);
137 doTest(formatter, 0, 12345678)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfRoundTripTest.java 28 doTest(formatter, -12345678, 12345678);
40 doTest(formatter, 0, 12345678);
52 doTest(formatter, -12345678, 12345678);
64 doTest(formatter, -12345678, 12345678);
76 doTest(formatter, -12345678, 12345678);
88 doTest(formatter, -999999, 999999);
100 doTest(formatter, 0, 12345678);
112 doTest(formatter, 0, 12345678);
124 doTest(formatter, -12345678, 12345678);
136 doTest(formatter, 0, 12345678)
    [all...]
  /art/test/982-ok-no-retransform/src/art/
Test982.java 30 doTest(new Transform());
33 public static void doTest(Transform t) {
  /art/test/983-source-transform-verify/src/art/
Test983.java 28 doTest();
31 public static void doTest() {
  /art/test/636-wrong-static-access/src/
Main.java 34 Method doTest = foo.getDeclaredMethod("doTest");
35 doTest.invoke(null);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 181 doTest(testString, p, q, 20, "This is a word break");
184 doTest(testString, p, q, 21, ".");
187 doTest(testString, p, q, 28, " Isn't ");
190 doTest(testString, p, q, 31, "it?");
192 doTest(testString, 2, q, 4, "is");
194 doTest(testString, 22, q, 27, "Isn't");
209 doTest(testString, p, q, 1, "W");
212 doTest(testString, p, q, 5, "rite");
215 doTest(testString, p, q, 17, " hindi here.");
218 doTest(testString, p, q, 11, " here.")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 180 doTest(testString, p, q, 20, "This is a word break");
183 doTest(testString, p, q, 21, ".");
186 doTest(testString, p, q, 28, " Isn't ");
189 doTest(testString, p, q, 31, "it?");
191 doTest(testString, 2, q, 4, "is");
193 doTest(testString, 22, q, 27, "Isn't");
208 doTest(testString, p, q, 1, "W");
211 doTest(testString, p, q, 5, "rite");
214 doTest(testString, p, q, 17, " hindi here.");
217 doTest(testString, p, q, 11, " here.")
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnfrt.cpp 72 doTest(formatter, -12345678, 12345678);
90 doTest(formatter, 0, 12345678);
108 doTest(formatter, -12345678, 12345678);
126 doTest(formatter, -12345678, 12345678);
144 doTest(formatter, -12345678, 12345678);
162 doTest(formatter, -999999, 999999);
180 doTest(formatter, 0, 12345678);
198 doTest(formatter, 0, 12345678);
216 doTest(formatter, -12345678, 12345678);
234 doTest(formatter, 0, 12345678)
    [all...]
  /art/test/946-obsolete-throw/
expected.txt 10 at art.Test946.doTest(Test946.java:88)
  /art/test/948-change-annotations/src/
Main.java 59 doTest(new RemoveAnnotationsTest());
60 doTest(new AddAnnotationsTest());
61 doTest(new ChangeAnnotationValues());
69 public static void doTest(TestCase t) {
  /external/skia/tests/
PictureBBHTest.cpp 29 virtual void doTest(SkCanvas& playbackCanvas, SkCanvas& recordingCanvas) = 0;
48 this->doTest(playbackCanvas, *recordCanvas);
66 void doTest(SkCanvas&, SkCanvas&) override {}
77 void doTest(SkCanvas& playbackCanvas, SkCanvas& recordingCanvas) override {

Completed in 430 milliseconds

1 2 3 4 5 6 7 8 91011>>