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

  /external/autotest/client/common_lib/cros/
power_cycle_usb_util_unittest.py 15 PID = '0001'
43 self.LSUSB_DEVICE_OUTPUT, self.VID, self.PID)
46 self.LSUSB_DEVICE_OUTPUT_NONE, self.VID, self.PID)
49 self.LSUSB_DEVICE_OUTPUT_MULTI, self.VID, self.PID)
  /external/autotest/server/site_tests/firmware_IntegratedU2F/
firmware_IntegratedU2F.py 24 PID = '502C'
73 (self.VID, self.PID)).stdout.strip()
  /tools/loganalysis/src/com/android/loganalysis/item/
LowMemoryKillerItem.java 32 public static final String PID = "PID";
39 PID, PROCESS_NAME, ADJUSTMENT));
49 * Get the pid of the killed process.
52 return (int) getAttribute(PID);
56 * Set the pid of the killed process.
58 public void setPid(int pid) {
59 setAttribute(PID, pid);
TracesItem.java 35 public static final String PID = "PID";
42 PID, APP, STACK));
52 * Get the PID of the event.
55 return (Integer) getAttribute(PID);
59 * Set the PID of the event.
61 public void setPid(Integer pid) {
62 setAttribute(PID, pid);
MiscLogcatItem.java 30 public static final String PID = "PID";
47 EVENT_TIME, PID, TID, APP, TAG, LAST_PREAMBLE, PROCESS_PREAMBLE, CATEGORY, STACK));
80 * Get the PID of the event.
83 return (Integer) getAttribute(PID);
87 * Set the PID of the event.
89 public void setPid(Integer pid) {
90 setAttribute(PID, pid);
ProcrankItem.java 37 public static final String PID = "PID";
73 * @param pid The PID from the output
80 public void addProcrankLine(int pid, String processName, int vss, int rss, int pss, int uss) {
81 mProcrankLines.put(pid, new ProcrankValue(processName, vss, rss, pss, uss));
92 * Get the process name for a given PID.
94 public String getProcessName(int pid) {
95 if (!mProcrankLines.containsKey(pid)) {
99 return mProcrankLines.get(pid).mProcessName
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/parser/
TracesParser.java 34 * Matches: ----- pid PID at YYYY-MM-DD hh:mm:ss -----
36 private static final Pattern PID = Pattern.compile(
37 "^----- pid (\\d+) at \\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2} -----$");
61 Matcher m = PID.matcher(line);
AnrParser.java 36 * Matches: PID: 1234
38 private static final Pattern PID = Pattern.compile("^PID: (\\d+)$");
77 m = PID.matcher(line);
  /external/llvm/lib/Support/
LockFileManager.cpp 43 // Read the owning host and PID out of the lock file. If it appears that the
57 int PID;
58 if (!PIDStr.getAsInteger(10, PID)) {
59 auto Owner = std::make_pair(std::string(Hostname), PID);
100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) {
107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH)
190 // We failed to write out PID, so make up an excuse, remove the
  /frameworks/base/core/tests/coretests/src/android/metrics/
MetricsReaderTest.java 31 private static final int PID = 1;
43 PID,
99 assertEquals(PID, log.getProcessId());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyPermissionsTest.java 42 private static final int PID = 12345;
61 .enforcePermission(anyString(), eq(PID), eq(UID), eq(MSG));
63 .enforcePermission(anyString(), eq(PID), eq(UID), eq(MSG));
74 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG);
84 android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE, PID, UID, MSG);
86 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG));
92 android.Manifest.permission.READ_PHONE_STATE, PID, UID, MSG);
96 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG));
102 android.Manifest.permission.READ_PHONE_STATE, PID, UID, MSG);
104 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 11 typedef WORD PID;
55 STDMETHOD_(HRESULT,GetProgramIdentifier)(THIS_ PID *pPid) PURE;
58 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD timeout,HANDLE hDoneEvent) PURE;
72 #define ISectionList_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent)
93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
94 STDMETHOD_(HRESULT,GetStreamOfSections)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,HANDLE hDataReadyEvent,IMpeg2Stream **ppMpegStream) PURE
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
DeclObjC.cpp 241 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this);
242 for (const auto *I : PID->protocols())
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 669 // PID = b0000000000000 (13 bits)
721 // PID = b0 0001 1110 0000 (13 bits) [0x1e0]
798 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
832 const unsigned PID = 0x1e0 + sourceIndex + 1;
860 *ptr++ = 0x40 | (PID >> 8);
861 *ptr++ = PID & 0xff;
904 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
917 *ptr++ = 0x00 | (PID >> 8);
918 *ptr++ = PID & 0xff;
  /external/libusb/examples/
xusb.c 144 static uint16_t VID, PID;
463 char vid[9], pid[9], rev[5]; local
492 pid[i] = buffer[16+i];
496 pid[8] = 0;
498 printf(" VID:PID:REV \"%8s\":\"%8s\":\"%4s\"\n", vid, pid, rev);
796 static int test_device(uint16_t vid, uint16_t pid)
813 printf("Opening device %04X:%04X...\n", vid, pid);
814 handle = libusb_open_device_with_vid_pid(NULL, vid, pid);
844 printf(" VID:PID: %04X:%04X\n", dev_desc.idVendor, dev_desc.idProduct)
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 67 unsigned pid, ABitReader *br, status_t *err);
69 // Pass to appropriate stream according to pid, and set event if it's a PES
73 unsigned pid, unsigned continuity_counter,
152 unsigned pid() const { return mElementaryPID; } function in struct:android::ATSParser::Stream
153 void setPID(unsigned pid) { mElementaryPID = pid; }
309 unsigned pid, ABitReader *br, status_t *err) {
312 if (pid != mProgramMapPID) {
322 unsigned pid, unsigned continuity_counter,
329 ssize_t index = mStreams.indexOfKey(pid);
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 133 private static final int PID = 42;
137 private static final String PROGRESS_PROPERTY = "dumpstate." + PID + ".progress";
138 private static final String MAX_PROPERTY = "dumpstate." + PID + ".max";
139 private static final String NAME_PROPERTY = "dumpstate." + PID + ".name";
257 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
293 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
313 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE,
359 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
414 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
443 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 385 milliseconds