HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 626 - 650 of 5944) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/browser/frame_host/
frame_tree.cc 186 iter->second->rvh_state());
189 iter->second));
212 return iter->second;
223 iter->second->increment_ref_count();
234 iter->second == render_frame_host->render_view_host()) {
237 CHECK_GT(iter->second->ref_count(), 0);
238 iter->second->decrement_ref_count();
239 if (iter->second->ref_count() == 0) {
240 iter->second->Shutdown();
251 multi_iter != result.second;
    [all...]
  /external/chromium_org/extensions/browser/
extension_function_registry.cc 40 iter->second.factory_ = factory;
51 ExtensionFunction* function = iter->second.factory_();
53 function->set_histogram_value(iter->second.histogram_value_);
  /external/chromium_org/net/quic/congestion_control/
time_loss_algorithm.cc 44 if (!it->second.in_flight) {
47 LOG_IF(DFATAL, it->second.nack_count == 0)
52 QuicTime when_lost = it->second.sent_time.Add(loss_delay);
  /external/chromium_org/net/socket/
mock_client_socket_pool_manager.cc 66 return it->second;
76 return it->second;
85 return it->second;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeFieldsState.h 63 unsigned second() const { return m_second; } function in class:WebCore::DateTimeFieldsState
83 void setSecond(unsigned second) { m_second = second; }
  /external/chromium_org/third_party/brotli/src/brotli/enc/
static_dict.h 32 if (it != map_.end() && ix >= it->second) {
49 return it->second;
56 int v = it->second;
  /external/chromium_org/third_party/skia/include/effects/
SkMergeImageFilter.h 19 static SkMergeImageFilter* Create(SkImageFilter* first, SkImageFilter* second,
22 return SkNEW_ARGS(SkMergeImageFilter, (first, second, mode, cropRect));
33 SkMergeImageFilter(SkImageFilter* first, SkImageFilter* second,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decoder_database.cc 51 if (ret.second == false) {
79 if (ret.second == false) {
107 return &(*it).second;
114 if ((*it).second.codec_type == codec_type) {
133 DecoderInfo* info = &(*it).second;
151 return ((*it).second.codec_type == codec_type);
194 if (!(*it).second.external) {
197 delete (*it).second.decoder;
198 (*it).second.decoder = NULL;
229 if (!(*it).second.external)
    [all...]
  /external/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax.pass.cpp 25 assert(&p.second == &y);
56 static_assert(p1.second == x, "");
59 static_assert(p2.second == x, "");
minmax_comp.pass.cpp 27 assert(&p.second == &y);
59 static_assert(p1.second == y, "");
62 static_assert(p2.second == y, "");
minmax_element.pass.cpp 32 assert(!(*p.second < *j));
38 assert(p.second == last);
72 assert(base(p.second) == a+N-1);
  /external/libcxx/test/containers/unord/unord.multimap/
local_iterators.pass.cpp 56 assert(i->second == "one");
59 assert(i->second == "four");
66 assert(i->second == "two");
69 assert(i->second == "four");
76 assert(i->second == "three");
83 assert(i->second == "four");
120 assert(i->second == "one");
123 assert(i->second == "four");
130 assert(i->second == "two");
133 assert(i->second == "four")
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 102 // << " second=" << options[i].second;
104 output_list_file = options[i].second;
106 if (options[i].second == "speed") {
108 } else if (options[i].second == "space") {
112 + options[i].second + " expecting opt=space or opt=speed";
117 SplitStringUsing(options[i].second, "|", &parts);
120 + options[i].second + "'";
126 SplitStringUsing(options[i].second, "|", &parts);
130 + options[i].second + "'"
    [all...]
  /external/skia/include/effects/
SkMergeImageFilter.h 19 static SkMergeImageFilter* Create(SkImageFilter* first, SkImageFilter* second,
22 return SkNEW_ARGS(SkMergeImageFilter, (first, second, mode, cropRect));
33 SkMergeImageFilter(SkImageFilter* first, SkImageFilter* second,
  /frameworks/av/media/mtp/
MtpUtils.cpp 34 second (00-59). The ".s" is optional, and represents tenths of a second.
38 int year, month, day, hour, minute, second; local
42 &year, &month, &day, &hour, &minute, &second) != 6)
45 // skip optional tenth of second
55 tm.tm_sec = second;
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 391 Cell second = new Cell(); local
397 second.x = cell.x;
398 second.y = cell.y + height + mPadding;
399 second.height = deltaHeight - mPadding;
404 second.width = cell.width;
407 second.width = width;
413 first = second;
414 second = temp;
423 if (second.width > 0 && second.height > 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax.pass.cpp 25 assert(&p.second == &y);
56 static_assert(p1.second == x, "");
59 static_assert(p2.second == x, "");
minmax_comp.pass.cpp 27 assert(&p.second == &y);
59 static_assert(p1.second == y, "");
62 static_assert(p2.second == y, "");
minmax_element.pass.cpp 32 assert(!(*p.second < *j));
38 assert(p.second == last);
72 assert(base(p.second) == a+N-1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
local_iterators.pass.cpp 56 assert(i->second == "one");
59 assert(i->second == "four");
66 assert(i->second == "two");
69 assert(i->second == "four");
76 assert(i->second == "three");
83 assert(i->second == "four");
120 assert(i->second == "one");
123 assert(i->second == "four");
130 assert(i->second == "two");
133 assert(i->second == "four")
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
ViewModeTests.java 39 ViewMode second = new ViewMode(); local
40 second.handleRestore(state);
41 assertEquals(ViewMode.CONVERSATION_LIST, second.getMode());
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 71 if (!entry->second->enabled)
76 entry->second->incognito_session_only_settings.GetRuleIterator(
81 entry->second->incognito_persistent_settings.GetRuleIterator(
87 entry->second->settings.GetRuleIterator(type, identifier, NULL));
128 entry = i->second;
147 notify = !i->second->settings.empty();
148 notify_incognito = !i->second->incognito_persistent_settings.empty() ||
149 !i->second->incognito_session_only_settings.empty();
151 delete i->second;
169 notify = !i->second->settings.empty()
    [all...]
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux.cc 298 *device_info = mount_info->second.storage_info;
337 if (mount_info->second.storage_info.device_id() == device_id) {
339 device = mount_info->second.mount_device;
373 const base::FilePath& mount_device = old_iter->second.mount_device;
377 if (new_iter == new_mtab.end() || (new_iter->second != mount_device)) {
382 priority->second.find(mount_point);
384 old_iter->second.storage_info.device_id())) {
385 DCHECK(has_priority != priority->second.end());
386 if (has_priority->second) {
387 receiver()->ProcessDetach(old_iter->second.storage_info.device_id())
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 59 const TrackRefs& track_refs = name_it->second;
98 media_path.Append(base::FilePath::FromUTF8Unsafe(it->second));
214 return ContainsKey(library_it->second, album);
226 Artist::const_iterator artist_it = library_it->second.find(album);
227 if (artist_it == library_it->second.end())
230 Album::const_iterator album_it = artist_it->second.find(track);
231 if (album_it == artist_it->second.end())
233 return album_it->second;
257 const Artist& artist_entry = artist_lookup->second;
272 Artist::const_iterator album_lookup = artist_lookup->second.find(album)
    [all...]
  /external/chromium_org/webkit/browser/blob/
blob_storage_context.cc 66 if (found->second.flags & EXCEEDED_MEMORY)
68 DCHECK(!(found->second.flags & BEING_BUILT));
70 found->second.data.get(), this, base::MessageLoopProxy::current().get()));
80 return GetBlobDataFromUUID(found->second);
128 if (found->second.flags & EXCEEDED_MEMORY)
130 BlobData* target_blob_data = found->second.data.get();
187 found->second.flags |= EXCEEDED_MEMORY;
188 found->second.data = new BlobData(uuid);
199 found->second.data->set_content_type(content_type);
200 found->second.flags &= ~BEING_BUILT
    [all...]

Completed in 1762 milliseconds

<<21222324252627282930>>