/aosp_15_r20/system/security/keystore2/src/km_compat/ |
H A D | km_compat_type_conversion.h | 456 if (auto v = KMV1::authorizationValue(KMV1::TAG_PURPOSE, kp)) { in convertKeyParameterToLegacy() local 464 if (auto v = KMV1::authorizationValue(KMV1::TAG_ALGORITHM, kp)) { in convertKeyParameterToLegacy() local 469 if (auto v = KMV1::authorizationValue(KMV1::TAG_KEY_SIZE, kp)) { in convertKeyParameterToLegacy() local 474 if (auto v = KMV1::authorizationValue(KMV1::TAG_BLOCK_MODE, kp)) { in convertKeyParameterToLegacy() local 479 if (auto v = KMV1::authorizationValue(KMV1::TAG_DIGEST, kp)) { in convertKeyParameterToLegacy() local 484 if (auto v = KMV1::authorizationValue(KMV1::TAG_PADDING, kp)) { in convertKeyParameterToLegacy() local 489 if (auto v = KMV1::authorizationValue(KMV1::TAG_CALLER_NONCE, kp)) { in convertKeyParameterToLegacy() local 494 if (auto v = KMV1::authorizationValue(KMV1::TAG_MIN_MAC_LENGTH, kp)) { in convertKeyParameterToLegacy() local 499 if (auto v = KMV1::authorizationValue(KMV1::TAG_EC_CURVE, kp)) { in convertKeyParameterToLegacy() local 506 if (auto v = KMV1::authorizationValue(KMV1::TAG_RSA_PUBLIC_EXPONENT, kp)) { in convertKeyParameterToLegacy() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkApiExtensionDependencyInfo.inl | 25 bool check_VK_KHR_display(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 37 bool check_VK_KHR_xlib_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDE… 49 bool check_VK_KHR_xcb_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 61 bool check_VK_KHR_wayland_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& … 73 bool check_VK_KHR_android_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& … 85 bool check_VK_KHR_win32_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vD… 97 bool check_VK_GGP_stream_descriptor_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const Ext… 109 bool check_VK_NN_vi_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 121 bool check_VK_KHR_external_memory_capabilities(const tcu::UVec2& v, const ExtPropVect& vIEP, const … 135 bool check_VK_KHR_external_semaphore_capabilities(const tcu::UVec2& v, const ExtPropVect& vIEP, con… [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | api_arrayelt.c | 97 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 103 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 109 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 115 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 121 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 129 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 135 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 144 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 152 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 158 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | aarch64-neon-2velem.c | 12 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16() 21 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16() 30 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32() 39 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32() 48 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16() 57 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16() 66 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32() 75 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32() 84 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16() 93 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/benches/ |
D | specializations.rs | 159 let v = black_box(vec![0; 1024]); localVariable 166 let v = black_box(vec![0; 1024]); localVariable 173 let v = black_box(vec![0; 1024]); localVariable 180 let v = black_box(vec![0; 1024]); localVariable 187 let v = black_box(vec![0; 1024]); localVariable 194 let v = black_box(vec![0; 1024]); localVariable 201 let v = black_box(vec![0; 1024]); localVariable 208 let v = black_box(vec![0; 1024]); localVariable 215 let v = black_box(vec![0; 1024]); localVariable 222 let v = black_box(vec![0; 1024]); localVariable [all …]
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | FieldPacker.java | 64 public void align(int v) { in align() 75 public void subalign(int v) { in subalign() 111 public void addI8(byte v) { in addI8() 120 public void addI16(short v) { in addI16() 128 short v = 0; in subI16() local 135 public void addI32(int v) { in addI32() 145 int v = 0; in subI32() local 154 public void addI64(long v) { in addI64() 168 long v = 0; in subI64() local 189 public void addU8(short v) { in addU8() [all …]
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | FieldPacker.java | 63 public void align(int v) { in align() 74 public void subalign(int v) { in subalign() 110 public void addI8(byte v) { in addI8() 119 public void addI16(short v) { in addI16() 127 short v = 0; in subI16() local 134 public void addI32(int v) { in addI32() 144 int v = 0; in subI32() local 153 public void addI64(long v) { in addI64() 167 long v = 0; in subI64() local 188 public void addU8(short v) { in addU8() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.zip/ |
H A D | end.pass.cpp | 73 std::ranges::zip_view v{SimpleCommonRandomAccessSized(buffer1)}; in test() local 80 …std::ranges::zip_view v{SimpleCommonRandomAccessSized(buffer1), SimpleCommonRandomAccessSized(buff… in test() local 87 std::ranges::zip_view v{NonSizedRandomAccessView(buffer1)}; in test() local 94 std::ranges::zip_view v{NonSizedRandomAccessView(buffer1), NonSizedRandomAccessView(buffer3)}; in test() local 101 std::ranges::zip_view v{SizedBidiCommon(buffer1)}; in test() local 108 std::ranges::zip_view v{SizedBidiCommon(buffer1), SizedBidiCommon(buffer2)}; in test() local 115 std::ranges::zip_view v{BidiCommonView(buffer1)}; in test() local 122 std::ranges::zip_view v{BidiCommonView(buffer1), BidiCommonView(buffer2)}; in test() local 129 std::ranges::zip_view v{ForwardSizedView(buffer1)}; in test() local 136 std::ranges::zip_view v{ForwardSizedView(buffer1), ForwardSizedView(buffer2)}; in test() local [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/ |
D | iatomic.h | 29 #define atomic_read(v) ((v)->counter) argument 39 #define atomic_set(v,i) (((v)->counter) = (i)) argument 49 static __inline__ void atomic_add(int i, atomic_t *v) in atomic_add() 65 static __inline__ void atomic_sub(int i, atomic_t *v) in atomic_sub() 83 static __inline__ int atomic_sub_and_test(int i, atomic_t *v) in atomic_sub_and_test() 101 static __inline__ void atomic_inc(atomic_t *v) in atomic_inc() 116 static __inline__ void atomic_dec(atomic_t *v) in atomic_dec() 133 static __inline__ int atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test() 153 static __inline__ int atomic_inc_and_test(atomic_t *v) in atomic_inc_and_test() 174 static __inline__ int atomic_add_negative(int i, atomic_t *v) in atomic_add_negative() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | hexagon_types.h | 72 #define HEXAGON_V64_GET_D(v) (v) argument 73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument 77 #define HEXAGON_V64_GET_W0(v) \ argument 86 #define HEXAGON_V64_GET_W1(v) \ argument 95 #define HEXAGON_V64_GET_UW0(v) \ argument 104 #define HEXAGON_V64_GET_UW1(v) \ argument 116 #define HEXAGON_V64_GET_H0(v) \ argument 125 #define HEXAGON_V64_GET_H1(v) \ argument 134 #define HEXAGON_V64_GET_H2(v) \ argument 143 #define HEXAGON_V64_GET_H3(v) \ argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | hexagon_types.h | 72 #define HEXAGON_V64_GET_D(v) (v) argument 73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument 77 #define HEXAGON_V64_GET_W0(v) \ argument 86 #define HEXAGON_V64_GET_W1(v) \ argument 95 #define HEXAGON_V64_GET_UW0(v) \ argument 104 #define HEXAGON_V64_GET_UW1(v) \ argument 116 #define HEXAGON_V64_GET_H0(v) \ argument 125 #define HEXAGON_V64_GET_H1(v) \ argument 134 #define HEXAGON_V64_GET_H2(v) \ argument 143 #define HEXAGON_V64_GET_H3(v) \ argument [all …]
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | hexagon_types.h | 72 #define HEXAGON_V64_GET_D(v) (v) argument 73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument 77 #define HEXAGON_V64_GET_W0(v) \ argument 86 #define HEXAGON_V64_GET_W1(v) \ argument 95 #define HEXAGON_V64_GET_UW0(v) \ argument 104 #define HEXAGON_V64_GET_UW1(v) \ argument 116 #define HEXAGON_V64_GET_H0(v) \ argument 125 #define HEXAGON_V64_GET_H1(v) \ argument 134 #define HEXAGON_V64_GET_H2(v) \ argument 143 #define HEXAGON_V64_GET_H3(v) \ argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | hexagon_types.h | 72 #define HEXAGON_V64_GET_D(v) (v) argument 73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument 77 #define HEXAGON_V64_GET_W0(v) \ argument 86 #define HEXAGON_V64_GET_W1(v) \ argument 95 #define HEXAGON_V64_GET_UW0(v) \ argument 104 #define HEXAGON_V64_GET_UW1(v) \ argument 116 #define HEXAGON_V64_GET_H0(v) \ argument 125 #define HEXAGON_V64_GET_H1(v) \ argument 134 #define HEXAGON_V64_GET_H2(v) \ argument 143 #define HEXAGON_V64_GET_H3(v) \ argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | hexagon_types.h | 72 #define HEXAGON_V64_GET_D(v) (v) argument 73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument 77 #define HEXAGON_V64_GET_W0(v) \ argument 86 #define HEXAGON_V64_GET_W1(v) \ argument 95 #define HEXAGON_V64_GET_UW0(v) \ argument 104 #define HEXAGON_V64_GET_UW1(v) \ argument 116 #define HEXAGON_V64_GET_H0(v) \ argument 125 #define HEXAGON_V64_GET_H1(v) \ argument 134 #define HEXAGON_V64_GET_H2(v) \ argument 143 #define HEXAGON_V64_GET_H3(v) \ argument [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir_visitor.cpp | 17 static void visit_binary_op(const NodePtr<Op>& v, IRVisitor* visitor) { in visit_binary_op() 22 void IRVisitor::visit(const AddPtr& v) { in visit() 26 void IRVisitor::visit(const SubPtr& v) { in visit() 30 void IRVisitor::visit(const MulPtr& v) { in visit() 34 void IRVisitor::visit(const DivPtr& v) { in visit() 38 void IRVisitor::visit(const ModPtr& v) { in visit() 42 void IRVisitor::visit(const MaxPtr& v) { in visit() 46 void IRVisitor::visit(const MinPtr& v) { in visit() 50 void IRVisitor::visit(const AndPtr& v) { in visit() 54 void IRVisitor::visit(const OrPtr& v) { in visit() [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_order.h | 27 #define htobe16(v) OSSwapHostToBigInt16(v) argument 28 #define htobe32(v) OSSwapHostToBigInt32(v) argument 29 #define htobe64(v) OSSwapHostToBigInt64(v) argument 30 #define be16toh(v) OSSwapBigToHostInt16(v) argument 31 #define be32toh(v) OSSwapBigToHostInt32(v) argument 32 #define be64toh(v) OSSwapBigToHostInt64(v) argument 34 #define htole16(v) OSSwapHostToLittleInt16(v) argument 35 #define htole32(v) OSSwapHostToLittleInt32(v) argument 36 #define htole64(v) OSSwapHostToLittleInt64(v) argument 37 #define le16toh(v) OSSwapLittleToHostInt16(v) argument [all …]
|
/aosp_15_r20/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 342 float __attribute__((overloadable)) acos(float v) { in acos() 348 float __attribute__((overloadable)) acosh(float v) { in acosh() 360 float __attribute__((overloadable)) asin(float v) { in asin() 366 float __attribute__((overloadable)) asinh(float v) { in asinh() 377 float __attribute__((overloadable)) atan(float v) { in atan() 389 float __attribute__((overloadable)) atanh(float v) { in atanh() 406 float __attribute__((overloadable)) cbrt(float v) { in cbrt() 412 float __attribute__((overloadable)) ceil(float v) { in ceil() 424 float __attribute__((overloadable)) cos(float v) { in cos() 430 float __attribute__((overloadable)) cosh(float v) { in cosh() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkApiExtensionDependencyInfo.inl | 25 bool check_VK_KHR_display(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 37 bool check_VK_EXT_direct_mode_display(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVe… 49 bool check_VK_EXT_display_surface_counter(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPr… 61 bool check_VK_EXT_swapchain_colorspace(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropV… 73 bool check_VK_KHR_get_surface_capabilities2(const tcu::UVec2& v, const ExtPropVect& vIEP, const Ext… 85 bool check_VK_KHR_get_display_properties2(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPr… 97 bool check_VK_EXT_headless_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect&… 120 bool check_VK_KHR_swapchain(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 132 bool check_VK_KHR_display_swapchain(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect… 144 bool check_VK_EXT_texture_compression_astc_hdr(const tcu::UVec2& v, const ExtPropVect& vIEP, const … [all …]
|
/aosp_15_r20/art/test/411-checker-hdiv-hrem-const/src/ |
H A D | DivTest.java | 134 private static int $noinline$IntDivBy18(int v) { in $noinline$IntDivBy18() 164 private static int $noinline$IntDivByMinus18(int v) { in $noinline$IntDivByMinus18() 179 private static int $noinline$IntDivBy7(int v) { in $noinline$IntDivBy7() 212 private static int $noinline$IntDivByMinus7(int v) { in $noinline$IntDivByMinus7() 227 private static int $noinline$IntDivBy6(int v) { in $noinline$IntDivBy6() 257 private static int $noinline$IntDivByMinus6(int v) { in $noinline$IntDivByMinus6() 262 private static int $noinline$Negate(int v) { in $noinline$Negate() 266 private static int $noinline$Decrement(int v) { in $noinline$Decrement() 270 private static int $noinline$Increment(int v) { in $noinline$Increment() 284 private static int $noinline$UnsignedIntDiv01(int v) { in $noinline$UnsignedIntDiv01() [all …]
|
H A D | RemTest.java | 125 private static int $noinline$IntRemBy18(int v) { in $noinline$IntRemBy18() 159 private static int $noinline$IntRemByMinus18(int v) { in $noinline$IntRemByMinus18() 176 private static int $noinline$IntRemBy7(int v) { in $noinline$IntRemBy7() 212 private static int $noinline$IntRemByMinus7(int v) { in $noinline$IntRemByMinus7() 229 private static int $noinline$IntRemBy6(int v) { in $noinline$IntRemBy6() 263 private static int $noinline$IntRemByMinus6(int v) { in $noinline$IntRemByMinus6() 268 private static int $noinline$Negate(int v) { in $noinline$Negate() 272 private static int $noinline$Decrement(int v) { in $noinline$Decrement() 276 private static int $noinline$Increment(int v) { in $noinline$Increment() 292 private static int $noinline$UnsignedIntRem01(int v) { in $noinline$UnsignedIntRem01() [all …]
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_atomic.cc | 58 template<typename T> T func_xchg(volatile T *v, T op) { in func_xchg() 65 template<typename T> T func_add(volatile T *v, T op) { in func_add() 69 template<typename T> T func_sub(volatile T *v, T op) { in func_sub() 73 template<typename T> T func_and(volatile T *v, T op) { in func_and() 77 template<typename T> T func_or(volatile T *v, T op) { in func_or() 81 template<typename T> T func_xor(volatile T *v, T op) { in func_xor() 85 template<typename T> T func_nand(volatile T *v, T op) { in func_nand() 97 template<typename T> T func_cas(volatile T *v, T cmp, T xch) { in func_cas() 107 a128 func_xchg(volatile a128 *v, a128 op) { in func_xchg() 114 a128 func_add(volatile a128 *v, a128 op) { in func_add() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 141 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_by() localVariable 163 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_back_by() localVariable 185 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth() localVariable 198 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth_back() localVariable 211 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_last() localVariable 218 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_count() localVariable 229 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_count() localVariable 244 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_nth() localVariable 257 let v = [0, 1, 2, 3, 4, 5]; in test_chunks_next() localVariable 264 let v = [0, 1, 2, 3, 4, 5, 6, 7]; in test_chunks_next() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 141 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_by() localVariable 163 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_back_by() localVariable 185 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth() localVariable 198 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth_back() localVariable 211 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_last() localVariable 218 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_count() localVariable 229 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_count() localVariable 244 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_nth() localVariable 257 let v = [0, 1, 2, 3, 4, 5]; in test_chunks_next() localVariable 264 let v = [0, 1, 2, 3, 4, 5, 6, 7]; in test_chunks_next() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 141 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_by() localVariable 163 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_back_by() localVariable 185 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth() localVariable 198 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth_back() localVariable 211 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_last() localVariable 218 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_count() localVariable 229 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_count() localVariable 244 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_nth() localVariable 257 let v = [0, 1, 2, 3, 4, 5]; in test_chunks_next() localVariable 264 let v = [0, 1, 2, 3, 4, 5, 6, 7]; in test_chunks_next() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 141 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_by() localVariable 163 let v = &[0, 1, 2, 3, 4]; in test_iterator_advance_back_by() localVariable 185 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth() localVariable 198 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_nth_back() localVariable 211 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_last() localVariable 218 let v: &[_] = &[0, 1, 2, 3, 4]; in test_iterator_count() localVariable 229 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_count() localVariable 244 let v: &[i32] = &[0, 1, 2, 3, 4, 5]; in test_chunks_nth() localVariable 257 let v = [0, 1, 2, 3, 4, 5]; in test_chunks_next() localVariable 264 let v = [0, 1, 2, 3, 4, 5, 6, 7]; in test_chunks_next() localVariable [all …]
|