/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utf8range.h | 32 UTF8Range(CharIterator begin, CharIterator end) : begin_(begin), end_(end) {} in UTF8Range() 57 static unsigned long codePoint(CharIterator begin) { in codePoint() 80 Iter(CharIterator begin) : begin_(begin) {} in Iter() 100 Iter begin() const { return Iter(begin_); } in begin() function
|
H A D | static_vec.h | 47 static_vec(T* begin, T* end) : data_(begin), size_(end - begin) {} in static_vec() 58 T* begin() { return data_; } in begin() function 60 const T* begin() const { return data_; } in begin() function
|
H A D | utils.h | 61 T* begin() { return data_; } in begin() function 63 const T* begin() const { return data_; } in begin() function 113 const uint8_t* begin() const { return data_; } in begin() function
|
/aosp12/system/core/trusty/coverage/ |
H A D | coverage.cpp | 183 volatile uint8_t* begin = nullptr; in ResetCounts() local 193 volatile uintptr_t* begin = nullptr; in ResetPCs() local 223 void CoverageRecord::GetRawData(volatile void** begin, volatile void** end) { in GetRawData() 230 void CoverageRecord::GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end) { in GetRawCounts() 244 void CoverageRecord::GetRawPCs(volatile uintptr_t** begin, volatile uintptr_t** end) { in GetRawPCs() 263 volatile uint8_t* begin = NULL; in TotalEdgeCounts() local 289 volatile uintptr_t* begin = nullptr; in SaveSancovFile() local
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | Path.h | 131 Path& Path::assign(InputIterator begin, InputIterator end) { in assign() 139 Path& Path::append(InputIterator begin, InputIterator end) { in append()
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | utility.h | 49 iterator begin() { return data_; } in begin() function 50 const_iterator begin() const { return data_; } in begin() function 110 inline ptrdiff_t PointerDistance(const void* end, const void* begin) { in PointerDistance()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | StreamIoUtil.h | 37 charvectorbuf(CharT *begin, CharT *end) { in charvectorbuf() 42 charvectorbuf(CharT *begin, size_t size) { in charvectorbuf() 51 charvectorbuf(const CharT *begin, const CharT *end) { in charvectorbuf() 56 charvectorbuf(const CharT *begin, size_t size) { in charvectorbuf()
|
/aosp12/frameworks/compile/mclinker/include/mcld/MC/ |
H A D | AttributeSet.h | 39 const_iterator begin() const { return m_AttrSet.begin(); } in begin() function 40 iterator begin() { return m_AttrSet.begin(); } in begin() function
|
H A D | SearchDirs.h | 59 const_iterator begin() const { return m_DirList.begin(); } in begin() function 60 iterator begin() { return m_DirList.begin(); } in begin() function
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | OutputFormatCmd.h | 38 const_iterator begin() const { return m_FormatList.begin(); } in begin() function 39 iterator begin() { return m_FormatList.begin(); } in begin() function
|
H A D | RpnExpr.h | 40 const_iterator begin() const { return m_TokenQueue.begin(); } in begin() function 41 iterator begin() { return m_TokenQueue.begin(); } in begin() function
|
H A D | StringList.h | 40 const_iterator begin() const { return m_Tokens.begin(); } in begin() function 41 iterator begin() { return m_Tokens.begin(); } in begin() function
|
H A D | SectionsCmd.h | 38 const_iterator begin() const { return m_SectionCommands.begin(); } in begin() function 39 iterator begin() { return m_SectionCommands.begin(); } in begin() function
|
/aosp12/bootable/recovery/otautil/include/otautil/ |
H A D | rangeset.h | 85 std::vector<Range>::iterator begin() { in begin() function 93 std::vector<Range>::const_iterator begin() const { in begin() function
|
/aosp12/system/bt/gd/packet/ |
H A D | view.cc | 24 View::View(std::shared_ptr<const std::vector<uint8_t>> data, size_t begin, size_t end) in View() 28 View::View(const View& view, size_t begin, size_t end) : data_(view.data_) { in View()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/ |
H A D | MathUtil.java | 30 public static int lerp(int begin, int end, float percent) { in lerp() 42 public static float lerp(float begin, float end, float percent) { in lerp()
|
/aosp12/bionic/linker/ |
H A D | linker_cfi.cpp | 64 uint16_t* begin() { in begin() function in ShadowWrite 85 void CFIShadowWriter::AddConstant(uintptr_t begin, uintptr_t end, uint16_t v) { in AddConstant() 93 void CFIShadowWriter::AddUnchecked(uintptr_t begin, uintptr_t end) { in AddUnchecked() 97 void CFIShadowWriter::AddInvalid(uintptr_t begin, uintptr_t end) { in AddInvalid() 101 void CFIShadowWriter::Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check) { in Add()
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | ELFSegmentFactory.h | 31 const_iterator begin() const { return m_Segments.begin(); } in begin() function 32 iterator begin() { return m_Segments.begin(); } in begin() function
|
/aosp12/system/core/trusty/fuzz/ |
H A D | counters.cpp | 51 volatile uint8_t* begin = NULL; in ExtraCounters() local 75 volatile uint8_t* begin = NULL; in Flush() local
|
/aosp12/system/tools/hidl/ |
H A D | Location.cpp | 56 Location::Location(const Position& begin, const Position& end) in Location() 59 void Location::setLocation(const Position& begin, const Position& end) { in setLocation() 69 const Position& Location::begin() const { in begin() function in android::Location
|
/aosp12/art/disassembler/ |
H A D | disassembler_arm.cc | 75 const uintptr_t begin = reinterpret_cast<uintptr_t>(options_->base_address_); in operator <<() local 168 const uintptr_t begin = reinterpret_cast<uintptr_t>(options_->base_address_); in PrintLiteral() local 223 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 247 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | HashTable.tcc | 183 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin() { in begin() function in HashTable 206 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin() const { in begin() function in HashTable 229 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin( in begin() function in HashTable 253 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin( in begin() function in HashTable
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
H A D | confirmationui_utils.h | 91 T* begin() { return data_; } in begin() function 93 const T* begin() const { return data_; } in begin() function 159 const uint8_t* begin() const { return data_; } in begin() function
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | TraceMarkParser.java | 99 final TraceMarkLine begin = mPendingStarts.remove(getSyncPendingStartKey(line, depth)); in visit() local 110 private void addSlice(TraceMarkLine begin, TraceMarkLine end) { in addSlice() 150 public final TraceMarkLine begin; field in TraceMarkParser.TraceMarkSlice 153 TraceMarkSlice(TraceMarkLine begin, TraceMarkLine end) { in TraceMarkSlice()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | InteractionJankMonitorWrapper.java | 68 public static void begin(View v, @CujType int cujType) { in begin() method in InteractionJankMonitorWrapper 80 public static void begin(View v, @CujType int cujType, long timeout) { in begin() method in InteractionJankMonitorWrapper
|