HomeSort by relevance Sort by last modified time
    Searched refs:structures (Results 1 - 25 of 48) sorted by null

1 2

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Pointer.java 91 List<Structure> structures = null; local
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;
DnaBlockData.java 50 /** Structures available inside the file. */
51 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]);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py 4 structures = [] variable
24 structures.append(X)
29 for typ in structures:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py 4 structures = [] variable
24 structures.append(X)
29 for typ in structures:
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 29 * target lays out data structures. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 29 * target lays out data structures. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 29 * target lays out data structures. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 30 * target lays out data structures. *)
  /external/libunwind/doc/
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/mesa3d/docs/
MESA_resize_buffers.spec 59 and adjust its internal data structures. This may include
  /external/v8/test/webkit/
dfg-cse-cfa-discrepancy.js 40 y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in CFA.
  /external/gptfdisk/
current.spec 29 manipulation of partition table structures, recovery
  /hardware/intel/common/libva/va/
Android.mk 32 # Clang does not like partially initialized structures
  /external/libpcap/msdos/
pkt_rx1.s 35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
pkt_rx0.asm 60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures
  /external/lldb/examples/python/
types.py 74 base classes and members in structures and classes. It will summarize the types
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 65 @ Fetch parameters from structures
ARM-E_interpolate_noloop_gnu.s 63 @ Fetch parameters from structures
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 65 @ Fetch parameters from structures
ARM-E_interpolate_noloop_gnu.s 63 @ Fetch parameters from structures
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gexf.py 8 network structures, their associated data and dynamics.
43 complex networks structures, their associated data and dynamics" [1]_.
84 complex networks structures, their associated data and dynamics" [1]_.
127 complex networks structures, their associated data and dynamics" [1]_.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 6 * are generated with if-then-else structures in a specialStateTransition()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 39 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
tree.rb 72 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
    [all...]
  /external/elfutils/src/
elfutils.spec 36 symbols), readelf (to see the raw ELF file structures), and elflint

Completed in 1407 milliseconds

1 2