HomeSort by relevance Sort by last modified time
    Searched defs:Pid (Results 1 - 25 of 25) sorted by null

  /external/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 50 ProcessId Pid;
172 /// \returns A \see ProcessInfo struct with Pid set to:
  /prebuilts/go/darwin-x86/src/os/
exec_posix.go 45 pid, h, e := syscall.StartProcess(name, argv, sysattr)
49 return newProcess(pid, h), nil
58 pid int // The process's id.
63 // Pid returns the process id of the exited process.
64 func (p *ProcessState) Pid() int {
65 return p.pid
exec_plan9.go 33 pid, h, e := syscall.StartProcess(name, argv, sysattr)
38 return newProcess(pid, h), nil
42 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
68 if p.Pid == -1 {
71 err = syscall.WaitProcess(p.Pid, &waitmsg)
78 pid: waitmsg.Pid,
86 p.Pid = -1
92 func findProcess(pid int) (p *Process, err error) {
94 return newProcess(pid, 0), ni
    [all...]
  /prebuilts/go/linux-x86/src/os/
exec_posix.go 45 pid, h, e := syscall.StartProcess(name, argv, sysattr)
49 return newProcess(pid, h), nil
58 pid int // The process's id.
63 // Pid returns the process id of the exited process.
64 func (p *ProcessState) Pid() int {
65 return p.pid
exec_plan9.go 33 pid, h, e := syscall.StartProcess(name, argv, sysattr)
38 return newProcess(pid, h), nil
42 f, e := OpenFile("/proc/"+itoa(p.Pid)+"/"+file, O_WRONLY, 0)
68 if p.Pid == -1 {
71 err = syscall.WaitProcess(p.Pid, &waitmsg)
78 pid: waitmsg.Pid,
86 p.Pid = -1
92 func findProcess(pid int) (p *Process, err error) {
94 return newProcess(pid, 0), ni
    [all...]
  /cts/hostsidetests/security/src/android/cts/security/
ProcessMustUseSeccompTest.java 31 private static final String PS_CMD = "toybox ps -A -o name,pid";
51 * Get the PID of process "Name" using "Cmd". If prefix == True only do
82 * Return true if the "Seccomp" field of /proc/<pid>/status is "2" which
85 private boolean pidHasSeccompBpf(String Pid) throws DeviceNotAvailableException {
87 mDevice.executeShellCommand("toybox cat /proc/" + Pid + "/status", Out);
104 String Pid = getPidFromCmd(Name, Cmd, prefix);
105 assertFalse(Name + " process not found.", Pid.equals(""));
108 + "/proc/" + Pid + "/status file should be set to \"2\"",
109 pidHasSeccompBpf(Pid));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 69 QtdHw->Pid = PktId;
380 UINT8 Pid;
422 Pid = QTD_PID_OUTPUT;
424 Pid = QTD_PID_INPUT;
427 StatusQtd = EhcCreateQtd (Ehc, NULL, NULL, 0, Pid, 1, Ep->MaxPacket);
445 Pid = QTD_PID_INPUT;
447 Pid = QTD_PID_OUTPUT;
459 Pid,
EhciUrb.h 100 UINT32 Pid : 2;
140 UINT32 Pid : 2;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 68 QtdHw->Pid = PktId;
356 UINT8 Pid;
396 Pid = QTD_PID_OUTPUT;
398 Pid = QTD_PID_INPUT;
401 StatusQtd = EhcCreateQtd (Ehc, NULL, 0, Pid, 1, Ep->MaxPacket);
418 Pid = QTD_PID_INPUT;
420 Pid = QTD_PID_OUTPUT;
431 Pid,
EhciUrb.h 96 UINT32 Pid : 2;
136 UINT32 Pid : 2;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.c 154 IN OUT UINT32 *Pid,
196 (*Pid << DWC2_HCTSIZ_PID_OFFSET));
210 Ret = Wait4Chhltd (DwHc, &Sub, Pid, IgnoreAck);
550 UINT32 Pid;
589 Pid = DWC2_HC_PID_SETUP;
591 Status = DwHcTransfer (DwHc, DeviceAddress, MaximumPacketLength, &Pid, 0, Request, &Length,
600 Pid = DWC2_HC_PID_DATA1;
607 Status = DwHcTransfer (DwHc, DeviceAddress, MaximumPacketLength, &Pid, Direction,
621 Pid = DWC2_HC_PID_DATA1;
623 Status = DwHcTransfer (DwHc, DeviceAddress, MaximumPacketLength, &Pid, StatusDirection, DwHc->StatusBuffer
    [all...]
  /external/libchrome/base/process/
process_posix.cc 249 Process Process::Open(ProcessId pid) {
250 if (pid == GetCurrentProcId())
254 return Process(pid);
258 Process Process::OpenWithExtraPrivileges(ProcessId pid) {
260 return Open(pid);
291 ProcessId Process::Pid() const {
322 pid_t pid = HANDLE_EINTR(waitpid(process_, NULL, WNOHANG)); local
323 if (pid == process_) {
327 if (pid == -1) {
330 // the same pid, causing the process state to get cleaned up
    [all...]
  /system/core/libbacktrace/include/backtrace/
Backtrace.h 83 // If pid < 0 or equals the current pid, then the Backtrace object
85 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
87 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
92 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
99 static Backtrace* CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map,
130 pid_t Pid() const { return pid_; }
156 Backtrace(pid_t pid, pid_t tid, BacktraceMap* map);
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 159 int Pid = 0;
174 #define PATTERN_PID 2 /* <pid><words byte offset><pid> */
180 * < pid >< offset in file of this word >< pid >
184 /* (STATIC_NUM) instead of pid. */
192 #define STATIC_NUM 221849 /* used instead of pid when PATTERN_OFFSET */
240 int Opid = 0; /* original pid */
393 extern int Forker_npids; /* num of forked pid, defined in forker.c */
978 Pid = Opid
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 609 ULONG Pid;
  /frameworks/base/core/java/android/os/
BatteryStats.java 559 public abstract SparseArray<? extends Pid> getPidStats();
747 public class Pid {
6217 Uid.Pid pid = pids.valueAt(j); local
    [all...]

Completed in 2600 milliseconds