/external/cronet/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | StructsTest.java | 47 assertThat(Structs.of("k1", Values.of(1))).isEqualTo(expected.build()); in test1pair_constructsObject() 54 assertThat(Structs.of("k1", Values.of(1), "k2", Values.of(2))).isEqualTo(expected.build()); in test2pair_constructsObject() 61 assertThat(Structs.of("k1", Values.of(1), "k2", Values.of(2), "k3", Values.of(3))) in test3pair_constructsObject()
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | StructsTest.java | 47 assertThat(Structs.of("k1", Values.of(1))).isEqualTo(expected.build()); in test1pair_constructsObject() 54 assertThat(Structs.of("k1", Values.of(1), "k2", Values.of(2))).isEqualTo(expected.build()); in test2pair_constructsObject() 61 assertThat(Structs.of("k1", Values.of(1), "k2", Values.of(2), "k3", Values.of(3))) in test3pair_constructsObject()
|
/external/cronet/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Structs.java | 37 public final class Structs { class 64 private Structs() {} in Structs() method in Structs
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Structs.java | 37 public final class Structs { class 64 private Structs() {} in Structs() method in Structs
|
/external/compiler-rt/lib/esan/ |
D | cache_frag.cpp | 44 StructInfo *Structs; member 133 StructInfo *Struct = &CacheFrag->Structs[i]; in registerStructInfo() 151 StructInfo *Struct = &CacheFrag->Structs[i]; in unregisterStructInfo()
|
/external/llvm/test/CodeGen/XCore/ |
D | bigstructret.ll | 6 ; Structs of 4 words are returned in registers 22 ; Structs of more than 4 words are partially returned in memory so long as the
|
/external/skia/resources/sksl/folding/ |
D | StructFieldNoFolding.rts | 15 // Structs with elements that have side-effects are not eligible for optimization.
|
D | StructFieldFolding.rts | 23 // Structs with elements lacking side-effects can be optimized.
|
/external/clang/test/Modules/ |
D | elaborated-type-specifier-from-hidden-module.m | 14 @import ElaboratedTypeStructs.Structs;
|
/external/skia/resources/sksl/errors/ |
D | InvalidUniformTypes.sksl | 11 // Structs and interface blocks are valid SkSL uniforms but their member types are restricted.
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 146 ### Structs subsection 148 Structs are defined using the **struct** keyword, and they provide a way to 206 // Structs may contain other structs. These may also be nullable. 267 Union fields may be of any type supported by [struct](#Structs) fields. For 362 Anything which is a valid struct field type (see [Structs](#Structs)) is also a 523 ### Versioned Structs 622 Similar to [versioned structs](#Versioned-Structs), when you pass the parameter
|
/external/flatbuffers/docs/source/ |
D | IntermediateRepresentation.md | 10 - Tables and Structs are serialized as `Object`s.
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | name_mapper_test.cpp | 169 INSTANTIATE_TEST_SUITE_P(Structs, FriendlyNameTest,
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | name_mapper_test.cpp | 169 INSTANTIATE_TEST_SUITE_P(Structs, FriendlyNameTest,
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | name_mapper_test.cpp | 169 INSTANTIATE_TEST_SUITE_P(Structs, FriendlyNameTest,
|
/external/antlr/runtime/C/doxygen/ |
D | runtime.dox | 26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which…
|
/external/angle/src/tests/compiler_tests/ |
D | MSLOutput_test.cpp | 346 TEST_F(MSLOutputTest, Structs) in TEST_F() argument
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_uniform.txt | 28 - Structs and arrays, including nested
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 85 /// Number of padding octets to always add after this field. Structs only.
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module-shared.h.tmpl | 136 {#--- Structs #}
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 60 // Structs up to 16 bytes in size are passed by value. They are right-aligned
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-abi_align.ll | 10 ; Structs with size < 8 14 ; Structs with size < 16 17 ; Structs with size > 16
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | constant_expressions.test | 232 group complex_types "Arrays & Structs"
|
/external/deqp/data/gles3/shaders/ |
D | constant_expressions.test | 232 group complex_types "Arrays & Structs"
|