HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 226 - 250 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
jquery.js     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 229 Here is the token structure attribute list in order:
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 54 * This method converts given curve structure into a list of geometries representing the curve. The list is used here because on object
57 * the curve structure
63 public List<Geometry> toCurve(Structure curveStructure, BlenderContext blenderContext) throws BlenderFileException {
77 List<Structure> nurbStructures = ((Structure) curveStructure.getFieldValue("nurb")).evaluateListBase(blenderContext);
78 Map<Number, List<Structure>> nurbs = new HashMap<Number, List<Structure>>();
79 for (Structure nurb : nurbStructures) {
81 List<Structure> nurbList = nurbs.get(matNumber);
83 nurbList = new ArrayList<Structure>();
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 472 (** [struct_type context tys] returns the structure type in the context
478 (** [packed_struct_type context ys] returns the packed structure type in the
483 (** [struct_name ty] returns the name of the named structure type [ty],
484 * or None if the structure type is not named *)
487 (** [named_struct_type context name] returns the named structure type [name]
502 (** [is_packed sty] returns [true] if the structure type [sty] is packed,
506 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
768 [namedty] (which must be a named structure type) and containing the values [elts].
    [all...]
  /external/mesa3d/src/glsl/
ir.cpp 529 * value_list must be a 1-for-1 match with the structure components. Each
1032 if (type_contains_sampler(type->fields.structure[i].type))
    [all...]
ir_to_llvm.cpp 156 fields.push_back(llvm_type(type->fields.structure[i].type));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 40 import org.eclipse.wb.internal.core.editor.structure.property.PropertyListIntersector;
  /external/iproute2/doc/
api-ip6-flowlabels.tex 336 This structure is followed by optional extension headers associated
  /external/libvorbis/doc/
08-residue.tex 34 coding structure, ignoring for the moment exactly how a partition is
01-introduction.tex 231 The spectral residue is the fine structure of the audio spectrum
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 37 import com.jme3.scene.plugins.blender.file.Structure;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 97 import org.eclipse.wb.internal.core.editor.structure.IPage;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 419 /// the tree structure. When debugging we need unique nodes
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 1205 /* Pruning removes any part of the file structure tree that is beyond the
1293 /*-------------------- End of File Structure functions.-------------------*/
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /external/valgrind/main/none/tests/arm/
neon64.stdout.exp     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
deltablue.js 536 * structure of the constraint graph, the current dataflow graph, and
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 331 * (which will be called serially), typically due to a loop structure.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 331 * (which will be called serially), typically due to a loop structure.
    [all...]
  /external/v8/benchmarks/
deltablue.js 533 * structure of the constraint graph, the current dataflow graph, and
  /external/v8/src/
liveedit-debugger.js 233 // to navigate the nesting structure of functions.
    [all...]
string.js 211 // functions that expect that structure to be returned. It is used when the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 527 * structure of the constraint graph, the current dataflow graph, and

Completed in 953 milliseconds

1 2 3 4 5 6 7 8 91011>>