HomeSort by relevance Sort by last modified time
    Searched refs:Find (Results 151 - 175 of 668) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/src/views/
SkEventSink.cpp 94 return fTagHead ? SkTagList::Find(fTagHead, tag) : NULL;
99 SkASSERT(fTagHead == NULL || SkTagList::Find(fTagHead, rec->fTag) == NULL);
126 int find(SkEventSinkID id) const function in struct:SkListenersTagList
148 if (prev->find(id) >= 0)
186 int index = list->find(id);
289 (void)gNamedSinkIDs.find(name, &id);
  /external/chromium_org/tools/cr/cr/base/
context.py 211 return self.Find('CR_VERBOSE') or self.dry_run
217 return self.Find('CR_DRY_RUN')
  /external/chromium_org/tools/traceline/traceline/scripts/
heap.js 55 // Find the largest allocation.
  /external/lldb/scripts/
sed-sources 4 use File::Find;
201 my $fullpath = $File::Find::name;
242 find(\&find_callback, $path);
  /external/lzma/CPP/Common/
CommandLineParser.cpp 155 int index = set.Find(s[pos]);
213 if (commandString.Find(id) == 0)
  /external/openfst/src/include/fst/
string.h 127 n = syms_->Find(s);
248 string symbol = syms_->Find(lab);
relabel.h 84 input_map.find(arc.ilabel);
96 it = output_map.find(arc.olabel);
150 int new_isymbol_val = new_isymbols->Find(isymbol);
163 int new_osymbol_val = new_osymbols->Find(osymbol);
258 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol());
269 new_osymbols->Find(syms_iter.Symbol());
350 input_map_.find(arc.ilabel);
357 output_map_.find(arc.olabel);
  /external/skia/src/views/
SkEventSink.cpp 94 return fTagHead ? SkTagList::Find(fTagHead, tag) : NULL;
99 SkASSERT(fTagHead == NULL || SkTagList::Find(fTagHead, rec->fTag) == NULL);
126 int find(SkEventSinkID id) const function in struct:SkListenersTagList
148 if (prev->find(id) >= 0)
186 int index = list->find(id);
289 (void)gNamedSinkIDs.find(name, &id);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 61 int nIndex = Find(t);
88 int Find(T &t) const {
  /external/chromium_org/media/cdm/
aes_decryptor.cc 57 return Find(web_session_id) != key_list_.end();
62 KeyList::iterator Find(const std::string& web_session_id);
75 KeyList::iterator it = Find(web_session_id);
84 KeyList::iterator it = Find(web_session_id);
91 AesDecryptor::SessionIdDecryptionKeyMap::Find(
167 // TODO(xhwang): Find a way to avoid this data copy.
284 if (valid_sessions_.find(web_session_id) == valid_sessions_.end()) {
340 std::set<std::string>::iterator it = valid_sessions_.find(web_session_id);
362 if (valid_sessions_.find(web_session_id) != valid_sessions_.end()) {
374 DCHECK(valid_sessions_.find(web_session_id) != valid_sessions_.end())
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 184 static const char *kCannotFindListFile = "Cannot find listfile";
319 int splitPos = switchParam.Find(L':');
325 splitPos = switchParam2.Find(L':');
392 int index = UString(kRecursedPostCharSet).Find(name[pos]);
424 if (fi.Find(prefix + name))
508 int statePos = kUpdatePairStateIDSet.Find(c);
517 int actionPos = kUpdatePairActionIDSet.Find(::MyCharUpper(command[i]));
678 int index = postString.Find(L'=');
781 throw "cannot find archive";
EnumDirItems.cpp 119 if (!fi.Find(phyPath))
215 if (!fi.Find(fullPath))
265 if (!fi.Find(fullPath))
ExtractingFilePath.cpp 39 int dotPos = name.Find(L'.');
  /external/chromium_org/extensions/browser/api/web_view/
web_view_internal_api.cc 250 scoped_ptr<webview::Find::Params> params(
251 webview::Find::Params::Create(*args_));
259 // Set the find options to their default values.
268 guest->Find(search_text, options, this);
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 357 if(cbCompareString.Find(rangstring[i]) == -1)
365 nStringTo = rangstring.Find(',',nStringFrom);
372 int nMid = cbMidRange.Find('-');
  /external/chromium_org/base/metrics/
field_trial.h 334 // and can be used to find the trial (only one trial can be present for each
377 // The Find() method can be used to test to see if a named Trial was already
379 static FieldTrial* Find(const std::string& name);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_selection_walker.js 74 // Find the deepest visible node; written specifically here because we want
82 // Find the first visible child.
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.cc 70 // exception to this is if the Find was aborted (then we don't want FindNext
72 // therefore treat FindNext after an aborted Find operation as a full fledged
73 // Find.
96 web_contents()->Find(current_find_request_id_, find_text_, options);
102 // kClearSelection means the find string has been cleared by the user, but
168 // Notify the UI, automation and any other observers that a find result was
  /external/chromium_org/third_party/lcov/bin/
mcov 16 use File::Find;
71 find(sub {
  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.cpp 483 // Find Nth memberInfo
484 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) {
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
504 // Find named memberinfo
505 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) {
509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 176 if(!SkBitmapCache::Find(this->getGenerationID(), bounds, dst)) {
  /external/chromium_org/v8/src/ic/
ic-compiler.h 68 static Handle<Code> Find(Handle<Name> name, Handle<Map> stub_holder_map,
  /external/chromium_org/v8/src/
splay-tree.h 67 bool Find(const Key& key, Locator* locator);
73 // Find the mapping with the greatest key in this tree.
80 // Find the mapping with the least key in this tree.
  /external/openfst/src/include/fst/extensions/far/
info.h 58 far_reader->Find(begin_key);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 35 CPDF_Font* Find(void* key, int index);

Completed in 1817 milliseconds

1 2 3 4 5 67 8 91011>>