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

1 2 3 4 5 6 7

  /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().
40 static Bool go(char* arch) function
100 if (go( argv[1] )) {
mips_features.c 47 static int go(char *feature) function
106 static int go(char *feature) function
124 return go(argv[1]);
os_test.c 17 // 'all_OSes' as well as adding go().
58 static Bool go(char* OS, char *min_version) function
86 if (go( argv[1], argv[2] )) {
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
CustomUsage.java 51 void go(Scene scene) { method in class:CustomUsage
52 TransitionManager.go(scene, mTransition);
SceneUsage.java 39 void go(Scene scene) { method in class:SceneUsage
40 TransitionManager.go(scene);
SceneUsageBase.java 36 abstract void go(Scene scene); method in class:SceneUsageBase
44 TransitionManager.go(mScenes[0]);
63 go(mScenes[mCurrentScene]);
  /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/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/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())
  /frameworks/base/core/tests/coretests/src/android/os/
IdleHandlerTest.java 34 public void go() { method in class:IdleHandlerTest.BaseTestHandler
63 public void go() {
64 super.go();
97 public void go() {
98 super.go();
134 public void go() {
135 super.go();
168 public void go() {
169 super.go();
MessageQueueTest.java 37 public void go() { method in class:MessageQueueTest.BaseTestHandler
69 public void go() {
70 super.go();
88 public void go() {
89 super.go();
117 public void go() { method in class:MessageQueueTest.TestFieldIntegrityHandler
152 public void go() {
153 super.go();
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ChangingText.java 54 TransitionManager.go(mScene2, mChanger);
57 TransitionManager.go(mScene1, mChanger);
ScenesTestAutoTransition.java 49 TransitionManager.go(mSearchScreen, mTransition);
52 TransitionManager.go(mResultsScreen, mTransition);

Completed in 698 milliseconds

1 2 3 4 5 6 7