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

12 3 4 5 6 7 8 91011>>

  /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();
  /build/kati/testcase/
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...]
  /development/vndk/tools/sourcedr/sourcedr/commands/
init.py 22 return run
25 def run(args): function
  /external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
audio_loopback_test.js 159 function run(runtimeSeconds, numPeerConnections) { function
  /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/autotest/site_utils/lxc/container_pool/
unittest_client.py 41 def run(self): member in class:_ClientFactory
  /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
  /external/golang-protobuf/proto/testdata/
golden_test.go 61 func run(t *testing.T, name string, args ...string) { func
66 err := cmd.Run()
75 // Run the proto compiler.
76 run(t, "protoc", "--go_out="+os.TempDir(), "test.proto")
83 run(t, "diff", "-u", "test.pb.go", newFile)
  /external/lisa/libs/utils/android/workloads/
app_startup.py 43 def run(self, out_dir, package, permissions, duration_s, collect=''): member in class:AppStartup
45 Run single AppStartup workload.
56 :param duration_s: Run benchmak for this required number of seconds
idle_resume.py 53 def run(self, out_dir, duration_s, collect=''): member in class:IdleResume
55 Run single idle/suspend workload.
suspend_resume.py 53 def run(self, out_dir, duration_s, collect=''): member in class:SuspendResume
55 Run single suspend workload.
  /external/ltp/lib/newlib_tests/
test17.c 48 static void run(void) function
55 .test_all = run,
  /external/ltp/testcases/cve/
cve-2017-6951.c 33 static void run(void) function
45 .test_all = run,
  /external/markdown/markdown/
commandline.py 87 def run(): function
88 """Run Markdown from the command line."""
95 # Run
  /external/python/cpython2/Lib/plat-mac/
terminalcommand.py 3 To run a shell command in a new Terminal.app window:
6 terminalcommand.run("ls -l")
8 No result is returned; it is purely meant as a quick way to run a script
28 SEND_MODE = kAENoReply # kAEWaitReply hangs when run from Terminal.app itself
31 def run(command): function
32 """Run a shell command in a new Terminal.app window."""
50 run("ls -l")
  /external/skia/infra/bots/assets/android_ndk_darwin/
common.py 24 def run(cmd): function
25 """Run a command, eg. "upload" or "download". """
  /external/skia/infra/bots/assets/android_ndk_linux/
common.py 24 def run(cmd): function
25 """Run a command, eg. "upload" or "download". """
  /external/skia/infra/bots/assets/android_ndk_windows/
common.py 24 def run(cmd): function
25 """Run a command, eg. "upload" or "download". """

Completed in 60 milliseconds

12 3 4 5 6 7 8 91011>>