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

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/tests/
run-all.sh 0 # Run all tests
29 echo "Please run $NDK/build/tools/build-platforms.sh first !"
72 echo "Run all NDK automated tests at once."
92 run () function
97 run () function
  /external/valgrind/
autogen.sh 3 run () function
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf
  /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)
parse_benchcmp.go 29 func run(prog string, args ...string) { func
33 err := cmd.Run()
49 run("go", "generate")
60 cmd := exec.Command("go", "test", "-run", "NONE", "-bench", ".")
62 err = cmd.Run()
87 fmt.Fprintln(os.Stderr, "run in branch to compare with master.")
90 fmt.Println("Run benchmark on master and ", curBranch)
92 run("git", "checkout", "master")
93 run("git", "clean", "-f")
100 run("git", "checkout", curBranch
    [all...]
  /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/skia/infra/bots/recipe_modules/upload_nano_results/
api.py 13 def run(self): member in class:UploadNanoResultsApi
  /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
  /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/303-verification-stress/src/
Main.java 23 MainTest.run();
  /art/test/928-jni-table/src/art/
Test928.java 20 public static void run() throws Exception { method in class:Test928
  /art/test/931-agent-thread/src/art/
Test931.java 22 public static void run() throws Exception { method in class:Test931
  /art/test/933-misc-events/src/art/
Test933.java 20 public static void run() throws Exception { method in class:Test933
  /art/test/941-recurive-obsolete-jit/src/
Transform.java 22 r.run();
  /external/autotest/client/site_tests/webstore_InstallItem/
webstore_InstallItem.py 18 def run(self, item_id, item_type, install_type): member in class:webstore_InstallItem
  /external/autotest/server/cros/chaos_lib/
static_runner.py 27 """Object to run a network_WiFi_ChaosXXX test."""
44 logging.info('DUT time: %s', self._host.run('date').stdout.strip())
47 def run(self, job, batch_size=10, tries=10, capturer_hostname=None, member in class:StaticRunner
54 @param tries: an integer, number of iterations to run per AP.
56 @param conn_worker: ConnectionWorkerAbstract or None, to run extra
84 # Run iw scan and abort if more than allowed number of APs are up.
89 capturer_info = capture_host.run('cat /etc/lsb-release',
101 'device and re-run test')
  /external/autotest/server/site_tests/native_Benchmarks/
octane.py 9 """Build v8 and run octane with it on client"""
27 def run(self): member in class:octane
29 # Octane needs to run in PATH_TO/octane.
  /external/clang/tools/clang-format/
clang-format-sublime.py 30 def run(self, edit): member in class:ClangFormatCommand
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/
StringStub.java 21 ListenableFuture<String> run(String input); method in interface:StringStub

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>