| /external/ltrace/ |
| D | proc.h | 87 struct process { struct 88 enum process_state state; argument 89 struct process *parent; /* needed by STATE_BEING_CREATED */ argument 98 int mask_32bit; /* 1 if 64-bit ltrace is tracing 32-bit process */ argument 99 unsigned int personality; 100 int tracesysgood; /* signal indicating a PTRACE_SYSCALL trap */ 102 size_t callstack_depth; 103 struct callstack_element callstack[MAX_CALLDEPTH]; 107 struct library *libraries; 110 void * instruction_pointer; [all …]
|
| /external/deqp/framework/delibs/deutil/ |
| D | deProcess.c | 138 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); in deProcess_create() local 147 static void deProcess_cleanupHandles (deProcess* process) in deProcess_cleanupHandles() 164 void deProcess_destroy (deProcess* process) in deProcess_destroy() 178 const char* deProcess_getLastError (const deProcess* process) in deProcess_getLastError() 183 int deProcess_getExitCode (const deProcess* process) in deProcess_getExitCode() 188 static deBool deProcess_setError (deProcess* process, const char* error) in deProcess_setError() 200 static deBool deProcess_setErrorFromErrno (deProcess* process, const char* message) in deProcess_setErrorFromErrno() 216 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start() 371 deBool deProcess_isRunning (deProcess* process) in deProcess_isRunning() 393 deBool deProcess_waitForFinish (deProcess* process) in deProcess_waitForFinish() [all …]
|
| /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
| D | rendering_stats.py | 43 def GetLatencyEvents(process, timeline_range): argument 108 def HasRenderingStats(process): argument 124 def GetTimestampEventName(process): argument 225 def _GatherEvents(self, event_name, process, timeline_range): argument 247 self, process, timestamp_event_name, timeline_range): argument 252 def _InitImplThreadRenderingStatsFromTimeline(self, process, timeline_range): argument 288 def _InitFrameQueueingDurationsFromTimeline(self, process, timeline_range): argument
|
| /external/vogar/src/vogar/commands/ |
| D | Command.java | 56 private volatile Process process; field in Command 171 Process process = this.process; in destroy() local 203 @Override protected void onTimeout(Process process) { in scheduleTimeout() 211 @Override protected void onTimeout(Process process) { in scheduleTimeout() 220 private void sendQuitSignal(Process process) { in sendQuitSignal() 228 private int getPid(Process process) { in getPid() 328 protected abstract void onTimeout(Process process); in onTimeout() 332 Process process = Command.this.process; in run() local
|
| /external/lldb/source/API/ |
| D | SBFrame.cpp | 119 Process *process = exe_ctx.GetProcessPtr(); in GetSymbolContext() local 161 Process *process = exe_ctx.GetProcessPtr(); in GetModule() local 203 Process *process = exe_ctx.GetProcessPtr(); in GetCompileUnit() local 243 Process *process = exe_ctx.GetProcessPtr(); in GetFunction() local 283 Process *process = exe_ctx.GetProcessPtr(); in GetSymbol() local 322 Process *process = exe_ctx.GetProcessPtr(); in GetBlock() local 361 Process *process = exe_ctx.GetProcessPtr(); in GetFrameBlock() local 400 Process *process = exe_ctx.GetProcessPtr(); in GetLineEntry() local 456 Process *process = exe_ctx.GetProcessPtr(); in GetPC() local 496 Process *process = exe_ctx.GetProcessPtr(); in SetPC() local [all …]
|
| /external/libchrome/sandbox/linux/services/ |
| D | scoped_process_unittest.cc | 41 ScopedProcess process(base::Bind(&ExitWithCode, kCustomExitCode)); in TEST() local 58 ScopedProcess process(base::Bind(&RaiseAndExit, SIGABRT)); in TEST() local 66 ScopedProcess process(base::Bind(&base::DoNothing)); in TEST() local 80 { ScopedProcess process(base::Bind(&DoExit)); } in TEST() local 116 ScopedProcess process( in TEST() local
|
| /external/icu/icu4c/source/layout/ |
| D | SinglePositioningSubtables.cpp | 18 le_uint32 SinglePositioningSubtable::process(const LEReferenceTo<SinglePositioningSubtable> &base, … in process() function in SinglePositioningSubtable 44 le_uint32 SinglePositioningFormat1Subtable::process(const LEReferenceTo<SinglePositioningFormat1Sub… in process() function in SinglePositioningFormat1Subtable 58 le_uint32 SinglePositioningFormat2Subtable::process(const LEReferenceTo<SinglePositioningFormat2Sub… in process() function in SinglePositioningFormat2Subtable
|
| D | SingleSubstitutionSubtables.cpp | 17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base… in process() function in SingleSubstitutionSubtable 43 le_uint32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1S… in process() function in SingleSubstitutionFormat1Subtable 61 le_uint32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2S… in process() function in SingleSubstitutionFormat2Subtable
|
| D | MorphTables.cpp | 23 void MorphTableHeader::process(const LETableReference &base, LEGlyphStorage &glyphStorage, LEErrorC… in process() function in MorphTableHeader 55 void MorphSubtableHeader::process(const LEReferenceTo<MorphSubtableHeader> &base, LEGlyphStorage &g… in process() function in MorphSubtableHeader
|
| D | ContextualSubstSubtables.cpp | 149 le_uint32 ContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionSubtable 188 le_uint32 ContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat1Subtable 238 le_uint32 ContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat2Subtable 292 le_uint32 ContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat3Subtable 325 le_uint32 ChainingContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, in process() function in ChainingContextualSubstitutionSubtable 370 le_uint32 ChainingContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat1Subtable 442 le_uint32 ChainingContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat2Subtable 530 le_uint32 ChainingContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat3Subtable
|
| D | PairPositioningSubtables.cpp | 19 le_uint32 PairPositioningSubtable::process(const LEReferenceTo<PairPositioningSubtable> &base, Glyp… in process() function in PairPositioningSubtable 50 le_uint32 PairPositioningFormat1Subtable::process(const LEReferenceTo<PairPositioningFormat1Subtabl… in process() function in PairPositioningFormat1Subtable 93 le_uint32 PairPositioningFormat2Subtable::process(const LEReferenceTo<PairPositioningFormat2Subtabl… in process() function in PairPositioningFormat2Subtable
|
| /external/autotest/site_utils/tester_feedback/ |
| D | input_handlers.py | 41 def process(self, input_str): member in _InputHandler 66 def process(self, input_str): member in PauseInputHandler 95 def process(self, input_str): member in YesNoInputHandler 134 def process(self, input_str): member in MultipleChoiceInputHandler
|
| /external/libchrome/base/process/ |
| D | process_handle_linux.cc | 12 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() 20 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
|
| D | process_handle_mac.cc | 16 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() 29 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
|
| /external/elfutils/libdwfl/ |
| D | dwfl_frame.c | 110 __libdwfl_process_free (Dwfl_Process *process) in __libdwfl_process_free() 127 Dwfl_Process *process = malloc (sizeof (*process)); in process_alloc() local 196 Dwfl_Process *process = dwfl->process; in dwfl_attach_state() local 262 Dwfl_Process *process = dwfl->process; in INTDEF() local 339 Dwfl_Process *process = dwfl->process; in getthread() local 428 Dwfl_Process *process = thread->process; in INTDEF() local
|
| /external/lldb/source/Target/ |
| D | OperatingSystem.cpp | 23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name) in FindPlugin() 50 OperatingSystem::OperatingSystem (Process *process) : in OperatingSystem()
|
| /external/lldb/source/Core/ |
| D | DynamicLoader.cpp | 19 DynamicLoader::FindPlugin (Process *process, const char *plugin_name) in FindPlugin() 49 DynamicLoader::DynamicLoader(Process *process) : in DynamicLoader()
|
| /external/libchrome/base/memory/ |
| D | shared_memory.h | 230 bool ShareReadOnlyToProcess(ProcessHandle process, in ShareReadOnlyToProcess() 241 bool GiveReadOnlyToProcess(ProcessHandle process, in GiveReadOnlyToProcess() 252 bool ShareToProcess(ProcessHandle process, in ShareToProcess() 263 bool GiveToProcess(ProcessHandle process, in GiveToProcess()
|
| /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| D | DynamicLoaderDarwinKernel.cpp | 136 DynamicLoaderDarwinKernel::CreateInstance (Process* process, bool force) in CreateInstance() 190 DynamicLoaderDarwinKernel::SearchForDarwinKernel (Process *process) in SearchForDarwinKernel() 218 DynamicLoaderDarwinKernel::SearchForKernelAtSameLoadAddr (Process *process) in SearchForKernelAtSameLoadAddr() 246 DynamicLoaderDarwinKernel::SearchForKernelWithDebugHints (Process *process) in SearchForKernelWithDebugHints() 281 DynamicLoaderDarwinKernel::SearchForKernelNearPC (Process *process) in SearchForKernelNearPC() 340 DynamicLoaderDarwinKernel::SearchForKernelViaExhaustiveSearch (Process *process) in SearchForKernelViaExhaustiveSearch() 387 DynamicLoaderDarwinKernel::CheckForKernelImageAtAddress (lldb::addr_t addr, Process *process) in CheckForKernelImageAtAddress() 452 DynamicLoaderDarwinKernel::DynamicLoaderDarwinKernel (Process* process, lldb::addr_t kernel_addr) : in DynamicLoaderDarwinKernel() 536 DynamicLoaderDarwinKernel::KextImageInfo::LoadImageAtFileAddress (Process *process) in LoadImageAtFileAddress() 659 DynamicLoaderDarwinKernel::KextImageInfo::ReadMemoryModule (Process *process) in ReadMemoryModule() [all …]
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | AbstractProcessor.java | 43 public void process(Iterable<InjectorShell> isolatedInjectorBuilders) { in process() method in AbstractProcessor 49 public void process(InjectorImpl injector, List<Element> elements) { in process() method in AbstractProcessor
|
| /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ |
| D | ScriptLauncher.java | 42 InterpreterProcess process = new InterpreterProcess(interpreter, proxy); in launchInterpreter() local 61 ScriptProcess process = new ScriptProcess(script, configuration, proxy); in launchScript() local
|
| /external/lldb/test/api/multithreaded/ |
| D | test_breakpoint_callback.cpp | 22 SBProcess &process, in BPCallback() 40 SBProcess process = target.LaunchSimple(0, 0, working_dir.get()); in test() local
|
| /external/clang/test/CXX/temp/temp.decls/temp.alias/ |
| D | p2.cpp | 23 void process(Vec<T>& v) // expected-note {{previous definition is here}} in process() function 27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} in process() function
|
| /external/autotest/scheduler/ |
| D | site_drone_manager.py | 22 def copy_to_results_repository(self, process, source_path, argument 52 def kill_process(self, process): argument
|
| /external/autotest/client/cros/ |
| D | login.py | 24 def process_crashed(process, log_reader): argument 36 def wait_for_condition(condition, timeout_msg, timeout, process, crash_msg): argument
|