| /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 <<()
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-2107.js | 19 function executor(resolve) { function
|
| /third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/ |
| D | EJDB2Package.java | 20 private static final Executor executor = new ThreadPoolExecutor(0, 5, 60L, TimeUnit.SECONDS, field in EJDB2Package
|
| D | EJDB2JQLModule.java | 28 private final Executor executor; field in EJDB2JQLModule 30 public EJDB2JQLModule(ReactApplicationContext reactContext, Executor executor) { in EJDB2JQLModule()
|
| D | EJDB2DBModule.java | 22 private final Executor executor; field in EJDB2DBModule 24 public EJDB2DBModule(ReactApplicationContext reactContext, Executor executor) { in EJDB2DBModule()
|
| /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/flutter/skia/src/core/ |
| D | SkTaskGroup.cpp | 11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
|
| D | SkExecutor.cpp | 52 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
|
| /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
|
| /third_party/node/deps/npm/node_modules/bluebird/js/release/ |
| D | promise.js | 60 function check(self, executor) { argument 70 function Promise(executor) { argument 482 Promise.prototype._resolveFromExecutor = function (executor) { argument
|
| /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/flutter/skia/tools/skqp/ |
| D | jitter_gms.cpp | 121 auto executor = SkExecutor::MakeFIFOThreadPool(); in main() local
|
| /third_party/skia/tools/skqp/ |
| D | jitter_gms.cpp | 121 auto executor = SkExecutor::MakeFIFOThreadPool(); in main() local
|
| /third_party/rust/crates/tracing/tracing-futures/src/executor/ |
| D | futures_01.rs | 129 pub fn executor(&self) -> Instrumented<TaskExecutor> { in executor() method 276 pub fn executor(&self) -> WithDispatch<TaskExecutor> { in executor() method
|
| /third_party/typescript/tests/baselines/reference/ |
| D | callWithMissingVoid.js | 106 function MyPromise(executor) { argument
|