/external/llvm-project/polly/lib/External/ppcg/ |
D | gpu_tree.c | 350 int is_sync; in domain_is_sync() local 358 is_sync = gpu_tree_id_is_sync(id, kernel); in domain_is_sync() 362 return is_sync; in domain_is_sync() 371 int is_sync; in node_is_sync_filter() local 381 is_sync = domain_is_sync(domain, kernel); in node_is_sync_filter() 384 return is_sync; in node_is_sync_filter() 595 int is_sync; in gpu_tree_move_left_to_sync() local 604 while ((is_sync = node_is_sync_filter(node, kernel)) == 0) in gpu_tree_move_left_to_sync() 606 if (is_sync < 0) in gpu_tree_move_left_to_sync() 624 int is_sync; in gpu_tree_move_right_to_sync() local [all …]
|
D | gpu.c | 2077 int is_sync; in at_domain() local 2090 is_sync = gpu_tree_id_is_sync(id, data->kernel); in at_domain() 2103 if (is_sync < 0) in at_domain() 2109 if (!is_sync) in at_domain()
|
/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 | 451 def _push_exit_callback(self, callback, is_sync=True): argument 452 self._exit_callbacks.append((is_sync, callback)) 495 is_sync, cb = self._exit_callbacks.pop() 496 assert is_sync 629 is_sync, cb = self._exit_callbacks.pop() 631 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/rust/crates/bytes/tests/ |
D | test_bytes.rs | 10 fn is_sync<T: Sync>() {} in is_sync() function 15 is_sync::<Bytes>(); in test_bounds() 16 is_sync::<BytesMut>(); in test_bounds()
|
/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/rust/crates/grpcio-sys/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/rust/crates/thread_local/src/ |
D | lib.rs | 633 fn is_sync() { in is_sync() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1262 ES3F_ADD_API_CASE(is_sync, "Invalid glIsSync() usage", in init()
|
/external/deqp/android/cts/master/src/ |
D | gles3-master-2020-03-01.txt | 40497 dEQP-GLES3.functional.negative_api.state.is_sync
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles3-master.txt | 38479 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/swiftshader/tests/regres/testlists/ |
D | gles3-master-PASS.txt | 8443 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
|