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
71
) sorted by relevance
1
2
3
/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
/base/hiviewdfx/hiview/plugins/performance/executor/
H
A
D
ThrTaskContainer.h
36
std::vector<ITask*>
tasks
;
member in OHOS::HiviewDFX::ThrTaskContainer
/base/request/request/services/src/manage/scheduler/
H
A
D
sql.rs
151
let mut
tasks
= vec![];
in ut_pause()
variables
192
let mut
tasks
= vec![];
in ut_stop()
variables
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
custom_paint_element.h
34
std::list<TaskFunc>
tasks
;
variable
/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...]
/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
/base/update/updateservice/services/startup/manage/src/
H
A
D
startup_schedule.cpp
74
bool StartupSchedule::OnDemandSchedule(const std::vector<ScheduleTask> &
tasks
)
in OnDemandSchedule()
argument
H
A
D
startup_schedule_empty.cpp
55
bool StartupSchedule::OnDemandSchedule(const std::vector<ScheduleTask> &
tasks
)
in OnDemandSchedule()
argument
/base/update/updateservice/services/startup/access/src/
H
A
D
access_manager.cpp
57
std::vector<ScheduleTask>
tasks
= access->GetScheduleTasks();
in GetScheduleTasks()
local
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H
A
D
task_manager.h
45
ThreadId
tasks
[0];
member
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_futures2.py
5
from asyncio import
tasks
namespace
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H
A
D
hc_task_thread.h
35
TaskVec
tasks
;
member
/foundation/multimodalinput/input/service/delegate_task/test/
H
A
D
delegate_tasks_test.cpp
131
std::vector<DelegateTasks::TaskPtr>
tasks
;
in HWTEST_F()
local
145
std::vector<DelegateTasks::TaskPtr>
tasks
;
in HWTEST_F()
local
/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
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H
A
D
js_callback_manager.cpp
151
void JsCallbackManager::Clear(TaskQueue&
tasks
)
in Clear()
argument
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
75
std::vector<TaskPtr>
tasks
;
in ProcessTasks()
local
116
void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &
tasks
)
in PopPendingTaskList()
argument
/base/msdp/device_status/services/delegate_task/src/
H
A
D
delegate_tasks.cpp
74
std::vector<TaskPtr>
tasks
;
in ProcessTasks()
local
115
void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &
tasks
)
in PopPendingTaskList()
argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H
A
D
startup_task_dispatcher.cpp
24
StartupTaskDispatcher::StartupTaskDispatcher(const std::map<std::string, std::shared_ptr<StartupTask>> &
tasks
,
in StartupTaskDispatcher()
argument
H
A
D
startup_task_manager.cpp
24
StartupTaskManager(uint32_t startupTaskManagerId, std::map<std::string, std::shared_ptr<StartupTask>>
tasks
)
StartupTaskManager()
argument
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
75
std::vector<TaskPtr>
tasks
;
in ProcessTasks()
local
116
void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &
tasks
)
in PopPendingTaskList()
argument
/foundation/multimodalinput/input/service/delegate_task/src/
H
A
D
delegate_tasks.cpp
82
std::vector<TaskPtr>
tasks
;
in ProcessTasks()
local
125
void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &
tasks
)
in PopPendingTaskList()
argument
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H
A
D
ffrt_utils.cpp
26
void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask> &
tasks
, FFRTQueue &queue)
in SubmitQueueTasks()
argument
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
ffrt_utils_test.cpp
84
std::vector<FFRTTask>
tasks
;
in HWTEST_F()
local
Completed in 10 milliseconds
1
2
3