/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/ |
H A 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
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A 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
|
/aosp_15_r20/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p_go_neg.c | 195 bool go = p2p->go_intent == 15; in p2p_build_go_neg_req() local 370 bool go = (peer && peer->go_state == LOCAL_GO) || in p2p_build_go_neg_resp() local 620 static void p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_no_recv() 669 static void p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_recv() 715 void p2p_check_pref_chan(struct p2p_data *p2p, int go, in p2p_check_pref_chan() 959 int go; in p2p_process_go_neg_req() local 1184 const u8 *resp_chan, int go) in p2p_build_go_neg_conf() 1269 int go = -1; in p2p_process_go_neg_resp() local
|
H A 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
|
H A D | p2p_utils.c | 547 bool p2p_pref_freq_allowed(const struct weighted_pcl *freq_list, bool go) in p2p_pref_freq_allowed() 561 unsigned int num_channels, bool go) in p2p_check_pref_channel() 584 struct p2p_channels *res, bool go) in p2p_pref_channel_filter()
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/ |
D | DiamondInheritance.java | 68 String go(); in go() method 84 default String go() { in go() method 102 default String go() { in go() method 132 public String go() { in go() method in DiamondInheritance.Pegasus
|
D | Reflection.java | 78 String go(); in go() method 101 public String go() { in go() method in Reflection.Dog
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/ |
D | DiamondInheritance.java | 68 String go(); in go() method 84 default String go() { in go() method 102 default String go() { in go() method 132 public String go() { in go() method in DiamondInheritance.Pegasus
|
D | Reflection.java | 78 String go(); in go() method 101 public String go() { in go() method in Reflection.Dog
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/charset/Charset/ |
H A D | EmptyCharsetName.java | 40 public abstract void go() throws Exception; in go() method in EmptyCharsetName.Test 62 public void go() throws Exception { in main() method 66 public void go() throws Exception { in main() method 70 public void go() throws Exception { in main() method
|
/aosp_15_r20/external/guice/core/test/com/google/inject/example/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/ |
H A D | TransferPipe.java | 59 void go(IInterface iface, FileDescriptor fd, String prefix, in go() method 133 static void go(Caller caller, IInterface iface, FileDescriptor out, in go() method in TransferPipe 138 static void go(Caller caller, IInterface iface, FileDescriptor out, in go() method in TransferPipe 177 public void go(FileDescriptor out) throws IOException { in go() method in TransferPipe 181 public void go(FileDescriptor out, long timeout) throws IOException { in go() method in TransferPipe
|
/aosp_15_r20/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
|
/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A 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
|
/aosp_15_r20/external/clang/utils/ |
H A D | modfuzz.py | 139 def go(model): function 148 def go(model): function 155 def go(model): function
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | uring_source.rs | 298 async fn go(ex: &Arc<RawExecutor<UringReactor>>) { in range_error() function 326 async fn go(ex: &Arc<RawExecutor<UringReactor>>) { in wait_read() function 377 async fn go(source: IoSource<File>) { in await_uring_from_poll() function 412 async fn go(source: IoSource<File>) { in await_poll_from_uring() function
|
H A 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
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | GuardedObjectTest.java | 39 GuardedObject go = new GuardedObject(obj, null); in testNoGuard() local 51 GuardedObject go = new GuardedObject(objBuffer, new Guard() { in testGuard() local
|
/aosp_15_r20/external/eigen/bench/btl/generic_bench/static/ |
H A 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
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | simulator.py | 72 def go(self, duration, nodeid=None): member in BaseSimulator 111 def go(self, duration, nodeid=None): member in RealTime 501 def go(self, duration, nodeid=None): member in VirtualTime
|