Home
last modified time | relevance | path

Searched +defs:test +defs:tmp (Results 76 – 100 of 920) sorted by relevance

12345678910>>...37

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/
H A Dspectral_norm.rs55 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 Dctor.value.pass.cpp41 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 Dsetns02.c151 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 Dbad_ssl_test.cc124 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 Dcompare.pass.cpp45 {CommonWithForwardIter tmp(*this); ++(*this); return tmp;} in operator ++() local
58 constexpr bool test() { in test() function
H A Diter_swap.pass.cpp42 {HasNoexceptIterSwap tmp(*this); ++(*this); return tmp;} in operator ++() local
48 constexpr bool test() { in test() function
H A Dassign.pass.cpp46 {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 Dshmget02.c66 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 Dkvm_pagefault01.c50 uintptr_t tmp; in main() local
214 static struct tst_test test = { variable
/aosp_15_r20/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c271 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 DGetTexLevelParameterTest.cpp289 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 Dshmctl02.c107 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 Dselect_reuseport.c544 __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 DOpenCLTimer.cpp38 namespace test namespace
127 cl_event tmp; in test_start() local
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecEncoderSurfaceTest.java100 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 Dcommon.h31 #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 DTest903.java47 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 Dconstructors.cpp99 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 DBigIntegerTest.java528 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 DPathBuilderTest.cpp196 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 Dmmap1.c96 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 DFileWritingTest.java42 @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 Dscope-check.cpp127 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 Dparse_utils.c117 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 DJvmtiTaggingTest.java34 private static WeakReference<Object> test() { in test() method in JvmtiTaggingTest
160 List<Pair> tmp = new ArrayList<>(l); in check() local

12345678910>>...37