Home
last modified time | relevance | path

Searched refs:nested_struct (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/clang/docs/tools/
H A Ddump_format_style.py41 self.nested_struct = None
48 if self.nested_struct:
49 s += indent('\n\nNested configuration flags:\n\n%s\n' %self.nested_struct,
112 nested_struct = None
136 nested_struct = NestedStruct(name, comment)
151 nested_structs[nested_struct.name] = nested_struct
157 nested_struct.values.append(NestedField(line.replace(';', ''), comment))
183 option.nested_struct = nested_structs[option.type];
/aosp_15_r20/external/executorch/extension/pytree/test/
H A Dtest.py99 nested_struct = (1, 2, [3, 4])
100 (_, pytree) = tree_flatten(nested_struct)
104 nested_struct = (1, 2, {3: 4, "str": 6})
105 (_, pytree) = tree_flatten(nested_struct)
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Ddata_view_unittest.cc216 NestedStructPtr nested_struct(NestedStruct::New()); in TEST_F() local
217 nested_struct->f_int32 = 42; in TEST_F()
220 obj->f_struct_array.push_back(std::move(nested_struct)); in TEST_F()
H A Dwtf_types_unittest.cc267 a->nested_struct = blink::TestWTFStruct::New("foo", 1); in TEST_F()
/aosp_15_r20/external/libchrome/mojo/public/interfaces/bindings/tests/
H A Dtest_wtf_types.mojom37 TestWTFStruct nested_struct;
/aosp_15_r20/external/deqp/data/gles2/shaders/
H A Dconstant_expressions.test215 case nested_struct
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/
DMakefile.am43 libffi.call/nested_struct.c libffi.call/cls_20byte.c \
DMakefile.in306 libffi.call/nested_struct.c libffi.call/cls_20byte.c \
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
H A Dconstant_expressions.test257 case nested_struct
/aosp_15_r20/external/libffi/testsuite/
H A DMakefile.am94 libffi.closures/nested_struct.c libffi.closures/cls_multi_schar.c \
/aosp_15_r20/external/deqp/data/gles3/shaders/
H A Dconstant_expressions.test257 case nested_struct
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.11103 * testsuite/libffi.call/nested_struct.c: Likewise.
2365 testsuite/libffi.call/nested_struct.c,
2923 testsuite/libffi.call/nested_struct.c,
3018 * testsuite/libffi.call/nested_struct.c (main): Ditto.
3126 testsuite/libffi.call/nested_struct.c,
3662 * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
4275 * testsuite/libffi.call/nested_struct.c: Likewise.
4666 * testsuite/libffi.call/nested_struct.c: Likewise.
4907 * testsuite/libffi.call/nested_struct.c: Likewise.
5036 * testsuite/libffi.call/nested_struct.c: Likewise.
DChangeLog.libffi127 testsuite/libffi.call/nested_struct.c,
/aosp_15_r20/external/libffi/
H A DChangeLog.libffi-3.11103 * testsuite/libffi.call/nested_struct.c: Likewise.
2365 testsuite/libffi.call/nested_struct.c,
2923 testsuite/libffi.call/nested_struct.c,
3018 * testsuite/libffi.call/nested_struct.c (main): Ditto.
3126 testsuite/libffi.call/nested_struct.c,
3662 * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
4275 * testsuite/libffi.call/nested_struct.c: Likewise.
4666 * testsuite/libffi.call/nested_struct.c: Likewise.
4907 * testsuite/libffi.call/nested_struct.c: Likewise.
5036 * testsuite/libffi.call/nested_struct.c: Likewise.
H A DChangeLog.old1111 * testsuite/libffi.call/nested_struct.c: Likewise.
2373 testsuite/libffi.call/nested_struct.c,
2931 testsuite/libffi.call/nested_struct.c,
3026 * testsuite/libffi.call/nested_struct.c (main): Ditto.
3134 testsuite/libffi.call/nested_struct.c,
3670 * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
4283 * testsuite/libffi.call/nested_struct.c: Likewise.
4674 * testsuite/libffi.call/nested_struct.c: Likewise.
4915 * testsuite/libffi.call/nested_struct.c: Likewise.
5044 * testsuite/libffi.call/nested_struct.c: Likewise.
[all …]
H A DChangeLog.libffi127 testsuite/libffi.call/nested_struct.c,
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
H A Dgles31-main.txt15386 dEQP-GLES31.functional.uniform_location.nested_struct.case_0
15387 dEQP-GLES31.functional.uniform_location.nested_struct.case_1
15388 dEQP-GLES31.functional.uniform_location.nested_struct.case_2
15389 dEQP-GLES31.functional.uniform_location.nested_struct.case_3
15390 dEQP-GLES31.functional.uniform_location.nested_struct.case_4
15391 dEQP-GLES31.functional.uniform_location.nested_struct.case_5
15392 dEQP-GLES31.functional.uniform_location.nested_struct.case_6
15393 dEQP-GLES31.functional.uniform_location.nested_struct.case_7
15394 dEQP-GLES31.functional.uniform_location.nested_struct.case_8
15395 dEQP-GLES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
H A Dgles31-main.txt15386 dEQP-GLES31.functional.uniform_location.nested_struct.case_0
15387 dEQP-GLES31.functional.uniform_location.nested_struct.case_1
15388 dEQP-GLES31.functional.uniform_location.nested_struct.case_2
15389 dEQP-GLES31.functional.uniform_location.nested_struct.case_3
15390 dEQP-GLES31.functional.uniform_location.nested_struct.case_4
15391 dEQP-GLES31.functional.uniform_location.nested_struct.case_5
15392 dEQP-GLES31.functional.uniform_location.nested_struct.case_6
15393 dEQP-GLES31.functional.uniform_location.nested_struct.case_7
15394 dEQP-GLES31.functional.uniform_location.nested_struct.case_8
15395 dEQP-GLES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gl/aosp_mustpass/main/
H A Dgl45-main.txt16365 dEQP-GL45.functional.uniform_location.nested_struct.case_0
16366 dEQP-GL45.functional.uniform_location.nested_struct.case_1
16367 dEQP-GL45.functional.uniform_location.nested_struct.case_2
16368 dEQP-GL45.functional.uniform_location.nested_struct.case_3
16369 dEQP-GL45.functional.uniform_location.nested_struct.case_4
16370 dEQP-GL45.functional.uniform_location.nested_struct.case_5
16371 dEQP-GL45.functional.uniform_location.nested_struct.case_6
16372 dEQP-GL45.functional.uniform_location.nested_struct.case_7
16373 dEQP-GL45.functional.uniform_location.nested_struct.case_8
16374 dEQP-GL45.functional.uniform_location.nested_struct.case_9
[all …]
H A Dgl45-es31-main.txt16389 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_0
16390 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_1
16391 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_2
16392 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_3
16393 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_4
16394 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_5
16395 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_6
16396 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_7
16397 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_8
16398 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gl/aosp_mustpass/4.6.1.x/
H A Dgl45-es31-main.txt16389 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_0
16390 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_1
16391 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_2
16392 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_3
16393 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_4
16394 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_5
16395 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_6
16396 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_7
16397 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_8
16398 dEQP-GL45-ES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
H A Dgles31-main.txt18163 dEQP-GLES31.functional.uniform_location.nested_struct.case_0
18164 dEQP-GLES31.functional.uniform_location.nested_struct.case_1
18165 dEQP-GLES31.functional.uniform_location.nested_struct.case_2
18166 dEQP-GLES31.functional.uniform_location.nested_struct.case_3
18167 dEQP-GLES31.functional.uniform_location.nested_struct.case_4
18168 dEQP-GLES31.functional.uniform_location.nested_struct.case_5
18169 dEQP-GLES31.functional.uniform_location.nested_struct.case_6
18170 dEQP-GLES31.functional.uniform_location.nested_struct.case_7
18171 dEQP-GLES31.functional.uniform_location.nested_struct.case_8
18172 dEQP-GLES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/android/cts/main/src/
H A Dgles31-main-2020-03-01.txt18039 dEQP-GLES31.functional.uniform_location.nested_struct.case_0
18040 dEQP-GLES31.functional.uniform_location.nested_struct.case_1
18041 dEQP-GLES31.functional.uniform_location.nested_struct.case_2
18042 dEQP-GLES31.functional.uniform_location.nested_struct.case_3
18043 dEQP-GLES31.functional.uniform_location.nested_struct.case_4
18044 dEQP-GLES31.functional.uniform_location.nested_struct.case_5
18045 dEQP-GLES31.functional.uniform_location.nested_struct.case_6
18046 dEQP-GLES31.functional.uniform_location.nested_struct.case_7
18047 dEQP-GLES31.functional.uniform_location.nested_struct.case_8
18048 dEQP-GLES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
H A Dgles31-main.txt18040 dEQP-GLES31.functional.uniform_location.nested_struct.case_0
18041 dEQP-GLES31.functional.uniform_location.nested_struct.case_1
18042 dEQP-GLES31.functional.uniform_location.nested_struct.case_2
18043 dEQP-GLES31.functional.uniform_location.nested_struct.case_3
18044 dEQP-GLES31.functional.uniform_location.nested_struct.case_4
18045 dEQP-GLES31.functional.uniform_location.nested_struct.case_5
18046 dEQP-GLES31.functional.uniform_location.nested_struct.case_6
18047 dEQP-GLES31.functional.uniform_location.nested_struct.case_7
18048 dEQP-GLES31.functional.uniform_location.nested_struct.case_8
18049 dEQP-GLES31.functional.uniform_location.nested_struct.case_9
[all …]
/aosp_15_r20/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/main/
H A Dgles31-main.txt18130 dEQP-GLES31.functional.uniform_location.nested_struct.case_0
18131 dEQP-GLES31.functional.uniform_location.nested_struct.case_1
18132 dEQP-GLES31.functional.uniform_location.nested_struct.case_2
18133 dEQP-GLES31.functional.uniform_location.nested_struct.case_3
18134 dEQP-GLES31.functional.uniform_location.nested_struct.case_4
18135 dEQP-GLES31.functional.uniform_location.nested_struct.case_5
18136 dEQP-GLES31.functional.uniform_location.nested_struct.case_6
18137 dEQP-GLES31.functional.uniform_location.nested_struct.case_7
18138 dEQP-GLES31.functional.uniform_location.nested_struct.case_8
18139 dEQP-GLES31.functional.uniform_location.nested_struct.case_9
[all …]

12