Searched refs:Find (Results 151 - 175 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrPixelRef.cpp176 if(!SkBitmapCache::Find(this->getGenerationID(), bounds, dst)) {
/external/chromium_org/v8/src/ic/
H A Dic-compiler.h68 static Handle<Code> Find(Handle<Name> name, Handle<Map> stub_holder_map,
H A Dic-compiler.cc16 Handle<Code> PropertyICCompiler::Find(Handle<Name> name, function in class:v8::internal::PropertyICCompiler
67 ic = Find(name, stub_holder, kind, extra_ic_state, flag);
227 Find(name, receiver_map, Code::COMPARE_NIL_IC, stub->GetExtraICState());
/external/chromium_org/v8/src/
H A Dsplay-tree.h67 bool Find(const Key& key, Locator* locator);
73 // Find the mapping with the greatest key in this tree.
80 // Find the mapping with the least key in this tree.
/external/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp39 int dotPos = name.Find(L'.');
/external/openfst/src/include/fst/extensions/far/
H A Dinfo.h58 far_reader->Find(begin_key);
/external/openfst/src/include/fst/
H A Drelabel.h150 int new_isymbol_val = new_isymbols->Find(isymbol);
163 int new_osymbol_val = new_osymbols->Find(osymbol);
258 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol());
269 new_osymbols->Find(syms_iter.Symbol());
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp128 FX_POSITION CFX_PtrList::Find(void* searchValue, FX_POSITION startAfter) const function in class:CFX_PtrList
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h315 bool Find(const Message* descriptor,
/external/skia/src/animator/
H A DSkMemberInfo.cpp483 // Find Nth memberInfo
484 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { function in class:SkMemberInfo
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
504 // Find named memberinfo
505 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) { function in class:SkMemberInfo
509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h112 new_isymbols->Find(syms_iter.Symbol())));
122 new_osymbols->Find(syms_iter.Symbol())));
210 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol());
221 new_osymbols->Find(syms_iter.Symbol());
H A Dsymbol-table.cpp151 snprintf(line, kLineLen, "%s\t%lld\n", symbols_[i], Find(symbols_[i]));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h116 inline const Value* Find(Key key) const;
128 // Similar to Find but we assume that keys are addresses of non-overlapping
208 // Find cluster object for specified address. If not found
289 inline const Value* AddressMap<Value>::Find(Key key) const { function in class:AddressMap
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h116 inline const Value* Find(Key key) const;
128 // Similar to Find but we assume that keys are addresses of non-overlapping
208 // Find cluster object for specified address. If not found
289 inline const Value* AddressMap<Value>::Find(Key key) const { function in class:AddressMap
H A Dheap-profile-table.cc252 const AllocValue* alloc_value = alloc_address_map_->Find(ptr);
259 const AllocValue* alloc_value = alloc_address_map_->Find(ptr);
495 if (arg->base != NULL && arg->base->map_.Find(ptr) != NULL) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m172 % Find matching specs
240 % Find matching specs
311 % Find matching specs
378 % Find matching codecs
/external/glide/
H A Dgradlew.bat19 @rem Find java.exe
/external/glide/library/
H A Dgradlew.bat19 @rem Find java.exe
/external/mockito/src/org/mockito/
H A DAdditionalMatchers.java11 import org.mockito.internal.matchers.Find;
433 return reportMatcher(new Find(regex)).<String>returnNull();
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp76 const char* Find( const char* filename, char* buffer ) const;
186 const char* CvFilePath::Find( const char* filename, char* buffer ) const
/external/smali/
H A Dgradlew.bat19 @rem Find java.exe
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp141 if (list.Find((CPDF_Dictionary*)action))
180 if (list.Find((CPDF_Dictionary*)action))
236 if (list.Find((CPDF_Dictionary*)action))
296 if (list.Find((CPDF_Dictionary*)action))
336 if (list.Find((CPDF_Dictionary*)action))
427 if (list.Find((CPDF_Dictionary*)action))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp229 bool Find(const TypedValueRegion *R) { function in class:FindUninitializedField
239 if (Find(FR))
260 if (F.Find(D->getRegion())) {
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp122 size_t idx = m_name_to_index.Find (key.GetCString(), SIZE_MAX);
250 return m_name_to_index.Find (name.GetCString(), SIZE_MAX);
256 return GetPropertyAtIndex (exe_ctx, will_modify, m_name_to_index.Find (name.GetCString(), SIZE_MAX));
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp132 static int64_t Find(Value *Idx, const DataLayout *DL, GetElementPtrInst *GEP);
561 // Find a non-zero constant offset first.
572 int64_t ConstantOffsetExtractor::Find(Value *Idx, const DataLayout *DL, function in class:ConstantOffsetExtractor
663 ConstantOffsetExtractor::Find(GEP->getOperand(I), DL, GEP);

Completed in 944 milliseconds

1234567891011>>