/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | pack.c | 154 const GLubyte *src; in _mesa_pack_bitmap() local 258 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() 786 const GLuint *src = (const GLuint *) source; in _mesa_unpack_depth_span() local 797 const GLushort *src = (const GLushort *) source; in _mesa_unpack_depth_span() local 808 const GLuint *src = (const GLuint *) source; in _mesa_unpack_depth_span() local 864 const GLuint *src = (const GLuint *) source; in _mesa_unpack_depth_span() local 878 const GLuint *src = (const GLuint *) source; in _mesa_unpack_depth_span() local 893 const GLfloat *src = (const GLfloat *)source; in _mesa_unpack_depth_span() local 912 const GLhalfARB *src = (const GLhalfARB *) source; in _mesa_unpack_depth_span() local 1252 const GLvoid *src = _mesa_image_address(dimensions, unpack, pixels, in _mesa_unpack_image() local [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_blend_equation_advanced.c | 38 swizzle(nir_builder *b, nir_def *src, int swizzle, int components) in swizzle() 50 swizzle_x(nir_builder *b, nir_def *src) in swizzle_x() 56 swizzle_y(nir_builder *b, nir_def *src) in swizzle_y() 62 swizzle_z(nir_builder *b, nir_def *src) in swizzle_z() 68 swizzle_w(nir_builder *b, nir_def *src) in swizzle_w() 74 blend_multiply(nir_builder *b, nir_def *src, nir_def *dst) in blend_multiply() 81 blend_screen(nir_builder *b, nir_def *src, nir_def *dst) in blend_screen() 88 blend_overlay(nir_builder *b, nir_def *src, nir_def *dst) in blend_overlay() 100 blend_darken(nir_builder *b, nir_def *src, nir_def *dst) in blend_darken() 107 blend_lighten(nir_builder *b, nir_def *src, nir_def *dst) in blend_lighten() [all …]
|
/aosp_15_r20/external/llvm-libc/src/string/ |
H A D | string_utils.h | 62 LIBC_INLINE size_t string_length_wide_read(const char *src) { in string_length_wide_read() 82 LIBC_INLINE size_t string_length_byte_read(const char *src) { in string_length_byte_read() 91 LIBC_INLINE size_t string_length(const char *src) { in string_length() 104 LIBC_INLINE void *find_first_character_wide_read(const unsigned char *src, in find_first_character_wide_read() 136 LIBC_INLINE void *find_first_character_byte_read(const unsigned char *src, in find_first_character_byte_read() 145 LIBC_INLINE void *find_first_character(const unsigned char *src, in find_first_character() 165 LIBC_INLINE size_t complementary_span(const char *src, const char *segment) { in complementary_span() 187 LIBC_INLINE char *string_token(char *__restrict src, in string_token() 217 LIBC_INLINE size_t strlcpy(char *__restrict dst, const char *__restrict src, in strlcpy() 229 LIBC_INLINE constexpr static char *strchr_implementation(const char *src, in strchr_implementation() [all …]
|
/aosp_15_r20/external/llvm-libc/test/src/string/ |
H A D | memrchr_test.cpp | 15 const char *call_memrchr(const void *src, int c, size_t size) { in call_memrchr() 22 const unsigned char src[size] = {'a', '\0', 'b', 'c', 'd', '\0'}; in TEST() local 29 const unsigned char src[size] = {'a', 'b', 'c'}; in TEST() local 38 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 45 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 52 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 59 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 66 const unsigned char src[size] = {'1', '2', '3', '?'}; in TEST() local 72 const unsigned char src[5] = {'1', '2', '3', '4', '\0'}; in TEST() local 104 char src[size] = {c}; in TEST() local [all …]
|
H A D | memchr_test.cpp | 15 const char *call_memchr(const void *src, int c, size_t size) { in call_memchr() 22 const unsigned char src[size] = {'a', '\0', 'b', 'c', '\0'}; in TEST() local 29 const unsigned char src[size] = {'a', 'b', 'c'}; in TEST() local 38 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 45 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 52 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 59 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local 66 const unsigned char src[size] = {'1', '2', '3', '?'}; in TEST() local 72 const unsigned char src[5] = {'1', '2', '3', '4', '\0'}; in TEST() local 80 const unsigned char src[size] = {'a', 'b', 'c', 'd', 'e', '\0'}; in TEST() local [all …]
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuCompressedTexture.cpp | 481 inline uint8_t extend4To8(uint8_t src) in extend4To8() 487 inline uint8_t extend5To8(uint8_t src) in extend5To8() 493 inline uint8_t extend6To8(uint8_t src) in extend6To8() 520 inline uint64_t get64BitBlock(const uint8_t *src, int blockNdx) in get64BitBlock() 532 inline uint64_t get128BitBlockStart(const uint8_t *src, int blockNdx) in get128BitBlockStart() 538 inline uint64_t get128BitBlockEnd(const uint8_t *src, int blockNdx) in get128BitBlockEnd() 543 inline uint32_t getBit(uint64_t src, int bit) in getBit() 548 inline uint32_t getBits(uint64_t src, int low, int high) in getBits() 558 inline uint8_t extend7To8(uint8_t src) in extend7To8() 564 inline int8_t extendSigned3To8(uint8_t src) in extendSigned3To8() [all …]
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format_yuv.c | 50 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local 104 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local 157 const float *src = src_row; in util_format_r8g8_b8g8_unorm_pack_rgba_float() local 206 const uint8_t *src = src_row; in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local 248 util_format_r8g8_b8g8_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r8g8_b8g8_unorm_fetch_rgba() 272 const uint32_t *src = (const uint32_t *)src_row; in util_format_g8r8_g8b8_unorm_unpack_rgba_float() local 326 const uint32_t *src = (const uint32_t *)src_row; in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local 379 const float *src = src_row; in util_format_g8r8_g8b8_unorm_pack_rgba_float() local 428 const uint8_t *src = src_row; in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local 470 util_format_g8r8_g8b8_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_g8r8_g8b8_unorm_fetch_rgba() [all …]
|
H A D | u_format_other.c | 42 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_float() local 59 const float *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_float() local 73 util_format_r9g9b9e5_float_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r9g9b9e5_float_fetch_rgba() 91 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() local 113 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_8unorm() local 138 const uint8_t *src = src_row; in util_format_r11g11b10_float_unpack_rgba_float() local 155 const float *src = src_row; in util_format_r11g11b10_float_pack_rgba_float() local 169 util_format_r11g11b10_float_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r11g11b10_float_fetch_rgba() 187 const uint8_t *src = src_row; in util_format_r11g11b10_float_unpack_rgba_8unorm() local 209 const uint8_t *src = src_row; in util_format_r11g11b10_float_pack_rgba_8unorm() local [all …]
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | ObjectReader.java | 1019 public JsonParser createParser(File src) throws IOException { in createParser() 1032 public JsonParser createParser(URL src) throws IOException { in createParser() 1420 public <T> T readValue(InputStream src) throws IOException in readValue() 1438 public <T> T readValue(InputStream src, Class<T> valueType) throws IOException in readValue() 1452 public <T> T readValue(Reader src) throws IOException in readValue() 1470 public <T> T readValue(Reader src, Class<T> valueType) throws IOException in readValue() 1484 public <T> T readValue(String src) throws JsonProcessingException, JsonMappingException in readValue() 1508 public <T> T readValue(String src, Class<T> valueType) throws IOException in readValue() 1591 public <T> T readValue(File src) throws IOException in readValue() 1610 public <T> T readValue(File src, Class<T> valueType) throws IOException in readValue() [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | macro_assembler_bitmanip_impl.h | 29 void MacroAssembler<Assembler>::MacroClz(Register result, Register src) { in MacroClz() 37 void MacroAssembler<Assembler>::MacroCtz(Register result, Register src) { in MacroCtz() 73 void MacroAssembler<Assembler>::MacroOrcbAVX(XMMRegister result, XMMRegister src) { in MacroOrcbAVX() 79 void MacroAssembler<Assembler>::MacroAdduw(Register result, Register src) { in MacroAdduw() 85 void MacroAssembler<Assembler>::MacroSh1adduw(Register result, Register src) { in MacroSh1adduw() 91 void MacroAssembler<Assembler>::MacroSh2adduw(Register result, Register src) { in MacroSh2adduw() 97 void MacroAssembler<Assembler>::MacroSh3adduw(Register result, Register src) { in MacroSh3adduw() 103 void MacroAssembler<Assembler>::MacroSh1add(Register result, Register src) { in MacroSh1add() 108 void MacroAssembler<Assembler>::MacroSh2add(Register result, Register src) { in MacroSh2add() 113 void MacroAssembler<Assembler>::MacroSh3add(Register result, Register src) { in MacroSh3add()
|
/aosp_15_r20/external/zstd/tests/ |
H A D | fullbench.c | 102 local_ZSTD_compress(const void* src, size_t srcSize, in local_ZSTD_compress() 114 local_ZSTD_compress_freshCCtx(const void* src, size_t srcSize, in local_ZSTD_compress_freshCCtx() 133 static size_t local_ZSTD_decompress(const void* src, size_t srcSize, in local_ZSTD_decompress() 142 static size_t local_ZSTD_decompressDCtx(const void* src, size_t srcSize, in local_ZSTD_decompressDCtx() 155 static size_t local_ZSTD_decodeLiteralsBlock(const void* src, size_t srcSize, void* dst, size_t dst… in local_ZSTD_decodeLiteralsBlock() 161 static size_t local_ZSTD_decodeSeqHeaders(const void* src, size_t srcSize, void* dst, size_t dstSiz… in local_ZSTD_decodeSeqHeaders() 168 FORCE_NOINLINE size_t ZSTD_decodeLiteralsHeader(ZSTD_DCtx* dctx, void const* src, size_t srcSize) in ZSTD_decodeLiteralsHeader() 222 static size_t local_ZSTD_decodeLiteralsHeader(const void* src, size_t srcSize, void* dst, size_t ds… in local_ZSTD_decodeLiteralsHeader() 231 local_ZSTD_compressStream(const void* src, size_t srcSize, in local_ZSTD_compressStream() 254 local_ZSTD_compressStream_freshCCtx(const void* src, size_t srcSize, in local_ZSTD_compressStream_freshCCtx() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_sad_avx2.c | 88 const uint8_t *src, in aom_highbd_sad16xN_avx2() 141 const uint8_t *src, in aom_highbd_sad32xN_avx2() 192 const uint8_t *src, in aom_highbd_sad64xN_avx2() 240 int N, const uint8_t *src, int src_stride, const uint8_t *ref, in aom_highbd_sad128xN_avx2() 314 unsigned int aom_highbd_sad16x4_avg_avx2(const uint8_t *src, int src_stride, in aom_highbd_sad16x4_avg_avx2() 327 unsigned int aom_highbd_sad16x8_avg_avx2(const uint8_t *src, int src_stride, in aom_highbd_sad16x8_avg_avx2() 345 unsigned int aom_highbd_sad16x16_avg_avx2(const uint8_t *src, int src_stride, in aom_highbd_sad16x16_avg_avx2() 359 unsigned int aom_highbd_sad16x32_avg_avx2(const uint8_t *src, int src_stride, in aom_highbd_sad16x32_avg_avx2() 374 unsigned int aom_highbd_sad16x64_avg_avx2(const uint8_t *src, int src_stride, in aom_highbd_sad16x64_avg_avx2() 388 unsigned int aom_highbd_sad32x8_avg_avx2(const uint8_t *src, int src_stride, in aom_highbd_sad32x8_avg_avx2() [all …]
|
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | FocusFinderTest.java | 38 final Rect src = new Rect(100, 100, 200, 200); in testPartiallyInDirection() local 52 final Rect src = new Rect(100, 100, 200, 200); in testInDirection() local 69 final Rect src = new Rect(100, 100, 200, 200); in testNotInDirection() local 93 final Rect src = new Rect(0, 30, 10, 40); in testAboveShareEdgeEdgeOkForDirectionUp() local 230 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testDirectlyAboveTrumpsAboveLeft() local 243 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testAboveInBeamTrumpsSlightlyCloserOutOfBeam() local 259 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testOutOfBeamBeatsInBeamUp() local 287 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testNonCandidateCanBeBetterCandidate() local 509 private void assertIsPartiallyInDirection(int direction, Rect src, Rect dest) { in assertIsPartiallyInDirection() 517 private void assertIsInDirection(int direction, Rect src, Rect dest) { in assertIsInDirection() [all …]
|
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_slice_scatter_test.cpp | 30 const Tensor& src, in op_slice_scatter_out() 55 Tensor src = tf.make( in test_dtype() local 200 auto src = src_tensors[testcase_idx]; in TEST_F() local 371 auto src = src_tensors[testcase_idx]; in TEST_F() local 537 auto src = src_tensors[testcase_idx]; in TEST_F() local 657 auto src = src_tensors[testcase_idx]; in TEST_F() local 684 Tensor src = tf.zeros({1, 0, 1}); in TEST_F() local 704 Tensor src = tf.ones({}); in TEST_F() local 722 Tensor src = tf.zeros({1, 1, 1}); in TEST_F() local 739 Tensor src = tf.zeros({1, 1, 1}); in TEST_F() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | vpx_convolve_vsx.c | 19 static VPX_FORCE_INLINE void copy_w16(const uint8_t *src, ptrdiff_t src_stride, in copy_w16() 31 static VPX_FORCE_INLINE void copy_w32(const uint8_t *src, ptrdiff_t src_stride, in copy_w32() 44 static VPX_FORCE_INLINE void copy_w64(const uint8_t *src, ptrdiff_t src_stride, in copy_w64() 59 void vpx_convolve_copy_vsx(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve_copy_vsx() 94 static VPX_FORCE_INLINE void avg_w16(const uint8_t *src, ptrdiff_t src_stride, in avg_w16() 107 static VPX_FORCE_INLINE void avg_w32(const uint8_t *src, ptrdiff_t src_stride, in avg_w32() 122 static VPX_FORCE_INLINE void avg_w64(const uint8_t *src, ptrdiff_t src_stride, in avg_w64() 141 void vpx_convolve_avg_vsx(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve_avg_vsx() 187 static VPX_FORCE_INLINE void convolve_horiz(const uint8_t *src, in convolve_horiz() 209 const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, in convolve_avg_horiz() [all …]
|
/aosp_15_r20/bionic/libc/arch-arm/bionic/ |
H A D | __aeabi.c | 62 void __attribute__((weak)) __aeabi_memcpy8_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl() 66 void __attribute__((weak)) __aeabi_memcpy4_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl() 70 void __attribute__((weak)) __aeabi_memcpy_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl() 74 void __attribute__((weak)) __aeabi_memcpy8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl2() 78 void __attribute__((weak)) __aeabi_memcpy4_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl2() 82 void __attribute__((weak)) __aeabi_memcpy_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl2() 87 void __attribute__((weak)) __aeabi_memmove8_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl() 91 void __attribute__((weak)) __aeabi_memmove4_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove4_impl() 95 void __attribute__((weak)) __aeabi_memmove_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove_impl() 99 void __attribute__((weak)) __aeabi_memmove8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl2() [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | convolve_10bit_neon.cc | 49 int32x4x2_t SumOnePassTaps(const uint16x8_t* const src, in SumOnePassTaps() 110 int32x4_t SumOnePassTaps(const uint16x4_t* const src, in SumOnePassTaps() 147 void FilterHorizontalWidth8AndUp(const uint16_t* LIBGAV1_RESTRICT src, in FilterHorizontalWidth8AndUp() 280 void FilterHorizontalWidth4(const uint16_t* LIBGAV1_RESTRICT src, in FilterHorizontalWidth4() 325 void FilterHorizontalWidth2(const uint16_t* LIBGAV1_RESTRICT src, in FilterHorizontalWidth2() 410 void FilterHorizontal(const uint16_t* LIBGAV1_RESTRICT const src, in FilterHorizontal() 435 const uint16_t* LIBGAV1_RESTRICT const src, const ptrdiff_t src_stride, in DoHorizontalPass() 485 const auto* const src = in ConvolveHorizontal_NEON() local 502 const auto* const src = in ConvolveCompoundHorizontal_NEON() local 513 void FilterVertical(const uint16_t* LIBGAV1_RESTRICT const src, in FilterVertical() [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | cordz_test.cc | 142 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 149 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 159 Cord src(MakeString(TestCordSize::kLarge)); in TEST() local 165 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST_P() local 173 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST_P() local 185 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 197 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 210 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 220 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 228 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | cordz_test.cc | 144 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 151 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 161 Cord src(MakeString(TestCordSize::kLarge)); in TEST() local 167 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST_P() local 175 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST_P() local 187 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 199 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 212 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 222 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 230 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | cordz_test.cc | 142 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 149 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 159 Cord src(MakeString(TestCordSize::kLarge)); in TEST() local 165 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST_P() local 173 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST_P() local 185 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 197 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 210 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 220 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 228 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | cordz_test.cc | 144 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 151 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 161 Cord src(MakeString(TestCordSize::kLarge)); in TEST() local 167 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST_P() local 175 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST_P() local 187 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 199 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 212 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 222 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 230 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | cordz_test.cc | 142 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 149 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 159 Cord src(MakeString(TestCordSize::kLarge)); in TEST() local 165 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST_P() local 173 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST_P() local 185 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 197 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local 210 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 220 Cord src = UnsampledCord(MakeString(TestCordSize::kLarge)); in TEST() local 228 Cord src = MakeAppendStringCord(TestCordSize::kLarge); in TEST() local [all …]
|