Home
last modified time | relevance | path

Searched defs:go (Results 1 – 25 of 120) sorted by relevance

12345

/external/guice/core/test/com/google/inject/example/
DClientServiceWithGuiceDefaults.java34 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
DClientServiceWithGuice.java34 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
DClientServiceWithFactories.java27 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
DClientServiceWithDependencyInjection.java27 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/
Dflexbuffers_benchmarks.rs53 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/
Dio_source.rs215 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/
Dmulti_thread_pass.cpp83 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/
Dmulti_thread_pass.cpp83 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/
Dstatic_size_generator.hh30 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/
Dp2p_go_neg.c195 bool go = p2p->go_intent == 15; in p2p_build_go_neg_req() local
372 bool go = (peer && peer->go_state == LOCAL_GO) || in p2p_build_go_neg_resp() local
622 static void p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_no_recv()
671 static void p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_recv()
717 void p2p_check_pref_chan(struct p2p_data *p2p, int go, in p2p_check_pref_chan()
961 int go; in p2p_process_go_neg_req() local
1186 const u8 *resp_chan, int go) in p2p_build_go_neg_conf()
1271 int go = -1; in p2p_process_go_neg_resp() local
Dp2p_dev_disc.c18 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/
Dmulti_thread_pass.cpp84 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/
Dmodfuzz.py139 def go(model): function
148 def go(model): function
155 def go(model): function
/external/crosvm/cros_async/src/sys/linux/
Devent.rs62 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/
DImplicitBindingTest.java57 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/jspecify/samples/
DInferenceChoosesNullableTypeVariable.java23 default <E> void go(@Nullable E value) { in go() method
DAssignmentAsExpression.java21 Object go(@Nullable Object nullable, Object notNull) { in go() method in AssignmentAsExpression
DNotNullMarkedInferenceChoosesNullableTypeVariable.java26 <E> void go(@Nullable E value) { in go() method in NotNullMarkedInferenceChoosesNullableTypeVariable.Sub
DOutOfBoundsTypeVariable.java32 <F extends @Nullable Foo> Object go(User<F> user) { in go() method in OutOfBoundsTypeVariable
DNotNullMarkedIfCondition.java32 void go() { in go() method in NotNullMarkedIfCondition
DNoPathToTypeVariableMinusNull.java28 void go(E e) { in go() method in NoPathToTypeVariableMinusNull.Sub.Foo
DIfCondition.java34 void go() { in go() method in IfCondition
DLocalVariable.java31 void go() { in go() method in LocalVariable.Sub
DNotNullMarkedLocalVariable.java31 void go() { in go() method in NotNullMarkedLocalVariable.Sub
/external/testng/src/test/java/test/pholser/
DSaboteur.java36 public void go() { in go() method in Saboteur

12345