HomeSort by relevance Sort by last modified time
    Searched full:processid (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/etw/
process_parser.html 73 var processId = decoder.decodeUInt32();
115 processId: processId,
132 var process = this.model.getOrCreateProcess(fields.processId);
145 var process = this.model.getOrCreateProcess(fields.processId);
152 var process = this.model.getOrCreateProcess(fields.processId);
161 var process = this.model.getOrCreateProcess(fields.processId);
process_parser_test.html 64 assert.equal(fields.processId, 1776);
76 assert.equal(fields.processId, 1776);
90 assert.equal(fields.processId, 1776);
105 assert.equal(fields.processId, 6656);
119 assert.equal(fields.processId, 2700);
136 assert.equal(fields.processId, 6472);
thread_parser.html 66 var processId = decoder.decodeUInt32();
123 processId: processId,
178 this.importer.createThreadIfNeeded(fields.processId, fields.threadId);
190 this.importer.createThreadIfNeeded(fields.processId, fields.threadId);
thread_parser_test.html 57 assert.equal(fields.processId, 4);
72 assert.equal(fields.processId, 4);
80 assert.equal(fields.processId, 0);
96 assert.equal(fields.processId, 556);
116 assert.equal(fields.processId, 8568);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrfsdk.h 60 ULONG ProcessId;
wct.h 58 DWORD ProcessId;
wtsapi32.h 67 DWORD ProcessId;
74 DWORD ProcessId;
169 WINBOOL WINAPI WTSTerminateProcess(HANDLE hServer,DWORD ProcessId,DWORD ExitCode);
evntcons.h 56 ULONG ProcessId;
fwpmtypes.h 61 DWORD processId;
rpcasync.h 112 ULONG ProcessID;
dbgeng.h 218 STDMETHOD(AttachProcess)(THIS_ ULONG64 Server,ULONG ProcessId,ULONG AttachFlags) PURE;
220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
289 STDMETHOD(AttachProcess)(THIS_ ULONG64 Server,ULONG ProcessId,ULONG AttachFlags) PURE;
291 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
351 STDMETHOD(AttachProcess)(THIS_ ULONG64 Server,ULONG ProcessId,ULONG AttachFlags) PURE;
353 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
398 STDMETHOD(CreateProcessAndAttachWide)(THIS_ ULONG64 Server,PWSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
416 STDMETHOD(AttachProcess)(THIS_ ULONG64 Server,ULONG ProcessId,ULONG AttachFlags) PURE;
418 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
463 STDMETHOD(CreateProcessAndAttachWide)(THIS_ ULONG64 Server,PWSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE
    [all...]
  /platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
AppLaunchTests.java 132 int processId = getProcessId(mTargetPackageName);
134 + mTargetPackageName, processId > 0);
135 String fileName = String.format("%s-%d-%d", activityName, count, processId);
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 207 nub_process_t pid = m_ctx.ProcessID();
235 nub_process_t pid = m_ctx.ProcessID();
    [all...]
libdebugserver.cpp 154 nub_process_t pid = ctx.ProcessID();
236 while (ctx.ProcessID() != INVALID_NUB_PROCESS)
308 DNBProcessKill (ctx.ProcessID(), SIGINT);
RNBRemote.h 150 return DNBProcessGetCurrentThread (m_ctx.ProcessID());
156 DNBProcessSetCurrentThread (m_ctx.ProcessID(), tid);
  /external/llvm/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
48 ProcessId Pid;
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 73 processReferences.remove(reference.processId);
317 final int processId;
321 this.processId = referent.pid;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 42 public void process(TemplateCore template, ProcessArgument[] args, String processId,
SimpleFile.java 50 public void process(TemplateCore template, ProcessArgument[] args, String processId,
  /external/lldb/test/functionalities/data-formatter/data-formatter-objc/
main.m 201 NSString *processID = [NSString stringWithFormat:@"%d", [[NSProcessInfo processInfo] processIdentifier]];
202 NSString *str12 = [NSString stringWithFormat:@"%@ %@ %@ %@", label1, processName, label2, processID];
228 NSString *strA12 = [NSString stringWithFormat:@"%@ %@ %@ %@", label1, processName, label2, processID];
254 NSString *strB12 = [NSString stringWithFormat:@"%@ %@ %@ %@", label1, processName, label2, processID];
258 NSString *strC12 = [NSString stringWithFormat:@"%@ %@ %@ %@", label1, processName, label2, processID];
284 NSString *strD12 = [NSString stringWithFormat:@"%@ %@ %@ %@", label1, processName, label2, processID];
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 341 MachThread::ProcessID() const
344 return m_process->ProcessID();
687 int len = ::proc_pidinfo (m_process->ProcessID(), PROC_PIDTHREADINFO, m_ident_info.thread_handle, &m_proc_threadinfo, sizeof (m_proc_threadinfo));
MachThreadList.cpp 252 DNBLogThreadedIf (LOG_THREAD, "MachThreadList::UpdateThreadList (pid = %4.4x, update = %u) process stop count = %u", process->ProcessID(), update, process->StopCount());
258 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process->ProcessID() };
439 process->ProcessID(),
MachThread.h 45 nub_process_t ProcessID() const;
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 103 DWORD ProcessId,
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 758 milliseconds

1 2