/third_party/vk-gl-cts/executor/ |
D | xeBatchExecutor.cpp | 352 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueStateChanged() local 364 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueTestLogData() local 376 BatchExecutor* executor = static_cast<BatchExecutor*>(userPtr); in enqueueInfoLogData() local 388 BatchExecutor* executor = DE_NULL; in dispatchStateChanged() local 401 BatchExecutor* executor = DE_NULL; in dispatchTestLogData() local 412 BatchExecutor* executor = DE_NULL; in dispatchInfoLogData() local
|
D | CMakeLists.txt | 53 add_executable(executor tools/xeCommandLineExecutor.cpp) target
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderExecUtil.hpp | 99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log… in operator <<() 100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(… in operator <<()
|
D | glsRandomShaderCase.cpp | 484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight); in iterate() local
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regression-test-issue-2107.js | 19 function executor(resolve) { function
|
/third_party/skia/src/core/ |
D | SkExecutor.cpp | 40 static auto* executor = new SkTrivialExecutor(); in trivial_executor() local 53 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
|
D | SkTaskGroup.cpp | 11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
|
/third_party/node/test/async-hooks/ |
D | test-promise.chain-promise-before-init-hooks.js | 11 const p = new Promise(common.mustCall(function executor(resolve) { function
|
D | test-promise.promise-before-init-hooks.js | 8 const p = new Promise(common.mustCall(function executor(resolve) { function
|
D | test-promise.js | 26 function executor(resolve) { function
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderConstExprTests.cpp | 105 void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() 128 void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() 148 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate() local
|
D | glcShaderMacroTests.cpp | 65 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgTest.cpp | 68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5); in runTest() local
|
/third_party/skia/tests/ |
D | SkScalerCacheTest.cpp | 57 auto executor = SkExecutor::MakeFIFOThreadPool(kThreadCount); in DEF_TEST() local
|
D | PDFDocumentTest.cpp | 251 std::unique_ptr<SkExecutor> executor = SkExecutor::MakeFIFOThreadPool(); in DEF_TEST() local
|
/third_party/vk-gl-cts/scripts/ |
D | run_internal_tests.py | 46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeCommandLineExecutor.cpp | 520 void setupSignalHandler (xe::BatchExecutor* executor) in setupSignalHandler() 554 void setupSignalHandler (xe::BatchExecutor* executor) in setupSignalHandler() 610 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor() local
|
/third_party/skia/tools/skqp/ |
D | jitter_gms.cpp | 121 auto executor = SkExecutor::MakeFIFOThreadPool(); in main() local
|
/third_party/typescript/tests/baselines/reference/ |
D | callWithMissingVoid.js | 106 function MyPromise(executor) { argument
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | amber.cc | 173 Executor executor; in ExecuteWithShaderData() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-promise-object.c | 514 ecma_op_create_promise_object (ecma_value_t executor, /**< the executor function or object */ in ecma_op_create_promise_object() 705 ecma_value_t executor = ecma_make_object_value (executor_p); in ecma_promise_new_capability() local
|
/third_party/skia/src/pdf/ |
D | SkPDFDocumentPriv.h | 132 SkExecutor* executor() const { return fExecutor; } in executor() function
|
D | SkPDFBitmap.cpp | 282 if (SkExecutor* executor = doc->executor()) { in SkPDFSerializeImage() local
|
/third_party/vk-gl-cts/execserver/tools/ |
D | xsTest.cpp | 909 TestExecutor executor(testCtx); in runExecServerTests() local 924 TestExecutor executor(testCtx); in runExecServerTests() local
|
/third_party/python/Lib/concurrent/futures/ |
D | process.py | 268 def __init__(self, executor): argument
|