| /third_party/node/deps/googletest/src/ |
| H A D | gtest-printers.cc | 342 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo() argument 371 UniversalPrintCharArray(const CharType* begin, size_t len, in UniversalPrintCharArray() argument 394 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument 401 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 408 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 414 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 420 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument [all...] |
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo.h | 94 bool begin; member
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_buf.c | 84 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_ argument 202 nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, nghttp2_mem *mem) nghttp2_bufs_wrap_init() argument [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_crypto.c | 457 const uint8_t *begin = p; in decode_varint_param() local 497 const uint8_t *begin = p; in decode_cid_param() local
|
| /third_party/mesa3d/include/android_stub/backtrace/ |
| H A D | Backtrace.h | 173 iterator begin() { return frames_.begin(); } in begin() function in Backtrace 177 const_iterator begin() const { return frames_.begin(); } in begin() function in Backtrace
|
| H A D | BacktraceMap.h | 114 iterator begin() { return iterator(this, 0); } in begin() function in BacktraceMap
|
| /third_party/ltp/testcases/kernel/mce-test/stress/ |
| H A D | hwpoison.sh | 77 begin() function [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
| H A D | string_piece.h | 124 iterator begin() const { return ptr_; } in begin() function in i18n::phonenumbers::StringPiece
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | lib.c | 257 struct token *begin, *end; in add_pre_buffer() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | bytecode-liveness-map.h | 109 Iterator begin() const { return Iterator(*this, Iterator::kStartTag); } in begin() function in v8::internal::compiler::BytecodeLivenessState
|
| H A D | load-elimination.h | 200 IndexRange(int begin, int size) : begin_(begin), end_(begin + size) { in IndexRange() argument 221 Iterator begin() { return {begin_}; } in begin() function in v8::internal::compiler::final::IndexRange
|
| /third_party/node/deps/v8/src/base/ |
| H A D | vector.h | 75 constexpr T* begin() const { return start_; } in begin() function in v8::base::Vector 186 constexpr T* begin() const { return start(); } in begin() function in v8::base::OwnedVector 227 Iterator begin = std::begin(collection); Of() local [all...] |
| H A D | threaded-list.h | 215 Iterator begin() { return Iterator(TLTraits::start(&head_)); } in begin() function in v8::base::final 218 ConstIterator begin() const { return ConstIterator(TLTraits::start(&head_)); } in begin() function in v8::base::final
|
| H A D | small-vector.h | 91 T* begin() { return begin_; } in begin() function in v8::base::SmallVector 92 const T* begin() const { return begin_; } in begin() function in v8::base::SmallVector
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | reglist-base.h | 197 typename RegListBase<RegisterT>::Iterator RegListBase<RegisterT>::begin() in begin() function in v8::internal::RegListBase
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | object-allocator.cc | 29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact-inl.h | 273 typename LiveObjectRange<mode>::iterator LiveObjectRange<mode>::begin() { in begin() function in v8::internal::LiveObjectRange
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | earley-parser.cc | 119 InputPosition const begin = input.c_str(); in RunLexer() local
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | bit-vector.h | 317 Iterator begin() const { return Iterator(this, Iterator::kStartTag); } in begin() function in v8::internal::BitVector 358 BitVector::Iterator begin() const { return bits_.begin(); } in begin() function in v8::internal::GrowableBitVector
|
| H A D | identity-map.h | 201 Iterator begin() { return Iterator(map_, map_->NextIndex(-1)); } in begin() function in v8::internal::IdentityMap::IteratableScope
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 190 static unsigned si_end_mmio_counter(struct si_screen *sscreen, uint64_t begin, unsigned busy_index) in si_end_mmio_counter() argument 272 unsigned si_end_counter(struct si_screen *sscreen, unsigned type, uint64_t begin) in si_end_counter() argument
|
| /third_party/mesa3d/src/gtest/include/gtest/ |
| H A D | gtest-printers.h | 730 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_emulate_branches.c | 147 allocate_and_insert_proxies(struct emulate_branch_state * s, struct register_proxies * proxies, struct rc_instruction * begin, struct rc_instruction * end) allocate_and_insert_proxies() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 177 r600_end_mmio_counter(struct r600_common_screen *rscreen, uint64_t begin, unsigned busy_index) r600_end_mmio_counter() argument 261 r600_end_counter(struct r600_common_screen *rscreen, unsigned type, uint64_t begin) r600_end_counter() argument
|
| /third_party/lame/test/ |
| H A D | lame_test.cpp | 222 unsigned char* begin() { return m_data; } in begin() function in OutBuffer
|