Home
last modified time | relevance | path

Searched refs:TestStruct (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator_test.cc122 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/
Ddata_view_unittest.cc62 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/
Dmicrosoft-uuidof-mangling.cpp20 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/
Dordered_doacross_codegen.cpp64 struct TestStruct { struct
73 TestStruct() { in TestStruct() argument
123 TestStruct<int> s;
/external/v8/tools/clang/plugins/tests/
Dvirtual_bodies.h38 struct TestStruct {}; struct
47 testing::TestStruct tester_;
/external/clang/test/SemaCXX/
Ddecltype-pr4444.cpp5 struct TestStruct { struct
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2297 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/
DBasicTest.java2300 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/
DJsonFormatTest.java59 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/
Dtest_data_view.mojom29 struct TestStruct {
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py358 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/
Djson_format_proto3.proto149 message TestStruct { message
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp1333 OpName %22 "TestStruct" in TEST_F()
Dfusion_legal.cpp4461 OpName %10 "TestStruct" in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp1333 OpName %22 "TestStruct" in TEST_F()
Dfusion_legal.cpp4461 OpName %10 "TestStruct" in TEST_F()
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto189 message TestStruct { message