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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/
autogen.sh 3 run () function
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf
  /system/tools/hidl/test/
run_all_device_tests.sh 3 function run() { function
56 run
run_all_host_tests.sh 3 function run() { function
44 run
  /art/test/004-JniTest/src-ex/
A.java 18 public static void run(String lib) { method in class:A
  /art/test/069-field-type/src/
Blah.java 6 public void run() { method in class:Blah
7 System.out.println("run");
  /build/kati/testcase/
canned_recipes.mk 5 define run-echo
10 $(run-echo)
  /development/vndk/tools/sourcedr/sourcedr/commands/
collect.py 20 return run
23 def run(args): function
review.py 17 return run
20 def run(args): function
29 app.run()
scan.py 9 return run
12 def run(_): function
14 print('error: Need human review. Run: `sourcedr review`')
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
dummy.py 12 def run(self): member in class:DummyTest
  /external/autotest/frontend/afe/
direct_afe.py 16 def run(self, call, **dargs): member in class:directAFE
  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl08.c 26 void run(void) function
41 .test_all = run,
  /external/perfetto/tools/
protoc_helper.py 22 def run(encode_or_decode, protoc_path, proto, root, input, output): function
61 run(encode_or_decode, protoc_path, proto_name, root, input, output)
  /external/swiftshader/third_party/subzero/pydir/
sz_driver.py 31 def run(is_cpp): function
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug302.go 2 // run
18 run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
19 run("go", "tool", "pack", "grc", "pp.a", "p.o")
20 run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
26 func run(cmd string, args ...string) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
bug302.go 2 // run
18 run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
19 run("go", "tool", "pack", "grc", "pp.a", "p.o")
20 run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
26 func run(cmd string, args ...string) { func
  /art/test/003-omnibus-opcodes/src/
Main.java 26 main.run();
28 /* run through the heap to see if we trashed something */
34 public void run() { method in class:Main
36 instField.run();
38 StaticField.run();
40 IntMath.run();
41 FloatMath.run();
42 Compare.run();
44 Monitor.run();
45 Switch.run();
    [all...]
Switch.java 59 public static void run() { method in class:Switch
  /dalvik/dx/tests/134-maindexlist-lambdas/lambda/
A.java 6 new A().run(new B()::doIt);
7 new A().run(B::doItStatic);
10 public void run(Runnable todo) { method in class:A
11 todo.run();
  /art/test/025-access-controller/src/
Privvy.java 29 public Integer run() { method in class:Privvy
  /art/test/144-static-field-sigquit/src/
SynchronizedUse.java 20 public void run() { method in class:SynchronizedUse
  /art/test/148-multithread-gc-annotations/src/
AnnotationThread.java 23 public void run() { method in class:AnnotationThread
  /art/test/167-visit-locks/src/
Main.java 21 Class.forName("TestSync").getMethod("run").invoke(null);
24 public static void run(Object o) { method in class:Main
  /art/test/1940-ddms-ext/src/art/
Test1940.java 20 public static void run() throws Exception { method in class:Test1940
  /art/test/1946-list-descriptors/src/art/
Test1946.java 20 public static void run() { method in class:Test1946
21 System.out.println("Failed! This should not be run. The test is in src-art/art/Test1946.java");

Completed in 222 milliseconds

1 2 3 4 5 6 7 8 91011>>