/external/libchrome/base/test/ |
D | scoped_task_environment_unittest.cc | 87 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()
|
D | scoped_task_environment.h | 90 ASYNC, enumerator 95 ExecutionMode execution_control_mode = ExecutionMode::ASYNC);
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 69 ASYNC, enumerator 105 case AsyncType::ASYNC: in TypeToString()
|
D | service_type.h | 142 internal::RpcServiceMethod::AsyncType::ASYNC); in MarkMethodAsync()
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
D | resnet50_test.py | 91 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/ |
D | benchmarks_test.py | 151 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)
|
D | core_test.py | 69 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))
|
D | context.py | 57 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/ |
D | Grammar.txt | 18 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/ |
D | token.rst | 130 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/ |
D | token.py | 66 ASYNC = 57 variable
|
D | tokenize.py | 211 if toknum in (NAME, NUMBER, ASYNC, AWAIT): 506 yield (ASYNC if token == 'async' else AWAIT, 523 yield (ASYNC, stashed[1],
|
/external/v8/src/parsing/ |
D | token.h | 158 K(ASYNC, "async", 0) \ 228 case ASYNC: in IsIdentifier()
|
D | parser-base.h | 783 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 …]
|
D | preparser.cc | 49 case Token::ASYNC: in GetSymbolHelper()
|
D | parser.cc | 780 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/ |
D | exynos4_setup.h | 482 #define ASYNC (0 << 0) macro 494 #define CONCONTROL_VAL (ASYNC | CLK_RATIO | DIV_PIPE | AWR_ON\
|
/external/tensorflow/tensorflow/python/framework/ |
D | config.py | 259 context.context().execution_mode = context.ASYNC
|
D | config_test.py | 115 self.assertEqual(context.ASYNC, context.context().execution_mode)
|
/external/u-boot/arch/arm/include/asm/ti-common/ |
D | ti-edma3.h | 54 ASYNC = 0, enumerator
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/densenet/ |
D | densenet_test.py | 257 execution_mode=tfe.ASYNC) 318 execution_mode=tfe.ASYNC)
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | revnet_test.py | 268 execution_mode=tfe.ASYNC) 321 execution_mode=tfe.ASYNC)
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | tfe.py | 116 from tensorflow.python.eager.context import ASYNC
|
/external/u-boot/drivers/dma/ |
D | ti-edma3.c | 267 if (sync_mode == ASYNC) in edma3_set_transfer_params()
|
/external/curl/ |
D | RELEASE-NOTES | 87 o openssl: add support for TLS ASYNC state [46]
|