/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
D | Pointer.java | 91 List<Structure> structures = null; in fetchData() local 101 if (structures == null) { in fetchData() 102 structures = p.fetchData(inputStream); in fetchData() 104 structures.addAll(p.fetchData(inputStream)); in fetchData() 110 structures = new ArrayList<Structure>(dataFileBlock.getCount()); in fetchData() 114 structures.add(structure); in fetchData() 116 return structures; in fetchData() 118 return structures; in fetchData()
|
D | DnaBlockData.java | 51 private final Structure[] structures; field in DnaBlockData 129 structures = new Structure[amount]; in DnaBlockData() 132 structures[i] = new Structure(inputStream, names, types, blenderContext); in DnaBlockData() 133 if (structuresMap.containsKey(structures[i].getType())) { in DnaBlockData() 134 …w BlenderFileException("Blend file seems to be corrupted! The type " + structures[i].getType() + "… in DnaBlockData() 136 structuresMap.put(structures[i].getType(), structures[i]); in DnaBlockData() 145 return structures.length; in getStructuresCount() 156 return (Structure) structures[index].clone(); in getStructure() 203 for (Structure structure : structures) { in toString()
|
/external/lzma/ |
D | 7zC.txt | 25 7zItem.* - .7z structures 101 2) call CrcGenerateTable(); function to initialize CRC structures. 103 3) call SzArEx_Init(&db); function to initialize db structures. 109 SzArEx_Open function allocates and frees temporary structures by "allocTemp" functions. 163 Estimated size of one file structures in solid archive: 168 - File Name (variable length) + pointer + allocation structures 172 - Memory for LZMA decompressing structures
|
/external/vboot_reference/firmware/ |
D | README | 7 These are the original structures and APIs used in the earliest 25 structures and implementations go elsewhere. 31 different, any existing on-device structures or signatures created by the
|
/external/e2fsprogs/e2fsck/ |
D | prof_err.et | 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures" 18 "Bad parent pointer in profile structures"
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | doxygengroups.dox | 9 /// these structures when you create them.) 13 /// of the 'methds' encapsulated by the typdef structures.You may override 16 /// typedef structures), which allows you install your own method and create your 23 /// These structures (and the typedefs that you use to reference them 53 /// Some typedef structures contain either pointers to 'inherited' objects (usual) 54 /// or embedded structures/typedefs (unusual). In some cases, the pointers passed 56 /// structures (such as #pANTLR3_BASE_TREE), and these embedded 'objects' contain 67 /// In general you will not refer to one of these structures directly as a
|
D | mainpage.dox | 45 /// Java version of the runtime as closely as a language without class structures and inheritance c… 47 /// number of pointer to pointer to pointer to function type structures that could ensue through tr… 67 /// The runtime provides a number of structures and interfaces that the author has found useful whe… 70 /// Hashtable, Vector and Trie, implemented by pointers to structures. These are freely available f… 77 …r or tree parser, then you must make a copy of it before freeing those structures, and track it yo…
|
/external/nanopb-c/docs/ |
D | security.rst | 26 the application writer. Malicious data in these structures could cause 29 1. Callback and extension fields in message structures given to pb_encode() 33 3. Contents of the *pb_istream_t* and *pb_ostream_t* structures (this does not 41 2. All fields in message structures, except callbacks and extensions.
|
/external/deqp/data/gles31/shaders/ |
D | tessellation_negative_user_defined_io.test | 22 patch out S patchVariable[2]; // array of structures is illegal 40 patch in S patchVariable[2]; // array of structures is illegal
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 14 # Using AlternateDescriptors you can declare additional structures. Those 15 # structures can contain only variables. Linking functions to the objects is
|
/external/libunwind/doc/ |
D | unw_getcontext.tex | 32 that of \Type{ucontext\_t} and such structures can be initialized with 34 reverse is \emph{not} true and it is \emph{not} safe to use structures
|
/external/llvm/test/Other/ |
D | 2009-09-14-function-elements.ll | 3 ; Arrays and structures with function types (not function pointers) are illegal.
|
/external/e2fsprogs/debian/attic/ |
D | e2fslibsg-dev.menu | 3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
|
/external/llvm/test/Assembler/ |
D | 2003-05-21-EmptyStructTest.ll | 4 ; The old C front-end never generated empty structures, now the new one
|
/external/marisa-trie/ |
D | configure.ac | 20 # Checks for typedefs, structures, and compiler characteristics.
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 192 // Nested structures. 200 // Unnamed structures.
|
/external/libxml2/optim/ |
D | TOTRY | 23 - do not use _private but other fields in the node structures.
|
/external/jpeg/ |
D | jconfig.cfg | 16 /* Define this if you get warnings about undefined structures. */
|
/external/llvm/test/DebugInfo/X86/ |
D | struct-loc.ll | 4 ; Make sure that structures have a decl file and decl line attached.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 29 * target lays out data structures. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 29 * target lays out data structures. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 29 * target lays out data structures. *)
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.0-AMD64 | 9 SquashFS filesystem structures.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.transform_feedback.txt | 27 - Arrays, structures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 30 * target lays out data structures. *)
|