HomeSort by relevance Sort by last modified time
    Searched refs:AID (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/llvm/lib/IR/
Pass.cpp 48 bool Pass::mustPreserveAnalysisID(char &AID) const {
49 return Resolver->getAnalysisIfAvailable(&AID, true) != nullptr;
62 AnalysisID AID = getPassID();
63 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
90 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) {
LegacyPassManager.cpp 705 /// Find the pass that implements Analysis AID. Search immutable
708 Pass *PMTopLevelManager::findAnalysisPass(AnalysisID AID) {
711 if (Pass *P = ImmutablePassMap.lookup(AID))
716 if (Pass *P = PassManager->findAnalysisPass(AID, false))
721 if (Pass *P = IndirectPassManager->findAnalysisPass(AID, false))
727 const PassInfo *PMTopLevelManager::findAnalysisPassInfo(AnalysisID AID) const {
728 const PassInfo *&PI = AnalysisPassInfos[AID];
730 PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
732 assert(PI == PassRegistry::getPassRegistry()->getPassInfo(AID) &&
745 AnalysisID AID = P->getPassID()
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 193 /// Find the pass that implements Analysis AID. Search immutable
196 Pass *findAnalysisPass(AnalysisID AID);
199 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
269 for(AnalysisID AID : Vec)
270 ID.AddPointer(AID);
366 /// Find the pass that implements Analysis AID. If desired pass is not found
368 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /external/libpcap/
tokdefs.h 108 AID = 318,
230 #define AID 318
grammar.y 297 %token ID EID HID HID6 AID
317 %type <e> AID
398 | AID {
grammar.c 423 AID = 318,
545 #define AID 318
989 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
    [all...]
scanner.l 329 return AID; }
scanner.c     [all...]
  /external/llvm/include/llvm/
Pass.h 211 bool mustPreserveAnalysisID(char &AID) const;
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 543 * @param AID Application id. See ETSI 102.221 and 101.220.
546 IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 68 private static final String AID = "A00000015141434C00";
229 mUiccCard.iccOpenLogicalChannel(AID,
UiccCard.java 557 * Resets the application with the input AID. Returns true if any changes were made.
559 * A null aid implies a card level reset - all applications must be reset.
561 public boolean resetAppWithAid(String aid) {
566 (aid == null || aid.equals(mUiccApplications[i].getAid()))) {
582 public void iccOpenLogicalChannel(String AID, Message response) {
583 loglocal("Open Logical Channel: " + AID + " by pid:" + Binder.getCallingPid()
585 mCi.iccOpenLogicalChannel(AID,
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 106 public void getIMSIForApp(String aid, Message result) {
296 int p3, String data, String pin2, String aid, Message result) {
518 public void supplyIccPinForApp(String pin, String aid, Message response) {
522 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) {
526 public void supplyIccPin2ForApp(String pin2, String aid, Message response) {
530 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) {
547 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
572 public void iccOpenLogicalChannel(String AID, Message response) {}
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 105 public void getIMSIForApp(String aid, Message result) {
297 int p3, String data, String pin2, String aid, Message result) {
519 public void supplyIccPinForApp(String pin, String aid, Message response) {
523 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) {
527 public void supplyIccPin2ForApp(String pin2, String aid, Message response) {
531 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) {
548 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
573 public void iccOpenLogicalChannel(String AID, Message response) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
radio-iris.h 444 #define AID(lsb,msb) ((msb << 8) | (lsb))
  /hardware/qcom/msm8996/original-kernel-headers/media/
radio-iris.h 419 #define AID(lsb, msb) ((msb << 8) | (lsb))
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 169 public void supplyIccPinForApp(String pin, String aid, Message result) {
177 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) {
185 public void supplyIccPin2ForApp(String pin2, String aid, Message result) {
193 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) {
657 public void getIMSIForApp(String aid, Message result) {
662 String data, String pin2, String aid, Message response) {
666 public void iccOpenLogicalChannel(String AID, Message response) {
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 543 public void getIMSIForApp(String aid, Message result) {
    [all...]
SimulatedCommandsVerifier.java 579 public void supplyIccPinForApp(String pin, String aid, Message result) {
589 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) {
599 public void supplyIccPin2ForApp(String pin2, String aid, Message result) {
609 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) {
675 public void getIMSIForApp(String aid, Message result) {
883 String data, String pin2, String aid, Message response) {
1190 public void requestIccSimAuthentication(int authContext, String data, String aid,
1237 public void iccOpenLogicalChannel(String AID, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 635 * Supply the PIN for the app with this AID on the ICC card
637 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
651 void supplyIccPinForApp(String pin, String aid, Message result);
671 * Supply the PUK, new pin for the app with this AID on the ICC card
673 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
686 void supplyIccPukForApp(String puk, String newPin, String aid, Message result);
708 * Supply the PIN2 for the app with this AID on the ICC card
712 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
726 void supplyIccPin2ForApp(String pin2, String aid, Message result);
748 * Supply the PUK2, newPin2 for the app with this AID on the ICC car
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 6190 milliseconds

1 2 3