/external/libchrome/ipc/ |
D | ipc_sync_message.cc | 61 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()
|
D | ipc_sync_message_filter.cc | 31 if (!message->is_sync()) { in Send() 158 if (message->is_sync()) { in SendOnIOThread()
|
D | ipc_message_templates_impl.h | 98 if (msg->is_sync()) { in Log()
|
D | ipc_message.h | 85 bool is_sync() const { in is_sync() function
|
D | ipc_logging.cc | 287 if (message.is_sync()) in GenerateLogData()
|
D | ipc_channel_proxy.cc | 515 DCHECK(!message->is_sync()) << "Need to use IPC::SyncChannel"; in Send()
|
D | ipc_sync_channel.cc | 614 if (!message->is_sync()) { in Send()
|
D | ipc_channel_mojo_unittest.cc | 1115 EXPECT_TRUE(message.is_sync()); in OnMessageReceived()
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 449 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/ |
D | interface_macros.tmpl | 106 bool is_sync 112 {{build_message_flags(is_response, "is_sync", "expects_response",
|
D | interface_definition.tmpl | 220 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/ |
D | interface_endpoint_client.cc | 268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local 272 if (!is_sync) { in AcceptWithResponder()
|
/external/walt/pywalt/pywalt/ |
D | walt.py | 647 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/ |
D | csharp_generator.cc | 145 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod() argument 166 if (is_sync) { in GenerateDocCommentClientMethod()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1262 ES3F_ADD_API_CASE(is_sync, "Invalid glIsSync() usage", in init()
|
/external/deqp/android/cts/lmp-mr1/src/ |
D | es30-lmp-mr1.txt | 35383 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/android/cts/lmp/src/ |
D | es30-lmp.txt | 35305 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/android/cts/lmp-mr1/ |
D | gles3-master.txt | 35383 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/android/cts/lmp/ |
D | gles3-master.txt | 35305 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/ |
D | gles3-master.txt | 41234 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/ |
D | gles3-master.txt | 41253 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/android/cts/master/ |
D | gles3-master.txt | 40495 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/ |
D | gles3-master.txt | 38479 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/android/cts/mnc/src/ |
D | gles3-master.txt | 38479 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/android/cts/mnc/ |
D | gles3-master.txt | 38479 dEQP-GLES3.functional.negative_api.state.is_sync
|