/external/v8/src/ast/ |
D | prettyprinter.cc | 32 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/ |
D | common-node-cache.h | 29 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/ |
D | external_constant_pool_test.cc | 34 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/ |
D | presized_cuckoo_map_test.cc | 49 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/ |
D | StringMatchersTest.java | 63 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/ |
D | node_def_util.cc | 67 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 …]
|
D | resource_mgr_test.cc | 51 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/ |
D | tst_bitmaps_cmd.ct | 24 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/ |
D | GpuLayerCacheTest.cpp | 43 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/ |
D | GpuLayerCacheTest.cpp | 43 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/ |
D | MyString.h | 221 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/ |
D | tiff_directory.cc | 45 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/ |
D | hydrogen-check-elimination.cc | 208 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/ |
D | bytestring_unittest.cpp | 609 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 …]
|
D | widestring_unittest.cpp | 569 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/ |
D | tinyxml.cpp | 441 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/ |
D | rpc_rendezvous_mgr_test.cc | 90 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/ |
D | UpdateCMakeLists.pl | 3 use File::Find; 23 my $dir = $File::Find::dir; 26 $dirCMake{$dir} = $File::Find::name;
|
/external/swiftshader/third_party/LLVM/utils/ |
D | UpdateCMakeLists.pl | 3 use File::Find; 23 my $dir = $File::Find::dir; 26 $dirCMake{$dir} = $File::Find::name;
|
/external/pdfium/core/fpdftext/ |
D | cpdf_linkextract.cpp | 34 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/ |
D | find_scan_roots.py | 31 def Find(self, components): member in Node 37 return self.children[child].Find(components[1:]) 77 n = root.Find(components)
|
/external/v8/src/ |
D | effects.h | 83 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/ |
D | Find.java | 13 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/ |
D | SubtargetFeature.cpp | 122 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/ |
D | Find.java | 23 public class Find implements IArgumentMatcher, Serializable { class 29 public Find(String regex) { in Find() method in Find
|