/external/tensorflow/tensorflow/core/framework/ |
D | allocator_test.cc | 122 struct TestStruct { struct 126 TEST(CPUAllocatorTest, CheckStructSize) { CHECK_GT(sizeof(TestStruct), 1); } in TEST() 133 TestStruct* const test_pointer = a->Allocate<TestStruct>(count_to_allocate); in TEST() 135 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST() 143 (std::numeric_limits<size_t>::max() / sizeof(TestStruct)) + 1; in TEST() 144 TestStruct* const test_pointer = a->Allocate<TestStruct>(count_to_allocate); in TEST() 146 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | data_view_unittest.cc | 62 TestStructPtr obj(TestStruct::New()); in TEST_F() 77 TestStructPtr obj(TestStruct::New()); in TEST_F() 92 TestStructPtr obj(TestStruct::New()); in TEST_F() 114 TestStructPtr obj(TestStruct::New()); in TEST_F() 130 TestStructPtr obj(TestStruct::New()); in TEST_F() 147 TestStructPtr obj(TestStruct::New()); in TEST_F() 171 TestStructPtr obj(TestStruct::New()); in TEST_F() 191 TestStructPtr obj(TestStruct::New()); in TEST_F() 219 TestStructPtr obj(TestStruct::New()); in TEST_F() 243 TestStructPtr obj(TestStruct::New()); in TEST_F() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-uuidof-mangling.cpp | 20 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct struct 29 struct HasMember { typedef TestStruct member; }; argument 34 UUIDTest<TestStruct> uuidof_test; in main() 35 test_uuidofType<TestStruct>(); in main()
|
/external/clang/test/OpenMP/ |
D | ordered_doacross_codegen.cpp | 64 struct TestStruct { struct 73 TestStruct() { in TestStruct() argument 123 TestStruct<int> s;
|
/external/v8/tools/clang/plugins/tests/ |
D | virtual_bodies.h | 38 struct TestStruct {}; struct 47 testing::TestStruct tester_;
|
/external/clang/test/SemaCXX/ |
D | decltype-pr4444.cpp | 5 struct TestStruct { struct
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 2297 final class TestStruct{ in TestFCNFKCClosure() class 2300 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct 2306 TestStruct[] tests= new TestStruct[]{ in TestFCNFKCClosure() 2307 new TestStruct( 0x00C4, "" ), in TestFCNFKCClosure() 2308 new TestStruct( 0x00E4, "" ), in TestFCNFKCClosure() 2309 new TestStruct( 0x037A, "\u0020\u03B9" ), in TestFCNFKCClosure() 2310 new TestStruct( 0x03D2, "\u03C5" ), in TestFCNFKCClosure() 2311 new TestStruct( 0x20A8, "\u0072\u0073" ) , in TestFCNFKCClosure() 2312 new TestStruct( 0x210B, "\u0068" ), in TestFCNFKCClosure() 2313 new TestStruct( 0x210C, "\u0068" ), in TestFCNFKCClosure() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 2300 final class TestStruct{ in TestFCNFKCClosure() class 2303 TestStruct(int cp, String src){ in TestFCNFKCClosure() method in BasicTest.TestStruct 2309 TestStruct[] tests= new TestStruct[]{ in TestFCNFKCClosure() 2310 new TestStruct( 0x00C4, "" ), in TestFCNFKCClosure() 2311 new TestStruct( 0x00E4, "" ), in TestFCNFKCClosure() 2312 new TestStruct( 0x037A, "\u0020\u03B9" ), in TestFCNFKCClosure() 2313 new TestStruct( 0x03D2, "\u03C5" ), in TestFCNFKCClosure() 2314 new TestStruct( 0x20A8, "\u0072\u0073" ) , in TestFCNFKCClosure() 2315 new TestStruct( 0x210B, "\u0068" ), in TestFCNFKCClosure() 2316 new TestStruct( 0x210C, "\u0068" ), in TestFCNFKCClosure() [all …]
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 59 import com.google.protobuf.util.JsonTestProto.TestStruct; 749 TestStruct.Builder builder = TestStruct.newBuilder(); in testStruct() 767 TestStruct message = builder.build(); in testStruct() 783 builder = TestStruct.newBuilder(); in testStruct() 792 builder = TestStruct.newBuilder(); in testStruct()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_data_view.mojom | 29 struct TestStruct {
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 358 message = json_format_proto3_pb2.TestStruct() 387 parsed_message = json_format_proto3_pb2.TestStruct() 737 message = json_format_proto3_pb2.TestStruct()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 149 message TestStruct { message
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 1333 OpName %22 "TestStruct" in TEST_F()
|
D | fusion_legal.cpp | 4461 OpName %10 "TestStruct" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 1333 OpName %22 "TestStruct" in TEST_F()
|
D | fusion_legal.cpp | 4461 OpName %10 "TestStruct" in TEST_F()
|
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 189 message TestStruct { message
|