/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 | 195 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
|
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/jspecify/samples/ |
D | InferenceChoosesNullableTypeVariable.java | 23 default <E> void go(@Nullable E value) { in go() method
|
D | AssignmentAsExpression.java | 21 Object go(@Nullable Object nullable, Object notNull) { in go() method in AssignmentAsExpression
|
D | NotNullMarkedInferenceChoosesNullableTypeVariable.java | 26 <E> void go(@Nullable E value) { in go() method in NotNullMarkedInferenceChoosesNullableTypeVariable.Sub
|
D | OutOfBoundsTypeVariable.java | 32 <F extends @Nullable Foo> Object go(User<F> user) { in go() method in OutOfBoundsTypeVariable
|
D | NotNullMarkedIfCondition.java | 32 void go() { in go() method in NotNullMarkedIfCondition
|
D | NoPathToTypeVariableMinusNull.java | 28 void go(E e) { in go() method in NoPathToTypeVariableMinusNull.Sub.Foo
|
D | IfCondition.java | 34 void go() { in go() method in IfCondition
|
D | LocalVariable.java | 31 void go() { in go() method in LocalVariable.Sub
|
D | NotNullMarkedLocalVariable.java | 31 void go() { in go() method in NotNullMarkedLocalVariable.Sub
|
/external/testng/src/test/java/test/pholser/ |
D | Saboteur.java | 36 public void go() { in go() method in Saboteur
|