/external/chromium_org/tools/grit/grit/node/ |
empty.py | 19 '''Base class for all the grouping elements (<structures>, <includes>, 43 '''The <structures> element.'''
|
/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/chromium_org/tools/grit/grit/tool/ |
newgrd.py | 39 <structures> 43 </structures>
|
rc2grd.py | 110 -h TYPE Specify the TYPE attribute for HTML structures. 231 <structures /> 236 structures = root.children[2].children[1] 239 isinstance(structures, grit.node.empty.StructuresNode) and 243 self.AddStructures(rctext, structures, os.path.basename(rc_path))
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image_unittest.py | 69 return '<structures%s>\n%s\n</structures>' % ( 82 def _RunBuildTest(self, structures, inputs, expected_outputs, skip_rc=False): 97 ''' % (outputs, 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/chromium_org/tools/grit/grit/format/ |
rc_unittest.py | 80 <structures> 84 </structures>''') 159 <structures> 162 </structures>''', base_dir = '/temp') 236 <structures> 238 </structures>''' % input_file) 261 <structures> 263 </structures>''' % input_file) 294 <structures fallback_to_english="True"> 296 </structures> [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_resize_buffers.spec | 59 and adjust its internal data structures. This may include
|
/external/chromium_org/tools/grit/grit/ |
clique_unittest.py | 100 <structures> 103 </structures> 122 <structures> 124 </structures>
|
/external/chromium_org/ui/keyboard/resources/ |
main.js | 50 * 2) Replace all kb-key-sequence elements with generated DOM structures.
|
/external/mesa3d/docs/ |
MESA_resize_buffers.spec | 59 and adjust its internal data structures. This may include
|
/external/chromium_org/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
README | 145 the parse tree data structures were extracted and modified
|
/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
|
/external/chromium_org/tools/symsrc/ |
pefile.py | 5 All the PE file basic structures are available with their default names 718 # Some PE header structures have unions on them, so a certain [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()
|