Searched refs:Find (Results 51 - 75 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Dfind_helper.cc51 web_contents()->Find(current_request_id_, search_string, options);
75 web_contents()->Find(current_request_id_, last_search_string_, options);
/external/chromium_org/tools/cr/
H A Dmain.py75 if not cr.context.Find('CR_OUT_FULL'):
82 if cr.context.Find('CR_VERSION') != cr.base.client.VERSION:
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h63 bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const;
64 bool Find(lldb_private::RegularExpression& re, std::vector<dw_offset_t>& die_offsets) const;
H A DDWARFDebugPubnamesSet.h76 void Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const;
77 void Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const;
H A DDWARFDebugPubnames.cpp267 DWARFDebugPubnames::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugPubnames
276 (*pos).Find(name, ignore_case, die_offsets);
283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugPubnames
292 (*pos).Find(regex, die_offsets);
H A DUniqueDWARFASTType.cpp21 UniqueDWARFASTTypeList::Find function in class:UniqueDWARFASTTypeList
/external/lzma/CPP/Windows/
H A DFileFind.cpp201 bool CFileInfo::Find(LPCTSTR wildcard) function in class:NWindows::NFile::NFind::CFileInfo
223 bool CFileInfoW::Find(LPCWSTR wildcard) function in class:NWindows::NFile::NFind::CFileInfoW
247 return fi.Find(name) && !fi.IsDir();
253 return fi.Find(name) && fi.IsDir();
259 return fi.Find(name);
266 return fi.Find(name) && !fi.IsDir();
272 return fi.Find(name) && fi.IsDir();
277 return fi.Find(name);
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h44 bool find_begin1 = reader1->Find(begin_key);
45 bool find_begin2 = reader2->Find(begin_key);
/external/webrtc/src/system_wrappers/source/
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_org/third_party/skia/src/core/
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)) {
H A DSkGlyphCache_Globals.h92 return (SkGlyphCache_Globals*)SkTLS::Find(CreateTLS);
/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);
H A Ddevtools_window_testing.h52 static DevToolsWindowTesting* Find(DevToolsWindow* window);
/external/chromium_org/tools/cr/cr/base/
H A Dclient.py161 client_path = cr.context.Find('CR_CLIENT_PATH')
167 build_dir = cr.context.Find('CR_BUILD_DIR')
201 print 'Selected output directory is', cr.context.Find('CR_BUILD_DIR')
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc63 scoped_refptr<SelectFileDialogExtension> Find(
91 scoped_refptr<SelectFileDialogExtension> PendingDialog::Find( function in class:__anon5332::PendingDialog
253 PendingDialog::GetInstance()->Find(routing_id);
267 PendingDialog::GetInstance()->Find(routing_id);
278 PendingDialog::GetInstance()->Find(routing_id);
319 return PendingDialog::GetInstance()->Find(routing_id).get() != NULL;
/external/chromium_org/third_party/skia/src/animator/
H A DSkMemberInfo.h97 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
98 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
100 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
101 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
206 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \
210 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \
/external/skia/src/animator/
H A DSkMemberInfo.h97 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
98 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
100 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
101 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
206 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \
210 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dclean-header-guards32 Find::find(".") do |filename|
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc207 HCheckTableEntry* pred_entry = copy->Find(phi_operand);
224 HCheckTableEntry* entry = copy->Find(object);
254 HCheckTableEntry* le = copy->Find(left);
255 HCheckTableEntry* re = copy->Find(right);
275 HCheckTableEntry* entry = copy->Find(object);
326 that_entry = that->Find(phi_operand);
329 that_entry = that->Find(this_entry->object_);
363 HCheckTableEntry* entry = Find(object);
450 HCheckTableEntry* entry = Find(value);
505 HCheckTableEntry* entry = Find(objec
754 HCheckTableEntry* Find(HValue* object) { function in class:v8::internal::HCheckTable
[all...]
/external/openfst/src/include/fst/
H A Dverify.h69 } else if (isyms && isyms->Find(arc.ilabel) == "") {
79 } else if (osyms && osyms->Find(arc.olabel) == "") {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h66 } else if (isyms && isyms->Find(arc.ilabel) == "") {
76 } else if (osyms && osyms->Find(arc.olabel) == "") {
/external/lzma/CPP/Common/
H A DMyString.h114 while (charSet.Find(*p) >= 0 && (*p != 0))
124 if (charSet.Find(*p) >= 0)
365 int Find(T c) const { return Find(c, 0); } function in class:CStringBase
366 int Find(T c, int startIndex) const function in class:CStringBase
378 int Find(const CStringBase &s) const { return Find(s, 0); } function in class:CStringBase
379 int Find(const CStringBase &s, int startIndex) const function in class:CStringBase
411 if (s.Find(_chars[i]) >= 0)
498 pos = Find(oldCha
[all...]
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp48 if (!SkBitmapCache::Find(this->getGenerationID(),
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFGraphicState.h107 static int Find(const SkPaint& paint);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtype_profiler_map.cc106 const ObjectInfo* found = g_type_profiler_map->Find(address);

Completed in 492 milliseconds

1234567891011>>