Searched refs:TestStruct (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | audio_fifo.c | 29 typedef struct TestStruct { struct 34 } TestStruct; typedef 40 static const TestStruct test_struct[] = { 64 static void print_audio_bytes(const TestStruct *test_sample, void **data_planes, int nb_samples) in print_audio_bytes() 106 static int write_samples_to_audio_fifo(AVAudioFifo* afifo, const TestStruct *test_sample, in write_samples_to_audio_fifo() 127 static void test_function(const TestStruct *test_sample) in test_function()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_unicode.py | 30 class TestStruct(ctypes.Structure): class 32 t = TestStruct()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 2300 final class TestStruct{ in TestFCNFKCClosure() 2303 TestStruct(int cp, String src){ in TestFCNFKCClosure() 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( in TestFCNFKCClosure() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 2297 final class TestStruct{ in TestFCNFKCClosure() 2300 TestStruct(int cp, String src){ in TestFCNFKCClosure() 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( in TestFCNFKCClosure() [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | replace_desc_array_access_using_var_index_test.cpp | 413 OpName %11 "type.ConstantBuffer.TestStruct" in TEST_F()
|
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | JsonFormatTest.java | 65 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/ |
H A D | json_format_test.py | 555 message = json_format_proto3_pb2.TestStruct() 588 parsed_message = json_format_proto3_pb2.TestStruct() 1101 message = json_format_proto3_pb2.TestStruct()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | fusion_illegal.cpp | 1305 struct TestStruct { 1311 TestStruct test_0; 1312 TestStruct test_1; 1333 OpName %22 "TestStruct"
|
H A D | fusion_legal.cpp | 4433 struct TestStruct { 4439 TestStruct test_0; 4440 TestStruct test_1; 4441 TestStruct test_2; 4463 OpName %10 "TestStruct" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | fusion_illegal.cpp | 1305 struct TestStruct { 1311 TestStruct test_0; 1312 TestStruct test_1; 1333 OpName %22 "TestStruct"
|
H A D | fusion_legal.cpp | 4433 struct TestStruct { 4439 TestStruct test_0; 4440 TestStruct test_1; 4441 TestStruct test_2; 4463 OpName %10 "TestStruct" in TEST_F()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | fusion_illegal.cpp | 1302 struct TestStruct { 1308 TestStruct test_0; 1309 TestStruct test_1; 1330 OpName %22 "TestStruct"
|
H A D | fusion_legal.cpp | 4430 struct TestStruct { 4436 TestStruct test_0; 4437 TestStruct test_1; 4438 TestStruct test_2; 4460 OpName %10 "TestStruct" in TEST_F()
|
Completed in 88 milliseconds