Home
last modified time | relevance | path

Searched defs:Front (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/libgav1/src/utils/
H A Dunbounded_queue.h134 T& Front() { in Front() function
140 const T& Front() const { in Front() function
H A Dqueue.h64 T& Front() { in Front() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dheap_array.hpp239 Type *Front(void) { return At(0); } in Front() function in ot::Heap::Array
249 const Type *Front(void) const { return At(0); } in Front() function in ot::Heap::Array
H A Darray.hpp286 Type *Front(void) { return At(0); } in Front() function in ot::Array
294 const Type *Front(void) const { return At(0); } in Front() function in ot::Array
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
358 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
359 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp182 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
367 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dsaturation_protector_buffer.cc65 absl::optional<float> SaturationProtectorBuffer::Front() const { in Front() function in webrtc::SaturationProtectorBuffer
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyVector.h520 const T& Front() const { return operator[](0); } in Front() function
521 T& Front() { return operator[](0); } in Front() function
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer_stream_state.h50 uint16_t Front(size_t peer) const { return frame_ids_.Front(peer).value(); } in Front() function
H A Dmulti_reader_queue.h112 absl::optional<T> Front(size_t reader) const { in Front() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring.h155 CharType Front() const { return GetLength() ? (*this)[0] : 0; } in Front() function
H A Dwidestring.h153 CharType Front() const { return GetLength() ? (*this)[0] : 0; } in Front() function
H A Dstring_view_template.h180 UnsignedType Front() const { return !m_Span.empty() ? m_Span[0] : 0; } in Front() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceThreading.h123 size_t Front = 0; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/listimp2.dir/
Da.go66 func (l *List[T]) Front() *Element[T] { func
/aosp_15_r20/prebuilts/go/linux-x86/src/container/list/
Dlist.go69 func (l *List) Front() *Element { func
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dlist2.go72 func (l *_List[T]) Front() *_Element[T] { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_linked_hash_map_test.cc303 TEST(LinkedHashMapTest, Front) { in TEST() argument
/aosp_15_r20/external/angle/src/common/
H A DFastVector_unittest.cpp139 TEST(FastVector, Front) in TEST() argument
/aosp_15_r20/external/vixl/src/
H A Dinvalset-vixl.h605 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Front() const { in Front() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/
H A Dparse.cc164 absl::string_view Front() const { return args_[next_arg_]; } in Front() function in absl::flags_internal::__anon2789e6010511::ArgsList
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp435 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/
H A Dparse.cc164 absl::string_view Front() const { return args_[next_arg_]; } in Front() function in absl::flags_internal::__anon618a7df30511::ArgsList
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/
H A Dparse.cc173 absl::string_view Front() const { return args_[next_arg_]; } in Front() function in absl::flags_internal::__anon164360380511::ArgsList

1234