Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/vert/
Dpacking-test.asm.vert12 OpName %TestStruct "TestStruct"
13 OpMemberName %TestStruct 0 "transforms"
18 OpMemberDecorate %TestStruct 0 RowMajor
19 OpMemberDecorate %TestStruct 0 Offset 0
20 OpMemberDecorate %TestStruct 0 MatrixStride 16
34 %TestStruct = OpTypeStruct %_arr_mat4v4float_uint_6
36 %_arr_TestStruct_uint_16 = OpTypeArray %TestStruct %uint_16
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c28 typedef struct TestStruct { struct
33 } TestStruct; argument
39 static const TestStruct test_struct[] = {
63 static void print_audio_bytes(const TestStruct *test_sample, void **data_planes, int nb_samples) in print_audio_bytes()
105 static int write_samples_to_audio_fifo(AVAudioFifo* afifo, const TestStruct *test_sample, in write_samples_to_audio_fifo()
126 static void test_function(const TestStruct *test_sample) in test_function()
/third_party/flutter/engine/flutter/fml/
Dmessage_unittests.cc10 struct TestStruct { struct
22 TestStruct s; in TEST()
34 TestStruct s; in TEST()
57 TestStruct s1; in TEST()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dpacking-test-3.frag8 struct TestStruct
16 TestStruct CB0[16];
23 TestStruct st;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/vert/
Dpacking-test.asm.vert6 struct TestStruct
13 TestStruct CB0[16];
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dpacking-test-3.frag6 struct TestStruct
14 TestStruct CB0[16];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dpacking-test-3.frag13 struct TestStruct
38 TestStruct st;
/third_party/python/Lib/ctypes/test/
Dtest_unicode.py30 class TestStruct(ctypes.Structure): class
32 t = TestStruct()
/third_party/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 …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 …]
/third_party/spirv-tools/test/opt/
Dreplace_desc_array_access_using_var_index_test.cpp415 OpName %11 "type.ConstantBuffer.TestStruct" in TEST_F()
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java65 import com.google.protobuf.util.proto.JsonTestProto.TestStruct;
817 TestStruct.Builder builder = TestStruct.newBuilder(); in testStruct()
831 TestStruct message = builder.build(); in testStruct()
848 builder = TestStruct.newBuilder(); in testStruct()
854 builder = TestStruct.newBuilder(); in testStruct()
/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py555 message = json_format_proto3_pb2.TestStruct()
588 parsed_message = json_format_proto3_pb2.TestStruct()
1101 message = json_format_proto3_pb2.TestStruct()
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto172 message TestStruct { message
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto156 message TestStruct { message
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp1333 OpName %22 "TestStruct" in TEST_F()
Dfusion_legal.cpp4463 OpName %10 "TestStruct" in TEST_F()
/third_party/spirv-tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp1333 OpName %22 "TestStruct" in TEST_F()
Dfusion_legal.cpp4463 OpName %10 "TestStruct" in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp1333 OpName %22 "TestStruct" in TEST_F()
Dfusion_legal.cpp4463 OpName %10 "TestStruct" in TEST_F()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs2037 struct TestStruct { in test_non_string_keys() struct
2047 &TestStruct { in test_non_string_keys()