Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:executor
(Results
1 - 19
of
19
) sorted by relevance
/third_party/node/test/async-hooks/
H
A
D
test-promise.js
26
function
executor
(resolve) {
function
/third_party/jerryscript/tests/jerry/es2015/
H
A
D
regression-test-issue-2107.js
19
function
executor
(resolve) {
function
/third_party/skia/src/core/
H
A
D
SkTaskGroup.cpp
11
SkTaskGroup::SkTaskGroup(SkExecutor&
executor
) : fPending(0), fExecutor(
executor
) {}
in SkTaskGroup()
argument
H
A
D
SkExecutor.cpp
40
static auto*
executor
= new SkTrivialExecutor();
in trivial_executor()
local
53
void SkExecutor::SetDefault(SkExecutor*
executor
) {
in SetDefault()
argument
/third_party/skia/src/gpu/vk/
H
A
D
GrVkMemoryReclaimer.cpp
24
static std::unique_ptr<SkExecutor>
executor
= ({
in getThreadPool()
local
H
A
D
GrVkAMDMemoryAllocator.cpp
23
static std::unique_ptr<SkExecutor>
executor
= SkExecutor::MakeFIFOThreadPool(1, false);
in GetThreadPool()
local
/third_party/skia/tests/
H
A
D
SkScalerCacheTest.cpp
57
auto
executor
= SkExecutor::MakeFIFOThreadPool(kThreadCount);
in DEF_TEST()
local
H
A
D
PDFDocumentTest.cpp
251
std::unique_ptr<SkExecutor>
executor
= SkExecutor::MakeFIFOThreadPool();
in DEF_TEST()
local
/third_party/skia/tools/skqp/
H
A
D
jitter_gms.cpp
121
auto
executor
= SkExecutor::MakeFIFOThreadPool();
in main()
local
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsShaderExecUtil.hpp
99
inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor*
executor
) {
executor
->log(log); return log; }
in operator <<()
argument
100
inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor&
executor
) {
executor
.log(log); return log; }
in operator <<()
argument
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
amber.cc
173
Executor
executor
;
in ExecuteWithShaderData()
local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderConstExprTests.cpp
105
void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor>
executor
)
in validateOutput()
argument
128
void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor>
executor
)
in validateOutput()
argument
[all...]
/third_party/vk-gl-cts/executor/
H
A
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;
dispatchStateChanged()
local
401
BatchExecutor*
executor
= DE_NULL;
dispatchTestLogData()
local
412
BatchExecutor*
executor
= DE_NULL;
dispatchInfoLogData()
local
[all...]
/third_party/skia/src/pdf/
H
A
D
SkPDFDocumentPriv.h
132
SkExecutor*
executor
() const { return fExecutor; }
in executor()
function in SkPDFDocument
/third_party/skia/modules/skplaintexteditor/src/
H
A
D
editor.cpp
468
std::unique_ptr<SkExecutor>
executor
= SkExecutor::MakeFIFOThreadPool(100);
in reshapeAll()
local
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
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()
argument
705
ecma_value_t
executor
in ecma_promise_new_capability()
local
[all...]
/third_party/vk-gl-cts/executor/tools/
H
A
D
xeCommandLineExecutor.cpp
520
void setupSignalHandler (xe::BatchExecutor*
executor
)
in setupSignalHandler()
argument
554
void setupSignalHandler (xe::BatchExecutor*
executor
)
in setupSignalHandler()
argument
/third_party/node/deps/v8/src/compiler/
H
A
D
js-call-reducer.cc
869
void CallPromiseExecutor(TNode<Object>
executor
, TNode<JSFunction> resolve,
in CallPromiseExecutor()
argument
[all...]
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
2000
std::unique_ptr<SkExecutor>
executor
= SkExecutor::MakeFIFOThreadPool();
in draw()
local
Completed in 25 milliseconds