Searched refs:task_context (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/trace_event/
H A Dheap_profiler.h42 const char* task_context)
43 : context_(task_context) {
41 HeapProfilerScopedTaskExecutionTracker( const char* task_context) argument
/external/libtextclassifier/common/
H A Dembedding-network-params.h183 // Updates the EmbeddingNetwork-related parameters from task_context. Returns
185 virtual bool UpdateTaskContextParameters(TaskContext *task_context) { argument
192 task_context->SetParameter(parameter.name(), parameter.value());
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.h187 // |task_context| can be NULL. If not, it will be used to retrieve the
192 breakpad_ucontext_t *task_context,
H A Dminidump_generator.h108 // Specify the task context. If |task_context| is not NULL, it will be used
111 void SetTaskContext(breakpad_ucontext_t *task_context);
H A Dexception_handler.cc353 breakpad_ucontext_t* task_context,
394 md.SetTaskContext(task_context);
349 WriteMinidumpWithException( int exception_type, int exception_code, int exception_subcode, breakpad_ucontext_t* task_context, mach_port_t thread_name, bool exit_after_write, bool report_current_thread) argument
H A Dminidump_generator.cc174 void MinidumpGenerator::SetTaskContext(breakpad_ucontext_t *task_context) { argument
175 task_context_ = task_context;

Completed in 257 milliseconds