Home
last modified time | relevance | path

Searched defs:five (Results 1 – 25 of 177) sorted by relevance

12345678

/aosp_15_r20/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp43 struct five { struct
49 void copy4(struct five *a, struct five *b) { in copy4() argument
H A Dtbaa.cpp201 struct five { struct
207 char g13(struct five *a, struct five *b) { in g13() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs52 let five = Rc::new(5); in test_match_option_rc() localVariable
63 let five = Arc::new(5); in test_match_option_arc() localVariable
81 let five = "Five".to_string(); in test_match_option_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs52 let five = Rc::new(5); in test_match_option_rc() localVariable
63 let five = Arc::new(5); in test_match_option_arc() localVariable
81 let five = "Five".to_string(); in test_match_option_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs52 let five = Rc::new(5); in test_match_option_rc() localVariable
63 let five = Arc::new(5); in test_match_option_arc() localVariable
81 let five = "Five".to_string(); in test_match_option_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs52 let five = Rc::new(5); in test_match_option_rc() localVariable
63 let five = Arc::new(5); in test_match_option_arc() localVariable
81 let five = "Five".to_string(); in test_match_option_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs52 let five = Rc::new(5); in test_match_option_rc() localVariable
63 let five = Arc::new(5); in test_match_option_arc() localVariable
81 let five = "Five".to_string(); in test_match_option_string() localVariable
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DVarargsBenchmark.java50 @Override long five(long a, long b, long c, long d, long e) { in five() method
74 @Override long five(long a, long b, long c, long d, long e) { in five() method
91 abstract long five(long a, long b, long c, long d, long e); in five() method in VarargsBenchmark.Strategy
120 private static long five(long a, long b, long c, long d, long e) { in five() method in VarargsBenchmark
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
348 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
H A Dtrace_vprintk.c20 static const char five[] = "5"; in sys_enter() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java68 ViewOne five = new ViewOne(mContext); in testLayout3() local
110 TextView five = new TextView(mContext); in testLayout6() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c28 unsigned int *five, unsigned int *seven) in list_backups()
145 unsigned int three = 1, five = 5, seven = 7; in ext2fs_create_resize_inode() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DOldAndroidInstanceofTest.java79 ChildOfAOne five = mFive; in testSuccessClass() local
86 ChildOfAFive five = mFive; in testSuccessInterface() local
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/
H A DCommonSuperclassTest.java124 String five = "Ltest/five;"; in testGetCommonSuperclass() local
289 String five = "Ltest/five;"; in testGetCommonSuperclass_arrays() local
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs184 let five: Result<Enum, _> = 5u8.try_into(); in discriminant_expressions() localVariable
230 let five: Result<Enum, _> = 5u8.try_into(); in different_values() localVariable
477 let five: Result<Enum, _> = 5u8.try_into(); in alternative_values_and_default_value() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/test/
Dfunction_n_test.cpp56 write_five_obj five = write_five_obj(); // Initialization for Borland C++ 5.5 in test_zero_args() local
596 X five(5); in test_member_functions() local
Dfunction_test.cpp55 write_five_obj five; in test_zero_args() local
589 X five(5); in test_member_functions() local
/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dlib.rs73 five: usize, in custom_from_str_example() field
91 five: usize, in nested_from_str_example() field
111 five: usize, in method_from_str_example() field
269 let five = TopLevel::from_args(&["cmdname"], &["five", "gold rings"]).expect("sc 5"); in dynamic_subcommand_example() localVariable
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug366.go11 func five(x int64) { func
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/tests/
Dblock_on.rs11 async fn five() -> u8 { in five() function
/aosp_15_r20/external/stg/test_cases/diff_tests/enum/
H A Dorder.1.c7 five = 5, enumerator
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTimeComparatorTest.java63 NotificationRecord five = mock(NotificationRecord.class); in testCompare() local
/aosp_15_r20/external/testng/src/test/java/test/annotationtransformer/
H A DAnnotationTransformerSampleTest.java30 public void five() { in five() method in AnnotationTransformerSampleTest
/aosp_15_r20/external/stg/test_cases/diff_tests/member/
H A Dorder.0.c6 int five; member

12345678