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

<<919293949596979899100>>

  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.cc 48 DCHECK(result.second);
54 return it != buffers_.end() ? it->second.get() : NULL;
60 Buffer* buffer = it->second.get();
177 *max_value = it->second;
232 if (it->second->service_id() == service_id) {
  /external/chromium_org/media/cast/test/
receiver.cc 234 audio_playout_queue_.front().second);
442 const scoped_refptr<VideoFrame> ret = video_playout_queue_.front().second;
467 scoped_ptr<AudioBus> ret(audio_playout_queue_.front().second);
486 delta += audio_iter->second - video_iter->second;
  /external/chromium_org/mojo/system/
core.cc 166 DCHECK_EQ(handle_pair.second, MOJO_HANDLE_INVALID);
178 *message_pipe_handle1 = handle_pair.second;
328 DCHECK_EQ(handle_pair.second, MOJO_HANDLE_INVALID);
334 DCHECK_NE(handle_pair.second, MOJO_HANDLE_INVALID);
341 *data_pipe_consumer_handle = handle_pair.second;
  /external/chromium_org/net/quic/
quic_received_packet_manager_test.cc 218 RecordPacketReceipt(entropies[i].first, entropies[i].second);
227 hash ^= entropies[index].second;
262 RecordPacketReceipt(entropies[i].first, entropies[i].second);
263 entropy_hash ^= entropies[i].second;
270 entropy_hash ^= entropies[i].second;
  /external/chromium_org/net/ssl/
default_server_bound_cert_store.cc 255 ServerBoundCert* cert = it->second;
322 delete it->second;
402 ServerBoundCert* cert = cur->second;
419 cert_list->push_back(*it->second);
451 ServerBoundCert* cert = it->second;
  /external/chromium_org/net/tools/balsa/
balsa_headers_test.cc 278 ASSERT_EQ("value2", i->second);
281 ASSERT_EQ("value3", i->second);
300 ASSERT_EQ("value1", i->second);
303 ASSERT_EQ("value1.1", i->second);
306 ASSERT_EQ("value1.2", i->second);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 185 iter->second : Value();
207 output->push_back(it->first.second);
349 encoded_file.second);
361 if (!file_proto.ParseFromArray(encoded_file.first, encoded_file.second)) {
387 return output->ParseFromArray(encoded_file.first, encoded_file.second);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc 201 delete handlers_.begin()->second;
257 if (!it->second->rtp_header_parser_->IsRtcp(data, length)) {
259 it->second->rtp_header_parser_->Parse(data, length, &header);
261 it->second->rtp_payload_registry_->GetPayloadSpecifics(
263 it->second->rtp_module_->IncomingRtpPacket(header, data, length,
  /external/deqp/modules/egl/
teglColorClearCase.cpp 164 tcu::egl::Context* context = contexts[0].second;
180 tcu::egl::Context* context = ctxIter->second;
198 tcu::egl::Context* context = contexts[0].second;
344 threads[threadNdx] = ColorClearThreadSp(new ColorClearThread(display, surface, *contexts[threadNdx].second, contexts[threadNdx].first, packets[threadNdx]));
355 tcu::egl::Context* context = contexts[0].second;
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 113 tree2.getChildren(todo.back().second, vBegin2, vEnd2, oBegin2, oEnd2);
118 for(vCur2 = vBegin2; vCur2 != vEnd2; ++vCur2) { //go through child volumes of second tree
123 for(oCur2 = oBegin2; oCur2 != oEnd2; ++oCur2) {//go through child objects of second tree
131 for(vCur2 = vBegin2; vCur2 != vEnd2; ++vCur2) { //go through child volumes of second tree
137 for(oCur2 = oBegin2; oCur2 != oEnd2; ++oCur2) {//go through child objects of second tree
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd);
258 tree1.getChildren(todo.top().second.first, vBegin1, vEnd1, oBegin1, oEnd1);
259 tree2.getChildren(todo.top().second.second, vBegin2, vEnd2, oBegin2, oEnd2);
263 for(oCur2 = oBegin2; oCur2 != oEnd2; ++oCur2) {//go through child objects of second tre
    [all...]
  /external/libvorbis/vq/
bookutil.c 349 int first=-1,second=-1; local
364 second=membership[j];
366 if(first==-1 || second==-1){
372 least=hist[first]+hist[second];
374 if(membership[j]==first || membership[j]==second){
  /external/llvm/lib/CodeGen/
Passes.cpp 216 /// Store the pairs of <AnalysisID, AnalysisID> of which the second pass
292 return I->second;
348 assert((*I).second.isValid() && "Illegal Pass ID!");
350 if ((*I).second.isInstance())
351 NP = (*I).second.getInstance();
353 NP = Pass::createPass((*I).second.getID());
534 // Expand pseudo instructions before second scheduling pass.
542 // Second pass scheduler.
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 142 GlobalVariable *NewGV = I->second;
210 return CTII->second;
225 NewValue = getOrInsertCVTA(M, F, I->second, Builder);
406 NewOperand = I->second;
414 I->second->getType()->getAddressSpace());
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 74 return I == Composed.end() ? nullptr : I->second;
93 return (Ins.second || Ins.first->second == B) ? nullptr
94 : Ins.first->second;
573 return TopoSigs.insert(std::make_pair(Id, TopoSigs.size())).first->second;
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 185 iter->second : Value();
207 output->push_back(it->first.second);
349 encoded_file.second);
361 if (!file_proto.ParseFromArray(encoded_file.first, encoded_file.second)) {
387 return output->ParseFromArray(encoded_file.first, encoded_file.second);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 55 msf_to_frame(int minute, int second, int frame)
57 return(minute * FRAMES_PER_MINUTE + second * FRAMES_PER_SECOND + frame);
458 int sts, minute, second, frame, eminute, esecond, eframe; local
463 frame_to_msf(start, &minute, &second, &frame);
466 cdb[4] = second;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 129 // Reserve entries in the second part of the primary GOT.
150 return itX->second < itY->second;
209 if (it->second)
359 return it->second;
385 return it->second;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 212 __res.second);
231 __res.second);
244 __res.second);
412 iterator(__res.second, this));
421 const_iterator(__res.second, this));
set.h 203 __res.second);
222 __res.second);
232 __res.second);
395 iterator(__res.second, this));
406 const_iterator(__res.second, this));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
set.h 195 __res.second);
213 __res.second);
224 __res.second);
339 iterator(__res.second));
351 const_iterator(__res.second));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
map.h 212 __res.second);
231 __res.second);
244 __res.second);
412 iterator(__res.second, this));
421 const_iterator(__res.second, this));
set.h 203 __res.second);
222 __res.second);
232 __res.second);
395 iterator(__res.second, this));
406 const_iterator(__res.second, this));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
set.h 195 __res.second);
213 __res.second);
224 __res.second);
339 iterator(__res.second));
351 const_iterator(__res.second));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
map.h 212 __res.second);
231 __res.second);
244 __res.second);
412 iterator(__res.second, this));
421 const_iterator(__res.second, this));
set.h 203 __res.second);
222 __res.second);
232 __res.second);
395 iterator(__res.second, this));
406 const_iterator(__res.second, this));

Completed in 1652 milliseconds

<<919293949596979899100>>