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

1 2 3 4 5 6 7 8

  /external/python/cpython2/Demo/tkinter/guido/
dialog.py 76 def go(): function
102 start = Button(mainWidget, text='Press Here To Start', command=go)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
trace_test.py 23 def go(self, cb): member in class:TraceTest
  /external/eigen/bench/btl/generic_bench/static/
static_size_generator.hh 30 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) function in struct:static_size_generator
37 static_size_generator<SIZE-1,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops);
45 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) function in struct:static_size_generator
  /external/valgrind/tests/
arch_test.c 19 // 'all_archs' as well as adding go().
39 static Bool go(char* arch) function
96 if (go( argv[1] )) {
libc_test.c 49 static Bool go(char* libc, char *min_version) function
69 if (go( argv[1], argv[2] )) {
mips_features.c 47 static int go(char *feature) function
106 static int go(char *feature) function
124 return go(argv[1]);
  /frameworks/support/samples/SupportTransitionDemos/src/main/java/com/example/android/support/transition/widget/
CustomUsage.java 52 void go(Scene scene) { method in class:CustomUsage
53 TransitionManager.go(scene, mTransition);
SceneUsage.java 40 void go(Scene scene) { method in class:SceneUsage
41 TransitionManager.go(scene);
  /external/guice/core/test/com/google/inject/example/
ClientServiceWithDependencyInjection.java 29 void go(); method in interface:ClientServiceWithDependencyInjection.Service
33 public void go() { method in class:ClientServiceWithDependencyInjection.ServiceImpl
57 public void go() { method in class:ClientServiceWithDependencyInjection.Client
58 service.go();
75 client.go();
83 public void go() { method in class:ClientServiceWithDependencyInjection.MockService
ClientServiceWithFactories.java 29 void go(); method in interface:ClientServiceWithFactories.Service
33 public void go() { method in class:ClientServiceWithFactories.ServiceImpl
55 public void go() { method in class:ClientServiceWithFactories.Client
57 service.go();
67 client.go();
79 public void go() { method in class:ClientServiceWithFactories.MockService
ClientServiceWithGuice.java 36 void go(); method in interface:ClientServiceWithGuice.Service
40 public void go() { method in class:ClientServiceWithGuice.ServiceImpl
60 public void go() { method in class:ClientServiceWithGuice.Client
61 service.go();
68 client.go();
76 public void go() { method in class:ClientServiceWithGuice.MockService
ClientServiceWithGuiceDefaults.java 37 void go(); method in interface:ClientServiceWithGuiceDefaults.Service
42 public void go() { method in class:ClientServiceWithGuiceDefaults.ServiceImpl
56 public void go() { method in class:ClientServiceWithGuiceDefaults.Client
57 service.go();
64 client.go();
72 public void go() { method in class:ClientServiceWithGuiceDefaults.MockService
  /external/compiler-rt/test/lsan/TestCases/
high_allocator_contention.cc 18 bool go = false; variable
22 while (!go) pthread_cond_wait(&cond, &mutex);
44 go = true;
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 66 def go(self): member in class:SimpleDialog
105 print d.go()
  /external/testng/src/test/java/test/pholser/
Saboteur.java 36 public void go() { method in class:Saboteur
Demo.java 41 public void go() { method in class:Demo
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 66 def go(self): member in class:SimpleDialog
105 print d.go()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 66 def go(self): member in class:SimpleDialog
105 print d.go()
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
Reflection.java 74 * Return string representation of the go action for Animal
76 * @return string representation of the go action for Animal
78 String go(); method in interface:Reflection.Animal
84 * <li> the {@link #go} and {@link #sleep} methods are not default.
85 * {@link #go} is not the default implementation and the {@link #sleep}
96 * Return string representation of the go action for Dog
98 * @return string representation of the go action for Dog
101 public String go() { method in class:Reflection.Dog
124 Stream.of(Dog.class.getMethod("eat"), Dog.class.getMethod("go"), Dog.class.getMethod("sleep"))
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
Reflection.java 74 * Return string representation of the go action for Animal
76 * @return string representation of the go action for Animal
78 String go(); method in interface:Reflection.Animal
84 * <li> the {@link #go} and {@link #sleep} methods are not default.
85 * {@link #go} is not the default implementation and the {@link #sleep}
96 * Return string representation of the go action for Dog
98 * @return string representation of the go action for Dog
101 public String go() { method in class:Reflection.Dog
124 Stream.of(Dog.class.getMethod("eat"), Dog.class.getMethod("go"), Dog.class.getMethod("sleep"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 66 def go(self): member in class:SimpleDialog
105 print d.go()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 66 def go(self): member in class:SimpleDialog
105 print d.go()
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
GuardedObjectTest.java 39 GuardedObject go = new GuardedObject(obj, null); local
40 assertNull(go.getObject());
43 go = new GuardedObject(obj, null);
44 assertEquals(obj, go.getObject());
51 GuardedObject go = new GuardedObject(objBuffer, new Guard() { local
59 assertEquals(objBuffer, go.getObject());
63 go.getObject();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
xxci.py 89 def go(args): function
114 go(getargs())
  /external/python/cpython2/Tools/scripts/
xxci.py 89 def go(args): function
114 go(getargs())

Completed in 599 milliseconds

1 2 3 4 5 6 7 8