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:tasks
(Results
1 - 25
of
38
) sorted by relevance
1
2
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
WorkerThread_unittest.cpp
34
std::array<std::shared_ptr<TestTask>, 4>
tasks
= {
in TEST()
local
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_mock_dynlink.c
54
struct loadtask *get_loadtask(struct loadtasks *
tasks
, size_t index)
in get_loadtask()
argument
63
void free_loadtasks(struct loadtasks *
tasks
)
in free_loadtasks()
argument
[all...]
H
A
D
unit_test_ldso_dynlink.c
763
struct loadtasks *
tasks
= malloc(sizeof(struct loadtasks));
in dynlink_test_2010()
local
/third_party/python/Lib/asyncio/
H
A
D
staggered.py
11
from . import
tasks
namespace
H
A
D
taskgroups.py
9
from . import
tasks
namespace
H
A
D
timeouts.py
8
from . import
tasks
namespace
H
A
D
runners.py
12
from . import
tasks
namespace
H
A
D
subprocess.py
8
from . import
tasks
namespace
H
A
D
locks.py
11
from . import
tasks
namespace
[all...]
H
A
D
unix_events.py
24
from . import
tasks
namespace
H
A
D
windows_events.py
24
from . import
tasks
namespace
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_futures2.py
5
from asyncio import
tasks
namespace
H
A
D
test_timeouts.py
7
from asyncio import
tasks
namespace
/third_party/skia/tests/
H
A
D
GrRenderTaskClusterTest.cpp
24
static void make_tasks(int count, SkTArray<sk_sp<GrMockRenderTask>>*
tasks
) {
in make_tasks()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H
A
D
non_marl_bench.cpp
70
std::queue<Task>
tasks
;
in SingleQueueTaskExecutor()
local
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
swapchain9.h
75
struct threadpool_task *
tasks
[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
member
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_enc_common.h
64
struct list_head
tasks
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
frame_thread_encoder.c
59
Task
tasks
[BUFFER_SIZE];
member
[all...]
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink_rand.c
121
struct loadtasks *
tasks
= __libc_malloc(sizeof(struct loadtasks));
in create_loadtasks()
local
131
bool append_loadtasks(struct loadtasks *
tasks
, struct loadtask *item)
in append_loadtasks()
argument
184
get_loadtask(struct load
tasks
*
tasks
, size_t index)
get_loadtask()
argument
193
free_load
tasks
(struct load
tasks
*
tasks
)
free_loadtasks()
argument
211
shuffle_load
tasks
(struct load
tasks
*
tasks
)
shuffle_loadtasks()
argument
[all...]
/third_party/musl/ldso/linux/
H
A
D
dynlink_rand.c
121
struct loadtasks *
tasks
= __libc_malloc(sizeof(struct loadtasks));
in create_loadtasks()
local
131
bool append_loadtasks(struct loadtasks *
tasks
, struct loadtask *item)
in append_loadtasks()
argument
188
get_loadtask(struct load
tasks
*
tasks
, size_t index)
get_loadtask()
argument
197
free_load
tasks
(struct load
tasks
*
tasks
)
free_loadtasks()
argument
215
shuffle_load
tasks
(struct load
tasks
*
tasks
)
shuffle_loadtasks()
argument
[all...]
/third_party/libabigail/src/
H
A
D
abg-workers.cc
327
schedule_
tasks
(const
tasks
_type&
tasks
)
schedule_tasks()
argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_rast_priv.h
125
struct lp_rasterizer_task
tasks
[LP_MAX_THREADS];
member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H
A
D
scheduler.h
440
GUARDED_BY(mutex) TaskQueue
tasks
;
global()
member
[all...]
/third_party/node/src/
H
A
D
node_platform.cc
59
explicit DelayedTaskScheduler(TaskQueue<Task>*
tasks
)
in DelayedTaskScheduler()
argument
489
std::queue<std::unique_ptr<Task>>
tasks
= foreground_
tasks
_.PopAll();
FlushForegroundTasksInternal()
local
[all...]
/third_party/node/deps/v8/src/heap/
H
A
D
scavenger.cc
536
int
tasks
= std::max(
in NumberOfScavengeTasks()
local
Completed in 16 milliseconds
1
2