Home
last modified time | relevance | path

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

12

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_tree.c350 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 …]
Dgpu.c2077 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/
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.py451 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/
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/rust/crates/bytes/tests/
Dtest_bytes.rs10 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/
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/rust/crates/grpcio-sys/grpc/src/compiler/
Dcsharp_generator.cc145 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod() argument
166 if (is_sync) { in GenerateDocCommentClientMethod()
/external/rust/crates/thread_local/src/
Dlib.rs633 fn is_sync() { in is_sync() function
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1262 ES3F_ADD_API_CASE(is_sync, "Invalid glIsSync() usage", in init()
/external/deqp/android/cts/master/src/
Dgles3-master-2020-03-01.txt40497 dEQP-GLES3.functional.negative_api.state.is_sync
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles3-master.txt38479 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/swiftshader/tests/regres/testlists/
Dgles3-master-PASS.txt8443 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

12