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

12345

/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/skia/include/core/
H A DSkGlobals.h39 create_proc can NOT call back into SkGlobals::Find (it would deadlock)
41 static Rec* Find(uint32_t tag, Rec* (*create_proc)());
42 /** Helper for Find, when you want to assert that the Rec is already in the list
46 Rec* rec = SkGlobals::Find(tag, NULL);
/external/webkit/Tools/Scripts/
H A Ddo-file-rename32 use File::Find;
57 $File::Find::prune = 1;
62 $File::Find::prune = 1;
69 push @paths, $File::Find::name;
H A Dmake-script-test-wrappers37 use File::Find;
82 push @files, $File::Find::name if substr($_, -3) eq ".js";
122 return () if basename($File::Find::dir) eq ".svn";
135 push @templateFiles, $File::Find::name if $_ eq "TEMPLATE.html";
H A Dreport-include-statistics32 use File::Find;
45 $File::Find::prune = 1;
50 $paths{$file} = $File::Find::name;
51 $sources{$file} = $File::Find::name if $file !~ /\.h/;
H A Dfind-extra-includes32 use File::Find;
44 $File::Find::prune = 1;
49 $paths{$file} = $File::Find::name;
H A Ddo-webcore-rename33 use File::Find;
85 print "Ignoring $File::Find::name\n" if $verbose;
86 $File::Find::prune = 1;
92 push @paths, $File::Find::name;
183 # Find the longest key in %renames which matches this more permissive regexp.
H A Dupdate-webkit-dependency35 use File::Find;
116 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/$prefixInZip");
127 File::Find::find(\&wanted, "$tmpAbsDir/$file");
H A Dupdate-webkit-support-libs35 use File::Find;
81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
92 File::Find::find(\&wanted, "$tmpAbsDir/$file");
/external/llvm/utils/
H A DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h51 int64 key = Find(symbol);
72 string Find(int64 key) const { function in class:fst::SymbolTableImpl
84 int64 Find(const string& symbol) const { function in class:fst::SymbolTableImpl
85 return Find(symbol.c_str());
91 int64 Find(const char* symbol) const { function in class:fst::SymbolTableImpl
284 string Find(int64 key) const { function in class:fst::SymbolTable
285 return impl_->Find(key);
290 int64 Find(const string& symbol) const { function in class:fst::SymbolTable
291 return impl_->Find(symbol);
296 int64 Find(cons function in class:fst::SymbolTable
[all...]
/external/webkit/Source/WebKit2/Scripts/
H A Dgenerate-forwarding-headers.pl31 use File::Find;
65 my $filePath = $File::Find::name;
79 my $filePath = $File::Find::name;
/external/chromium/base/metrics/
H A Dfield_trial_unittest.cc43 EXPECT_FALSE(FieldTrialList::Find(name1));
44 EXPECT_FALSE(FieldTrialList::Find(name2));
54 EXPECT_EQ(trial1, FieldTrialList::Find(name1));
55 EXPECT_FALSE(FieldTrialList::Find(name2));
65 EXPECT_EQ(trial1, FieldTrialList::Find(name1));
66 EXPECT_EQ(trial2, FieldTrialList::Find(name2));
249 EXPECT_TRUE(FieldTrialList::Find("Some_name") == NULL);
250 EXPECT_TRUE(FieldTrialList::Find("xxx") == NULL);
254 FieldTrial* trial = FieldTrialList::Find("Some_name");
259 trial = FieldTrialList::Find("xx
[all...]
/external/skia/src/animator/
H A DSkGetCondensedInfo.cpp72 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
98 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
103 const SkMemberInfo* result = Find(baseTypeLookup, index);
118 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
/external/skia/src/views/
H A DSkTagList.h46 static SkTagList* Find(SkTagList* head, U8CPU tag);
H A DSkTagList.cpp24 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) function in class:SkTagList
H A DSkEvent.cpp318 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
354 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
383 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
405 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
429 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
450 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
500 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
540 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
562 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals);
/external/webkit/Source/WebKit/win/WebKit.vcproj/
H A DFixMIDLHeaders.pl33 use File::Find;
/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/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h69 MapItem* Find(int id) const;
/external/webrtc/src/system_wrappers/source/
H A Dmap_no_stl.h56 MapNoStlItem* Find(int id) const;
H A Dmap_unittest.cc146 MapItem* rhs_item = rhs.Find(lhs_item->GetId());
180 EXPECT_FALSE(NULL == ascending_map_.Find(first_value_id));
183 EXPECT_TRUE(NULL == ascending_map_.Find(first_value_id));
194 EXPECT_FALSE(NULL == ascending_map_.Find(last_value_id));
197 EXPECT_TRUE(NULL == ascending_map_.Find(last_value_id));
220 MapItem* compare_item = compare_map.Find(ascend_item->GetId());
/external/chromium/net/socket/
H A Dclient_socket.cc137 base::FieldTrialList::Find("ConnnectBackupJobs") &&
138 !base::FieldTrialList::Find("ConnnectBackupJobs")->group_name().empty();
H A Dclient_socket_pool_histograms.cc62 base::FieldTrialList::Find("ProxyConnectionImpact") &&
63 !base::FieldTrialList::Find("ProxyConnectionImpact")->
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.cpp84 PluginTimer* PluginTimer::Find(PluginTimer* list, uint32_t timerID) function in class:WebCore::PluginTimer
130 PluginTimer* timer = PluginTimer::Find(m_list, timerID);

Completed in 2369 milliseconds

12345