Home
last modified time | relevance | path

Searched refs:structures (Results 1 – 25 of 185) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DPointer.java91 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()
DDnaBlockData.java51 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/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.cpp431 JSDOMStructureMap& structures = globalObject->structures(); in getCachedDOMStructure() local
432 return structures.get(classInfo).get(); in getCachedDOMStructure()
437 JSDOMStructureMap& structures = globalObject->structures(); in cacheDOMStructure() local
438 ASSERT(!structures.contains(classInfo)); in cacheDOMStructure()
439 …return structures.set(classInfo, WriteBarrier<Structure>(globalObject->globalData(), globalObject,… in cacheDOMStructure()
DJSDOMGlobalObject.cpp57 JSDOMStructureMap::iterator end = structures().end(); in markChildren()
58 for (JSDOMStructureMap::iterator it = structures().begin(); it != end; ++it) in markChildren()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Ddoxygengroups.dox9 /// 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
Dmainpage.dox45 /// 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/libvpx/nestegg/
DTODO18 - Modify parser/data structures to provide a clean separation. Perhaps the
20 initialize the main data structures.
/external/strace/
DREADME-linux8 structures and constatns used by the kernel, since these can be
9 different from the structures that the C library uses. Currently you
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in14 # Using AlternateDescriptors you can declare additional structures. Those
15 # structures can contain only variables. Linking functions to the objects is
/external/llvm/test/Other/
D2009-09-14-function-elements.ll3 ; Arrays and structures with function types (not function pointers) are illegal.
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-VST2b32_UPD-arm.txt10 # A8.6.393 VST2 (multiple 2-element structures)
/external/e2fsprogs/debian/attic/
De2fslibsg-dev.menu3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
/external/llvm/test/Assembler/
D2003-05-21-EmptyStructTest.ll3 ; The old C front-end never generated empty structures, now the new one
/external/chromium/chrome/browser/userfeedback/proto/
Dmath.proto4 // Messages containing common math data structures.
/external/genext2fs/
Dconfigure.in26 # Checks for typedefs, structures, and compiler characteristics.
/external/jpeg/
Djconfig.cfg16 /* Define this if you get warnings about undefined structures. */
/external/qemu/distrib/jpeg-6b/
Djconfig.cfg16 /* Define this if you get warnings about undefined structures. */
/external/webkit/Source/JavaScriptCore/runtime/
DStructure.cpp248 Vector<Structure*, 8> structures; in materializePropertyMap() local
249 structures.append(this); in materializePropertyMap()
263 structures.append(structure); in materializePropertyMap()
269 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i) { in materializePropertyMap()
270 structure = structures[i]; in materializePropertyMap()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml29 * target lays out data structures. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml29 * target lays out data structures. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml29 * target lays out data structures. *)
/external/llvm/test/DebugInfo/X86/
Dstruct-loc.ll4 ; Make sure that structures have a decl file and decl line attached.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml30 * target lays out data structures. *)
/external/libvpx/nestegg/halloc/
DREADME6 when allocated structures exhibit hierarchical properties.
/external/mesa3d/docs/
DMESA_resize_buffers.spec59 and adjust its internal data structures. This may include

12345678