Searched refs:structures (Results 1 - 25 of 29) sorted by relevance

12

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DPointer.java91 List<Structure> structures = null;
101 if (structures == null) {
102 structures = p.fetchData(inputStream);
104 structures.addAll(p.fetchData(inputStream));
110 structures = new ArrayList<Structure>(dataFileBlock.getCount());
114 structures.add(structure);
116 return structures;
118 return structures;
H A DDnaBlockData.java51 private final Structure[] structures; field in class:DnaBlockData
118 //reading structures
127 throw new BlenderFileException("The structures amount number should be positive!");
129 structures = new Structure[amount];
132 structures[i] = new Structure(inputStream, names, types, blenderContext);
133 if (structuresMap.containsKey(structures[i].getType())) {
134 throw new BlenderFileException("Blend file seems to be corrupted! The type " + structures[i].getType() + " is defined twice!");
136 structuresMap.put(structures[i].getType(), structures[i]);
141 * This method returns the amount of the structures
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMGlobalObject.cpp57 JSDOMStructureMap::iterator end = structures().end();
58 for (JSDOMStructureMap::iterator it = structures().begin(); it != end; ++it)
H A DJSDOMBinding.cpp431 JSDOMStructureMap& structures = globalObject->structures(); local
432 return structures.get(classInfo).get();
437 JSDOMStructureMap& structures = globalObject->structures(); local
438 ASSERT(!structures.contains(classInfo));
439 return structures.set(classInfo, WriteBarrier<Structure>(globalObject->globalData(), globalObject, structure)).first->second.get();
H A DJSDOMGlobalObject.h52 JSDOMStructureMap& structures() { return m_structures; } function in class:WebCore::JSDOMGlobalObject
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml29 * target lays out data structures. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml29 * target lays out data structures. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml29 * target lays out data structures. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml30 * target lays out data structures. *)
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec59 and adjust its internal data structures. This may include
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.cpp248 Vector<Structure*, 8> structures; local
249 structures.append(this);
263 structures.append(structure);
269 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i) {
270 structure = structures[i];
/external/llvm/lib/Support/Windows/
H A DSignals.inc46 // DebugHlp APIs. So we will have to load them manually. The structures and
/external/libvpx/examples/includes/geshi/geshi/
H A Dgml.php305 // Data structures
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s65 @ Fetch parameters from structures
H A DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s65 @ Fetch parameters from structures
H A DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as6 * are generated with if-then-else structures in a specialStateTransition()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb39 At a minimum, tokens are data structures that bind together a chunk of text and
219 simple Struct as tokens are basically simple data structures binding together a
H A Dtree.rb72 Trees (ASTs), tree structures that reflect the high-level syntactic and semantic
73 structures defined by the language.
670 number of different tree structures without adding rigid interface requirements
671 on customized tree structures. For example, if you want to represent trees using
933 TreeNodeStreams flatten two-dimensional tree structures into one-dimensional
H A Ddfa.rb48 structures in methods. However, for certain types of decisions, ANTLR will
H A Derror.rb563 used by:: classes that deal with tree structures
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h111 // Most compilers naturally pack the on-the-wire structures correctly anyway, so a plain "struct" is usually fine.
112 // In the event that structures are not packed correctly, mDNS_Init() will detect this and report an error, so the
443 // The actual definition of these structures appear in the appropriate platform support code
450 #pragma mark - DNS Message structures
625 #pragma mark - Resource Record structures
888 // The internal data structures of the mDNS code may not be in a state where mDNS API calls may be made safely.
894 #pragma mark - NAT Traversal structures and constants
1087 // (In-memory storage may be larger, for structures containing 'holes', like SOA,
1415 #pragma mark - Question structures
2934 // Check our structures ar
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb278 to validate tree structures as well as to extract nodes that match the pattern.
/external/elfutils/
H A Delfutils.spec30 symbols), readelf (to see the raw ELF file structures), and elflint

Completed in 545 milliseconds

12