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
refs:Executor
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
executor_test.cc
240
Executor
ex;
in TEST_F()
270
Executor
ex;
in TEST_F()
300
Executor
ex;
in TEST_F()
327
Executor
ex;
in TEST_F()
362
Executor
ex;
in TEST_F()
393
Executor
ex;
in TEST_F()
414
Executor
ex;
in TEST_F()
434
Executor
ex;
in TEST_F()
464
Executor
ex;
in TEST_F()
484
Executor
e
in TEST_F()
[all...]
H
A
D
executor.cc
29
Executor
::
Executor
() = default;
31
Executor
::~
Executor
() = default;
33
Result
Executor
::CompileShaders(const amber::Script* script,
in CompileShaders()
57
Result
Executor
::Execute(Engine* engine,
in Execute()
108
Result
Executor
::ExecuteCommand(Engine* engine, Command* cmd) {
in ExecuteCommand()
H
A
D
executor.h
27
class
Executor
{
class
30
Executor
();
31
~
Executor
();
H
A
D
amber.cc
173
Executor
executor;
in ExecuteWithShaderData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Parallel.cpp
30
class
Executor
{
class
32
virtual ~
Executor
() = default;
35
static
Executor
*getDefaultExecutor();
38
/// An implementation of an
Executor
that runs closures on a thread pool
40
class ThreadPoolExecutor : public
Executor
{
114
Executor
*
Executor
::getDefaultExecutor() {
in getDefaultExecutor()
152
Executor
::getDefaultExecutor()->add([&, F] {
in spawn()
/third_party/python/Lib/concurrent/futures/
H
A
D
thread.py
118
class ThreadPoolExecutor(_base.
Executor
):
178
submit.__doc__ = _base.
Executor
.submit.__doc__
236
shutdown.__doc__ = _base.
Executor
.shutdown.__doc__
H
A
D
__init__.py
16
Executor
,
28
'
Executor
',
H
A
D
process.py
18
|
Executor
| | Thread | | |
27
Executor
.submit() called:
303
mp.util.debug('
Executor
collected: triggering callback for'
615
class ProcessPoolExecutor(_base.
Executor
):
790
submit.__doc__ = _base.
Executor
.submit.__doc__
841
shutdown.__doc__ = _base.
Executor
.shutdown.__doc__
H
A
D
_base.py
500
Should only be used by
Executor
implementations and unit tests.
509
This method should be called by
Executor
implementations before
540
Should only be used by
Executor
implementations and unit tests.
555
Should only be used by
Executor
implementations and unit tests.
569
class
Executor
(object):
class
628
"""Clean-up the resources associated with the
Executor
.
Completed in 7 milliseconds