OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestStruct
(Results
1 - 15
of
15
) 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;
/external/tensorflow/tensorflow/core/framework/
allocator_test.cc
122
struct
TestStruct
{
123
int x; // not used just want to make sure sizeof(
TestStruct
) > 1
126
TEST(CPUAllocatorTest, CheckStructSize) { CHECK_GT(sizeof(
TestStruct
), 1); }
133
TestStruct
* const test_pointer = a->Allocate<
TestStruct
>(count_to_allocate);
135
CHECK_EQ(test_pointer, reinterpret_cast<
TestStruct
*>(NULL));
143
(std::numeric_limits<size_t>::max() / sizeof(
TestStruct
)) + 1;
144
TestStruct
* const test_pointer = a->Allocate<
TestStruct
>(count_to_allocate);
146
CHECK_EQ(test_pointer, reinterpret_cast<
TestStruct
*>(NULL))
[
all
...]
/external/libchrome/mojo/public/cpp/bindings/tests/
data_view_unittest.cc
62
TestStructPtr obj(
TestStruct
::New());
77
TestStructPtr obj(
TestStruct
::New());
92
TestStructPtr obj(
TestStruct
::New());
114
TestStructPtr obj(
TestStruct
::New());
130
TestStructPtr obj(
TestStruct
::New());
147
TestStructPtr obj(
TestStruct
::New());
171
TestStructPtr obj(
TestStruct
::New());
191
TestStructPtr obj(
TestStruct
::New());
219
TestStructPtr obj(
TestStruct
::New());
243
TestStructPtr obj(
TestStruct
::New())
[
all
...]
/external/libchrome/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.')
/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
()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
fusion_illegal.cpp
[
all
...]
fusion_legal.cpp
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
fusion_illegal.cpp
[
all
...]
fusion_legal.cpp
[
all
...]
Completed in 1927 milliseconds