Home
last modified time | relevance | path

Searched refs:is_sync (Results 1 – 25 of 32) sorted by relevance

12

/external/libchrome/ipc/
Dipc_sync_message.cc61 if (!msg.is_sync() && !msg.is_reply()) in GetMessageId()
72 DCHECK(msg->is_sync()); in GenerateReply()
88 DCHECK(msg.is_sync() || msg.is_reply()); in ReadSyncHeader()
101 DCHECK(msg->is_sync() || msg->is_reply()); in WriteSyncHeader()
Dipc_sync_message_filter.cc31 if (!message->is_sync()) { in Send()
158 if (message->is_sync()) { in SendOnIOThread()
Dipc_message_templates_impl.h98 if (msg->is_sync()) { in Log()
Dipc_message.h85 bool is_sync() const { in is_sync() function
Dipc_logging.cc287 if (message.is_sync()) in GenerateLogData()
Dipc_channel_proxy.cc515 DCHECK(!message->is_sync()) << "Need to use IPC::SyncChannel"; in Send()
Dipc_sync_channel.cc614 if (!message->is_sync()) { in Send()
Dipc_channel_mojo_unittest.cc1115 EXPECT_TRUE(message.is_sync()); in OnMessageReceived()
/external/python/cpython3/Lib/
Dcontextlib.py449 def _push_exit_callback(self, callback, is_sync=True): argument
450 self._exit_callbacks.append((is_sync, callback))
493 is_sync, cb = self._exit_callbacks.pop()
494 assert is_sync
630 is_sync, cb = self._exit_callbacks.pop()
632 if is_sync:
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_macros.tmpl106 bool is_sync
112 {{build_message_flags(is_response, "is_sync", "expects_response",
Dinterface_definition.tmpl220 bool is_sync,
224 request_id, is_sync, std::move(responder)));
252 bool is_sync,
255 is_sync_(is_sync),
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local
272 if (!is_sync) { in AcceptWithResponder()
/external/walt/pywalt/pywalt/
Dwalt.py647 is_sync = bridge_command.group(1) == 'sync' or not self.walt.base_time
648 if is_sync:
652 if is_sync:
/external/grpc-grpc/src/compiler/
Dcsharp_generator.cc145 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod() argument
166 if (is_sync) { in GenerateDocCommentClientMethod()
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1262 ES3F_ADD_API_CASE(is_sync, "Invalid glIsSync() usage", in init()
/external/deqp/android/cts/lmp-mr1/src/
Des30-lmp-mr1.txt35383 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt35305 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt35383 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/android/cts/lmp/
Dgles3-master.txt35305 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles3-master.txt41234 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-master.txt41253 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/android/cts/master/
Dgles3-master.txt40495 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles3-master.txt38479 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/android/cts/mnc/src/
Dgles3-master.txt38479 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/android/cts/mnc/
Dgles3-master.txt38479 dEQP-GLES3.functional.negative_api.state.is_sync

12