/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | any.rs | 67 let tmp: &mut usize = &mut *b; in any_downcast_mut() localVariable 109 let test = [0_usize; 8]; in any_fixed_vec() localVariable 110 let test = &test as &dyn Any; in any_fixed_vec() localVariable
|
/aosp_15_r20/external/llvm/utils/lit/lit/formats/ |
H A D | base.py | 83 def createTempInput(self, tmp, test): argument 86 def execute(self, test, litConfig): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/ |
D | list.hpp | 18 namespace test { namespace 73 node* tmp = first_; in ~list_data() local 112 list_iterator tmp = *this; in operator ++() local 151 list_const_iterator tmp = *this; in operator ++() local 225 node* tmp = data_.first_; in clear() local 317 node* tmp = *first; in swap_adjacent_ranges() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/readahead/ |
H A D | readahead02.c | 123 char *tmp; in create_testfile() local 161 unsigned char *p, tmp; in read_testfile() local 347 char tmp[PATH_MAX], *backing_dev; in setup_readahead_length() local 413 static struct tst_test test = { variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/ |
D | rapidxml.hpp | 286 const Ch *tmp = p; in measure() local 1414 static unsigned char test(Ch ch) in test() function 1423 static unsigned char test(Ch ch) in test() function 1432 static unsigned char test(Ch ch) in test() function 1441 static unsigned char test(Ch ch) in test() function 1450 static unsigned char test(Ch ch) in test() function 1459 static unsigned char test(Ch ch) in test() function 1469 static unsigned char test(Ch ch) in test() function 1483 static unsigned char test(Ch ch) in test() function 1544 Ch *tmp = text; in skip() local
|
/aosp_15_r20/external/libsrtp2/test/ |
H A D | cutest.h | 285 const struct test__ *test; in test_list_names__() local 294 const struct test__ *test; in test_by_name__() local 305 static int test_do_run__(const struct test__ *test) in test_do_run__() 407 static void test_run__(const struct test__ *test) in test_run__() 443 char tmp[32]; in test_run__() local
|
/aosp_15_r20/external/ltp/testcases/kernel/logging/kmsg/ |
H A D | kmsg01.c | 140 int ret, tmp; in timed_read() local 278 char tmp[MAX_MSGSIZE]; in test_inject() local 461 unsigned long seqno[2], tmp; in test_seek() local 571 static struct tst_test test = { variable
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 154 #define test_assert(test) UPRV_BLOCK_MACRO_BEGIN { \ argument 171 #define test_assert_print(test,print) UPRV_BLOCK_MACRO_BEGIN { \ argument 954 Locale test("xx", "YY"); in TestISO3Fallback() local 986 const char * const * test = Locale::getISOLanguages(); in TestGetLangsAndCountries() local 1093 UnicodeString test; in TestSimpleDisplayNames() local 1120 UnicodeString test; in TestUninstalledISO3Names() local 1136 UnicodeString test(l.getISO3Country(), ""); in TestUninstalledISO3Names() local 1359 char16_t tmp[4]; in TestEuroSupport() local 6608 UnicodeString tmp; in TestUnd() local 6648 UnicodeString tmp; in TestUndScript() local [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | loctest.cpp | 154 #define test_assert(test) UPRV_BLOCK_MACRO_BEGIN { \ argument 171 #define test_assert_print(test,print) UPRV_BLOCK_MACRO_BEGIN { \ argument 889 Locale test("xx", "YY"); in TestISO3Fallback() local 921 const char * const * test = Locale::getISOLanguages(); in TestGetLangsAndCountries() local 1027 UnicodeString test; in TestSimpleDisplayNames() local 1054 UnicodeString test; in TestUninstalledISO3Names() local 1070 UnicodeString test(l.getISO3Country(), ""); in TestUninstalledISO3Names() local 1293 char16_t tmp[4]; in TestEuroSupport() local 6324 UnicodeString tmp; in TestUnd() local 6364 UnicodeString tmp; in TestUndScript() local [all …]
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | FileWritingTest.kt | 32 val tmp = TemporaryFolder() constant 244 val test = TypeSpec.classBuilder("Test") in filerClassesWithTabIndent() constant
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | align.c | 592 static int do_test_single(struct bpf_align_test *test) in do_test_single() 628 int tmp; in do_test_single() local 679 struct bpf_align_test *test = &tests[i]; in test_align() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
H A D | http2_frame_builder.cc | 18 namespace test { namespace 61 uint32_t tmp = value & StreamIdMask(); in AppendUInt31() local 94 uint32_t tmp = v.stream_dependency & StreamIdMask(); in Append() local
|
/aosp_15_r20/external/ltp/lib/newlib_tests/ |
H A D | tst_res_hexd.c | 11 char tmp[] = "Hello from tst_res_hexd"; in do_test() local 16 static struct tst_test test = { variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setdomainname/ |
H A D | setdomainname01.c | 13 static char tmp[_UTSNAME_DOMAIN_LENGTH]; in do_test() local 29 static struct tst_test test = { variable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/ |
H A D | norm_shift.rs | 73 let mut test = duo; localVariable 77 let tmp = test >> lvl; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/ |
H A D | norm_shift.rs | 73 let mut test = duo; localVariable 77 let tmp = test >> lvl; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/ |
H A D | norm_shift.rs | 73 let mut test = duo; localVariable 77 let tmp = test >> lvl; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/ |
H A D | norm_shift.rs | 73 let mut test = duo; localVariable 77 let tmp = test >> lvl; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/ |
H A D | norm_shift.rs | 73 let mut test = duo; localVariable 77 let tmp = test >> lvl; localVariable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/ |
H A D | robust_re_difference_type.compile.pass.cpp | 50 TEST_CONSTEXPR_CXX14 PickyIterator operator++(int) {auto tmp = *this; ++(*this); return tmp;} in operator ++() local 52 TEST_CONSTEXPR_CXX14 PickyIterator operator--(int) {auto tmp = *this; --(*this); return tmp;} in operator --() local 258 void test() in test() function
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib1964.c | 28 CURLcode test(char *URL) in test() function 33 struct curl_slist *list = NULL, *tmp; in test() local
|
H A D | lib1527.c | 48 CURLcode test(char *URL) in test() function 53 struct curl_slist *hhl = NULL, *tmp = NULL; in test() local
|
H A D | lib1526.c | 47 CURLcode test(char *URL) in test() function 52 struct curl_slist *hhl = NULL, *phl = NULL, *tmp = NULL; in test() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | Python-ast.c | 2243 _PyAST_While(expr_ty test, asdl_stmt_seq * body, asdl_stmt_seq * orelse, int in _PyAST_While() 2268 _PyAST_If(expr_ty test, asdl_stmt_seq * body, asdl_stmt_seq * orelse, int in _PyAST_If() 2417 _PyAST_Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, int in _PyAST_Assert() 2722 _PyAST_IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int in _PyAST_IfExp() 5478 PyObject *tmp = NULL; in obj2ast_mod() local 5730 PyObject *tmp = NULL; in obj2ast_stmt() local 6922 expr_ty test; in obj2ast_stmt() local 7028 expr_ty test; in obj2ast_stmt() local 7790 expr_ty test; in obj2ast_stmt() local 8147 PyObject *tmp = NULL; in obj2ast_expr() local [all …]
|
/aosp_15_r20/external/webrtc/test/ |
H A D | rtp_file_reader.cc | 26 namespace test { namespace 43 uint8_t tmp; in ReadUint32() local 55 uint8_t tmp; in ReadUint16() local 563 uint32_t tmp = 0; in Read() local 577 uint16_t tmp = 0; in Read() local 597 int32_t tmp = 0; in Read() local
|