Searched refs:find (Results 26 - 50 of 83) sorted by relevance

1234

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.cpp117 FuncTable::const_iterator I = mFunctions.find(name);
H A DScriptCompiled.cpp107 FuncInfoMap::const_iterator I = mEmittedFunctions.find(name);
/frameworks/compile/libbcc/tools/
H A Dgen-build-stamp.py38 if out.find('(working directory clean)') == -1:
/frameworks/compile/linkloader/include/impl/
H A DELFSectionSymTab.hxx67 name_map.find(name);
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_reliability_tests.py218 if (adb_output.find("INSTRUMENTATION_FAILED") != -1 or
219 adb_output.find("Process crashed.") != -1):
H A Drun_layout_tests.py169 if adb_output.find('Process crashed') != -1:
232 if adb_output.find('INSTRUMENTATION_FAILED') != -1:
277 # Comparing results to references to find new fixes and regressions.
/frameworks/base/tools/localize/
H A DPerforce.cpp223 size_t index = text.find(' ');
227 index = text.find(' ', index+1)+1;
H A DSourcePos.cpp144 if (g_errors.find(err) == g_errors.end()) {
H A Dmerge_res_and_xliff.cpp234 if (files.find(mf) != files.end()) {
238 files.find(mf)->xliffFilename.c_str());
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.h228 return mLabelLocations.find(Label)->second;
266 GlobalAddressMapTy::iterator I = mGlobalAddressMap.find(GV);
H A DCodeMemoryManager.cpp164 bccAssert(mFunctionMap.find(F) == mFunctionMap.end() &&
/frameworks/compile/slang/
H A Dslang_rs_context.h194 return mExportTypes.find(TypeName);
198 return mExportTypes.find(TypeName);
H A Dslang_rs_metadata_spec_encoder.cpp132 StringsMapTy::const_iterator I = mStrings.find(S);
160 TypesMapTy::const_iterator I = mTypes.find(Base->bits);
218 // Try to find it in mRecordTypes
220 mRecordTypes.find(RecordInfoMetadataName);
H A Dslang_rs_export_element.cpp163 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
H A Dslang_rs_reflection.h201 slangAssert((mFieldIndexMap.find(F) == mFieldIndexMap.end()) &&
207 FieldIndexMapTy::const_iterator I = mFieldIndexMap.find(F);
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java567 private int find(String key, char delimiter) { method in class:SimpleSessionDescription.Fields
584 int index = find(key, delimiter);
603 int index = find(key, delimiter);
/frameworks/base/core/tests/coretests/src/android/util/
H A DPatternsTest.java185 assertTrue("Valid phone " + test, m.find());
/frameworks/base/libs/binder/
H A DBinder.cpp162 return e->mObjects.find(objectID);
H A DBpBinder.cpp61 void* BpBinder::ObjectManager::find(const void* objectID) const function in class:android::BpBinder::ObjectManager
298 return mObjects.find(objectID);
/frameworks/base/core/java/android/text/util/
H A DLinkify.java367 while (m.find()) {
429 while (m.find()) {
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk18 # architecture and is used to find the appropriate function
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp112 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
123 ValueMapType::const_iterator I = MDValueMap.find(V);
128 ValueMapType::const_iterator I = ValueMap.find(V);
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java253 if (!matcher.find()) {
300 if (matcher.find()) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DSummarizer.java381 if (matcher.find()) {
398 if (matcher.find()) {
/frameworks/base/core/java/android/webkit/
H A DURLUtil.java400 if (m.find()) {

Completed in 341 milliseconds

1234