Searched refs:find (Results 276 - 300 of 2298) sorted by relevance

<<11121314151617181920>>

/external/openfst/
H A DAndroid.mk11 find $(1) -name "*.cc" -and -not -name ".*"))
/external/protobuf/
H A Dautogen.sh12 Could not find source code. Make sure you are running this script from the
/external/skia/legacy/src/core/
H A DSkMetaData.cpp147 const Rec* rec = this->find(name, kS32_Type);
160 const Rec* rec = this->find(name, kScalar_Type);
173 const Rec* rec = this->find(name, kScalar_Type);
186 const Rec* rec = this->find(name, kPtr_Type);
203 const Rec* rec = this->find(name, kString_Type);
210 const Rec* rec = this->find(name, kBool_Type);
222 const Rec* rec = this->find(name, kData_Type);
233 const SkMetaData::Rec* SkMetaData::find(const char name[], Type type) const function in class:SkMetaData
/external/skia/src/core/
H A DSkFlattenable.cpp27 uint32_t SkNamedFactorySet::find(SkFlattenable::Factory factory) { function in class:SkNamedFactorySet
28 uint32_t index = fFactorySet.find(factory);
H A DSkMetaData.cpp147 const Rec* rec = this->find(name, kS32_Type);
160 const Rec* rec = this->find(name, kScalar_Type);
173 const Rec* rec = this->find(name, kScalar_Type);
186 const Rec* rec = this->find(name, kPtr_Type);
203 const Rec* rec = this->find(name, kString_Type);
210 const Rec* rec = this->find(name, kBool_Type);
222 const Rec* rec = this->find(name, kData_Type);
233 const SkMetaData::Rec* SkMetaData::find(const char name[], Type type) const function in class:SkMetaData
/external/skia/tests/
H A DBitmapHeapTest.cpp64 int index = dictionary.find(*bitmapShader);
85 index = dictionary.find(*bitmapShader);
/external/webkit/Source/WebCore/html/
H A DDataGridColumnList.cpp82 size_t index = m_columns.find(col);
96 size_t colIndex = m_columns.find(col);
/external/webkit/Source/WebCore/html/parser/
H A DHTMLFormattingElementList.cpp56 return !!find(element);
59 HTMLFormattingElementList::Entry* HTMLFormattingElementList::find(Element* element) function in class:WebCore::HTMLFormattingElementList
/external/webkit/Source/WebCore/platform/network/
H A DHTTPHeaderMap.cpp100 const_iterator i = find<const char*, CaseFoldingCStringTranslator>(name);
108 return find<const char*, CaseFoldingCStringTranslator>(name) != end();
/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendImpl.cpp77 IDBDatabaseBackendMap::iterator it = m_databaseBackendMap.find(uniqueIdentifier);
86 IDBBackingStoreMap::iterator it2 = m_backingStoreMap.find(fileIdentifier);
/external/webkit/Source/WebCore/wml/
H A DWMLTaskElement.cpp79 ASSERT(m_variableSetterElements.find(element) == WTF::notFound);
85 size_t position = m_variableSetterElements.find(element);
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp92 TimerMap::iterator it = runLoop->m_activeTimers.find(ID);
132 TimerMap::iterator it = m_runLoop->m_activeTimers.find(m_ID);
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
H A Dcrashmon55 fullprogrampath=$(find "${programpath}" -executable -name "${programfile}"\* | head -n1)
/external/webkit/Tools/Scripts/
H A Dmake-script-test-wrappers84 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, $templateDirectory);
138 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, @paths);
/external/webkit/Tools/TestWebKitAPI/win/
H A Dcopy-resources.cmd12 ..\Tests\WebKit2\find.html
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log_unittest.cc30 size_t offset = xml_encoded->find(prefix);
33 size_t postfix_position = xml_encoded->find(postfix, offset);
232 // Check that we can find childprocesscrashcount, but not
236 encoded.find(" childprocesscrashcount=\"10\""));
238 encoded.find(" otherusercrashcount="));
240 encoded.find(" kernelcrashcount="));
242 encoded.find(" systemuncleanshutdowns="));
/external/chromium/chrome/browser/sync/util/
H A Dcryptographer.cc36 return nigoris_.end() != nigoris_.find(data.key_name());
73 NigoriMap::const_iterator it = nigoris_.find(encrypted.key_name());
129 default_nigori_ = &*nigoris_.find(name);
250 if (nigoris_.end() == nigoris_.find(key.name())) {
261 DCHECK(nigoris_.end() != nigoris_.find(default_key_name));
262 default_nigori_ = &*nigoris_.find(default_key_name);
/external/eigen/scripts/
H A Deigen_gen_credits.cpp19 if(line.find("markb@localhost.localdomain") != string::npos)
24 if(line.find("kayhman@contact.intra.cea.fr") != string::npos)
41 if(line.find("hauke.heibel") != string::npos)
53 if(line.find("convert-repo") != string::npos)
95 map<string,int>::iterator it = contributors_map.find(name);
108 // find the last name, i.e. the last word.
163 if(hgname.find("MercurialName") != string::npos) continue;
200 c.changesets = 0; //contributors_map_for_changesets.find(it->first)->second;
/external/icu4c/test/intltest/
H A Duvectest.cpp174 TEST_ASSERT((a->find("a") != NULL));
175 TEST_ASSERT((a->find("b") == NULL));
177 TEST_ASSERT((a->find("b") != NULL));
179 TEST_ASSERT((a->find("a") == NULL));
194 TEST_ASSERT((a->find("a") != NULL));
196 TEST_ASSERT((a->find("a") == NULL));
/external/llvm/include/llvm/IR/
H A DDataLayout.h239 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
241 val = Pointers.find(0);
249 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
251 val = Pointers.find(0);
259 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
261 val = Pointers.find(0);
/external/v8/tools/
H A Dgen-postmortem-metadata.py124 # The following is a whitelist of classes we expect to find when scanning the
226 # For example, "JS_FUNCTION_TYPE" becomes "JSFunction". We find the
291 if (cctype.find('Cons') == -1 and
292 cctype.find('External') == -1 and
293 cctype.find('Sliced') == -1):
294 if (cctype.find('Ascii') != -1):
301 if (cctype.find('Ascii') == -1):
334 idx = call.find('(');
/external/webkit/Source/JavaScriptCore/runtime/
H A DUString.h97 size_t find(UChar c, unsigned start = 0) const function in class:JSC::UString
98 { return m_impl ? m_impl->find(c, start) : notFound; }
99 size_t find(const UString& str, unsigned start = 0) const function in class:JSC::UString
100 { return m_impl ? m_impl->find(str.impl(), start) : notFound; }
101 size_t find(const char* str, unsigned start = 0) const function in class:JSC::UString
102 { return m_impl ? m_impl->find(str, start) : notFound; }
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp53 if (retval.find(keyname) != retval.end())
85 if ((*annotationCache).find(m) != (*annotationCache).end())
97 if ((*annotationCache).find(m) == (*annotationCache).end())
99 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
101 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
110 if ((*annotationCache).find(m) == (*annotationCache).end())
112 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
114 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
162 if (std::find(annot.begin(), annot.end(), arg->getArgNo()) != annot.end())
176 if (std::find(anno
[all...]
/external/chromium/chrome/browser/download/
H A Dsave_file_manager.cc57 SaveFileMap::iterator it = save_file_map_.find(save_id);
90 TabToStartingRequestsMap::iterator it = tab_starting_requests_.find(tab_id);
93 StartingRequestsMap::iterator sit = requests.find(save_url.spec());
112 SavePackageMap::iterator it = packages_.find(save_id);
179 SavePackageMap::iterator it = packages_.find(save_id);
264 // thread, which will use the save URL to find corresponding request record and
275 SaveFileMap::iterator it = save_file_map_.find(save_id);
313 SavePackageMap::iterator sit = packages_.find(info->save_id);
315 // Find the registered request. If we can not find, it means we have
407 SaveFileMap::iterator it = save_file_map_.find(save_i
[all...]
/external/chromium/net/base/
H A Dsdch_manager.cc288 Global()->blacklisted_domains_.find(domain))
296 Global()->exponential_blacklist_count.find(domain))
312 DomainCounter::iterator it = blacklisted_domains_.find(domain);
369 if (dictionaries_.find(server_hash) != dictionaries_.end()) {
383 size_t header_end = dictionary_text.find("\n\n");
390 size_t line_end = dictionary_text.find('\n', line_start);
394 size_t colon_index = dictionary_text.find(':', line_start);
465 DictionaryMap::iterator it = dictionaries_.find(server_hash);
515 allow_latency_experiment_.find(url.host());
523 ExperimentSet::iterator it = allow_latency_experiment_.find(ur
[all...]

Completed in 661 milliseconds

<<11121314151617181920>>