Searched refs:std (Results 126 - 150 of 313) sorted by relevance

1234567891011>>

/frameworks/compile/linkloader/include/impl/
H A DELFSection.hxx37 using namespace std;
H A DELFSectionProgBits.hxx46 std::string reltab_name(".rel" + std::string(sh->getName()));
H A DELFSectionRelTable.hxx30 using namespace std;
96 std::set<uint32_t> sym_index_set;
112 std::set<uint32_t> sym_index_set;
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h29 typedef std::vector<LDSection*>::iterator sect_iterator;
30 typedef std::vector<LDSection*>::const_iterator const_sect_iterator;
107 { return std::max(m_Align, m_MaxSectionAlign); }
159 std::vector<LDSection*> m_SectionList;
H A DLDSection.h32 LDSection(const std::string& pName,
41 const std::string& name() const
155 std::string m_Name;
/frameworks/compile/mclinker/include/mcld/Support/
H A DPositionDependentOption.h65 typedef std::vector<PositionDependentOption*> PositionDependentOptions;
H A DDerivedPositionDependentOptions.h42 std::string m_pNamespec;
45 NamespecOption(unsigned pPosition, const std::string &pNamespec)
49 inline const std::string &namespec() const { return m_pNamespec; }
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp13 LDSection::LDSection(const std::string& pName,
H A DResolveInfoFactory.cpp26 std::memcpy(result->m_Name, pKey.data(), pKey.size());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMSectLinker.cpp21 SectLinker* createARMSectLinker(const std::string &pTriple,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86SectLinker.cpp21 SectLinker* createX86SectLinker(const std::string &pTriple,
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DTargetLinkerConfigs.h46 X86FamilyLinkerConfigBase(const std::string& pTriple);
/frameworks/compile/slang/
H A Dslang_rs_context.cpp50 std::vector<std::string> *GeneratedFileNames)
284 bool RSContext::reflectToJava(const std::string &OutputPathBase,
285 const std::string &OutputPackageName,
286 const std::string &RSPackageName,
287 const std::string &InputFileName,
288 const std::string &OutputBCFileName,
289 std::string *RealPackageName) {
293 const std::string &PackageName =
H A Dslang_rs_export_type.h83 //std::vector<const struct RSReflectionTypeData_rec *> fields;
84 //std::vector< std::string > fieldNames;
85 //std::vector< uint32_t> fieldOffsetBytes;
105 std::string mName;
202 inline const std::string &getName() const { return mName; }
204 virtual std::string getElementName() const {
324 std::string getElementName() const {
394 std::string getElementName() const {
395 std
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.h60 std::string mStringBuffer;
/frameworks/av/media/libstagefright/chromium_http/
H A DDataUriSource.cpp30 std::string mimeTypeStr, unusedCharsetStr, dataStr;
31 // Copy2: String8 mDataUri -> std::string
33 GURL(std::string(mDataUri.string())),
35 // Copy3: std::string dataStr -> AString mData
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp32 std::string Message;
52 std::string Message;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp32 std::string Message;
52 std::string Message;
/frameworks/compile/linkloader/lib/
H A DStubLayout.cpp37 std::map<void *, void *>::iterator index_iter = stub_index.find(addr);
52 stub_index.insert(std::make_pair(addr, stub));
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h64 const std::vector<Point>& points() const { return points_; }
68 std::vector<Point> points_;
H A Dshader_program.cpp77 ShaderProgram::ShaderProgram(GLEnv* gl_env, const std::string& fragment_shader)
100 const std::string& vertex_shader,
101 const std::string& fragment_shader)
180 bool ShaderProgram::Process(const std::vector<const GLTextureHandle*>& input,
199 std::vector<GLuint> textures;
200 std::vector<GLenum> targets;
224 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) {
225 std::vector<const GLTextureHandle*> textures(input.size());
226 std::copy(input.begin(), input.end(), textures.begin());
320 std
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp41 std::string error;
84 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) {
140 Source *result = new (std::nothrow) Source(pContext, pModule, pNoDelete);
160 std::string error;
182 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) {
185 new (std::nothrow) llvm::Module(pName, pContext.mImpl->mLLVMContext);
200 const std::string &Source::getIdentifier() const {
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp43 result = new (std::nothrow) ObjectLoader();
52 result->mImpl = new (std::nothrow) ELFObjectLoaderImpl();
81 result->mDebugImage = new (std::nothrow) uint8_t [ pMemSize ];
/frameworks/compile/linkloader/include/
H A DELFObject.h38 std::vector<ELFSectionTy *> stab;
76 ELFSectionTy const *getSectionByName(std::string const &str) const;
77 ELFSectionTy *getSectionByName(std::string const &str);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h83 void setSOName(const std::string& pName);
89 const std::string& name() const
117 std::string m_Name;

Completed in 319 milliseconds

1234567891011>>