Searched refs:Find (Results 1 - 25 of 190) sorted by relevance

12345678

/external/v8/src/compiler/
H A Dcommon-node-cache.h21 return int32_constants_.Find(zone_, value);
26 return float64_constants_.Find(zone_, bit_cast<int64_t>(value));
30 return external_constants_.Find(zone_, reference.address());
35 return number_constants_.Find(zone_, bit_cast<int64_t>(value));
H A Dnode-cache.h30 Node** Find(Zone* zone, Key key);
/external/lldb/test/attic/
H A Ddotest.pl10 use File::Find;
35 my $foundFile = $File::Find::name;
/external/v8/tools/
H A Dexternal-reference-check.py25 def Find(filename, re): function
35 declarations = Find(DECLARE_FILE, DECLARE_RE)
36 registrations = Find(REGISTER_FILE, REGISTER_RE)
/external/easymock/src/org/easymock/internal/matchers/
H A DFind.java23 public class Find implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Find(String regex) { method in class:Find
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.h28 bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const;
29 bool Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const;
H A DNameToDIE.h45 Find (const lldb_private::ConstString &name,
49 Find (const lldb_private::RegularExpression& regex,
H A DNameToDIE.cpp39 NameToDIE::Find (const ConstString &name, DIEArray &info_array) const function in class:NameToDIE
45 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const function in class:NameToDIE
H A DUniqueDWARFASTType.h120 Find (SymbolFileDWARF *symfile,
152 Find (const lldb_private::ConstString &name, function in class:UniqueDWARFASTTypeMap
164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
/external/mockito/src/org/mockito/internal/matchers/
H A DFind.java14 public class Find extends ArgumentMatcher<String> implements Serializable { class in inherits:ArgumentMatcher,Serializable
19 public Find(String regex) { method in class:Find
/external/skia/src/core/
H A DSkTLS.h24 * never invoked in Find, it is only used as a key for searching the
27 static void* Find(CreateProc);
H A DSkBitmapCache.h33 static bool Find(const SkBitmap& src, SkScalar invScaleX, SkScalar invScaleY, SkBitmap* result,
46 static bool Find(uint32_t genID, const SkIRect& subset, SkBitmap* result,
/external/v8/test/cctest/compiler/
H A Dtest-node-cache.cc19 Node** pos = cache.Find(graph.zone(), i);
22 Node** npos = cache.Find(graph.zone(), i);
41 *cache.Find(graph.zone(), k) = nodes[i] = node;
46 CHECK_EQ(nodes[i], *cache.Find(graph.zone(), k));
61 *cache.Find(graph.zone(), v) = nodes[i];
67 Node** pos = cache.Find(graph.zone(), v);
82 Node** pos = cache.Find(graph.zone(), i);
85 Node** npos = cache.Find(graph.zone(), i);
102 *cache.Find(graph.zone(), v) = nodes[i];
108 Node** pos = cache.Find(grap
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveName.cpp25 if (fileInfo.Find(dirPrefix))
33 if (!fileInfo.Find(srcName))
/external/llvm/utils/
H A DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/external/lldb/scripts/Python/interface/
H A DSBInstructionList.i70 # Find an instruction by index
74 # Find an instruction using a lldb.SBAddress object
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp62 if (face.Find("Gothic") >= 0 || face.Find("\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
63 if (face.Find("PGothic") >= 0 || face.Find("\x82\x6f\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
68 } else if (face.Find("Mincho") >= 0 || face.Find("\x96\xbe\x92\xa9") >= 0) {
69 if (face.Find("PMincho") >= 0 || face.Find("\x82\x6f\x96\xbe\x92\xa9") >= 0) {
194 FX_INT32 index = bsName.Find(family);
/external/skia/src/animator/
H A DSkGetCondensedInfo.cpp64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
/external/skia/src/views/
H A DSkTagList.h38 static SkTagList* Find(SkTagList* head, U8CPU tag);
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc67 MapItem* remove_item = test_map.Find(2);
70 FailTest(test_map.Find(2) != NULL);
75 FailTest(test_map.Find(1) != NULL);
98 // Test Find (only improper usage untested)
99 FailTest(test_map.Find(kNumberOfElements + 2) != NULL);
/external/openfst/src/include/fst/
H A Dsymbol-table.h81 AddSymbol(impl.symbols_[i], impl.Find(impl.symbols_[i]));
95 int64 key = Find(symbol);
111 string Find(int64 key) const { function in class:fst::SymbolTableImpl
126 int64 Find(const string& symbol) const { function in class:fst::SymbolTableImpl
127 return Find(symbol.c_str());
133 int64 Find(const char* symbol) const { function in class:fst::SymbolTableImpl
144 else return Find(symbols_[pos]);
376 virtual string Find(int64 key) const { function in class:fst::SymbolTable
377 return impl_->Find(key);
382 virtual int64 Find(cons function in class:fst::SymbolTable
388 virtual int64 Find(const char* symbol) const { function in class:fst::SymbolTable
[all...]
H A Dmatcher.h73 // bool Find(Label label);
79 // // have undefined behavior until Find() is called.
116 bool Find(Label label) { return Find_(label); } function in class:fst::MatcherBase
228 bool Find(Label match_label) { function in class:fst::SortedMatcher
257 // After Find(), returns false if no more exact matches.
301 virtual bool Find_(Label label) { return Find(label); }
453 bool Find(Label match_label) { function in class:fst::RhoMatcher
455 FSTERROR() << "RhoMatcher::Find: bad label (rho)";
459 if (matcher_->Find(match_label)) {
463 (has_rho_ = matcher_->Find(rho_label
628 bool Find(Label match_label) { function in class:fst::SigmaMatcher
884 bool PhiMatcher<M>::Find(Label match_label) { function in class:fst::PhiMatcher
1113 bool MultiEpsMatcher<M>::Find(Label match_label) { function in class:fst::MultiEpsMatcher
1187 bool Find(Label label) { return base_->Find(label); } function in class:fst::Matcher
[all...]
/external/skia/tests/
H A DSkResourceCacheTest.cpp26 return SkBitmapCache::Find(orig, roundedImageWidth, roundedImageHeight, &scaled);
116 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedID, rect, &bm, cache));
119 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedID, rect, &bm, cache));
122 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedID, rect, &bm, cache));
126 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedID, rect, &bm, cache));
226 bool found = SkBitmapCache::Find(genID, subset, &result, cache);
235 found = SkBitmapCache::Find(genID, subset, &result, cache);
261 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
264 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
274 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitma
[all...]
H A DGpuLayerCacheTest.cpp27 static GrCachedLayer* Find(GrLayerCache* cache, uint32_t pictureID, function in class:TestingAccess
51 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
123 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
143 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
152 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
182 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
193 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
/external/clang/test/Analysis/
H A Dpointer-to-member.cpp57 bool Find(const NPIdentifier *, unsigned, NPIdentifier *);
61 C::MethodMapMember(0, &C::Find); // don't crash

Completed in 546 milliseconds

12345678