/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/ |
H A D | spectral_norm.rs | 55 let mut tmp = u.clone(); in spectral_norm() localVariable 71 fn test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/ |
H A D | ctor.value.pass.cpp | 41 constexpr SomeIntComparable operator++(int) { auto tmp = *this; ++value_; return tmp; } in operator ++() local 45 constexpr bool test() { in test() function
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns02.c | 151 char tmp[PATH_MAX]; in setup() local 178 static struct tst_test test = { variable
|
/aosp_15_r20/external/grpc-grpc/test/core/bad_ssl/ |
H A D | bad_ssl_test.cc | 124 char* tmp; in main() local 126 char test[64]; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/counted.iterator/ |
H A D | compare.pass.cpp | 45 {CommonWithForwardIter tmp(*this); ++(*this); return tmp;} in operator ++() local 58 constexpr bool test() { in test() function
|
H A D | iter_swap.pass.cpp | 42 {HasNoexceptIterSwap tmp(*this); ++(*this); return tmp;} in operator ++() local 48 constexpr bool test() { in test() function
|
H A D | assign.pass.cpp | 46 {AssignableFromIter tmp(*this); ++(*this); return tmp;} in operator ++() local 59 constexpr bool test() { in test() function
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/shmget/ |
H A D | shmget02.c | 66 long tmp; in get_hugetlb_exp_error() local 138 static struct tst_test test = { variable
|
/aosp_15_r20/external/ltp/testcases/kernel/kvm/ |
H A D | kvm_pagefault01.c | 50 uintptr_t tmp; in main() local 214 static struct tst_test test = { variable
|
/aosp_15_r20/external/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.c | 271 void selectTest(int n, struct s_test *test) in selectTest() 578 char tmp[MAXLEN], *buf; in master() local 754 char tmp[16]; in slave() local 959 char *tmp; in main() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GetTexLevelParameterTest.cpp | 289 int tmp = 0; in TEST_P() local 306 const auto test = [](GLenum target, int maxValid) { in TEST_P() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl02.c | 107 int tmp; in setup() local 140 static struct tst_test test = { variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 544 __u32 nr_run_before = 0, nr_run_after = 0, tmp, i; in test_detach_bpf() local 780 const struct test { in test_config() struct 781 void (*fn)(int sotype, sa_family_t family); in test_config() 782 const char *name; in test_config() 783 bool no_inner_map; in test_config() 784 int need_sotype; in test_config()
|
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/ |
H A D | OpenCLTimer.cpp | 38 namespace test namespace 127 cl_event tmp; in test_start() local
|
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | CodecEncoderSurfaceTest.java | 100 File tmp = new File(tmpFile); in tearDown() local 172 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncodeFromSurface() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | common.h | 31 #define EXECUTE_TEST(error, test) \ argument 103 HostDataType tmp; in SpecialValue() local 111 HostDataType tmp; in SpecialValue() local 130 CBasicTest *test; member
|
/aosp_15_r20/art/test/903-hello-tagging/src/art/ |
H A D | Test903.java | 47 private static WeakReference<Object> test() { in test() method in Test903 123 Pair[] tmp = new Pair[l]; in printArraysSorted() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | constructors.cpp | 99 void test(C &in) { in test() function 100 C tmp = in; in test() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigInteger/ |
H A D | BigIntegerTest.java | 528 int tmp = x, bitCount = 0; in bitCount() local 543 int tmp = x, bitLength, j; in bitLength() local 663 BigInteger test = new BigInteger(result, radix); in stringConv_generic() local 683 BigInteger test = new BigInteger(result, radix); in stringConv_schoenhage() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathBuilderTest.cpp | 196 SkRect tmp; in DEF_TEST() local 237 SkRRect tmp; in DEF_TEST() local 396 auto test = [&](const std::string& name, SkPoint start, SkPoint end, SkScalar radius, in DEF_TEST() local
|
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap1.c | 96 void *tmp; in map_write_unmap() local 249 static struct tst_test test = { variable
|
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/ |
H A D | FileWritingTest.java | 42 @Rule public final TemporaryFolder tmp = new TemporaryFolder(); field in FileWritingTest 171 TypeSpec test = TypeSpec.classBuilder("Test") in filerClassesWithTabIndent() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | scope-check.cpp | 127 unsigned tmp = s0; in f() local 142 void test() { in test() function 209 int test() { in test() function 428 void test(nexist, int c) { // expected-error {{}} in test() function
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | parse_utils.c | 117 char *tmp = strdup(buffer); in parse_skip_space() local 239 char *test = NULL; in parse_fetch_int() local
|
/aosp_15_r20/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
H A D | JvmtiTaggingTest.java | 34 private static WeakReference<Object> test() { in test() method in JvmtiTaggingTest 160 List<Pair> tmp = new ArrayList<>(l); in check() local
|