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

<<71727374757677787980>>

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicReduceOrderTest.cpp 52 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
53 find_tight_bounds(cubicPair.second(), bounds);
55 bounds.add(cubicPair.second()[0]);
56 bounds.add(cubicPair.second()[3]);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 225 it->second->VerifyOrWriteBaseline();
226 it->second->LogStats();
232 delete it->second;
336 est_it->second->EatPacket(*it);
341 GiveFeedbackToAffectedSenders(est_it->first, est_it->second);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 69 delete first->second;
75 delete first->second;
81 delete first->second;
120 if (it->second->lastTimeReceived > last_received_rr) {
121 last_received_rr = it->second->lastTimeReceived;
302 receiveBlocks->push_back(it->second->remoteReceiveBlock);
603 ptrReportBlockInfo = it->second;
621 return it->second;
632 return it->second;
650 return it->second;
    [all...]
rtp_rtcp_impl_unittest.cc 250 return it->second;
257 return it->second;
265 sum += it->second;
366 if (it->second.first > 0) {
367 EXPECT_GE(packets_received, it->second.first)
372 if (it->second.second > 0) {
373 EXPECT_GE(bytes_received, it->second.second)
  /external/chromium_org/third_party/webrtc/video_engine/
vie_input_manager.cc 45 delete it->second;
174 ViECapturer* vie_capture = static_cast<ViECapturer*>(it->second);
341 if (it->second->IsFrameCallbackRegistered(capture_observer))
342 return it->second;
356 return it->second;
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 394 if (LT.second == MVT::v2f64 || LT.second == MVT::v2i64)
400 Src->getPrimitiveSizeInBits() >= LT.second.getSizeInBits() &&
401 LT.second.getSizeInBits() == 128 &&
406 unsigned SrcBytes = LT.second.getStoreSize();
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 52 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
53 find_tight_bounds(cubicPair.second(), bounds);
55 bounds.add(cubicPair.second()[0]);
56 bounds.add(cubicPair.second()[3]);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
ContactsUtilsTests.java 100 assertNull(intents.second);
118 assertNull(intents.second);
137 final Intent secondaryIntent = intents.second;
159 final Intent secondaryIntent = intents.second;
184 final Intent secondaryIntent = intents.second;
  /external/libcxxabi/src/
cxa_demangle.cpp 61 printf("{%s#%s}\n", s.first.c_str(), s.second.c_str());
71 printf("{%s#%s}", s.first.c_str(), s.second.c_str());
87 printf("{%s#%s}", s.first.c_str(), s.second.c_str());
788 // ::= fp <top-level CV-qualifiers> <parameter-2 non-negative number> _ # L == 0, second and later parameters
790 // ::= fL <L-1 non-negative number> p <top-level CV-qualifiers> <parameter-2 non-negative number> _ # L > 0, second and later parameters
4855 StrT second; member in struct:__cxxabiv1::__anon27432::string_pair
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 61 printf("{%s#%s}\n", s.first.c_str(), s.second.c_str());
71 printf("{%s#%s}", s.first.c_str(), s.second.c_str());
87 printf("{%s#%s}", s.first.c_str(), s.second.c_str());
788 // ::= fp <top-level CV-qualifiers> <parameter-2 non-negative number> _ # L == 0, second and later parameters
790 // ::= fL <L-1 non-negative number> p <top-level CV-qualifiers> <parameter-2 non-negative number> _ # L > 0, second and later parameters
4855 StrT second; member in struct:__cxxabiv1::__anon42907::string_pair
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 69 const MostVisitedURL& second) {
71 !second.last_forced_time.is_null());
72 return first.last_forced_time < second.last_forced_time;
294 *score = i->second.thumbnail_score;
422 DCHECK(found->second != kAlreadyFoundMarker)
424 int old_rank = found->second >= num_old_forced ?
425 found->second - num_old_forced : -1;
427 old_list[found->second].last_forced_time !=
434 found->second = kAlreadyFoundMarker;
442 if (i->second != kAlreadyFoundMarker
    [all...]
  /external/chromium_org/dbus/
bus.cc 239 return iter->second.get();
268 scoped_refptr<ObjectProxy> object_proxy = iter->second;
295 return iter->second.get();
314 scoped_refptr<ExportedObject> exported_object = iter->second;
343 return iter->second.get();
362 scoped_refptr<ObjectManager> object_manager = iter->second;
369 iter->second->GetManagedObjects();
441 iter->second->Unregister();
460 iter->second->Detach();
699 iter->second++
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 496 const DeviceRequest* request = request_it->second;
548 if (request_it->second->requesting_process_id != render_process_id) {
570 DeviceRequest* request = request_it->second;
594 DeviceRequest* request = request_it->second;
635 StreamDeviceInfoArray* devices = &request_it->second->devices;
642 request_it->second->SetState(type, MEDIA_REQUEST_STATE_CLOSING);
772 if (it->second->state(MEDIA_DEVICE_AUDIO_OUTPUT) ==
774 it->second->audio_type() == MEDIA_DEVICE_AUDIO_OUTPUT) {
775 DCHECK_EQ(MEDIA_ENUMERATE_DEVICES, it->second->request_type);
776 it->second->SetState(MEDIA_DEVICE_AUDIO_OUTPUT
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 406 error |= (it->second)->ChangeContext(_nsglContext);
689 delete it->second;
782 VideoChannelNSOpenGL* channel = it->second;
800 delete it->second;
811 if (zIt->second == (int)channel)
841 if(streamId == rIt->second)
845 zOrder = rIt->second;
848 VideoChannelNSOpenGL* tempChannel = rIt->second;
947 VideoChannelNSOpenGL* aglChannel = it->second;
960 if (it->second == channel
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 252 return *(FilterChooserMap.find((unsigned)-1)->second);
541 delete filterIterator->second;
600 mapIterator->second,
678 filterIterator->second->emitTableEntries(TableInfo);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
incident_reporting_service.cc 239 if (!it->second)
240 it->second = new ProfileContext();
241 return it->second;
247 return it == profiles_.end() ? NULL : it->second;
261 delete it->second;
409 if (!scan->second->added && !scan->second->incidents.empty()) {
451 if (!scan->second->added)
532 ProfileContext* context = scan->second;
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 143 urls->push_back(iter->second);
158 *changes = found->second.change_list;
169 change_seqs_.erase(found->second.change_seq);
197 if (found == mirror_changes_.end() || found->second.change_list.empty()) {
201 const ChangeInfo& info = found->second;
212 FileChangeList changes = found->second.change_list;
215 change_seqs_.erase(found->second.change_seq);
232 FileChangeList::List change_list = iter->second.change_list.list();
275 change_seqs_.erase(iter->second.change_seq);
  /external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc 101 return data.string_attributes[i].second;
114 return data.int_attributes[i].second;
127 return data.bool_attributes[i].second;
187 EXPECT_STREQ("button", button->data().html_attributes[0].second.c_str());
189 EXPECT_STREQ("push", button->data().html_attributes[1].second.c_str());
200 EXPECT_STREQ("checkbox", checkbox->data().html_attributes[0].second.c_str());
295 column1->data().intlist_attributes[0].second;
304 column2->data().intlist_attributes[0].second;
449 table->data().intlist_attributes[0].second;
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 207 factories_->DeleteTexture(it->second.texture_id());
362 picture_buffers.back().id(), picture_buffers.back())).second;
381 PictureBuffer buffer_to_dismiss = it->second;
432 const PictureBuffer& pb = it->second;
460 pb.texture_id())).second;
506 uint32 texture_id = display_iterator->second;
556 PutSHM(it->second.shm_buffer);
557 it->second.done_cb.Run(state_ == kError ? kDecodeError : kOk);
574 it->second.shm_buffer->shm->Close();
  /external/chromium_org/net/http/
mock_http_cache.cc 261 // already in the second pass). Just notify the caller that it finished.
366 if (it->second->is_doomed()) {
367 it->second->Release();
374 it->second->AddRef();
375 *entry = it->second;
378 it->second->set_fail_requests();
396 if (!it->second->is_doomed()) {
402 it->second->Release();
434 it->second->Release();
478 it->second->Release()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 733 iter->second.jid.BareJid().Str().c_str(),
734 DescribeStatus(iter->second.show, iter->second.status));
827 if (iter->second.jid.BareEquals(callto_jid)) {
829 *found_jid = iter->second.jid;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 111 return left.second->next_rtp_time_ < right.second->next_rtp_time_;
121 delete it->second;
143 total_bitrate_before += it->second->bitrate_bps();
148 bitrate_before += it->second->bitrate_bps();
151 it->second->set_bitrate_bps(bitrate_after - total_bitrate_after);
152 total_bitrate_after += it->second->bitrate_bps();
173 (*it).second->GenerateFrame(time_now_us, packets);
186 return (*it).second->next_rtp_time();
201 30, // Frames per second
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 51 ret.first->second.push_back(host->host_id());
65 frontend->OnEventRaised(it->second, event_id);
74 frontend->OnProgressEventRaised(it->second, url,
84 frontend->OnErrorEventRaised(it->second, details);
92 for (HostIds::iterator id = it->second.begin();
93 id != it->second.end(); ++id) {
395 is_new_pending_master_entry = ret.second;
396 ret.first->second.push_back(host);
609 PendingHosts& hosts = it->second;
645 AppCacheEntry& entry = url_file_list_.find(url)->second;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 126 I->second->Cleanup();
152 I->second->Cleanup();
153 delete I->second;
252 delete RB.second;
704 PPOpts->addRemappedFile(RemappedFiles[I].first, RemappedFiles[I].second);
    [all...]

Completed in 2195 milliseconds

<<71727374757677787980>>