| /device/generic/vulkan-cereal/host-common/avd/ |
| D | util.c | 46 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in path_getRootIniPath() local 62 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); in path_getAvdContentPath() local 164 char* end; in propertyFile_getInt() local 284 char temp[MAX_PATH], *p = temp, *end = p + sizeof(temp); in path_getBuildBuildProp() local 299 char temp[MAX_PATH], *p = temp, *end = p + sizeof(temp); in path_getBuildBootProp() local 336 char temp[PATH_MAX], *p = temp, *end = p + sizeof(temp); in _getAvdConfigValue() local 393 char temp[PATH_MAX], *p = temp, *end= p+sizeof temp; in path_getAvdSystemPath() local
|
| /device/google/cuttlefish/common/libs/fs/ |
| D | shared_select.h | 42 iterator end() { return value_.end(); } in end() function 44 const_iterator end() const { return value_.end(); } in end() function
|
| /device/generic/goldfish/gnss/ |
| D | gnss_hw_listener.cpp | 25 const char* testNmeaField(const char* i, const char* end, in testNmeaField() 42 const char* skipAfter(const char* i, const char* end, const char c) { in skipAfter() 94 bool GnssHwListener::parse(const char* begin, const char* end, in parse() 207 bool GnssHwListener::parseGPGGA(const char* begin, const char* end, in parseGPGGA()
|
| /device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/ |
| D | scattered_stream_writer.h | 67 uint8_t* const end = write_ptr_ + size; in WriteBytesUnsafe() local 74 uint8_t* const end = write_ptr_ + size; in WriteBytes() local
|
| D | proto_decoder.h | 79 const uint8_t* end() const { return end_; } in end() function 105 const Field* end, in RepeatedFieldIterator()
|
| D | contiguous_memory_range.h | 29 uint8_t* end; // STL style: one byte past the end of the buffer. member
|
| /device/generic/vulkan-cereal/include/glm/gtx/ |
| D | range.hpp | 67 inline typename genType::value_type const * end(genType const & v) in end() function 79 inline typename genType::value_type * end(genType& v) in end() function
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | IndexRangeCache.h | 39 int end; member 78 size_t end = offset + count * glSizeof(type); member
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | PackedEnums.h | 65 EnumIterator<E> end() const { return {E::InvalidEnum}; } in end() function 119 iterator end() noexcept { return mPrivateData.end(); } in end() function 120 const_iterator end() const noexcept { return mPrivateData.end(); } in end() function 187 angle::EnumIterator<TextureTarget> end() const { return kAfterCubeMapTextureTargetMax; } in end() function 197 angle::EnumIterator<ShaderType> end() const { return kAfterGLES2ShaderTypeMax; } in end() function 207 angle::EnumIterator<ShaderType> end() const { return kAfterShaderTypeMax; } in end() function
|
| D | FixedVector.h | 215 typename FixedVector<T, N, Storage>::iterator FixedVector<T, N, Storage>::end() in end() function 221 typename FixedVector<T, N, Storage>::const_iterator FixedVector<T, N, Storage>::end() const in end() function
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | Unicode.cpp | 169 const char32_t *end = src + src_len; in utf32_to_utf8_length() local 366 const char16_t* const end = src + src_len; in utf16_to_utf8_length() local 413 const char* end; in utf8_to_utf32_length() local 435 const char* const end = src + src_len; in utf8_to_utf32() local 510 char16_t* end = utf8_to_utf16_no_null_terminator(u8str, u8len, u16str, u16len - 1); in utf8_to_utf16() local
|
| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | StringView.h | 119 constexpr StringView(const char* begin, const char* end) in StringView() 133 constexpr const_iterator end() const { return mString + mSize; } in end() function
|
| D | Pool.cpp | 71 uintptr_t end; member 119 uintptr_t end = (uintptr_t)(data + sizeBytes); in getInterval() local 345 uintptr_t end = info.interval.end; in free() local
|
| /device/generic/vulkan-cereal/base/ |
| D | SmallVector.h | 100 iterator end() { return mEnd; } in end() function 101 const_iterator end() const { return mEnd; } in end() function 173 void init(iterator begin, iterator end, size_type capacity) { in init()
|
| /device/generic/goldfish-opengl/android-emu/android/base/containers/ |
| D | SmallVector.h | 100 iterator end() { return mEnd; } in end() function 101 const_iterator end() const { return mEnd; } in end() function 173 void init(iterator begin, iterator end, size_type capacity) { in init()
|
| /device/generic/goldfish/network/wifi_forwarder/ |
| D | cache.h | 159 iterator end() { in end() function 167 const_iterator end() const { in end() function
|
| /device/generic/goldfish/sensors/ |
| D | multihal_sensors_qemu.cpp | 30 const char* testPrefix(const char* i, const char* end, const char* v, const char sep) { in testPrefix() 94 const char* end = buf + len; in parseQemuSensorEvent() local
|
| /device/generic/goldfish/camera/ |
| D | EmulatorCameraTest.cpp | 210 nsecs_t end = systemTime(); in main() local 287 nsecs_t end = systemTime(); in main() local 307 nsecs_t end = systemTime(); in main() local
|
| /device/google/contexthub/firmware/lib/libc/ |
| D | strlen.c | 70 const char* end; in strlen() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/containers/ |
| D | mru_cache.h | 207 iterator end() { return ordering_.end(); } in end() function 208 const_iterator end() const { return ordering_.end(); } in end() function
|
| /device/generic/vulkan-cereal/third-party/lz4/ |
| D | lz4hc.h | 150 const uint8_t* end; /* next block here to continue on current prefix */ member 167 const unsigned char* end; /* next block here to continue on current prefix */ member
|
| /device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/ |
| D | small_set.h | 52 const_iterator end() const { return arr_.cbegin() + filled_; } in end() function
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | strUtils.cpp | 40 string::size_type end = str.find_last_not_of(WHITESPACE); in trim() local
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
| D | GLBackgroundLoader.cpp | 73 const auto end = get_uptime_ms(); in main() local
|
| /device/generic/vulkan-cereal/protocols/generic-apigen/ |
| D | strUtils.cpp | 40 string::size_type end = str.find_last_not_of(WHITESPACE); in trim() local
|