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

1 2 3 4 5 6 7 8 91011>>

  /external/grpc-grpc/examples/python/helloworld/
greeter_client.py 24 def run(): function
35 run()
  /external/grpc-grpc/examples/python/interceptors/default_value/
greeter_client.py 25 def run(): function
42 run()
  /external/grpc-grpc/examples/python/interceptors/headers/
greeter_client.py 25 def run(): function
40 run()
  /external/grpc-grpc-java/buildscripts/
set_github_status.py 22 def run(): function
64 run()
  /external/python/setuptools/setuptools/
launch.py 13 def run(): function
15 Run the script in sys.argv[1] as if it had
35 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)
  /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/lib/newlib_tests/
test18.c 22 static void run(void) function
32 .test_all = run,
  /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/llvm-7.0/llvm/lib/Transforms/Scalar/
IVUsersPrinter.cpp 17 PreservedAnalyses IVUsersPrinterPass::run(Loop &L, LoopAnalysisManager &AM, function in class:IVUsersPrinterPass
  /external/swiftshader/third_party/subzero/pydir/
sz_driver.py 31 def run(is_cpp): function
  /external/tensorflow/tensorflow/python/platform/
app.py 23 from absl.app import run as _run
34 @tf_export(v1=['app.run'])
35 def run(main=None, argv=None): function
  /art/test/684-checker-simd-dotprod/src/
Main.java 26 TestByte.run();
27 TestCharShort.run();
28 TestVarious.run();
  /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

Completed in 2245 milliseconds

1 2 3 4 5 6 7 8 91011>>