/aosp_15_r20/external/libgav1/src/utils/ |
H A D | unbounded_queue.h | 134 T& Front() { in Front() function 140 const T& Front() const { in Front() function
|
H A D | queue.h | 64 T& Front() { in Front() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | heap_array.hpp | 239 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 D | array.hpp | 286 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 D | A15SDOptimizer.cpp | 178 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 D | A15SDOptimizer.cpp | 178 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 D | A15SDOptimizer.cpp | 182 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 D | saturation_protector_buffer.cc | 65 absl::optional<float> SaturationProtectorBuffer::Front() const { in Front() function in webrtc::SaturationProtectorBuffer
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | MyVector.h | 520 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 D | default_video_quality_analyzer_stream_state.h | 50 uint16_t Front(size_t peer) const { return frame_ids_.Front(peer).value(); } in Front() function
|
H A D | multi_reader_queue.h | 112 absl::optional<T> Front(size_t reader) const { in Front() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | bytestring.h | 155 CharType Front() const { return GetLength() ? (*this)[0] : 0; } in Front() function
|
H A D | widestring.h | 153 CharType Front() const { return GetLength() ? (*this)[0] : 0; } in Front() function
|
H A D | string_view_template.h | 180 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 D | IceThreading.h | 123 size_t Front = 0; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/listimp2.dir/ |
D | a.go | 66 func (l *List[T]) Front() *Element[T] { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/container/list/ |
D | list.go | 69 func (l *List) Front() *Element { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | list2.go | 72 func (l *_List[T]) Front() *_Element[T] { func
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | quiche_linked_hash_map_test.cc | 303 TEST(LinkedHashMapTest, Front) { in TEST() argument
|
/aosp_15_r20/external/angle/src/common/ |
H A D | FastVector_unittest.cpp | 139 TEST(FastVector, Front) in TEST() argument
|
/aosp_15_r20/external/vixl/src/ |
H A D | invalset-vixl.h | 605 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 D | parse.cc | 164 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 D | Symbolize.cpp | 435 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/ |
H A D | parse.cc | 164 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 D | parse.cc | 173 absl::string_view Front() const { return args_[next_arg_]; } in Front() function in absl::flags_internal::__anon164360380511::ArgsList
|