HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 126 - 150 of 342) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/grit/grit/node/
misc.py 304 from grit.node import structure namespace
315 structure.StructureNode, variant.SkeletonNode)):
  /external/chromium_org/v8/test/webkit/
dictionary-prototype-caching.js 35 // Prototype lookup caching will attempt to convert proto back to an ordinary structure
  /external/jpeg/
jmemdosa.asm 259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 87 (** Computes the structure element that contains the byte offset for a target.
  /external/mesa3d/src/glsl/
link_uniforms.cpp 87 const char *field = t->fields.structure[i].name;
93 recursion(t->fields.structure[i].type, name, new_length);
511 * end-of-array or end-of-structure padding), adding one,
glsl_types.h 133 * \c GLSL_TYPE_STRUCT, it is the number of elements in the structure and
134 * the number of values pointed to by \c fields.structure (below).
144 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon25323
291 * There are no implicit array or structure conversions. For example,
442 * Get the type of a structure field
445 * Pointer to the type of the named field. If the type is not a structure
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 239 def check(structure, expected):
249 for fn in structure:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 239 def check(structure, expected):
249 for fn in structure:
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 19 import dex.structure.DexFile;
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
mpeg_parser.js 108 // 'meta' atom can occur at one of the several places in the file structure.
119 // main parser for the entire file structure.
  /external/chromium_org/chrome/browser/resources/
plugins.js 8 * that data. It expects an object structure like the above.
43 * template expects each plugin's format to match the following structure to
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 89 // Set ARIA role indicating the feed element has a tree structure
147 // tree structure
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.h 133 * \c GLSL_TYPE_STRUCT, it is the number of elements in the structure and
134 * the number of values pointed to by \c fields.structure (below).
144 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon14981
291 * There are no implicit array or structure conversions. For example,
442 * Get the type of a structure field
445 * Pointer to the type of the named field. If the type is not a structure
  /external/chromium_org/tools/grit/grit/
clique_unittest.py 101 <structure type="dialog" name="IDD_ABOUTBOX" encoding="utf-16" file="grit/testdata/klonk.rc" />
102 <structure type="tr_html" name="ID_HTML" file="grit/testdata/simple.html" />
123 <structure type="dialog" name="IDD_ABOUTBOX" file="grit/testdata/klonk.rc" />
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
ArmatureHelper.java 50 import com.jme3.scene.plugins.blender.file.Structure;
78 * This method builds the object's bones structure.
81 * the structure containing the bones' data
94 public void buildBones(Structure boneStructure, Bone parent, List<Bone> result, Matrix4f arbt, final Map<Long, Structure> bonesPoseChannels, BlenderContext blenderContext) throws BlenderFileException {
120 * a bPose structure of the object
126 public Map<Integer, Integer> getGroupToBoneIndexMap(Structure defBaseStructure, Skeleton skeleton, BlenderContext blenderContext) throws BlenderFileException {
130 List<Structure> deformGroups = defBaseStructure.evaluateListBase(blenderContext);// bDeformGroup
132 for (Structure deformGroup : deformGroups) {
145 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) {
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ModifierHelper.java 46 import com.jme3.scene.plugins.blender.file.Structure;
74 * the object structure
81 public Collection<Modifier> readModifiers(Structure objectStructure, BlenderContext blenderContext) throws BlenderFileException {
83 Structure modifiersListBase = (Structure) objectStructure.getFieldValue("modifiers");
84 List<Structure> modifiers = modifiersListBase.evaluateListBase(blenderContext);
85 for (Structure modifierStructure : modifiers) {
120 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) {
129 * the object's structure
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/
ParticlesHelper.java 17 import com.jme3.scene.plugins.blender.file.Structure;
97 public ParticleEmitter toParticleEmitter(Structure particleSystem, BlenderContext blenderContext) throws BlenderFileException {
101 Structure particleSettings = pParticleSettings.fetchData(blenderContext.getInputStream()).get(0);
193 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) {
  /external/libvpx/libvpx/vp8/encoder/x86/
ssim_opt.asm 58 ; TODO: Use parm passing through structure, probably don't need the pxors
148 ; TODO: Use parm passing through structure, probably don't need the pxors
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_ssim_opt.asm 58 ; TODO: Use parm passing through structure, probably don't need the pxors
148 ; TODO: Use parm passing through structure, probably don't need the pxors
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang.y 339 // change the qualifier of the return type, not of the structure field
340 // as the structure definition is shared between various structures.
351 context->error(@2, " no such field in structure", $3.string->c_str());
356 context->error(@2, " field selection requires structure, vector, or matrix on left hand side", $3.string->c_str());
    [all...]
  /external/chromium_org/tools/symsrc/
pefile.py 9 names, to differentiate them from the upper case basic structure names.
663 class Structure:
664 """Prepare structure object to extract members from data.
667 of the structure.
727 """Return size of the structure."""
780 return '<Structure: %s>' % (' '.join( [' '.join(s.split()) for s in self.dump()] ))
784 """Returns a string representation of the structure."""
812 class SectionStructure(Structure):
963 struct: IMAGE_EXPORT_DIRECTORY structure
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 115 ; in the deflate_state structure since the asm code was first written
117 ; Note : these value are good with a 8 bytes boundary pack structure
125 ;;; Offsets for fields in the deflate_state structure. These numbers
133 ; in zlib in the deflate_state structure since the asm code was first written
209 ;;; deflate_state structure during the function's setup (before
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 739 When you serialise a perl data structure using only data types supported
740 by JSON and Perl, the deserialised data structure is identical on the Perl
787 Converts the given Perl data structure to a UTF-8 encoded, binary string.
810 Converts the given Perl data structure to a json string.
1183 This option is useful if you want the same data structure to be encoded as
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 739 When you serialise a perl data structure using only data types supported
740 by JSON and Perl, the deserialised data structure is identical on the Perl
787 Converts the given Perl data structure to a UTF-8 encoded, binary string.
810 Converts the given Perl data structure to a json string.
1183 This option is useful if you want the same data structure to be encoded as
    [all...]

Completed in 1303 milliseconds

1 2 3 4 56 7 8 91011>>