Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtest_support.py96 len(module1.structs) != len(module2.structs) or \
99 for i in range(len(module1.structs)):
100 if not KindsAreEqual(module1.structs[i], module2.structs[i]):
130 errors += EXPECT_EQ(1, len(module.structs))
131 errors += EXPECT_EQ('teststruct', module.structs[0].name)
132 errors += EXPECT_EQ(2, len(module.structs[0].fields))
133 errors += EXPECT_EQ('testfield1', module.structs[0].fields[0].name)
134 errors += EXPECT_EQ(mojom.INT32, module.structs[0].fields[0].kind)
135 errors += EXPECT_EQ('testfield2', module.structs[0].fields[1].name)
136 errors += EXPECT_EQ(mojom.Array, module.structs[0].fields[1].kind.__class__)
[all …]
/external/u-boot/tools/dtoc/
Ddtb_platdata.py346 structs = {}
357 if node_name in structs:
358 struct = structs[node_name]
368 structs[node_name] = fields
373 struct = structs[node_name]
383 return structs
415 def generate_structs(self, structs): argument
427 for name in sorted(structs):
429 for pname in sorted(structs[name]):
430 prop = structs[name][pname]
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl150 {% for struct in structs %}
199 {#--- NOTE: Unions and non-inlined structs may have pointers to inlined structs,
200 so we need to fully define inlined structs ahead of the others. #}
202 {#--- Inlined structs #}
203 {% for struct in structs %}
209 {#--- Unions must be declared before non-inlined structs because they can be
210 members of structs. #}
216 {#--- Non-inlined structs #}
217 {% for struct in structs %}
227 {%- for struct in structs %}
[all …]
Dmodule-shared.h.tmpl75 {%- for struct in structs %}
93 {%- for struct in structs %}
137 {%- for struct in structs %}
183 {% for struct in structs %}
200 {%- for struct in structs %}
Dmodule-shared-internal.h.tmpl42 {%- for struct in structs %}
67 {#--- Unions must be declared first because they can be members of structs #}
74 {%- for struct in structs %}
Dmodule.cc.tmpl62 {%- for struct in structs %}
73 {%- for struct in structs %}
99 {% for struct in structs %}
/external/syzkaller/pkg/compiler/
Dcheck.go90 if prev := comp.structs[name]; prev != nil {
102 comp.structs[name] = n
300 s := comp.structs[t.Ident]
374 func (comp *compiler) collectUsed(all bool) (structs, flags, strflags map[string]bool) {
375 structs = make(map[string]bool)
385 comp.collectUsedType(structs, flags, strflags, arg.Type, true)
388 comp.collectUsedType(structs, flags, strflags, n.Ret, true)
395 func (comp *compiler) collectUsedType(structs, flags, strflags map[string]bool, t *ast.Type, isArg … argument
399 for r != nil && !structs[r.Name.Name] {
400 structs[r.Name.Name] = true
[all …]
Dgen.go108 sort.Slice(ctx.structs, func(i, j int) bool {
109 si, sj := ctx.structs[i], ctx.structs[j]
115 return ctx.structs
122 structs []*prog.KeyedStruct member
142 ctx.structs = append(ctx.structs, &prog.KeyedStruct{
Dcompiler.go59 structs: make(map[string]*ast.Struct),
124 structs map[string]*ast.Struct member
153 s := comp.structs[name]
254 if comp.structs[t.Ident] != nil {
/external/clang/test/Analysis/
Dcxx-crashes.cpp69 struct { int x; } structs[n]; in vla() local
70 structs[0].x = 1; in vla()
71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}} in vla()
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu4032 PASS: gdb.base/funcargs.exp: locate actual args, structs/unions passed by reference
4082 PASS: gdb.base/funcargs.exp: recursive passing of structs by value
8347 Running ./gdb.base/structs.exp ...
8348 PASS: gdb.base/structs.exp: set print sevenbit-strings
8349 PASS: gdb.base/structs.exp: set print address off
8350 PASS: gdb.base/structs.exp: set width 0
8351 PASS: gdb.base/structs.exp: set print elements 300
8352 PASS: gdb.base/structs.exp: continue to breakpoint: chartest-done
8353 PASS: gdb.base/structs.exp: p chartest
8354 PASS: gdb.base/structs.exp: ptype foo1; structs-tc
[all …]
Di686-pc-linux-gnu3797 PASS: gdb.base/funcargs.exp: locate actual args, structs/unions passed by reference
3847 PASS: gdb.base/funcargs.exp: recursive passing of structs by value
8112 Running ./gdb.base/structs.exp ...
8113 PASS: gdb.base/structs.exp: set print sevenbit-strings
8114 PASS: gdb.base/structs.exp: set print address off
8115 PASS: gdb.base/structs.exp: set width 0
8116 PASS: gdb.base/structs.exp: set print elements 300
8117 PASS: gdb.base/structs.exp: continue to breakpoint: chartest-done
8118 PASS: gdb.base/structs.exp: p chartest
8119 PASS: gdb.base/structs.exp: ptype foo1; structs-tc
[all …]
Darmv7a-cros-linux-gnueabi3651 PASS: gdb.base/funcargs.exp: locate actual args, structs/unions passed by reference
3701 PASS: gdb.base/funcargs.exp: recursive passing of structs by value
7967 Running ./gdb.base/structs.exp ...
7968 PASS: gdb.base/structs.exp: set print sevenbit-strings
7969 PASS: gdb.base/structs.exp: set print address off
7970 PASS: gdb.base/structs.exp: set width 0
7971 PASS: gdb.base/structs.exp: set print elements 300
7972 PASS: gdb.base/structs.exp: continue to breakpoint: chartest-done
7973 PASS: gdb.base/structs.exp: p chartest
7974 PASS: gdb.base/structs.exp: ptype foo1; structs-tc
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.flattenSubset2.frag12 // Assignment of nested structs to nested structs
/external/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m4 @import ElaboratedTypeStructs.Empty; // The structs are now hidden.
12 // expected-note@elaborated-type-structs.h:* 2 {{previous definition is here}}
/external/flatbuffers/reflection/
Dreflection.fbs25 Obj, // Used for tables & structs.
73 table Object { // Used for both tables and structs.
78 bytesize:int; // For structs.
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dmodule_definition.tmpl13 {% for struct in structs %}
34 {%- for struct in structs if struct.exported %}
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_native_types.mojom9 // Used to verify that structs can be declared with no body in mojom.
31 // Used to verify support for native serialization of mojom-defined structs
/external/llvm/test/CodeGen/ARM/
Dsjljehprepare-lower-empty-struct.ll8 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
10 ; Checks that between in case of empty structs used as arguments
/external/flatbuffers/docs/source/
DRustUsage.md107 For structs, layout is deterministic and guaranteed to be the same
109 own size, and structs themselves to their largest member), and you
111 on the reference to a struct, or even an array of structs.
114 are structs themselves, as then you can use the pointers to
116 handy for use of arrays of structs with calls like `glVertexAttribPointer`
119 It is important to note is that structs are still little endian on all
DBenchmarks.md10 at all (the column "Raw structs"), which is what you get if you write
11 hardcoded code that just writes structs. This is the fastest possible,
24 … | Rapid JSON | FlatBuffers (JSON) | pugixml | Raw structs |
DDartUsage.md83 3. The SDK implementation does not appear to support FlatBuffer structs or
84 vectors of structs - it treated everything as a built-in scalar or a table.
85 This implementation treats structs in a way that is compatible with other
86 non-Dart implementations, and properly handles vectors of structs. Many of
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsjljehprepare-lower-empty-struct.ll9 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
11 ; Checks that between in case of empty structs used as arguments
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt26 + Location for (nested) structs and their members
34 - Overlapping structs and arrays with various linkage and usage
38 + Deeply nested structs/arrays
/external/libxml2/doc/
Dapibuild.py199 self.structs = {}
252 self.structs[name] = d
294 for id in list(idx.structs.keys()):
295 if id in self.structs:
297 id, self.structs[id].header, idx.structs[id].header))
299 self.structs[id] = idx.structs[id]
300 self.identifiers[id] = idx.structs[id]
367 self.analyze_dict("structs", self.structs)
1758 if name in self.idx.structs and ( \
1759 type(self.idx.structs[name].info) == type(()) or
[all …]

12345678910>>...16