Home
last modified time | relevance | path

Searched defs:is_sync (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_server_handshaker.cc746 bool ok, bool is_sync, std::string signature, in OnComputeSignatureDone()
1048 bool ok, bool is_sync, SSLConfig ssl_config, in OnSelectCertificateDone()
H A Dtls_server_handshaker.h300 void set_is_sync(bool is_sync) { is_sync_ = is_sync; } in set_is_sync()
/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/
DCargo.toml67 is_sync = [] qkey
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dbinder_metric.proto41 optional bool is_sync = 21; field
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dbinder.sql454 is_sync BOOL, field
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dinterface_endpoint_client.cc268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Drtp_vp8_ref_finder_unittest.cc63 Frame& AsSync(bool is_sync = true) { in AsSync()
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message.h85 bool is_sync() const { in is_sync() function
/aosp_15_r20/external/cronet/ipc/
H A Dipc_message.h85 bool is_sync() const { in is_sync() function
/aosp_15_r20/external/grpc-grpc/test/cpp/security/
H A Dtls_certificate_verifier_test.cc174 bool is_sync = verifier->Verify(&cpp_request, nullptr, &sync_status); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dcsharp_generator.cc155 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod()
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dcsharp_generator.cc161 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/aosp_15_r20/external/rust/android-crates-io/crates/thread_local/src/
Dlib.rs641 fn is_sync() { in is_sync() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/
H A Dtest_bytes.rs10 fn is_sync<T: Sync>() {} in is_sync() function
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/
Dtest_bytes.rs13 fn is_sync<T: Sync>() {} in is_sync() function
/aosp_15_r20/external/rust/crates/openssl/src/ssl/test/
Dmod.rs1307 fn is_sync<T: Sync>() {} in _check_kinds() function
/aosp_15_r20/art/runtime/
H A Dtrace.cc1633 void TraceWriter::FlushBuffer(Thread* thread, bool is_sync, bool release) { in FlushBuffer()
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/
H A Dperfetto_merged_metrics.proto666 optional bool is_sync = 21; field