HomeSort by relevance Sort by last modified time
    Searched refs:front (Results 276 - 300 of 2516) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format_test.cc 87 EXPECT_EQ(outputs.front().flat<float>()(0), 2.0f * 3.0f * kTensorHeight);
88 EXPECT_EQ(outputs.front().flat<float>()(1), 2.0f * 3.0f * kTensorHeight);
89 EXPECT_EQ(outputs.front().flat<float>()(2), 2.0f * 3.0f * kTensorHeight);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_unittest.cc 99 delete packets->front();
143 &fec_packets.front()->data[fec_garbage_offset], 0x4711);
147 BuildAndAddRedMediaPacket(media_rtp_packets.front());
148 BuildAndAddRedFecPacket(fec_packets.front());
205 BuildAndAddRedMediaPacket(media_rtp_packets.front());
209 BuildAndAddRedFecPacket(fec_packets.front());
259 BuildAndAddRedFecPacket(fec_packets.front());
296 BuildAndAddRedMediaPacket(media_rtp_packets_batch1.front());
300 delayed_fec = fec_packets.front();
340 BuildAndAddRedMediaPacket(media_rtp_packets_batch1.front());
    [all...]
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 333 work->worklets.front()->output.configUpdate.clear();
343 rView = work->input.buffers[0]->data().linearBlocks().front().map().get();
353 work->worklets.front()->output.flags = work->input.flags;
354 work->worklets.front()->output.buffers.clear();
355 work->worklets.front()->output.ordinal = work->input.ordinal;
442 work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo));
443 work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo));
489 work->worklets.front()->output.flags = work->input.flags;
490 work->worklets.front()->output.buffers.clear();
491 work->worklets.front()->output.buffers.push_back
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 62 * True if flipping towards front, false if flipping towards back.
67 * Create a new FlipDrawable. The front is fully shown by default.
78 * @param front The front drawable.
87 public FlipDrawable(final Drawable front, final Drawable back, final int flipDurationMs,
89 if (front == null || back == null) {
90 throw new IllegalArgumentException("Front and back drawables must not be null.");
92 mFront = front;
138 final Drawable inner = getSideShown() /* == front */ ? mFront : mBack;
205 * @param side Pass true if reset to front, false if reset to back
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
TemplateDeduction.h 80 PD.first = SuppressedDiagnostics.front().first;
81 PD.second.swap(SuppressedDiagnostics.front().second);
94 return SuppressedDiagnostics.front();
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 182 work->worklets.front()->output.flags = work->input.flags;
183 work->worklets.front()->output.buffers.clear();
184 work->worklets.front()->output.ordinal = work->input.ordinal;
203 rView = work->input.buffers[0]->data().linearBlocks().front().map().get();
277 work->worklets.front()->output.buffers.push_back(
279 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 73 Item *front() { return first_; } function in struct:__sanitizer::IntrusiveList
74 const Item *front() const { return first_; } function in struct:__sanitizer::IntrusiveList
  /external/libbrillo/brillo/
mime_utils_unittest.cc 32 EXPECT_EQ(mime::parameters::kCharset, parameters.front().first);
33 EXPECT_EQ("utf-8", parameters.front().second);
  /external/libcxx/test/support/
nasty_containers.hpp 81 reference front() { return v_.front(); } function in class:nasty_vector
82 const_reference front() const { return v_.front(); } function in class:nasty_vector
197 reference front() { return l_.front(); } function in class:nasty_list
198 const_reference front() const { return l_.front(); } function in class:nasty_list
  /external/libxcam/xcore/
safe_list.h 52 inline ObjPtr front ();
142 SafeList<OBj>::front () function in class:XCam::SafeList
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 452 const MachineBasicBlock &front() const { return BasicBlocks.front(); }
453 MachineBasicBlock &front() { return BasicBlocks.front(); }
617 return &F->front();
629 return &F->front();
654 return &G.Graph->front();
660 return &G.Graph->front();
  /external/llvm/lib/Support/
ThreadPool.cpp 52 Task = std::move(Tasks.front());
129 auto Task = std::move(Tasks.front());
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 42 EXPECT_EQ(&bb0->front(), br0);
43 EXPECT_EQ(&bb1->front(), br1);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp 76 while (reactor_op* op = i->second.front())
119 while (reactor_op* op = i->second.front())
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_posix.h 87 memory = _memoryPool.front();
132 MemoryType* memory = _memoryPool.front();
  /external/webrtc/webrtc/modules/video_coding/test/
stream_generator.cc 101 *packet = packets_.front();
113 return packets_.front().seqNum;
  /external/webrtc/webrtc/video/
vie_remb.cc 131 sender = rtcp_sender_.front();
133 sender = receive_modules_.front();
  /frameworks/native/services/surfaceflinger/
LayerRejecter.cpp 28 LayerRejecter::LayerRejecter(Layer::State& front,
35 : mFront(front),
107 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",

Completed in 576 milliseconds

<<11121314151617181920>>