Home
last modified time | relevance | path

Searched refs:ASYNC (Results 1 – 25 of 29) sorted by relevance

12

/external/libchrome/base/test/
Dscoped_task_environment_unittest.cc87 RunUntilIdleTest(GetParam(), ScopedTaskEnvironment::ExecutionMode::ASYNC); in TEST_P()
121 GetParam(), ScopedTaskEnvironment::ExecutionMode::ASYNC); in TEST_P()
137 GetParam(), ScopedTaskEnvironment::ExecutionMode::ASYNC); in TEST_P()
243 GetParam(), ScopedTaskEnvironment::ExecutionMode::ASYNC); in TEST_P()
254 ScopedTaskEnvironment::ExecutionMode::ASYNC); in TEST_F()
Dscoped_task_environment.h90 ASYNC, enumerator
95 ExecutionMode execution_control_mode = ExecutionMode::ASYNC);
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h69 ASYNC, enumerator
105 case AsyncType::ASYNC: in TypeToString()
Dservice_type.h142 internal::RpcServiceMethod::AsyncType::ASYNC); in MarkMethodAsync()
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
Dresnet50_test.py91 self._apply(defun=False, execution_mode=tfe.ASYNC)
97 self._apply(defun=True, execution_mode=tfe.ASYNC)
140 self._test_train(execution_mode=tfe.ASYNC)
249 execution_mode=tfe.ASYNC)
305 execution_mode=tfe.ASYNC)
/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test.py151 if execution_mode == context.ASYNC:
156 if execution_mode == context.ASYNC:
438 execution_mode=context.ASYNC)
471 execution_mode=context.ASYNC)
486 execution_mode=context.ASYNC)
505 execution_mode=context.ASYNC)
540 execution_mode=context.ASYNC)
567 execution_mode=context.ASYNC)
610 execution_mode=context.ASYNC)
Dcore_test.py69 ctx.execution_mode = context.ASYNC
70 self.assertEqual(context.ASYNC, ctx.execution_mode)
105 ctx = context.Context(execution_mode=context.ASYNC)
249 with context.execution_mode(context.ASYNC):
304 with context.execution_mode(context.ASYNC):
314 context.set_execution_mode(context.ASYNC)
695 context.SYNC if i % 2 == 0 else context.ASYNC))
Dcontext.py57 ASYNC = 1 variable
281 if execution_mode not in (None, SYNC, ASYNC):
344 if self._execution_mode == ASYNC:
620 if mode not in (None, SYNC, ASYNC):
632 mode == ASYNC)
/external/python/cpython3/Lib/lib2to3/
DGrammar.txt18 async_funcdef: ASYNC funcdef
69 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)
145 comp_for: [ASYNC] 'for' exprlist 'in' testlist_safe [comp_iter]
/external/python/cpython3/Doc/library/
Dtoken.rst130 Added :data:`AWAIT` and :data:`ASYNC` tokens.
136 Removed :data:`AWAIT` and :data:`ASYNC` tokens. "async" and "await" are
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py66 ASYNC = 57 variable
Dtokenize.py211 if toknum in (NAME, NUMBER, ASYNC, AWAIT):
506 yield (ASYNC if token == 'async' else AWAIT,
523 yield (ASYNC, stashed[1],
/external/v8/src/parsing/
Dtoken.h158 K(ASYNC, "async", 0) \
228 case ASYNC: in IsIdentifier()
Dparser-base.h783 token == Token::AWAIT || token == Token::ASYNC || in is_any_identifier()
1707 if (next == Token::IDENTIFIER || next == Token::ASYNC || in ParseAndClassifyIdentifier()
1774 next == Token::ASYNC) { in ParseIdentifierOrStrictReservedWord()
1795 if (next != Token::IDENTIFIER && next != Token::ASYNC && in ParseIdentifierName()
1891 case Token::ASYNC: in ParsePrimaryExpression()
1895 Consume(Token::ASYNC); in ParsePrimaryExpression()
1954 (peek() == Token::ASYNC && PeekAhead() == Token::FUNCTION)) { in ParsePrimaryExpression()
2195 if (!*is_generator && token == Token::ASYNC && in ParsePropertyName()
2197 Consume(Token::ASYNC); in ParsePropertyName()
2894 bool is_async = peek() == Token::ASYNC && in ParseAssignmentExpression()
[all …]
Dpreparser.cc49 case Token::ASYNC: in GetSymbolHelper()
Dparser.cc780 if (!Check(Token::ASYNC)) { in DoParseFunction()
1180 case Token::ASYNC: in ParseExportDefault()
1183 Consume(Token::ASYNC); in ParseExportDefault()
1313 case Token::ASYNC: in ParseExportDeclaration()
1316 Consume(Token::ASYNC); in ParseExportDeclaration()
/external/u-boot/arch/arm/mach-exynos/
Dexynos4_setup.h482 #define ASYNC (0 << 0) macro
494 #define CONCONTROL_VAL (ASYNC | CLK_RATIO | DIV_PIPE | AWR_ON\
/external/tensorflow/tensorflow/python/framework/
Dconfig.py259 context.context().execution_mode = context.ASYNC
Dconfig_test.py115 self.assertEqual(context.ASYNC, context.context().execution_mode)
/external/u-boot/arch/arm/include/asm/ti-common/
Dti-edma3.h54 ASYNC = 0, enumerator
/external/tensorflow/tensorflow/contrib/eager/python/examples/densenet/
Ddensenet_test.py257 execution_mode=tfe.ASYNC)
318 execution_mode=tfe.ASYNC)
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Drevnet_test.py268 execution_mode=tfe.ASYNC)
321 execution_mode=tfe.ASYNC)
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py116 from tensorflow.python.eager.context import ASYNC
/external/u-boot/drivers/dma/
Dti-edma3.c267 if (sync_mode == ASYNC) in edma3_set_transfer_params()
/external/curl/
DRELEASE-NOTES87 o openssl: add support for TLS ASYNC state [46]

12