HomeSort by relevance Sort by last modified time
    Searched refs:Find (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/skia/src/core/
SkTLS.h 25 * never invoked in Find, it is only used as a key for searching the
28 static void* Find(CreateProc);
  /external/easymock/src/org/easymock/internal/matchers/
Find.java 23 public class Find implements IArgumentMatcher, Serializable {
29 public Find(String regex) {
35 && Pattern.compile(regex).matcher((String) actual).find();
39 buffer.append("find(\"" + regex.replaceAll("\\\\", "\\\\\\\\") + "\")");
  /external/mockito/src/org/mockito/internal/matchers/
Find.java 14 public class Find extends ArgumentMatcher<String> implements Serializable {
19 public Find(String regex) {
24 return actual != null && Pattern.compile(regex).matcher((String) actual).find();
28 description.appendText("find(\"" + regex.replaceAll("\\\\", "\\\\\\\\") + "\")");
  /external/webkit/Tools/Scripts/
do-file-rename 32 use File::Find;
43 # find all files we want to process
46 find(\&wanted, "Source/JavaScriptCore");
47 find(\&wanted, "Source/JavaScriptGlue");
48 find(\&wanted, "Source/WebCore");
49 find(\&wanted, "WebKit");
50 find(\&wanted, "Source/WebKit2");
57 $File::Find::prune = 1;
62 $File::Find::prune = 1;
69 push @paths, $File::Find::name
    [all...]
make-script-test-wrappers 37 use File::Find;
82 push @files, $File::Find::name if substr($_, -3) eq ".js";
84 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, $templateDirectory);
122 return () if basename($File::Find::dir) eq ".svn";
135 push @templateFiles, $File::Find::name if $_ eq "TEMPLATE.html";
138 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, @paths);
report-include-statistics 32 use File::Find;
34 find(\&wanted, @ARGV ? @ARGV : ".");
45 $File::Find::prune = 1;
50 $paths{$file} = $File::Find::name;
51 $sources{$file} = $File::Find::name if $file !~ /\.h/;
find-extra-includes 29 # "find-extra-includes" script for WebKit Open Source Project
32 use File::Find;
34 find(\&wanted, @ARGV ? @ARGV : ".");
44 $File::Find::prune = 1;
49 $paths{$file} = $File::Find::name;
do-webcore-rename 33 use File::Find;
69 # find all files we want to process
72 find(\&wanted, "Source/JavaScriptCore");
73 find(\&wanted, "Source/JavaScriptGlue");
74 find(\&wanted, "Source/WebCore");
75 find(\&wanted, "Source/WebKit");
76 find(\&wanted, "Source/WebKit2");
77 find(\&wanted, "Tools/DumpRenderTree");
85 print "Ignoring $File::Find::name\n" if $verbose;
86 $File::Find::prune = 1
    [all...]
update-webkit-dependency 35 use File::Find;
116 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/$prefixInZip");
127 File::Find::find(\&wanted, "$tmpAbsDir/$file");
update-webkit-support-libs 35 use File::Find;
81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
92 File::Find::find(\&wanted, "$tmpAbsDir/$file");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 51 int64 key = Find(symbol);
72 string Find(int64 key) const {
74 key_map_.find(key);
84 int64 Find(const string& symbol) const {
85 return Find(symbol.c_str());
91 int64 Find(const char* symbol) const {
93 symbol_map_.find(symbol);
284 string Find(int64 key) const {
285 return impl_->Find(key);
290 int64 Find(const string& symbol) const
    [all...]
  /external/openfst/src/include/fst/
symbol-table.h 81 AddSymbol(impl.symbols_[i], impl.Find(impl.symbols_[i]));
95 int64 key = Find(symbol);
111 string Find(int64 key) const {
116 key_map_.find(key);
126 int64 Find(const string& symbol) const {
127 return Find(symbol.c_str());
133 int64 Find(const char* symbol) const {
135 symbol_map_.find(symbol);
144 else return Find(symbols_[pos]);
376 virtual string Find(int64 key) const
    [all...]
matcher.h 32 // MATCHERS - these can find and iterate through requested labels at
73 // bool Find(Label label);
79 // // have undefined behavior until Find() is called.
116 bool Find(Label label) { return Find_(label); }
228 bool Find(Label match_label) {
257 // After Find(), returns false if no more exact matches.
301 virtual bool Find_(Label label) { return Find(label); }
344 // find first matching label (when non-determinism)
453 bool Find(Label match_label) {
455 FSTERROR() << "RhoMatcher::Find: bad label (rho)"
    [all...]
  /external/chromium/base/metrics/
field_trial_unittest.cc 43 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("xxx")
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 31 use File::Find;
59 find(\&collectNeededHeaders, $incFromRoot);
60 find(\&collectFameworkHeaderPaths, File::Spec->catfile($srcRoot, $framework));
65 my $filePath = $File::Find::name;
79 my $filePath = $File::Find::name;
  /external/skia/legacy/src/animator/
SkGetCondensedInfo.cpp 64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) {
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) {
  /external/skia/legacy/src/views/
SkTagList.h 38 static SkTagList* Find(SkTagList* head, U8CPU tag);
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) {
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) {
  /external/skia/src/views/
SkTagList.h 38 static SkTagList* Find(SkTagList* head, U8CPU tag);
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 33 use File::Find;
42 find(\&finder, $dir);
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 68 MapItem* Find(int id) const;
  /external/webrtc/src/system_wrappers/test/map/
map.cc 67 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/extensions/far/
equal.h 44 bool find_begin1 = reader1->Find(begin_key);
45 bool find_begin2 = reader2->Find(begin_key);
  /external/openfst/src/lib/
symbol-table-ops.cc 34 int64 key = right.Find(liter.Symbol());
53 int64 key = merged->Find(riter.Symbol());
63 if (!merged->Find(riter.Value()).empty()) {

Completed in 1346 milliseconds

1 2 3 4 5 6 7 8 910