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

1 2 3

  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DefaultOsBackupImpl.java 19 import javacard.framework.AID;
61 * @param AID Unused.
65 public Shareable getShareableInterfaceObject(AID clientAid, byte arg) {
OsBackupInterface.java 19 import javacard.framework.AID;
56 * @param aid caller's AID
59 Shareable getShareableInterfaceObject(AID aid, byte arg);
GlobalStateImpl.java 21 import javacard.framework.AID;
57 * Returns the index of the given AID in clientApplets
60 * @param aid The client applet AID to find.
62 private short findClientApplet(AID aid) {
67 if (((AID)clientApplets[i]).equals(aid)) {
80 * @param unregister If true, will remove the caller's AID from the registered store.
81 * If false, will add the caller's AID to the register store
85 final AID aid = JCSystem.getPreviousContextAID(); local
128 final AID aid = JCSystem.getPreviousContextAID(); local
151 final AID aid = JCSystem.getPreviousContextAID(); local
    [all...]
JcopBackupImpl.java 19 import javacard.framework.AID;
35 // From NXP, the AID of the LoaderService.
182 public Shareable getShareableInterfaceObject(AID clientAid, byte arg) {
183 AID lsAid = JCSystem.lookupAID(LS_AID, (short)(0), (byte)(LS_AID.length));
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
WeaverCore.java 19 import javacard.framework.AID;
51 * @param AID The requesting applet's AID must be that of the CoreApp.
55 public Shareable getShareableInterfaceObject(AID clientAid, byte arg) {
  /external/llvm/lib/IR/
Pass.cpp 54 bool Pass::mustPreserveAnalysisID(char &AID) const {
55 return Resolver->getAnalysisIfAvailable(&AID, true) != nullptr;
68 AnalysisID AID = getPassID();
69 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
96 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp 47 bool Pass::mustPreserveAnalysisID(char &AID) const {
48 return Resolver->getAnalysisIfAvailable(&AID, true) != 0;
61 AnalysisID AID = getPassID();
62 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
89 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) {
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
LegacyPassManagers.h 192 /// Find the pass that implements Analysis AID. Search immutable
195 Pass *findAnalysisPass(AnalysisID AID);
198 const PassInfo *findAnalysisPassInfo(AnalysisID AID) const;
268 for(AnalysisID AID : Vec)
269 ID.AddPointer(AID);
365 /// Find the pass that implements Analysis AID. If desired pass is not found
367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /build/make/tools/fs_config/
fs_config_generator.py 93 def get_login_and_uid_cleansed(aid):
96 This checks that the logon and uid of the AID do not
100 aid (AID): The aid to check
103 logon, uid of the AID after checking its safe.
108 logon = aid.friendly
109 uid = aid.normalized_value
119 class AID(object):
120 """This class represents an Android ID or an AID
    [all...]
test_fs_config_generator.py 8 from fs_config_generator import AID
46 """Test AID class constructor"""
48 aid = AID('AID_FOO_BAR', '0xFF', 'myfakefile')
49 self.assertEquals(aid.identifier, 'AID_FOO_BAR')
50 self.assertEquals(aid.value, '0xFF')
51 self.assertEquals(aid.found, 'myfakefile')
52 self.assertEquals(aid.normalized_value, '255')
53 self.assertEquals(aid.friendly, 'foo_bar')
55 aid = AID('AID_MEDIA_EX', '1234', 'myfakefile'
    [all...]
  /external/libpcap/
grammar.h 108 AID = 318,
230 #define AID 318

Completed in 1398 milliseconds

1 2 3