| /external/guice/core/test/com/google/inject/example/ |
| D | ClientServiceWithGuiceDefaults.java | 34 void go(); in go() method 40 public void go() { in go() method in ClientServiceWithGuiceDefaults.ServiceImpl 54 public void go() { in go() method in ClientServiceWithGuiceDefaults.Client 71 public void go() { in go() method in ClientServiceWithGuiceDefaults.MockService
|
| D | ClientServiceWithGuice.java | 34 void go(); in go() method 39 public void go() { in go() method in ClientServiceWithGuice.ServiceImpl 60 public void go() { in go() method in ClientServiceWithGuice.Client 77 public void go() { in go() method in ClientServiceWithGuice.MockService
|
| D | ClientServiceWithFactories.java | 27 void go(); in go() method 32 public void go() { in go() method in ClientServiceWithFactories.ServiceImpl 54 public void go() { in go() method in ClientServiceWithFactories.Client 78 public void go() { in go() method in ClientServiceWithFactories.MockService
|
| D | ClientServiceWithDependencyInjection.java | 27 void go(); in go() method 32 public void go() { in go() method in ClientServiceWithDependencyInjection.ServiceImpl 56 public void go() { in go() method in ClientServiceWithDependencyInjection.Client 83 public void go() { in go() method in ClientServiceWithDependencyInjection.MockService
|
| /external/flatbuffers/tests/rust_usage_test/benches/ |
| D | flexbuffers_benchmarks.rs | 53 let mut go = || { in push_vec_u64_to_map_reused() localVariable 100 let mut go = || { in push_vec_u64_to_map_direct_reused() localVariable 116 let mut go = || { in push_vec_without_indirect() localVariable 134 let mut go = || { in push_vec_with_indirect() localVariable 157 let mut go = || { in hundred_maps() localVariable 172 let mut go = || { in hundred_maps_pooled() localVariable 215 let mut go = || { in serialize_monsters() localVariable 272 let go = || { in read_monsters() localVariable
|
| /external/crosvm/cros_async/src/ |
| D | io_source.rs | 215 async fn go<F: AsRawDescriptor>(async_source: IoSource<F>) { in readvec() function 234 async fn go<F: AsRawDescriptor>(async_source: IoSource<F>) { in writevec() function 255 async fn go<F: AsRawDescriptor>(async_source: IoSource<F>) { in readmem() function 286 async fn go<F: AsRawDescriptor>(async_source: IoSource<F>) { in writemem() function 315 async fn go<F: AsRawDescriptor>(source: IoSource<F>) { in fsync() function 336 async fn go<F: AsRawDescriptor>(source: IoSource<F>) { in readmulti() function 367 async fn go<F: AsRawDescriptor>(source: IoSource<F>) { in writemulti() function 390 async fn go<F: AsRawDescriptor>(source: IoSource<F>) { in read_current_file_position() function 414 async fn go<F: AsRawDescriptor>(source: IoSource<F>) { in write_current_file_position() function
|
| /external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_queue/ |
| D | multi_thread_pass.cpp | 83 boost::barrier go(2); in test_concurrent_push_and_pull_on_empty_queue() local 110 boost::barrier go(n); in test_concurrent_push_and_wait_pull_on_empty_queue() local 141 boost::barrier go(n); in test_concurrent_wait_pull_and_close_on_empty_queue() local 171 boost::barrier go(n); in test_concurrent_push_on_empty_queue() local 213 boost::barrier go(n); in test_concurrent_pull_on_queue() local
|
| /external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_deque/ |
| D | multi_thread_pass.cpp | 83 boost::barrier go(2); in test_concurrent_push_back_and_pull_front_on_empty_queue() local 110 boost::barrier go(n); in test_concurrent_push_back_and_wait_pull_front_on_empty_queue() local 141 boost::barrier go(n); in test_concurrent_wait_pull_front_and_close_on_empty_queue() local 171 boost::barrier go(n); in test_concurrent_push_back_on_empty_queue() local 213 boost::barrier go(n); in test_concurrent_pull_front_on_queue() local
|
| /external/eigen/bench/btl/generic_bench/static/ |
| D | static_size_generator.hh | 30 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) in go() function 45 static void go(vector<double> & tab_sizes, vector<double> & tab_mflops) in go() function
|
| /external/wpa_supplicant_8/src/p2p/ |
| D | p2p_go_neg.c | 187 bool go = p2p->go_intent == 15; in p2p_build_go_neg_req() local 351 bool go = (peer && peer->go_state == LOCAL_GO) || in p2p_build_go_neg_resp() local 599 static void p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_no_recv() 648 static void p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_recv() 694 void p2p_check_pref_chan(struct p2p_data *p2p, int go, in p2p_check_pref_chan() 938 int go; in p2p_process_go_neg_req() local 1142 const u8 *resp_chan, int go) in p2p_build_go_neg_conf() 1218 int go = -1; in p2p_process_go_neg_resp() local
|
| D | p2p_dev_disc.c | 18 struct p2p_device *go, in p2p_build_dev_disc_req() 69 struct p2p_device *go; in p2p_send_dev_disc_req() local 218 struct p2p_device *go; in p2p_process_dev_disc_resp() local
|
| /external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_bounded_queue/ |
| D | multi_thread_pass.cpp | 84 boost::barrier go(2); in test_concurrent_push_and_pull_on_empty_queue() local 128 boost::barrier go(n); in test_concurrent_push_on_empty_queue() local 166 boost::barrier go(n); in test_concurrent_push_on_full_queue() local 211 boost::barrier go(n); in test_concurrent_pull_on_queue() local
|
| /external/clang/utils/ |
| D | modfuzz.py | 139 def go(model): function 148 def go(model): function 155 def go(model): function
|
| /external/crosvm/cros_async/src/sys/linux/ |
| D | event.rs | 62 async fn go(event: Event, ex: &Executor) -> u64 { in next_val_reads_value() function 80 async fn go(event_async: EventAsync) -> u64 { in next_val_reads_value_poll_and_ring() function
|
| /external/guice/core/test/com/google/inject/ |
| D | ImplicitBindingTest.java | 57 void go(); in go() method 62 public void go() {} in go() method in ImplicitBindingTest.IImpl 67 public void go() {} in go() method in ImplicitBindingTest.AlternateImpl 90 void go(); in go() method
|
| /external/testng/src/test/java/test/pholser/ |
| D | Saboteur.java | 36 public void go() { in go() method in Saboteur
|
| /external/python/cpython2/Demo/tkinter/guido/ |
| D | dialog.py | 76 def go(): function
|
| /external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/ |
| D | CollationThreadTest.java | 164 private boolean go; field in CollationThreadTest.Control 177 boolean go() { in go() method in CollationThreadTest.Control
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
| D | CollationThreadTest.java | 167 private boolean go; field in CollationThreadTest.Control 180 boolean go() { in go() method in CollationThreadTest.Control
|
| /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
| D | trace_test.py | 23 def go(self, cb): member in TraceTest
|
| /external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
| D | MidiEventThread.java | 30 private boolean go = true; field in MidiEventThread.EventThread
|
| /external/aws-sdk-java-v2/test/s3-benchmarks/.scripts/ |
| D | plot.py | 4 import plotly.graph_objects as go namespace
|
| /external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_pq/ |
| D | pq_multi_thread_pass.cpp | 30 int call_pull(sync_pq* q, boost::barrier* go) in call_pull() 37 void call_push(sync_pq* q, boost::barrier* go, int val) in call_push()
|
| /external/python/mako/mako/testing/ |
| D | exclusions.py | 71 def go(*arg, **kw): function
|
| /external/compiler-rt/test/lsan/TestCases/ |
| D | high_allocator_contention.cc | 18 bool go = false; variable
|