HomeSort by relevance Sort by last modified time
    Searched defs:performTest (Results 1 - 25 of 29) sorted by null

1 2

  /external/mockito/src/test/java/org/concurrentmockito/
ThreadsShareAMockTest.java 21 performTest();
25 private void performTest() throws InterruptedException {
ThreadsShareGenerouslyStubbedMockTest.java 24 performTest();
28 private void performTest() throws InterruptedException {
ThreadVerifiesContinuoslyInteractingMockTest.java 24 performTest();
28 private void performTest() throws InterruptedException {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexWriterSleb128Test.java 54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
58 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
59 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
DexWriterUleb128Test.java 54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0x40, new byte[]{0x40, 0x11}, 1);
58 performTest(0x70, new byte[]{0x70, 0x11}, 1);
59 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
AllAppsAppLaunchTest.java 32 performTest();
38 performTest();
41 private void performTest() throws Exception {
AllAppsIconToHomeTest.java 34 performTest();
40 performTest();
43 private void performTest() throws Throwable {
ShortcutsLaunchTest.java 38 performTest();
44 performTest();
47 private void performTest() throws Exception {
ShortcutsToHomeTest.java 38 performTest();
44 performTest();
47 private void performTest() throws Throwable {
  /external/skia/bench/
ScalarBench.cpp 24 virtual void performTest() = 0;
35 this->performTest();
60 virtual void performTest() {
79 virtual void performTest() {
104 void performTest() override {
  /external/skqp/bench/
ScalarBench.cpp 24 virtual void performTest() = 0;
35 this->performTest();
60 virtual void performTest() {
79 virtual void performTest() {
104 void performTest() override {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderSleb128Test.java 41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
45 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
46 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
BaseDexReaderLeb128Test.java 41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0x40, new byte[]{0x40, 0x11}, 1);
45 performTest(0x70, new byte[]{0x70, 0x11}, 1);
46 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
AddWidgetTest.java 54 performTest();
60 performTest();
63 private void performTest() throws Throwable {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 75 public void performTest(DialogTestListActivity activity) {
83 public void performTest(DialogTestListActivity activity) {
95 public void performTest(DialogTestListActivity activity) {
117 super.performTest(activity);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowDebuggerLaunchTest.java 64 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
84 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
104 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
123 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
144 void performTest(String debuggerName, String isSuspendDebuggee, String isOnuncaught) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
DialogTestListActivity.java 187 ((DialogTestListItem) test).performTest(this);
270 public void performTest(DialogTestListActivity activity) {