HomeSort by relevance Sort by last modified time
    Searched refs:TestStruct (Results 1 - 12 of 12) sorted by null

  /external/clang/test/SemaCXX/
decltype-pr4444.cpp 5 struct TestStruct {
  /external/clang/test/CodeGenCXX/
microsoft-uuidof-mangling.cpp 20 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct
29 struct HasMember { typedef TestStruct member; };
34 UUIDTest<TestStruct> uuidof_test;
35 test_uuidofType<TestStruct>();
  /external/v8/tools/clang/plugins/tests/
virtual_bodies.h 38 struct TestStruct {};
47 testing::TestStruct tester_;
  /external/clang/test/OpenMP/
ordered_doacross_codegen.cpp 62 // CHECK: define {{.+}}TestStruct
64 struct TestStruct {
73 TestStruct() {
92 // CHECK: invoke {{.+TestStruct.+foo}}
106 // CHECK: invoke {{.+TestStruct.+bar}}
123 TestStruct<int> s;
  /kernel/tests/net/test/
cstruct_test.py 98 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
102 t = TestStruct((2, nullstr, 12345, nullstr, 33210))
103 expected = ("TestStruct(byte1=2, string2=68656c6c6f0000000000000000000000,"
108 t = TestStruct((2, embeddednull, 12345, embeddednull, 33210))
109 expected = ("TestStruct(byte1=2, string2=68656c6c6f0076697369626c65313233,"
114 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
116 t = TestStruct()
122 self.assertEquals("\x00" * len(TestStruct), t.Pack()
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
module_unittest.py 32 struct = mojom.Struct('TestStruct', module=module)
37 'Interface request requires \'x:TestStruct\' to be an interface.')
43 struct = mojom.Struct('TestStruct', module=module)
48 'Associated interface requires \'x:TestStruct\' to be an interface.')
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 109 type TestStruct struct {
114 func fStruct(a TestStruct) TestStruct { return a }
116 type TestStructAlias TestStruct
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 109 type TestStruct struct {
114 func fStruct(a TestStruct) TestStruct { return a }
116 type TestStructAlias TestStruct
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /external/protobuf/java/util/src/test/java/com/google/protobuf/util/
JsonFormatTest.java 59 import com.google.protobuf.util.JsonTestProto.TestStruct;
747 public void testStruct() throws Exception {
749 TestStruct.Builder builder = TestStruct.newBuilder();
767 TestStruct message = builder.build();
783 builder = TestStruct.newBuilder();
792 builder = TestStruct.newBuilder();
    [all...]
  /external/protobuf/python/google/protobuf/internal/
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()

Completed in 1358 milliseconds