Searched refs:std (Results 176 - 200 of 313) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.cpp98 jstring ToJString(JNIEnv* env, const std::string& value) {
102 std::string ToCppString(JNIEnv* env, jstring value) {
105 std::string result(c_value);
121 bool IsJavaInstanceOf(JNIEnv* env, jobject object, const std::string& class_name) {
127 jobject CreateJObject(JNIEnv* env, const std::string& class_name, const std::string& signature, T value) {
H A Djni_native_program.cpp114 const std::string c_value = ToCppString(env, value);
115 const std::string c_key = ToCppString(env, key);
123 const std::string c_key = ToCppString(env, key);
143 std::vector<const char*> input_buffers(input_count, NULL);
144 std::vector<int> input_sizes(input_count, 0);
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp73 static cl::opt<std::string>
76 static cl::opt<std::string>
79 static cl::opt<std::string>
85 static cl::list<std::string>
220 static cl::opt<std::string>
303 static cl::opt<std::string>
324 static cl::opt<std::string>
402 static cl::opt<std::string>
436 static cl::list<std::string>
537 static cl::list<std
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp29 static bool isIntegerValue(const std::pair<const Value*, unsigned> &V) {
70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
158 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
178 bool operator()(const std::pair<const Value*, unsigned> &LHS,
179 const std::pair<const Value*, unsigned> &RHS) {
195 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
199 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
265 MDValues.push_back(std::make_pair(MD, 1U));
289 MDValues.push_back(std::make_pair(N, 1U));
342 Values.push_back(std
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp29 static bool isIntegerValue(const std::pair<const Value*, unsigned> &V) {
70 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
158 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
178 bool operator()(const std::pair<const Value*, unsigned> &LHS,
179 const std::pair<const Value*, unsigned> &RHS) {
195 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
199 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
265 MDValues.push_back(std::make_pair(MD, 1U));
289 MDValues.push_back(std::make_pair(N, 1U));
342 Values.push_back(std
[all...]
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp55 const std::string& str) {
202 const std::string &SfRequestContext::GetUserAgent(const GURL &url) const {
211 const std::vector<std::string>& cert_chain,
212 const std::string& hostname,
213 const std::string& auth_type) {
278 const std::string &cookie_line,
321 std::string headers;
326 std::string contentType;
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp26 using namespace std;
42 std::list<mcld::FileHandle*>::iterator file, fEnd = m_FileHandleList.end();
46 std::list<mcld::MemoryArea*>::iterator mem, mEnd = m_MemAreaList.end() ;
59 bool TestLinker::initialize(const std::string &pTriple)
82 std::string error;
116 void TestLinker::addSearchDir(const std::string &pDirPath)
141 void TestLinker::addObject(const std::string &pPath)
205 void TestLinker::addNameSpec(const std::string &pNameSpec)
260 bool TestLinker::setOutput(const std::string &pPath)
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp24 using std::vector;
25 using std::list;
26 using std::max;
286 std::nth_element(&abs_val_vec[0],
395 template class SparseWeightVector<std::string, std::hash_map<std::string, double> >;
396 template class SparseWeightVector<int, std::hash_map<int, double> >;
397 template class SparseWeightVector<uint64, std::hash_map<uint64, double> >;
H A Dstochastic_linear_ranker.h40 template<class Key = std::string, class Hash = std::hash_map<std::string, double> >
/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp98 std::string Triple = mpModule->getTargetTriple();
100 std::string Error;
136 std::string FeaturesStr;
140 for (std::vector<std::string>::const_iterator
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h145 typedef android::Vector<std::pair<const char *,
147 typedef android::Vector<std::pair<const char*, const char*> > PragmaListTy;
151 typedef android::Vector<std::pair<const char *,
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp190 const std::string& Archive::getSymbolName(size_t pSymIdx) const
219 std::string& Archive::getStrTable()
225 const std::string& Archive::getStrTable() const
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h584 ::std::string GetTypeName() const;
650 inline const ::std::string& charvalue(int index) const;
651 inline ::std::string* mutable_charvalue(int index);
652 inline void set_charvalue(int index, const ::std::string& value);
655 inline ::std::string* add_charvalue();
656 inline void add_charvalue(const ::std::string& value);
659 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& charvalue() const;
660 inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_charvalue();
666 inline const ::std::string& rawbytes(int index) const;
667 inline ::std
[all...]
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp52 std::string inFile;
53 std::string outFile;
54 std::string infoFile;
103 outFile = std::string(inFile.begin(), inFile.end() - 3) + ".ll";
104 infoFile = std::string(inFile.begin(), inFile.end() - 3) + ".bcinfo";
322 std::string errmsg;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp106 const std::pair<const char *, const uint8_t *> &cache_libbcc_dep =
108 const std::pair<const char *, const uint8_t *> &cache_libRS_dep =
110 const std::pair<const char *, const uint8_t *> &cache_libclcore_dep =
113 const std::pair<const char *, const uint8_t *> &cache_libclcore_neon_dep =
162 const std::pair<const char *, const uint8_t *> &cache_dep =
197 mStringPool = new (std::nothrow) char [ mHeader.strPoolSize ];
H A DRSInfoExtractor.cpp108 bool writeDependency(const std::string &pSourceName, const uint8_t *pSHA1,
119 pDepTable.push(std::make_pair(source_name, sha1));
182 result = new (std::nothrow) RSInfo(string_pool_size);
216 result->mPragmas.push(std::make_pair(
309 result->mExportForeachFuncs.push(std::make_pair(
331 result->mExportForeachFuncs.push(std::make_pair(
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h351 std::malloc(pNumOfElements*sizeof(DataType)));
355 { std::free(static_cast<void*>(pObject)); }
408 std::malloc(pNumOfElements*sizeof(DataType)));
412 return std::malloc(pNumOfElements);
417 { std::free(static_cast<void*>(pObject)); }
420 { std::free(pObject); }
/frameworks/compile/slang/
H A Dslang_backend.cpp115 std::string Triple = mpModule->getTargetTriple();
117 std::string Error;
156 std::string FeaturesStr;
160 for (std::vector<std::string>::const_iterator
348 std::string BCStr;
H A Dslang_rs_object_ref_count.h50 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope
76 std::stack<Scope*> mScopeStack;
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h36 void addString(const std::string& pStr) const;
57 operator<<(const MsgHandler& pHandler, const std::string& pStr)
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp35 MCLDDirectory::MCLDDirectory(const std::string &pName)
95 std::string old_path = Directory::m_Path.native();
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.h103 std::queue<int16*> playingBuffers_;
104 std::stack<int16*> freeBuffers_;
/frameworks/ml/bordeaux/learning/multiclass_pa/jni/
H A Djni_multiclass_pa.cpp23 using std::vector;
24 using std::pair;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp150 DenseMap<InvokeInst*, std::pair<Value*, Value*> > InvokeToIntrinsicsMap;
168 InvokeToIntrinsicsMap[Inst] = std::make_pair(Exn, Sel);
174 DenseMap<Function*, std::pair<Value*, Value*> > FnToLPadSlotMap;
176 for (DenseMap<InvokeInst*, std::pair<Value*, Value*> >::iterator
182 std::pair<Value*, Value*> EHIntrinsics = I->second;
193 FnToLPadSlotMap[F] = std::make_pair(ExnSlot, SelSlot);
237 for (DenseMap<InvokeInst*, std::pair<Value*, Value*> >::iterator
240 std::pair<Value*, Value*> EHIntrinsics = I->second;
245 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()];
340 std
[all...]
/frameworks/base/tools/aapt/tests/
H A DMockDirectoryWalker.h13 using std::pair;

Completed in 340 milliseconds

1234567891011>>