/external/pcre/dist2/src/ |
D | pcre2_maketables.c | 76 uint8_t *yield = (uint8_t *)malloc(tables_length); local
|
D | pcre2_match_data.c | 59 pcre2_match_data *yield; in pcre2_match_data_create() local
|
D | pcre2_study.c | 921 int yield = SSB_DONE; in set_start_bits() local
|
D | pcre2_substring.c | 214 PCRE2_UCHAR *yield; in pcre2_substring_get_bynumber() local
|
D | pcre2_context.c | 89 void *yield = (memctl == NULL)? malloc(size) : in PRIV() local
|
D | pcre2_compile.c | 1293 BOOL yield = FALSE; in read_number() local 1377 BOOL yield = FALSE; in read_repeat_counts() local 2209 int yield = 0; in check_posix_name() local
|
D | pcre2test.c | 2967 int yield = 0; in pchars8() local 3003 int yield = 0; in pchars16() local 3037 int yield = 0; in pchars32() local 4822 int rc, cmd, cmdlen, yield; in process_command() local 6019 int yield = 0; in substitute_callout_function() local 8143 int yield = 0; in c_option() local 8400 uint32_t yield = 0; in main() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Yield.kt | 18 public suspend fun yield(): Unit = suspendCoroutineUninterceptedOrReturn sc@ { uCont -> in <lambda>() method
|
/external/skqp/src/compute/skc/ |
D | context.h | 30 bool (* yield )(struct skc_runtime * const runtime); member
|
/external/python/cpython2/Doc/reference/ |
D | simple_stmts.rst | 487 .. _yield: target in The :keyword:`return` statement
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 516 .. _yield: target in The :keyword:`!return` statement
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | oneshot_func.pass.cpp | 70 int yield(int x) { yielded_values.push_back(x); return x + 1; } in yield() function
|
/external/clang/test/SemaCXX/ |
D | coroutines.cpp | 82 void yield() { in yield() function 90 co_yield yield; // expected-error {{no member named 'await_ready' in 'not_awaitable'}} in yield() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_executor.cc | 324 YieldOp yield = GetYield(); in WrapsSingleOp() local 336 Operation &yield = island.GetBody().back(); in Verify() local 428 Operation &yield = body.back().back(); in ParseIslandOp() local 446 void Print(YieldOp yield, OpAsmPrinter &p) { in Print()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 68 static void yield(LLVMContextRef, void *) { in yield() function 454 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 68 static void yield(LLVMContextRef, void *) { in yield() function 455 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
|
/external/clang/test/CodeGen/ |
D | builtins-arm.c | 29 void yield() { in yield() function
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 213 void LLVMContext::yield() { in yield() function in LLVMContext
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | breakup-islands.cc | 121 tf_executor::YieldOp yield = island.GetYield(); in PopulateEmptyIsland() local
|
/external/swiftshader/src/Common/ |
D | Thread.hpp | 128 inline void Thread::yield() in yield() function in sw::Thread
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 185 void LLVMContext::yield() { in yield() function in LLVMContext
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 54 #define yield() macro
|
/external/u-boot/include/linux/ |
D | compat.h | 256 #define yield() do { } while (0) macro
|
/external/v8/src/wasm/ |
D | module-compiler.cc | 1185 bool yield = delegate && delegate->ShouldYield(); in ExecuteJSToWasmWrapperCompilationUnits() local 1272 bool yield = delegate && delegate->ShouldYield(); in ExecuteCompilationUnits() local
|
/external/python/cpython3/Python/ |
D | hamt.c | 2602 hamt_baseiter_new(PyTypeObject *type, binaryfunc yield, PyHamtObject *o) in hamt_baseiter_new()
|