OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_context
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/trace_event/
heap_profiler.h
63
const char*
task_context
)
64
: context_(
task_context
) {
/external/google-breakpad/src/client/mac/handler/
exception_handler.h
187
// |
task_context
| can be NULL. If not, it will be used to retrieve the
192
breakpad_ucontext_t *
task_context
,
minidump_generator.h
108
// Specify the task context. If |
task_context
| is not NULL, it will be used
111
void SetTaskContext(breakpad_ucontext_t *
task_context
);
exception_handler.cc
353
breakpad_ucontext_t*
task_context
,
394
md.SetTaskContext(
task_context
);
minidump_generator.cc
174
void MinidumpGenerator::SetTaskContext(breakpad_ucontext_t *
task_context
) {
175
task_context_ =
task_context
;
[
all
...]
/external/libtextclassifier/lang_id/common/
embedding-network-params.h
179
// Updates the EmbeddingNetwork-related parameters from
task_context
. Returns
182
mobile::TaskContext *
task_context
) = 0;
/external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.h
51
bool UpdateTaskContextParameters(mobile::TaskContext *
task_context
) override {
/external/python/cpython3/Modules/
_asynciomodule.c
81
PyObject *
task_context
;
member in struct:__anon37143
[
all
...]
Completed in 402 milliseconds