HomeSort by relevance Sort by last modified time
    Searched refs:is_async (Results 1 - 16 of 16) sorted by null

  /external/v8/src/parsing/
parser-base.h 1088 bool is_async; local
2184 bool is_async = false; local
2367 bool is_async = false; local
2701 bool is_async = peek() == Token::ASYNC && local
3129 bool is_async = false; local
3813 const bool is_async = flags & ParseFunctionFlags::kIsAsync; local
    [all...]
parser.h     [all...]
preparser.h     [all...]
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 256 bool is_async; member in struct:android::dvr::ProducerQueueConfig
272 PDX_SERIALIZABLE_MEMBERS(ProducerQueueConfig, is_async, default_width,
284 ProducerQueueConfigBuilder& SetIsAsync(bool is_async) {
285 is_async_ = is_async;
  /external/v8/src/runtime/
runtime-test.cc 37 bool is_async) {
40 return (is_async && ctrls.AllowAnySizeForAsync) ||
48 v8::MaybeLocal<v8::Value> ffi, bool is_async) {
51 if (is_async && ctrls.AllowAnySizeForAsync) return true;
53 return IsWasmCompileAllowed(isolate, module_or_bytes, is_async);
  /external/python/cpython3/Python/
ast.c 1772 int is_async; local
1849 int is_async = 0; local
    [all...]
symtable.c     [all...]
Python-ast.c 438 _Py_IDENTIFIER(is_async); variable
443 "is_async",
7354 int is_async; local
    [all...]
compile.c     [all...]
  /external/v8/src/wasm/
wasm-js.cc 82 v8::Local<v8::Value> source, bool is_async) {
90 !callback(reinterpret_cast<v8::Isolate*>(isolate), source, is_async)) {
99 i::MaybeHandle<i::JSReceiver> ffi, bool is_async) {
112 v8_ffi, is_async)) {
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 54 bool is_async() const { return is_async_; } function in class:android::dvr::BufferHubQueue
  /external/python/cpython3/Include/
Python-ast.h 392 int is_async; member in struct:_comprehension
615 ifs, int is_async, PyArena *arena);
  /external/v8/src/builtins/
builtins-constructor.cc 59 Node* is_async = Word32And( local
62 GotoIf(is_async, &if_async);
  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue-test.cpp 623 EXPECT_EQ(producer_queue_->is_async(), kIsAsync);
628 EXPECT_EQ(consumer_queue_->is_async(), kIsAsync);
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 90 is_async_ = queue_info.producer_config.is_async;
  /external/python/cpython3/Tools/parser/
unparse.py 447 if t.is_async:

Completed in 600 milliseconds