Searched refs:find (Results 1 - 25 of 83) sorted by last modified time

1234

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2029 MDKindMap.find(Kind);
2739 BlockAddrFwdRefs.find(F);
2786 DenseMap<Function*, uint64_t>::iterator DFII = DeferredFunctionInfo.find(F);
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.cpp135 GlobalAddressMapTy::iterator I = mGlobalAddressMap.find(GV);
1414 std::set<const llvm::Function*>::iterator I = PendingFunctions.find(F);
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/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/runtime/make/platform/
H A Ddarwin_fat.mk18 # architecture and is used to find the appropriate function
/frameworks/compile/libbcc/tests/
H A Dtest.py74 return ft.find("ELF 32-bit LSB executable, Intel 80386") >= 0
/frameworks/compile/libbcc/tools/
H A Dgen-build-stamp.py38 if out.find('(working directory clean)') == -1:
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx100 name_map.find(name);
H A DELFSectionSymTab.hxx67 name_map.find(name);
/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);
H A DValueEnumerator.h89 TypeMapType::const_iterator I = TypeMap.find(T);
99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer());
/frameworks/compile/slang/
H A Dslang_rs.cpp105 ReflectedDefinitions.find(RDKey);
H A Dslang_rs_context.h194 return mExportTypes.find(TypeName);
198 return mExportTypes.find(TypeName);
H A Dslang_rs_export_element.cpp163 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
H A Dslang_rs_export_type.cpp488 // Try to find a name from redeclaration (i.e. typedef)
715 RSSpecificTypeMapTy::const_iterator I = RSSpecificTypeMap->find(TypeName);
755 // We just look through all field declarations to see if we find a
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_reflection.cpp1056 if (C.mTypesToCheck.find(TypeName) == C.mTypesToCheck.end()) {
1073 if (C.mTypesToCheck.find(TypeName) == C.mTypesToCheck.end()) {
1087 if (C.mTypesToCheck.find(ClassName) == C.mTypesToCheck.end()) {
H A Dslang_rs_reflection.h201 slangAssert((mFieldIndexMap.find(F) == mFieldIndexMap.end()) &&
207 FieldIndexMapTy::const_iterator I = mFieldIndexMap.find(F);
/frameworks/base/opengl/libs/GLES2_dbg/
H A Dgenerate_api_cpp.py24 if line.find(":") >= 0:
25 annotation = line[line.find(":"): line.find(" ", line.find(":"))]
45 if line.find("API_ENTRY(") >= 0: # a function prototype
46 returnType = line[0: line.find(" API_ENTRY(")]
47 functionName = line[line.find("(") + 1: line.find(")")] #extract GL function name
48 parameterList = line[line.find(")(") + 2: line.find(") {")]
[all...]
H A Dgenerate_caller_cpp.py31 if line.find("API_ENTRY(") >= 0: # a function prototype
32 returnType = line[0: line.find(" API_ENTRY(")]
33 functionName = line[line.find("(") + 1: line.find(")")] #extract GL function name
34 parameterList = line[line.find(")(") + 2: line.find(") {")]
36 #if line.find("*") >= 0:
48 if line.find("*") >= 0 and (line.find("*") < line.find("
[all...]
H A Dgenerate_debug_in.py26 if line.find("API_ENTRY(") >= 0: # a function prototype
27 returnType = line[0: line.find(" API_ENTRY(")]
28 functionName = line[line.find("(") + 1: line.find(")")] #extract GL function name
29 parameterList = line[line.find(")(") + 2: line.find(") {")]
37 if line.find("*") >= 0:
69 if line.find("TRACE_GL(") >= 0: # a function prototype
71 elif line.find("TRACE_GL_VOID(") >= 0: # a function prototype
72 functionName = line[line.find("(")
[all...]
H A Dgenerate_debugger_message_proto.py24 if line.find("EGL_ENTRY(") >= 0:
33 if line.find("API_ENTRY(") >= 0:
34 line = line[line.find("(") + 1: line.find(")")] #extract GL function name
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DBaseCommands.java884 if (matcher.find()) {

Completed in 206 milliseconds

1234