Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/external/v8/src/ast/
Dprettyprinter.cc32 Find(program); in Print()
37 void CallPrinter::Find(AstNode* node, bool print) { in Find() function in v8::internal::CallPrinter
75 Find(node->expression()); in VisitExpressionStatement()
84 Find(node->statement()); in VisitSloppyBlockFunctionStatement()
89 Find(node->condition()); in VisitIfStatement()
90 Find(node->then_statement()); in VisitIfStatement()
92 Find(node->else_statement()); in VisitIfStatement()
104 Find(node->expression()); in VisitReturnStatement()
109 Find(node->expression()); in VisitWithStatement()
110 Find(node->statement()); in VisitWithStatement()
[all …]
/external/v8/src/compiler/
Dcommon-node-cache.h29 return int32_constants_.Find(zone(), value); in FindInt32Constant()
33 return int64_constants_.Find(zone(), value); in FindInt64Constant()
38 return float32_constants_.Find(zone(), bit_cast<int32_t>(value)); in FindFloat32Constant()
43 return float64_constants_.Find(zone(), bit_cast<int64_t>(value)); in FindFloat64Constant()
49 return pointer_constants_.Find(zone(), value); in FindPointerConstant()
54 return number_constants_.Find(zone(), bit_cast<int64_t>(value)); in FindNumberConstant()
60 return relocatable_int32_constants_.Find(zone(), in FindRelocatableInt32Constant()
65 return relocatable_int64_constants_.Find(zone(), in FindRelocatableInt64Constant()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dexternal_constant_pool_test.cc34 EXPECT_EQ(constant_pool.Find("name-0"), nullptr); in TEST()
37 const uint8* constant = constant_pool.Find("name-0"); in TEST()
45 EXPECT_EQ(constant_pool.Find("name-1"), nullptr); in TEST()
50 EXPECT_EQ(constant_pool.Find("name-0"), nullptr); in TEST()
54 const uint8* constant = constant_pool.Find("name-0"); in TEST()
65 EXPECT_EQ(constant_pool.Find("name-0"), nullptr); in TEST()
74 const uint8* constant = constant_pool.Find(name); in TEST()
/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map_test.cc49 EXPECT_TRUE(pscm.Find(1, &out)); in TEST()
81 EXPECT_TRUE(pscm.Find(key, &out)); in TEST()
90 EXPECT_FALSE(pscm.Find(i, &out)); in TEST()
100 EXPECT_TRUE(pscm.Find(0, &out)); in TEST()
102 EXPECT_TRUE(pscm.Find(1, &out)); in TEST()
105 EXPECT_FALSE(pscm.Find(0, &out)); in TEST()
106 EXPECT_FALSE(pscm.Find(1, &out)); in TEST()
121 EXPECT_TRUE(pscm.Find(key, &out)); in RunFill()
188 pscm.Find(calculated_keys[key_index], &out); in BM_CuckooRead()
/external/mockito/src/test/java/org/mockito/internal/matchers/
DStringMatchersTest.java63 assertTrue(new Find("eleph.nt").matches("the elephant in the room")); in matchesRegex()
64 assertTrue(new Find("eleph.nt").matches("the elephInt in the room")); in matchesRegex()
69 assertFalse(new Find("eleph.nt").matches("the otter in the room")); in doesNotMatchRegex()
74 assertFalse(new Find("eleph.nt").matches(null)); in nullDoesNotMatchRegex()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc67 SummarizeAttrValue(*attrs.Find(attr_name))); in SummarizeAttrsHelper()
103 const AttrValue* AttrSlice::Find(StringPiece attr_name) const { in Find() function in tensorflow::AttrSlice
124 Status AttrSlice::Find(StringPiece attr_name, in Find() function in tensorflow::AttrSlice
126 *attr_value = Find(attr_name); in Find()
162 TF_RETURN_IF_ERROR(attrs.Find(attr_name, &attr_value)); \
172 TF_RETURN_IF_ERROR(attrs.Find(attr_name, &attr_value)); \
184 const AttrValue* attr_value = attrs.Find(attr_name); \
199 const AttrValue* attr_value = attrs.Find(attr_name); \
253 const AttrValue* attr_value = attrs.Find(attr_name); in GetNodeAttrString()
267 TF_RETURN_IF_ERROR(attrs.Find(attr_name, &attr_value)); in GetNodeAttr()
[all …]
Dresource_mgr_test.cc51 string Find(const ResourceMgr& rm, const string& container, in Find() function
98 EXPECT_EQ("R/cat", Find<Resource>(rm, "foo", "bar")); in TEST()
99 EXPECT_EQ("R/dog", Find<Resource>(rm, "foo", "baz")); in TEST()
100 EXPECT_EQ("O/tiger", Find<Other>(rm, "foo", "bar")); in TEST()
112 EXPECT_EQ("R/kitty", Find<Resource>(rm, "foo", "bar")); in TEST()
130 EXPECT_EQ("R/cat", Find<Resource>(rm, "foo", "bar")); in TEST()
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps_cmd.ct24 request do_ffzb, "Find first zero block",
27 request do_ffsb, "Find first set block",
42 request do_ffzi, "Find first zero inode",
45 request do_ffsi, "Find first set inode",
/external/skqp/tests/
DGpuLayerCacheTest.cpp43 static GrCachedLayer* Find(GrLayerCache* cache, uint32_t pictureID,
67 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
141 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
170 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
187 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
240 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
251 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
329 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
346 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
/external/skia/tests/
DGpuLayerCacheTest.cpp43 static GrCachedLayer* Find(GrLayerCache* cache, uint32_t pictureID,
67 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
141 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
170 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
187 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
240 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
251 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
329 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
346 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
/external/lzma/CPP/Common/
DMyString.h221 void Find(wchar_t c) const;
222 void Find(wchar_t c, unsigned startIndex) const;
332 int Find(char c) const { return FindCharPosInString(_chars, c); } in Find() function
333 int Find(char c, unsigned startIndex) const in Find() function
343 int Find(const char *s) const { return Find(s, 0); } in Find() function
344 int Find(const char *s, unsigned startIndex) const throw();
453 void Find(char c) const;
454 void Find(unsigned char c) const;
455 void Find(char c, unsigned startIndex) const;
456 void Find(unsigned char c, unsigned startIndex) const;
[all …]
/external/piex/src/tiff_directory/
Dtiff_directory.cc45 const DirectoryEntry* directory_entry = Find(tag); in Get()
57 const DirectoryEntry* directory_entry = Find(tag); in Get()
77 const DirectoryEntry* directory_entry = Find(tag); in Get()
114 const DirectoryEntry* directory_entry = Find(tag); in Get()
169 const DirectoryEntry* directory_entry = Find(tag); in Get()
217 const DirectoryEntry* directory_entry = Find(tag); in GetOffsetAndLength()
245 const TiffDirectory::DirectoryEntry* TiffDirectory::Find(const Tag tag) const { in Find() function in piex::tiff_directory::TiffDirectory
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc208 HCheckTableEntry* pred_entry = copy->Find(phi_operand); in Copy()
225 HCheckTableEntry* entry = copy->Find(object); in Copy()
255 HCheckTableEntry* le = copy->Find(left); in Copy()
256 HCheckTableEntry* re = copy->Find(right); in Copy()
276 HCheckTableEntry* entry = copy->Find(object); in Copy()
327 that_entry = that->Find(phi_operand); in Merge()
330 that_entry = that->Find(this_entry->object_); in Merge()
364 HCheckTableEntry* entry = Find(object); in ReduceCheckMaps()
451 HCheckTableEntry* entry = Find(value); in ReduceCheckInstanceType()
506 HCheckTableEntry* entry = Find(object); in ReduceLoadNamedField()
[all …]
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp609 TEST(ByteString, Find) { in TEST() argument
611 EXPECT_FALSE(null_string.Find('a').has_value()); in TEST()
612 EXPECT_FALSE(null_string.Find('\0').has_value()); in TEST()
615 EXPECT_FALSE(empty_string.Find('a').has_value()); in TEST()
616 EXPECT_FALSE(empty_string.Find('\0').has_value()); in TEST()
620 result = single_string.Find('a'); in TEST()
623 EXPECT_FALSE(single_string.Find('b').has_value()); in TEST()
624 EXPECT_FALSE(single_string.Find('\0').has_value()); in TEST()
627 result = longer_string.Find('a'); in TEST()
630 result = longer_string.Find('c'); in TEST()
[all …]
Dwidestring_unittest.cpp569 TEST(WideString, Find) { in TEST() argument
571 EXPECT_FALSE(null_string.Find(L'a').has_value()); in TEST()
572 EXPECT_FALSE(null_string.Find(L'\0').has_value()); in TEST()
575 EXPECT_FALSE(empty_string.Find(L'a').has_value()); in TEST()
576 EXPECT_FALSE(empty_string.Find(L'\0').has_value()); in TEST()
580 result = single_string.Find(L'a'); in TEST()
583 EXPECT_FALSE(single_string.Find(L'b').has_value()); in TEST()
584 EXPECT_FALSE(single_string.Find(L'\0').has_value()); in TEST()
587 result = longer_string.Find(L'a'); in TEST()
590 result = longer_string.Find(L'c'); in TEST()
[all …]
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp441 TiXmlAttribute* node = attributeSet.Find( str ); in RemoveAttribute()
443 TiXmlAttribute* node = attributeSet.Find( name ); in RemoveAttribute()
579 const TiXmlAttribute* node = attributeSet.Find( name ); in Attribute()
589 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute()
599 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute()
615 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute()
631 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute()
647 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute()
663 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryIntAttribute()
672 const TiXmlAttribute* node = attributeSet.Find( name ); in QueryUnsignedAttribute()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc90 RemoteRendezvous* rendez = rmgr_.Find(step_id); in TEST_F()
111 RemoteRendezvous* rendez = rmgr_.Find(step_id); in TEST_F()
125 RemoteRendezvous* rendez = rmgr_.Find(step_id); in TEST_F()
145 RemoteRendezvous* rendez = rmgr_.Find(step_id); in TEST_F()
175 RemoteRendezvous* rendez = rmgr_.Find(step_id); in TEST_F()
/external/llvm/utils/
DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/external/swiftshader/third_party/LLVM/utils/
DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp34 auto result = str.Find(L']', start + 1); in FindWebLinkEnding()
201 auto start = str.Find(kHttpScheme); in CheckWebLink()
223 start = str.Find(kWWWAddrStart); in CheckWebLink()
239 auto aPos = str->Find(L'@'); in CheckMailLink()
267 aPos = str->Find(L'@'); in CheckMailLink()
275 auto ePos = str->Find(L'.', aPos.value() + 1); in CheckMailLink()
/external/perfetto/tools/
Dfind_scan_roots.py31 def Find(self, components): member in Node
37 return self.children[child].Find(components[1:])
77 n = root.Find(components)
/external/v8/src/
Deffects.h83 return this->Find(var, &locator) in Lookup()
199 bool Find(Var var, Locator* locator) { in Find() function
201 return map_->Find(var, locator); in Find()
267 bool Find(Var var, Locator* locator) { in Find() function
270 if (node->effects.Find(var, locator)) return true; in Find()
298 if (node->effects.Find(var, &shadowed)) { in Insert()
/external/mockito/src/main/java/org/mockito/internal/matchers/
DFind.java13 public class Find implements ArgumentMatcher<String>, Serializable { class
17 public Find(String regex) { in Find() method in Find
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp122 template<typename T> const T *Find(const StringRef S, const T *A, size_t L) { in Find() function
235 Find(StripFlag(Feature), FeatureTable, FeatureTableSize); in ToggleFeature()
287 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize); in getFeatureBits()
316 Find(StripFlag(Feature), FeatureTable, FeatureTableSize); in getFeatureBits()
353 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize); in getItinerary()
/external/easymock/src/org/easymock/internal/matchers/
DFind.java23 public class Find implements IArgumentMatcher, Serializable { class
29 public Find(String regex) { in Find() method in Find

12345678910>>...24