Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 67) sorted by relevance

123

/third_party/vk-gl-cts/executor/
DxeBatchExecutor.cpp352 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
DCMakeLists.txt53 add_executable(executor tools/xeCommandLineExecutor.cpp) target
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.hpp99 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/
Dregression-test-issue-2107.js19 function executor(resolve) { function
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2Package.java20 private static final Executor executor = new ThreadPoolExecutor(0, 5, 60L, TimeUnit.SECONDS, field in EJDB2Package
DEJDB2JQLModule.java28 private final Executor executor; field in EJDB2JQLModule
30 public EJDB2JQLModule(ReactApplicationContext reactContext, Executor executor) { in EJDB2JQLModule()
DEJDB2DBModule.java22 private final Executor executor; field in EJDB2DBModule
24 public EJDB2DBModule(ReactApplicationContext reactContext, Executor executor) { in EJDB2DBModule()
/third_party/skia/src/core/
DSkExecutor.cpp40 static auto* executor = new SkTrivialExecutor(); in trivial_executor() local
53 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
DSkTaskGroup.cpp11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
/third_party/node/test/async-hooks/
Dtest-promise.chain-promise-before-init-hooks.js11 const p = new Promise(common.mustCall(function executor(resolve) { function
Dtest-promise.promise-before-init-hooks.js8 const p = new Promise(common.mustCall(function executor(resolve) { function
Dtest-promise.js26 function executor(resolve) { function
/third_party/flutter/skia/src/core/
DSkTaskGroup.cpp11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
DSkExecutor.cpp52 void SkExecutor::SetDefault(SkExecutor* executor) { in SetDefault()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp105 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
DglcShaderMacroTests.cpp65 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate() local
/third_party/vk-gl-cts/framework/randomshaders/
DrsgTest.cpp68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5); in runTest() local
/third_party/skia/tests/
DSkScalerCacheTest.cpp57 auto executor = SkExecutor::MakeFIFOThreadPool(kThreadCount); in DEF_TEST() local
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromise.js60 function check(self, executor) { argument
70 function Promise(executor) { argument
482 Promise.prototype._resolveFromExecutor = function (executor) { argument
/third_party/vk-gl-cts/scripts/
Drun_internal_tests.py46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp520 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/
Djitter_gms.cpp121 auto executor = SkExecutor::MakeFIFOThreadPool(); in main() local
/third_party/skia/tools/skqp/
Djitter_gms.cpp121 auto executor = SkExecutor::MakeFIFOThreadPool(); in main() local
/third_party/rust/crates/tracing/tracing-futures/src/executor/
Dfutures_01.rs129 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/
DcallWithMissingVoid.js106 function MyPromise(executor) { argument

123