Searched defs:Find (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/third_party/skia/src/views/
H A DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) function in class:SkTagList
/external/skia/src/views/
H A DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) function in class:SkTagList
/external/chromium_org/chrome/renderer/extensions/
H A Dtab_finder.cc17 content::RenderView* TabFinder::Find(int tab_id) { function in class:extensions::TabFinder
/external/chromium_org/v8/tools/
H A Dexternal-reference-check.py25 def Find(filename, re): function
35 declarations = Find(DECLARE_FILE, DECLARE_RE)
36 registrations = Find(REGISTER_FILE, REGISTER_RE)
/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/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp39 NameToDIE::Find (const ConstString &name, DIEArray &info_array) const function in class:NameToDIE
45 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const function in class:NameToDIE
H A DUniqueDWARFASTType.cpp21 UniqueDWARFASTTypeList::Find function in class:UniqueDWARFASTTypeList
H A DDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
/external/mockito/src/org/mockito/internal/matchers/
H A DFind.java14 public class Find extends ArgumentMatcher<String> implements Serializable { class in inherits:ArgumentMatcher,Serializable
19 public Find(String regex) { method in class:Find
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set_test.cc35 int Find(const char* key) { function in class:leveldb::FindFileTest
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("15
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS
H A DSkBitmapCache.cpp76 bool SkBitmapCache::Find(const SkBitmap& src, SkScalar invScaleX, SkScalar invScaleY, SkBitmap* result, function in class:SkBitmapCache
84 return CHECK_LOCAL(localCache, find, Find, key, BitmapRec::Visitor, result);
99 bool SkBitmapCache::Find(uint32_t genID, const SkIRect& subset, SkBitmap* result, function in class:SkBitmapCache
103 return CHECK_LOCAL(localCache, find, Find, key, BitmapRec::Visitor, result);
154 if (!SkResourceCache::Find(key, MipMapRec::Visitor, &result)) {
/external/chromium_org/v8/src/compiler/
H A Dnode-cache.cc78 Node** NodeCache<Key>::Find(Zone* zone, Key key) { function in class:v8::internal::compiler::NodeCache
/external/skia/src/core/
H A DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS
/external/chromium_org/third_party/skia/src/animator/
H A DSkGetCondensedInfo.cpp64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
H A DSkDisplayType.cpp377 info = SkMemberInfo::Find(info, infoCount, matchPtr);
529 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) { function in class:SkDisplayType
/external/chromium_org/ui/gfx/
H A Dcolor_profile_win.cc21 bool Find(const std::wstring& device, std::vector<char>* profile) { function in class:gfx::ColorProfileCache
77 if (GetColorProfileCache().Find(monitor.szDevice, profile))
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp128 FX_POSITION CFX_PtrList::Find(void* searchValue, FX_POSITION startAfter) const function in class:CFX_PtrList
/external/skia/src/animator/
H A DSkGetCondensedInfo.cpp64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc129 MapItem* MapWrapper::Find(int id) const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc145 MapNoStlItem* MapNoStl::Find(int id) const function in class:webrtc::MapNoStl
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window_testing.cc47 DevToolsWindowTesting* testing = DevToolsWindowTesting::Find(window);
54 DevToolsWindowTesting* DevToolsWindowTesting::Find(DevToolsWindow* window) { function in class:DevToolsWindowTesting
89 DevToolsWindowTesting* testing = DevToolsWindowTesting::Find(window);
/external/chromium_org/extensions/renderer/
H A Dconsole.cc30 static content::RenderView* Find(v8::Handle<v8::Context> context) { function in class:extensions::console::__anon8266::ByContextFinder
168 content::RenderView* render_view = ByContextFinder::Find(context);
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc32 iterator Find(key_type key) { function in class:storage::__anon10733::ShareableFileMap
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/cld/encodings/compact_lang_det/
H A Dtote.cc214 // Find subscript of a given packed language, or -1
215 int ToteWithReliability::Find(uint8 ikey) { function in class:ToteWithReliability

Completed in 6512 milliseconds

12345