Searched refs:std (Results 226 - 250 of 655) sorted by relevance

1234567891011>>

/frameworks/base/tools/aidl/
H A Doptions.h8 using namespace std;
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileMutex.h29 FileMutex(const std::string &pFileToLock)
H A DOutputFile.h32 OutputFile(const std::string &pFilename, unsigned pFlags = 0);
/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags)
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputToken.h26 InputToken(Type pType, const std::string& pName, bool pAsNeeded);
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp30 Module::Module(const std::string& pName, LinkerScript& pScript)
38 LDSection* Module::getSection(const std::string& pName) {
47 const LDSection* Module::getSection(const std::string& pName) const {
70 std::vector<AliasList*>::iterator list_it, list_it_e = m_AliasLists.end();
/frameworks/compile/mclinker/lib/Script/
H A DAssertCmd.cpp21 AssertCmd::AssertCmd(RpnExpr& pRpnExpr, const std::string& pMessage)
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h36 std::string *ErrMsg = 0);
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
45 std::string *ErrMsg = 0);
51 std::string *ErrMsg = 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h36 std::string *ErrMsg = 0);
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
45 std::string *ErrMsg = 0);
51 std::string *ErrMsg = 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h36 std::string *ErrMsg = 0);
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
45 std::string *ErrMsg = 0);
51 std::string *ErrMsg = 0);
/frameworks/minikin/sample/
H A Dexample.cpp30 using std::vector;
96 std::ofstream o;
97 o.open("/data/local/tmp/foo.pgm", std::ios::out | std::ios::binary);
/frameworks/rs/java/tests/HelloComputeNDK/
H A DAndroid.mk20 LOCAL_CFLAGS := -std=c++11
/frameworks/support/v8/renderscript/jni/
H A DAndroid.mk18 LOCAL_CFLAGS += -DRS_COMPATIBILITY_LIB -std=c++11
47 LOCAL_CFLAGS += -Wno-unused-parameter -U_FORTIFY_SOURCE -std=c++11
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp40 SectionMap::Input::Input(const std::string& pName,
74 SectionMap::Output::Output(const std::string& pName)
173 const std::string& pInputFile,
174 const std::string& pInputSection) const {
180 return std::make_pair(*out, *in);
183 return std::make_pair((const Output*)NULL, (const Input*)NULL);
186 SectionMap::mapping SectionMap::find(const std::string& pInputFile,
187 const std::string& pInputSection) {
193 return std::make_pair(*out, *in);
196 return std
[all...]
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h23 using ::std::string;
24 using ::std::basic_string;
26 using ::std::vector;
/frameworks/base/libs/hwui/
H A DJankTracker.h45 std::array<uint32_t, NUM_BUCKETS> jankTypeCounts;
47 std::array<uint32_t, 55> frameCounts;
78 std::array<int64_t, NUM_BUCKETS> mThresholds;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h96 static void Setup(const std::string& jclass_name,
97 const std::string& id_fld_name) {
180 const std::string& GetJavaClassName() const {
185 explicit ObjectPool(const std::string& jclass_name,
186 const std::string& id_fld_name)
191 typedef std::unordered_map<int, T*> CObjMap;
192 typedef std::unordered_map<int, bool> FlagMap;
194 std::string jclass_name_;
195 std::string id_field_name_;
267 jstring ToJString(JNIEnv* env, const std
[all...]
/frameworks/base/tools/aapt2/
H A DLinker.cpp43 Linker::Linker(const std::shared_ptr<ResourceTable>& table,
44 const std::shared_ptr<IResolver>& resolver, const Options& options) :
49 std::bitset<256> usedTypeIds;
50 std::array<std::set<uint16_t>, 256> usedIds;
83 const auto endEntryIter = std::end(usedIds[type->typeId]);
84 auto nextEntryIter = std::begin(usedIds[type->typeId]);
166 Logger::error() << "srsly? " << args.referrer << std::endl;
187 const Attribute& attr, std::unique_ptr<Item>& value) {
188 std
[all...]
H A DResChunkPullParser.h61 const std::string& getLastError() const;
74 std::string mLastError;
112 inline const std::string& ResChunkPullParser::getLastError() const {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h180 std::vector<uint8_t> buffer_;
212 std::vector<BCHeaderField> header_fields_;
215 std::vector<uint8_t*> variable_field_data_;
/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h28 typedef std::set<const LDSection*> SectionListTy;
29 typedef std::vector<const LDSection*> SectionVecTy;
50 typedef std::map<const LDSection*, SectionListTy> ReachedSectionsTy;
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h31 static std::error_code create(FileHandle& pFileHandle,
33 std::unique_ptr<FileOutputBuffer>& pResult);
62 std::unique_ptr<llvm::sys::fs::mapped_file_region> m_pRegion;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h43 inline const std::string& getVendorName() const { return m_Vendor; }
55 virtual std::pair<ELFAttributeValue*, bool> getOrCreateAttributeValue(
110 const std::string m_Vendor;
H A DELFAttributeValue.h53 const std::string& getStringValue() const { return m_StringValue; }
55 void setStringValue(const std::string& pStringValue) {
108 std::string m_StringValue;
/frameworks/compile/mclinker/lib/Support/
H A DDemangle.cpp19 std::string demangleName(const std::string& pName) {
34 std::string result(buffer);

Completed in 1603 milliseconds

1234567891011>>