Searched refs:find (Results 201 - 225 of 5237) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dmock_source.cc29 std::map<std::string, std::string>::const_iterator it = data_.find(key);
/external/chromium_org/third_party/skia/src/core/
H A DSkPtrRecorder.h31 uint32_t find(void*) const;
109 uint32_t find(T ptr) { function in class:SkTPtrSet
110 return this->INHERITED::find((void*)ptr);
156 uint32_t find(SkFlattenable::Factory);
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_util_x11.cc33 if (name.find(kDisplayConnectionTypeMapping[i].name) == 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedManipulationEclipse.sh19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip $f lib/*.jar -d $tmpfolder; done
24 for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done
/external/icu/icu4c/source/test/letest/
H A DFontTableCache.h25 const void *find(LETag tableTag, size_t &length) const;
/external/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.h25 const void *find(LETag tableTag, size_t &length) const;
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateFactory.java39 TemplateSyntaxTree find(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode); method in interface:TemplateFactory
/external/libcxx/test/containers/unord/unord.map/
H A Dcompare.pass.cpp39 std::unordered_map<Key, int>().find(Key(0));
/external/lldb/examples/darwin/heap_find/heap/
H A DMakefile12 CXX ?= $(shell xcrun -find clang++)
/external/lldb/test/attic/
H A Ddotest.pl31 # Traverse the directory to find our python test cases.
32 find(\&handleFind, $testDir);
/external/llvm/lib/Support/
H A DStringPool.cpp26 table_t::iterator I = InternTable.find(Key);
/external/llvm/unittests/MC/
H A DYAMLTest.cpp37 EXPECT_NE(OS.str().find("''"), StringRef::npos);
/external/protobuf/
H A Dgenerate_descriptor_proto.sh15 Could not find source code. Make sure you are running this script from the
23 Could not find src/Makefile. You must run ./configure (and perhaps
/external/smali/util/src/main/java/ds/tree/
H A DRadixTree.java68 * @return The value corresponding to the key. null if iot can not find the key
70 public T find(String key); method in interface:RadixTree
/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources.h37 if (counted_sources_.find(source) == counted_sources_.end())
46 counted_sources_.find(source);
56 return counted_sources_.find(source) != counted_sources_.end();
/external/chromium_org/base/debug/
H A Dcrash_logging_unittest.cc55 EXPECT_TRUE(key_values_->end() == key_values_->find(kTestKey));
72 EXPECT_TRUE(values.end() == values.find(kChunk2));
73 EXPECT_TRUE(values.end() == values.find(kChunk3));
85 EXPECT_TRUE(values.end() == values.find(kChunk1));
86 EXPECT_TRUE(values.end() == values.find(kChunk2));
87 EXPECT_TRUE(values.end() == values.find(kChunk3));
96 EXPECT_TRUE(values.end() == values.find(kChunk3));
101 EXPECT_TRUE(values.end() == values.find(kChunk1));
102 EXPECT_TRUE(values.end() == values.find(kChunk2));
103 EXPECT_TRUE(values.end() == values.find(kChunk
[all...]
/external/chromium_org/cc/test/
H A Dordered_texture_map.cc34 TextureMap::iterator map_it = textures_.find(id);
39 std::find(ordered_textures_.begin(), ordered_textures_.end(), id);
47 return textures_.find(id) != textures_.end();
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_access_permissions.cc38 PathAccessMap::const_iterator path_map_iter = path_map_.find(extension_id);
43 if (path_set.find(FullPermission()) != path_set.end())
46 // Check this file and walk up its directory tree to find if this extension
51 if (path_set.find(current_path) != path_set.end())
/external/chromium_org/chrome/browser/install_verification/win/
H A Dloaded_module_verification_unittest.cc59 ASSERT_NE(reported_module_ids_.end(), reported_module_ids_.find(666u));
60 ASSERT_NE(reported_module_ids_.end(), reported_module_ids_.find(777u));
61 ASSERT_NE(reported_module_ids_.end(), reported_module_ids_.find(888u));
/external/chromium_org/chrome/common/
H A Dini_parser.cc38 size_t equal = line.find('=');
59 if (section.find('.') == std::string::npos &&
60 key.find('.') == std::string::npos)
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_registry.cc55 WorkerInstanceMap::iterator found = worker_map_.find(message.routing_id());
73 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
85 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
95 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
107 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
118 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
129 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
143 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
158 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id);
175 worker_process_map_.find(process_i
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_x11_pixmap.cc21 DCHECK(pixmaps_.find(key) == pixmaps_.end());
28 X11PixmapMap::iterator it = pixmaps_.find(key);
39 X11PixmapMap::iterator it = pixmaps_.find(key);
/external/chromium_org/content/public/test/
H A Dmock_storage_client.cc46 DCHECK(origin_data_.find(make_pair(origin_url, type)) == origin_data_.end());
55 OriginDataMap::iterator find = origin_data_.find(make_pair(origin_url, type)); local
56 DCHECK(find != origin_data_.end());
57 find->second += delta;
58 DCHECK_GE(find->second, 0);
134 OriginDataMap::iterator find = origin_data_.find(make_pair(origin_url, type)); local
135 if (find == origin_data_.end()) {
138 callback.Run(find
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dtransfer_buffer_manager.cc50 if (registered_buffers_.find(id) != registered_buffers_.end()) {
72 BufferMap::iterator it = registered_buffers_.find(id);
90 BufferMap::iterator it = registered_buffers_.find(id);
/external/chromium_org/net/base/
H A Dhost_port_pair.cc52 if (host_.find('\0') != std::string::npos) {
55 while ((nullpos = host_for_log.find('\0')) != std::string::npos) {
61 if (host_.find(':') != std::string::npos) {

Completed in 571 milliseconds

1234567891011>>