Searched refs:pName (Results 1 - 25 of 69) sorted by path

123

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java11769 final String pName = pstate.getKey();
11772 getRpmTimerLocked(pName).update(pTimeUs, pCount);
11774 getScreenOffRpmTimerLocked(pName).update(pTimeUs, pCount);
11780 final String vName = pName + "." + voter.getKey();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2346 String pName = allAps.get(i);
2347 PackageSetting pkgSetting = mSettings.mPackages.get(pName);
2352 boolean install = enableApps.contains(pName);
2354 Log.i(TAG, (install ? "Installing " : "Uninstalling ") + pName
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DSource.h55 const char *pName,
94 // Get the "identifier" of the bitcode. This will return the value of pName
/frameworks/compile/libbcc/lib/
H A DSource.cpp103 const char *pName,
111 ALOGE("Unable to load bitcode `%s' from buffer!", pName);
128 Source *result = CreateFromModule(pContext, pName, *module,
102 CreateFromBuffer(BCCContext &pContext, const char *pName, const char *pBitcode, size_t pBitcodeSize) argument
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h96 void setSOName(const std::string& pName);
H A DIRBuilder.h81 /// @param pName [in] The name of the input file.
87 Input* CreateInput(const std::string& pName,
95 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown);
102 /// @param pName [in] The name of the input file.
105 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
128 /// @param [in] pName The name of the input file
132 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
214 /// @param pName [in] The name of the section.
223 const std::string& pName,
369 /// @param [in] pName Th
[all...]
H A DModule.h62 Module(const std::string& pName, LinkerScript& pScript);
68 void setName(const std::string& pName) { m_Name = pName; } argument
120 LDSection* getSection(const std::string& pName);
121 const LDSection* getSection(const std::string& pName) const;
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h97 Symbol(const char* pName, uint32_t pOffset, enum Status pStatus) argument
98 : name(pName), fileOffset(pOffset), status(pStatus) {}
152 /// @param pName - the name of the new archive member
157 bool addArchiveMember(const llvm::StringRef& pName,
162 bool hasArchiveMember(const llvm::StringRef& pName) const;
165 ArchiveMember* getArchiveMember(const llvm::StringRef& pName);
183 /// @param pName - symbol name
185 void addSymbol(const char* pName,
213 /// @param pName - the name of the member file we want to get
218 const std::string& pName,
[all...]
H A DLDContext.h55 const LDSection* getSection(const std::string& pName) const;
56 LDSection* getSection(const std::string& pName);
58 size_t getSectionIdx(const std::string& pName) const;
66 const LDSymbol* getSymbol(const llvm::StringRef& pName) const;
67 LDSymbol* getSymbol(const llvm::StringRef& pName);
H A DLDSection.h37 LDSection(const std::string& pName,
47 static LDSection* Create(const std::string& pName,
H A DNamePool.h52 const llvm::StringRef& pName,
66 void insertSymbol(const llvm::StringRef& pName,
78 const LDSymbol* findSymbol(const llvm::StringRef& pName) const;
79 LDSymbol* findSymbol(const llvm::StringRef& pName);
82 const ResolveInfo* findInfo(const llvm::StringRef& pName) const;
83 ResolveInfo* findInfo(const llvm::StringRef& pName);
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h46 explicit Input(llvm::StringRef pName);
48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);
50 Input(llvm::StringRef pName,
55 Input(llvm::StringRef pName,
65 void setName(const std::string& pName) { m_Name = pName; } argument
H A DInputBuilder.h55 InputTree& createNode(const std::string& pName,
60 Input* createInput(const std::string& pName,
104 const std::string& pName,
109 Input* input = createInput(pName, pPath, pType);
119 const std::string& pName,
124 Input* input = createInput(pName, pPath, pType);
103 createNode( const std::string& pName, const sys::fs::Path& pPath, unsigned int pType) argument
118 createNode( const std::string& pName, const sys::fs::Path& pPath, unsigned int pType) argument
H A DInputFactory.h39 Input* produce(llvm::StringRef pName,
44 Input* produce(llvm::StringRef pName,
H A DMCLDDirectory.h27 explicit MCLDDirectory(const char* pName);
28 explicit MCLDDirectory(const std::string& pName);
29 explicit MCLDDirectory(llvm::StringRef pName);
33 MCLDDirectory& assign(llvm::StringRef pName);
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h37 Input(const std::string& pName, InputSectDesc::KeepPolicy pPolicy);
74 explicit Output(const std::string& pName);
202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h27 FileToken(const std::string& pName, bool pAsNeeded);
37 static FileToken* create(const std::string& pName, bool pAsNeeded);
H A DInputToken.h26 InputToken(Type pType, const std::string& pName, bool pAsNeeded);
H A DNameSpec.h27 NameSpec(const std::string& pName, bool pAsNeeded);
37 static NameSpec* create(const std::string& pName, bool pAsNeeded);
H A DOperand.h60 explicit SymOperand(const std::string& pName);
78 static SymOperand* create(const std::string& pName);
126 explicit SectOperand(const std::string& pName);
143 static SectOperand* create(const std::string& pName);
H A DOutputSectDesc.h160 OutputSectDesc(const std::string& pName, const Prolog& pProlog);
H A DScriptFile.h131 void enterOutputSectDesc(const std::string& pName,
/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h18 bool isCtorOrDtor(const char* pName, size_t pLength);
H A DTargetRegistry.h54 const char* pName,
122 RegisterTarget(mcld::Target& pTarget, const char* pName) { argument
126 if (strcmp((*target)->name(), pName) == 0)
130 TargetRegistry::RegisterTarget(pTarget, pName, &getTripleMatchQuality);
/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp71 void GeneralOptions::setSOName(const std::string& pName) { argument
72 size_t pos = pName.find_last_of(sys::fs::separator);
74 m_SOName = pName;
76 m_SOName = pName.substr(pos + 1);

Completed in 1573 milliseconds

123