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:task
(Results
1 - 25
of
169
) sorted by relevance
1
2
3
4
5
6
7
/third_party/libabigail/include/
H
A
D
abg-workers.h
42
class
task
class
[all...]
/third_party/rust/crates/env_logger/ci/src/
H
A
D
main.rs
2
mod
task
;
modules
/third_party/libabigail/tests/data/test-read-ctf/
H
A
D
test-array-of-pointers.c
4
struct
task
{
struct
/third_party/gn/src/util/
H
A
D
msg_loop.cc
32
std::function<void()>
task
;
in Run()
local
65
std::function<void()>
task
;
in RunUntilIdleForTesting()
local
H
A
D
worker_pool.cc
79
std::function<void()>
task
;
in Worker()
local
/third_party/node/deps/v8/src/libplatform/
H
A
D
task-queue.cc
24
void TaskQueue::Append(std::unique_ptr<Task>
task
) {
in Append()
argument
H
A
D
delayed-task-queue.cc
27
void DelayedTaskQueue::Append(std::unique_ptr<Task>
task
) {
in Append()
argument
34
void DelayedTaskQueue::AppendDelayed(std::unique_ptr<Task>
task
,
in AppendDelayed()
argument
51
std::unique_ptr<Task>
task
= PopTaskFromDelayedQueue(now);
in GetNext()
local
[all...]
H
A
D
default-worker-threads-task-runner.cc
34
void DefaultWorkerThreadsTaskRunner::PostTask(std::unique_ptr<Task>
task
) {
in PostTask()
argument
40
void DefaultWorkerThreadsTaskRunner::PostDelayedTask(std::unique_ptr<Task>
task
,
in PostDelayedTask()
argument
47
PostIdleTask( std::unique_ptr<IdleTask>
task
)
PostIdleTask()
argument
H
A
D
default-foreground-task-runner.h
105
std::unique_ptr<Task>
task
;
global()
member
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_mock_dynlink.c
24
void free_task(struct loadtask *
task
)
in free_task()
argument
[all...]
/third_party/skia/experimental/graphite/src/
H
A
D
TaskGraph.cpp
15
void TaskGraph::add(sk_sp<Task>
task
) {
in add()
argument
H
A
D
Recorder.cpp
48
void Recorder::add(sk_sp<Task>
task
) {
in add()
argument
/third_party/googletest/googletest/src/hwext/
H
A
D
gtest-multithread.cpp
20
static inline void doThreadTestTask(ThreadTaskEntry *
task
)
in doThreadTestTask()
argument
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
threadpool.c
49
struct threadpool_task *
task
;
in threadpool_worker()
local
145
struct threadpool_task *
task
, *previou
in _mesa_threadpool_queue_task()
local
187
struct threadpool_
task
*
task
= *
task
_handle;
_mesa_threadpool_wait_for_task()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_cs_tpool.c
45
struct lp_cs_tpool_task *
task
;
in lp_cs_tpool_worker()
local
133
struct lp_cs_tpool_
task
*
task
;
lp_cs_tpool_queue_task()
local
172
struct lp_cs_tpool_
task
*
task
= *
task
_handle;
lp_cs_tpool_wait_for_task()
local
[all...]
H
A
D
lp_rast_linear.c
46
lp_rast_linear_clear(struct lp_rasterizer_task *
task
,
in lp_rast_linear_clear()
argument
68
lp_rast_linear_tile(struct lp_rasterizer_task *
task
,
in lp_rast_linear_tile()
argument
127
lp_rast_linear_rect(struct lp_rasterizer_
task
*
task
, const union lp_rast_cmd_arg arg)
lp_rast_linear_rect()
argument
240
lp_linear_rasterize_bin(struct lp_rasterizer_
task
*
task
, const struct cmd_bin *bin)
lp_linear_rasterize_bin()
argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
VertexRoutine.hpp
34
Pointer<Byte>
task
;
member in sw::VertexRoutinePrototype
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
AsyncTask.cpp
33
void AsyncTaskManager::HandleTaskCompletion(WaitableTask*
task
) {
in HandleTaskCompletion()
argument
59
void AsyncTaskManager::DoWaitableTask(void*
task
) {
in DoWaitableTask()
argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
VertexRoutine.hpp
44
Pointer<Byte>
task
;
member in sw::VertexRoutinePrototype
/third_party/skia/tests/
H
A
D
WrappedSurfaceCopyOnWriteTest.cpp
104
sk_sp<GrRenderTask>
task
=
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
local
143
sk_sp<GrRenderTask>
task
= dst->refRenderTask();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H
A
D
GPUShaderModule.cpp
92
AsyncTask
task
;
in compilationInfo()
member
/third_party/ffmpeg/libavfilter/dnn/
H
A
D
dnn_backend_common.h
51
TaskItem *
task
;
member
[all...]
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-threadpool.h
84
enum lws_threadpool_task_return (*
task
)(void *user,
member
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
gc-invoker.cc
39
auto
task
=
in Post()
local
/third_party/node/deps/v8/src/heap/
H
A
D
incremental-marking-job.cc
64
auto
task
=
in ScheduleTask()
local
Completed in 7 milliseconds
1
2
3
4
5
6
7