Searched refs:std (Results 151 - 175 of 655) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/
H A DModule.h36 typedef std::vector<Input*> ObjectList;
40 typedef std::vector<Input*> LibraryList;
47 typedef std::vector<LDSection*> SectionTable;
55 typedef std::vector<const ResolveInfo*> AliasList;
62 Module(const std::string& pName, LinkerScript& pScript);
66 const std::string& name() const { return m_Name; }
68 void setName(const std::string& pName) { m_Name = pName; }
120 LDSection* getSection(const std::string& pName);
121 const LDSection* getSection(const std::string& pName) const;
165 std
[all...]
/frameworks/minikin/include/minikin/
H A DLineBreaker.h53 void setIndents(const std::vector<float>& indents) {
75 std::vector<float> mIndents;
97 std::vector<int> mStops;
141 void setIndents(const std::vector<float>& indents);
219 std::vector<uint16_t>mTextBuf;
220 std::vector<float>mCharWidths;
223 std::vector<uint8_t> mHyphBuf;
232 std::vector<int> mBreaks;
233 std::vector<float> mWidths;
234 std
[all...]
/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.cpp42 ReferenceIdToNameVisitor(const std::shared_ptr<IResolver>& resolver,
43 std::map<ResourceId, ResourceName>* cache) :
111 std::shared_ptr<IResolver> mResolver;
112 std::map<ResourceId, ResourceName>* mCache;
116 BinaryResourceParser::BinaryResourceParser(const std::shared_ptr<ResourceTable>& table,
117 const std::shared_ptr<IResolver>& resolver,
119 const std::u16string& defaultPackage,
136 << std::endl;
148 << std::endl;
166 if (offset > std
[all...]
H A DSourceXmlPullParser.cpp28 SourceXmlPullParser::SourceXmlPullParser(std::istream& in) : mIn(in), mEmpty(), mDepth(0) {
75 Maybe<std::u16string> result = util::extractPackageFromNamespace(getNamespaceUri());
95 const std::string& SourceXmlPullParser::getLastError() const {
99 const std::u16string& SourceXmlPullParser::getComment() const {
111 const std::u16string& SourceXmlPullParser::getText() const {
118 const std::u16string& SourceXmlPullParser::getNamespacePrefix() const {
126 const std::u16string& SourceXmlPullParser::getNamespaceUri() const {
134 bool SourceXmlPullParser::applyPackageAlias(std::u16string* package,
135 const std::u16string& defaultPackage) const {
150 const std
[all...]
/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h63 std::map<std::pair<String8, int>, bool> mFlashlightState;
64 std::map<std::pair<String8, int>, bool> mCameraState;
/frameworks/av/services/audiopolicy/engineconfigurable/interface/
H A DAudioPolicyPluginInterface.h49 virtual android::status_t addStrategy(const std::string &name, routing_strategy id) = 0;
62 virtual android::status_t addStream(const std::string &name, audio_stream_type_t id) = 0;
75 virtual android::status_t addUsage(const std::string &name, audio_usage_t id) = 0;
88 virtual android::status_t addInputSource(const std::string &name, audio_source_t id) = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DStream.h36 typedef std::map<Volume::device_category, VolumeCurvePoints> VolumeProfiles;
41 Element(const std::string &name)
54 const std::string &getName() const { return mName; }
93 std::string mName; /**< Unique literal Identifier of a policy base element*/
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.h41 std::unique_ptr<uint8_t[]> descriptor, size_t descriptorSize,
42 std::unique_ptr<DeviceCallback> callback, sp<Looper> looper);
44 Device(int32_t id, int fd, std::unique_ptr<DeviceCallback> callback, sp<Looper> looper);
55 std::unique_ptr<DeviceCallback> mDeviceCallback;
/frameworks/base/tools/split-select/
H A DRule_test.cpp42 std::string expected(
68 expected.erase(std::remove_if(expected.begin(), expected.end(), ::isspace), expected.end());
71 std::string result(rule.toJson().string());
72 result.erase(std::remove_if(result.begin(), result.end(), ::isspace), result.end());
/frameworks/compile/libbcc/include/bcc/Support/
H A DInputFile.h28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp41 std::unique_ptr<llvm::MemoryBuffer> &&pInput) {
42 llvm::ErrorOr<llvm::Module *> moduleOrError = llvm::getLazyBitcodeModule(std::move(pInput), pContext);
43 if (std::error_code ec = moduleOrError.getError()) {
65 std::unique_ptr<llvm::MemoryBuffer> input_memory =
74 std::move(input_memory));
87 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) {
89 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> mb_or_error =
96 std::unique_ptr<llvm::MemoryBuffer> input_data = std::move(mb_or_error.get());
98 std
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DObjectWriter.h28 virtual std::error_code writeObject(Module& pModule,
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h37 typedef std::vector<MCLDDirectory*> DirList;
49 sys::fs::Path* find(const std::string& pNamespec,
52 const sys::fs::Path* find(const std::string& pNamespec,
67 bool insert(const std::string& pDirectory);
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h29 std::string getDefaultTargetTriple();
/frameworks/compile/mclinker/lib/Core/
H A DLinkerConfig.cpp29 LinkerConfig::LinkerConfig(const std::string& pTripleString)
/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp20 EntryCmd::EntryCmd(const std::string& pEntry)
H A DInputToken.cpp19 InputToken::InputToken(Type pType, const std::string& pName, bool pAsNeeded)
H A DOutputArchCmd.cpp17 OutputArchCmd::OutputArchCmd(const std::string& pArch)
H A DOutputCmd.cpp19 OutputCmd::OutputCmd(const std::string& pOutputFile)
H A DSearchDirCmd.cpp20 SearchDirCmd::SearchDirCmd(const std::string& pPath)
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64.h25 const std::string&);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h25 TargetLDBackend* createARMLDBackend(const llvm::Target&, const std::string&);
H A DARMDiagnostic.cpp18 const std::string& pTriple) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagon.h25 const std::string&);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsDiagnostic.cpp20 const std::string& pTriple) {

Completed in 3473 milliseconds

1234567891011>>