/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/test2json/testdata/ |
D | vet.json | 3 {"Action":"output","Test":"TestVet","Output":"=== RUN TestVet\n"} string 5 {"Action":"pause","Test":"TestVet"} string 7 {"Action":"output","Test":"TestVetAsm","Output":"=== RUN TestVetAsm\n"} string 9 {"Action":"pause","Test":"TestVetAsm"} string 11 {"Action":"output","Test":"TestVetDirs","Output":"=== RUN TestVetDirs\n"} string 13 {"Action":"pause","Test":"TestVetDirs"} string 15 {"Action":"output","Test":"TestTags","Output":"=== RUN TestTags\n"} string 17 {"Action":"pause","Test":"TestTags"} string 19 {"Action":"output","Test":"TestVetVerbose","Output":"=== RUN TestVetVerbose\n"} string 21 {"Action":"pause","Test":"TestVetVerbose"} string [all …]
|
D | smiley.json | 3 {"Action":"output","Test":"Test☺☹","Output":"=== RUN Test☺☹\n"} string 5 {"Action":"pause","Test":"Test☺☹"} string 7 {"Action":"output","Test":"Test☺☹Asm","Output":"=== RUN Test☺☹Asm\n"} string 9 {"Action":"pause","Test":"Test☺☹Asm"} string 11 {"Action":"output","Test":"Test☺☹Dirs","Output":"=== RUN Test☺☹Dirs\n"} string 13 {"Action":"pause","Test":"Test☺☹Dirs"} string 15 {"Action":"output","Test":"TestTags","Output":"=== RUN TestTags\n"} string 17 {"Action":"pause","Test":"TestTags"} string 19 {"Action":"output","Test":"Test☺☹Verbose","Output":"=== RUN Test☺☹Verbose\n"} string 21 {"Action":"pause","Test":"Test☺☹Verbose"} string [all …]
|
D | framebig.json | 3 {"Action":"output","Test":"TestIndex","Output":"=== RUN TestIndex\n"} string 5 {"Action":"pass","Test":"TestIndex"} string 7 {"Action":"output","Test":"TestIndex","Output":"=== PASS TestIndex\n"} string 9 {"Action":"output","Test":"TestLastIndex","Output":"=== RUN TestLastIndex\n"} string 11 {"Action":"pass","Test":"TestLastIndex"} string 13 {"Action":"output","Test":"TestLastIndex","Output":"=== PASS TestLastIndex\n"} string 15 {"Action":"output","Test":"TestIndexAny","Output":"=== RUN TestIndexAny\n"} string 17 {"Action":"pass","Test":"TestIndexAny"} string 19 {"Action":"output","Test":"TestIndexAny","Output":"=== PASS TestIndexAny\n"} string 21 {"Action":"output","Test":"TestLastIndexAny","Output":"=== RUN TestLastIndexAny\n"} string [all …]
|
D | framefuzz.json | 3 {"Action":"output","Test":"TestAddrStringAllocs","Output":"=== RUN TestAddrStringAllocs\n"} string 5 {"Action":"output","Test":"TestAddrStringAllocs/zero","Output":"=== RUN TestAddrStringAllocs/zero… string 7 {"Action":"output","Test":"TestAddrStringAllocs/ipv4","Output":"=== RUN TestAddrStringAllocs/ipv4… string 9 {"Action":"output","Test":"TestAddrStringAllocs/ipv6","Output":"=== RUN TestAddrStringAllocs/ipv6… string 11 {"Action":"output","Test":"TestAddrStringAllocs/ipv6+zone","Output":"=== RUN TestAddrStringAllocs… string 13 {"Action":"output","Test":"TestAddrStringAllocs/ipv4-in-ipv6","Output":"=== RUN TestAddrStringAll… string 15 {"Action":"output","Test":"TestAddrStringAllocs/ipv4-in-ipv6+zone","Output":"=== RUN TestAddrStri… string 17 {"Action":"output","Test":"TestAddrStringAllocs/zero","Output":" --- PASS: TestAddrStringAllocs/… string 19 {"Action":"output","Test":"TestAddrStringAllocs/ipv4","Output":" --- PASS: TestAddrStringAllocs/… string 21 {"Action":"output","Test":"TestAddrStringAllocs/ipv6","Output":" --- PASS: TestAddrStringAllocs/… string [all …]
|
D | issue29755.json | 3 {"Action":"output","Test":"TestOutputWithSubtest","Output":"=== RUN TestOutputWithSubtest\n"} string 5 {"Action":"output","Test":"TestOutputWithSubtest/sub_test","Output":"=== RUN TestOutputWithSubtes… string 7 {"Action":"output","Test":"TestOutputWithSubtest/sub_test/sub2","Output":"=== RUN TestOutputWithS… string 9 {"Action":"output","Test":"TestOutputWithSubtest/sub_test2","Output":"=== RUN TestOutputWithSubte… string 11 {"Action":"output","Test":"TestOutputWithSubtest/sub_test2/sub2","Output":"=== RUN TestOutputWith… string 13 {"Action":"output","Test":"TestOutputWithSubtest","Output":" foo_test.go:6: output before sub te… string 15 {"Action":"output","Test":"TestOutputWithSubtest","Output":" foo_test.go:15: output from root te… string 17 {"Action":"output","Test":"TestOutputWithSubtest/sub_test","Output":" foo_test.go:9: output … string 19 {"Action":"output","Test":"TestOutputWithSubtest/sub_test","Output":" foo_test.go:16: more o… string 21 {"Action":"output","Test":"TestOutputWithSubtest/sub_test/sub2","Output":" foo_test.go:1… string [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/ada/ |
D | test.adb | 25 procedure Test is subprogram 34 File_Size : Count := 100_000; 35 Continuous : constant Boolean := False; 37 Header : constant ZLib.Header_Type := ZLib.Default; 44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy; 45 Init_Random : constant := 10; 49 In_File_Name : constant String := "testzlib.in"; 52 Z_File_Name : constant String := "testzlib.zlb"; 55 Out_File_Name : constant String := "testzlib.out"; 58 File_In : File_Type; [all …]
|
/aosp_15_r20/external/deqp-deps/amber/docs/ |
D | vk_script.md | 137 ## Test section in Sections 143 ### Draw Rect 153 ### Draw Arrays 161 ### Compute 167 ### Shader Entry Point 174 ### Probe all 182 ### Probe 194 ### Probe SSBO 213 ### Uniform 224 ### Unifom UBO [all …]
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | rect_unittest.cc | 128 static const struct Test { in TEST() struct 129 int x1; // rect 1 in TEST() 130 int y1; in TEST() 131 int w1; in TEST() 132 int h1; in TEST() 133 int x2; // rect 2 in TEST() 134 int y2; in TEST() 135 int w2; in TEST() 136 int h2; in TEST() 137 int x3; // rect 3: the union of rects 1 and 2 in TEST() [all …]
|
/aosp_15_r20/external/parameter-framework/upstream/utility/test/ |
H A D | utility.cpp | 46 struct Test struct 48 list<int> input; 49 std::function<int(int, int)> binaryOpt; 50 int empty; 51 int result; 52 int resultNoEmpty; 70 struct Test struct 72 string title; 73 list<string> input; 74 string separator; [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bzltestutil/testdata/ |
H A D | report.json | 1 {"Action":"run","Test":"TestPass"} string 3 {"Action":"output","Test":"TestPass","Output":"=== PAUSE TestPass\n"} string 5 {"Action":"run","Test":"TestPassLog"} string 7 {"Action":"output","Test":"TestPassLog","Output":"=== PAUSE TestPassLog\n"} string 9 {"Action":"run","Test":"TestFail"} string 11 {"Action":"output","Test":"TestFail","Output":"--- FAIL: TestFail (0.00s)\n"} string 13 {"Action":"fail","Test":"TestFail","Elapsed":0} string 15 {"Action":"output","Test":"TestSubtests","Output":"=== RUN TestSubtests\n"} string 17 {"Action":"output","Test":"TestSubtests/subtest_a","Output":"=== RUN TestSubtests/subtest_a\n"} string 19 {"Action":"output","Test":"TestSubtests/testB","Output":"=== RUN TestSubtests/testB\n"} string [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | hash_policy_traits_test.cc | 63 struct Test : ::testing::Test { struct 64 Test() { in Test() function 87 std::allocator<int> alloc; 88 int a = 53; 90 MockFunction<void(void*, Slot*, Slot)> construct; 91 MockFunction<void(void*, Slot*)> destroy; 93 MockFunction<Slot&(Slot*)> element; 94 MockFunction<int(int)> apply; 95 MockFunction<Slot&(Slot*)> value; 97 MockFunction<void(void*, Slot*, Slot*)> transfer; [all …]
|
/aosp_15_r20/external/jspecify/samples/typeArgumentsFromParameterBounds/typeargumentsfromparameterbounds/ |
H A D | TypeArgumentsFromParameterBounds.java | 28 public void bar(TypeArgumentsFromParameterBounds<Test, Test, Test> a) {} in bar() 33 public void bar(TypeArgumentsFromParameterBounds<Test, Test, Test> a) {} in bar() 36 class Test {} class 41 TypeArgumentsFromParameterBounds<Test, Test, Test> aNotNullNotNullNotNull, in main() 43 TypeArgumentsFromParameterBounds<Test, Test, @Nullable Test> aNotNullNotNullNull, in main()
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Test.cs | 12 public struct Test : IFlatbufferObject struct 24 …public static Offset<MyGame.Example.Test> CreateTest(FlatBufferBuilder builder, short A, sbyte B) { in CreateTest() 40 public static Offset<MyGame.Example.Test> Pack(FlatBufferBuilder builder, TestT _o) { in Pack()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | test_generated.rs | 17 pub struct Test(pub [u8; 4]); struct 18 impl Default for Test { implementation 23 impl core::fmt::Debug for Test { implementation 32 impl flatbuffers::SimpleToVerifyInSlice for Test {} implementation 33 impl flatbuffers::SafeSliceAccess for Test {} implementation 34 impl<'a> flatbuffers::Follow<'a> for Test { implementation 41 impl<'a> flatbuffers::Follow<'a> for &'a Test { implementation 48 impl<'b> flatbuffers::Push for Test { implementation 53 ::core::slice::from_raw_parts(self as *const Test as *const u8, Self::size()) in push() constant 58 impl<'b> flatbuffers::Push for &'b Test { implementation [all …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 1020 TEST_P(CompressedTextureDXT1Test, Test) { test(); } in TEST_P() argument 1021 TEST_P(CompressedTextureDXT3Test, Test) { test(); } in TEST_P() argument 1022 TEST_P(CompressedTextureDXT5Test, Test) { test(); } in TEST_P() argument 1023 TEST_P(CompressedTextureS3TCSRGBTest, Test) { test(); } in TEST_P() argument 1024 TEST_P(CompressedTextureRGTCTest, Test) { test(); } in TEST_P() argument 1025 TEST_P(CompressedTextureBPTCTest, Test) { test(); } in TEST_P() argument 1027 TEST_P(CompressedTextureETC1Test, Test) { test(); } in TEST_P() argument 1028 TEST_P(CompressedTextureETC1SubTest, Test) { test(); } in TEST_P() argument 1030 TEST_P(CompressedTextureEACR11UTest, Test) { test(); } in TEST_P() argument 1031 TEST_P(CompressedTextureEACR11STest, Test) { test(); } in TEST_P() argument [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | common_policy_traits_test.cc | 57 struct Test : ::testing::Test { struct 58 Test() { in Test() argument 75 std::allocator<Slot> alloc; 76 int a = 53; 78 MockFunction<void(void*, Slot*, Slot)> construct; 79 MockFunction<void(void*, Slot*)> destroy; 81 MockFunction<Slot&(Slot*)> element; 83 MockFunction<void(void*, Slot*, Slot*)> transfer; 86 TEST_F(Test, construct) { in TEST_F() argument 91 TEST_F(Test, destroy) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | common_policy_traits_test.cc | 57 struct Test : ::testing::Test { struct 58 Test() { in Test() function 75 std::allocator<Slot> alloc; 76 int a = 53; 78 MockFunction<void(void*, Slot*, Slot)> construct; 79 MockFunction<void(void*, Slot*)> destroy; 81 MockFunction<Slot&(Slot*)> element; 83 MockFunction<void(void*, Slot*, Slot*)> transfer; 86 TEST_F(Test, construct) { in TEST_F() argument 91 TEST_F(Test, destroy) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | common_policy_traits_test.cc | 57 struct Test : ::testing::Test { struct 58 Test() { in Test() function 75 std::allocator<Slot> alloc; 76 int a = 53; 78 MockFunction<void(void*, Slot*, Slot)> construct; 79 MockFunction<void(void*, Slot*)> destroy; 81 MockFunction<Slot&(Slot*)> element; 83 MockFunction<void(void*, Slot*, Slot*)> transfer; 86 TEST_F(Test, construct) { in TEST_F() argument 91 TEST_F(Test, destroy) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | test_generated.rs | 15 pub struct Test(pub [u8; 4]); struct 16 impl Default for Test { implementation 21 impl core::fmt::Debug for Test { implementation 30 impl flatbuffers::SimpleToVerifyInSlice for Test {} implementation 31 impl flatbuffers::SafeSliceAccess for Test {} implementation 32 impl<'a> flatbuffers::Follow<'a> for Test { implementation 39 impl<'a> flatbuffers::Follow<'a> for &'a Test { implementation 46 impl<'b> flatbuffers::Push for Test { implementation 51 ::core::slice::from_raw_parts(self as *const Test as *const u8, Self::size()) in push() constant 56 impl<'b> flatbuffers::Push for &'b Test { implementation [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-new-overaligned.cpp | 4 struct Test { struct 15 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper() 21 class Test { class 34 struct Test { struct 50 …new Test[10]; // expected-warning {{type 'test3::Test' requires 256 bytes of alignment and the de… in helper() 55 struct Test { struct 70 …new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the defaul… in helper()
|
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | form_filing_click_test.cc | 75 TEST(Test, ReadOnlyCheckBoxGetFormWidgetInfo) { in TEST() argument 107 TEST(Test, ReadOnlyCheckBoxClickOnPointDoesNotChangePage) { in TEST() argument 118 TEST(Test, ReadOnlyCheckBoxClickOnPointInvalidRects) { in TEST() argument 130 TEST(Test, CheckBoxGetFormWidgetInfo) { in TEST() argument 161 TEST(Test, CheckboxClickOnPoint) { in TEST() argument 177 TEST(Test, CheckboxClickOnPointInvalidRects) { in TEST() argument 191 TEST(Test, ResetButtonGetFormWidgetInfo) { in TEST() argument 224 TEST(Test, ResetButtonClickOnPoint) { in TEST() argument 244 TEST(Test, ResetButtonClickOnPointInvalidRects) { in TEST() argument 258 TEST(Test, ReadOnlyRadioButtonGetFormWidgetInfo) { in TEST() argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | common_policy_traits_test.cc | 79 struct Test : ::testing::Test { struct 80 Test() { in Test() function 97 std::allocator<Slot> alloc; 98 int a = 53; 100 MockFunction<void(void*, Slot*, Slot)> construct; 101 MockFunction<void(void*, Slot*)> destroy; 103 MockFunction<Slot&(Slot*)> element; 105 MockFunction<void(void*, Slot*, Slot*)> transfer; 108 TEST_F(Test, construct) { in TEST_F() argument 113 TEST_F(Test, destroy) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | common_policy_traits_test.cc | 79 struct Test : ::testing::Test { struct 80 Test() { in Test() argument 97 std::allocator<Slot> alloc; 98 int a = 53; 100 MockFunction<void(void*, Slot*, Slot)> construct; 101 MockFunction<void(void*, Slot*)> destroy; 103 MockFunction<Slot&(Slot*)> element; 105 MockFunction<void(void*, Slot*, Slot*)> transfer; 108 TEST_F(Test, construct) { in TEST_F() argument 113 TEST_F(Test, destroy) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | common_policy_traits_test.cc | 79 struct Test : ::testing::Test { struct 80 Test() { in Test() function 97 std::allocator<Slot> alloc; 98 int a = 53; 100 MockFunction<void(void*, Slot*, Slot)> construct; 101 MockFunction<void(void*, Slot*)> destroy; 103 MockFunction<Slot&(Slot*)> element; 105 MockFunction<void(void*, Slot*, Slot*)> transfer; 108 TEST_F(Test, construct) { in TEST_F() argument 113 TEST_F(Test, destroy) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | callback_unittest.cc | 406 using Test = CallbackThenOnceTest<VoidReturnWithoutArgs, ThenReturn>; in TEST_F() typedef 413 using Test = CallbackThenOnceTest<VoidReturnWithArgs, ThenReturn>; in TEST_F() typedef 421 using Test = CallbackThenOnceTest<VoidReturnWithMoveOnlyArgs, ThenReturn>; in TEST_F() typedef 432 using Test = CallbackThenOnceTest<VoidReturnWithoutArgs, ThenReturn>; in TEST_F() typedef 439 using Test = CallbackThenOnceTest<VoidReturnWithArgs, ThenReturn>; in TEST_F() typedef 447 using Test = CallbackThenOnceTest<VoidReturnWithMoveOnlyArgs, ThenReturn>; in TEST_F() typedef 458 using Test = CallbackThenOnceTest<NonVoidReturnWithoutArgs, ThenReturn>; in TEST_F() typedef 465 using Test = CallbackThenOnceTest<NonVoidReturnWithArgs, ThenReturn>; in TEST_F() typedef 473 using Test = in TEST_F() typedef 485 using Test = CallbackThenOnceTest<NonVoidReturnWithoutArgs, ThenReturn>; in TEST_F() typedef [all …]
|