HomeSort by relevance Sort by last modified time
    Searched refs:find (Results 251 - 275 of 6692) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.cpp 61 return text.substring(0, text.find('\n'));
  /external/chromium_org/webkit/browser/appcache/
appcache_working_set.h 35 CacheMap::iterator it = caches_.find(id);
42 GroupMap::iterator it = groups_.find(manifest_url);
53 ResponseInfoMap::iterator it = response_infos_.find(id);
63 GroupsByOriginMap::iterator it = groups_by_origin_.find(origin_url);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulationEclipse.sh 19 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/harfbuzz_ng/src/hb-icu-le/
FontTableCache.h 31 const void *find(LETag tableTag) const;
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateFactory.java 39 TemplateSyntaxTree find(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode); method in interface:TemplateFactory
  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 76 assert((EdgeInformation.find(f) != EdgeInformation.end())
78 EdgeWeights weights = EdgeInformation.find(f)->second;
80 assert((weights.find(e) != weights.end())
82 return weights.find(e)->second;
  /external/llvm/lib/Support/
StringPool.cpp 26 table_t::iterator I = InternTable.find(Key);
  /external/protobuf/
generate_descriptor_proto.sh 15 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/
RadixTree.java 65 * Find a value based on its corresponding key.
68 * @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
73 * Find an existing entry and replace it's value. If no existing entry, do nothing
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 44 /// find - find a island for the given fragment
46 BranchIsland* find(const Fragment& pFragment);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
compare.pass.cpp 39 std::unordered_map<Key, int>().find(Key(0));
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 9 in the table, the parameters rowNum and index in $().find().each() or
10 $().filter().find.each() help to ignore non-data cells.
34 $(el).filter(':visible').find('th').each(function(index) {
43 $(el).find('tr').each(function(index) {
46 $(this).filter(':visible').find('td').each(function(index) {
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.cc 59 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-TOKEN");
64 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-COOKIE");
68 it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN");
  /external/chromium_org/ash/shelf/
scoped_observer_with_duplicated_sources.h 37 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/
crash_logging_unittest.cc 55 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(kChunk3))
    [all...]
  /external/chromium_org/base/
ini_parser.cc 40 size_t equal = line.find('=');
61 if (section.find('.') == std::string::npos &&
62 key.find('.') == std::string::npos)
  /external/chromium_org/cc/test/
ordered_texture_map.cc 34 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/contacts/
contact_map.cc 15 const Contact* ContactMap::Find(const std::string& contact_id) const {
16 Map::const_iterator it = contacts_.find(contact_id);
21 Map::iterator it = contacts_.find(contact_id);
38 Map::iterator map_it = contacts_.find(contact->contact_id());
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener.cc 20 AcceleratorMap::const_iterator it = accelerator_map_.find(accelerator);
36 AcceleratorMap::iterator it = accelerator_map_.find(accelerator);
49 AcceleratorMap::iterator iter = accelerator_map_.find(accelerator);
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_module_verification_unittest.cc 59 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/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 9 in the table, the parameters rowNum and index in $().find().each() or
10 $().filter().find.each() help to ignore non-data cells.
34 $(el).filter(':visible').find('th').each(function(index) {
43 $(el).find('tr').each(function(index) {
46 $(this).filter(':visible').find('td').each(function(index) {
  /external/chromium_org/content/common/gpu/
sync_point_manager.cc 27 CHECK(sync_point_map_.find(sync_point) == sync_point_map_.end());
37 SyncPointMap::iterator it = sync_point_map_.find(sync_point);
51 SyncPointMap::iterator it = sync_point_map_.find(sync_point);
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager.cc 41 TextureToDelegateMap::iterator it = delegate_map_.find(ref);
51 TextureToDelegateMap::iterator it = delegate_map_.find(ref);
71 TextureToDelegateMap::iterator it = delegate_map_.find(texture);
  /external/chromium_org/net/socket/
mock_client_socket_pool_manager.cc 64 SOCKSSocketPoolMap::const_iterator it = socks_socket_pools_.find(socks_proxy);
74 http_proxy_socket_pools_.find(http_proxy);
83 ssl_socket_pools_for_proxies_.find(proxy_server);
  /external/chromium_org/net/url_request/
url_request_job_factory_impl.cc 26 ProtocolHandlerMap::iterator it = protocol_handler_map_.find(scheme);
46 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find(scheme);
74 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find(

Completed in 1577 milliseconds

<<11121314151617181920>>