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

  /external/chromium_org/mojo/public/cpp/bindings/tests/
serialization_warning_unittest.cc 74 Struct2Ptr test_struct(Struct2::New());
75 EXPECT_FALSE(test_struct->hdl.is_valid());
77 TestWarning(test_struct.Pass(),
80 test_struct = Struct2::New();
82 test_struct->hdl = ScopedHandle::From(pipe.handle1.Pass());
84 TestWarning(test_struct.Pass(), mojo::internal::VALIDATION_ERROR_NONE);
88 Struct3Ptr test_struct(Struct3::New());
89 EXPECT_TRUE(!test_struct->struct_1);
91 TestWarning(test_struct.Pass(),
94 test_struct = Struct3::New()
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
pass-struct.c 8 // DEBUGGER: break test_struct
21 int test_struct(struct int_struct s) function
35 int result = test_struct(s);
  /external/clang/test/FixIt/
fixit.c 61 struct test_struct { struct
62 // CHECK: struct test_struct *struct_ptr;
63 test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_delattr.py 16 def test_struct(self): member in class:TestCase
test_pickling.py 34 def test_struct(self): member in class:PickleTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_delattr.py 16 def test_struct(self): member in class:TestCase
test_pickling.py 34 def test_struct(self): member in class:PickleTest
  /external/chromium_org/chrome/common/
partial_circular_buffer_unittest.cc 32 PartialCircularBuffer::BufferData test_struct; local
34 &test_struct.data[0] - reinterpret_cast<uint8*>(&test_struct);
  /external/clang/test/Sema/
overloadable.c 34 void test_struct(struct X x, struct Y y) { function
  /external/clang/test/CodeGen/
arm-aapcs-vfp.c 30 // CHECK: define arm_aapcs_vfpcc %struct.homogeneous_struct @test_struct(%struct.homogeneous_struct %{{.*}})
31 // CHECK64: define %struct.homogeneous_struct @test_struct(float %{{.*}}, float %{{.*}}, float %{{.*}}, float %{{.*}})
33 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { function
arm-abi-vector.c 257 double test_struct(StructWithVec* d) { function
258 // CHECK: test_struct
260 // APCS-GNU: test_struct
  /external/ltrace/testsuite/ltrace.main/
parameters-lib.c 101 struct test_struct { struct
111 void func_struct(struct test_struct* x)

Completed in 447 milliseconds