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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/leveldatabase/src/db/
version_set_test.cc 35 int Find(const char* key) {
52 ASSERT_EQ(0, Find("foo"));
61 ASSERT_EQ(0, Find("a"));
62 ASSERT_EQ(0, Find("p"));
63 ASSERT_EQ(0, Find("p1"));
64 ASSERT_EQ(0, Find("q"));
65 ASSERT_EQ(1, Find("q1"));
66 ASSERT_EQ(1, Find("z"));
95 ASSERT_EQ(0, Find("100"));
96 ASSERT_EQ(0, Find("150"))
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTLS.h 24 * never invoked in Find, it is only used as a key for searching the
27 static void* Find(CreateProc);
SkBitmapCache.h 29 static bool Find(const SkBitmap& src, SkScalar invScaleX, SkScalar invScaleY, SkBitmap* result,
42 static bool Find(uint32_t genID, const SkIRect& subset, SkBitmap* result,
  /external/chromium_org/v8/src/compiler/
common-node-cache.h 21 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));
  /external/chromium_org/v8/tools/
external-reference-check.py 25 def Find(filename, re):
35 declarations = Find(DECLARE_FILE, DECLARE_RE)
36 registrations = Find(REGISTER_FILE, REGISTER_RE)
  /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/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.h 28 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;
NameToDIE.h 45 Find (const lldb_private::ConstString &name,
49 Find (const lldb_private::RegularExpression& regex,
  /external/lldb/test/attic/
dotest.pl 10 use File::Find;
31 # Traverse the directory to find our python test cases.
32 find(\&handleFind, $testDir);
35 my $foundFile = $File::Find::name;
  /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/chromium_org/chrome/browser/
auto_launch_trial.cc 22 base::FieldTrialList::Find(kAutoLaunchTrialName)->group_name()
  /external/chromium_org/chrome/renderer/extensions/
tab_finder.h 22 static content::RenderView* Find(int tab_id);
tab_finder.cc 17 content::RenderView* TabFinder::Find(int tab_id) {
  /external/chromium_org/third_party/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/WebCore");
48 find(\&wanted, "WebKit");
49 find(\&wanted, "Source/WebKit2");
56 $File::Find::prune = 1;
61 $File::Find::prune = 1;
68 push @paths, $File::Find::name;
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;
  /external/chromium_org/v8/test/cctest/compiler/
test-node-cache.cc 19 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(graph.zone(), v)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 25 if (fileInfo.Find(dirPrefix))
33 if (!fileInfo.Find(srcName))
  /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...]
  /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/chromium_org/chrome/browser/extensions/
extension_install_prompt_experiment.h 20 static ExtensionInstallPromptExperiment* Find();
  /external/chromium_org/storage/common/blob/
shareable_file_reference.cc 32 iterator Find(key_type key) {
34 return file_map_.find(key);
64 ShareableFileMap::iterator found = g_file_map.Get().Find(path);
113 DCHECK(g_file_map.Get().Find(path())->second == NULL);
117 DCHECK(g_file_map.Get().Find(path())->second == this);
  /external/chromium_org/third_party/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/chromium_org/third_party/skia/src/views/
SkTagList.h 38 static SkTagList* Find(SkTagList* head, U8CPU tag);
  /external/chromium_org/third_party/skia/tests/
SkResourceCacheTest.cpp 25 return SkBitmapCache::Find(orig, roundedImageWidth, roundedImageHeight, &scaled);
111 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
114 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
117 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
121 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
145 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
148 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
158 REPORTER_ASSERT(reporter, !SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache));
165 // We can add the bitmap back to the cache and find it again.
167 REPORTER_ASSERT(reporter, SkBitmapCache::Find(cachedBitmap.getGenerationID(), rect, &bm, cache))
    [all...]

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>