HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 151 - 175 of 421) sorted by null

1 2 3 4 5 67 8 91011>>

  /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::__anon17876
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
ast_function.cpp     [all...]
  /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/chromium_org/ui/file_manager/file_manager/foreground/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/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/lldb/examples/python/
types.py 67 option, all structure and class types will be verified. If no modules are
77 specified with the --types TYPENAME option, all structure and class types will
  /external/mesa3d/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::__anon31435
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
ast_function.cpp     [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 25 <li><a href="<?cs var:toroot ?>design/wear/structure.html">App Structure</a></li>
63 <li><a href="<?cs var:toroot ?>design/patterns/app-structure.html">App Structure</a></li>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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/clang/lib/CodeGen/
CGExprConstant.cpp 1337 llvm::StructType *structure = local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 9 * The idea of these stores is to provide a more efficient data structure to
speech_rule.js 8 * A speech rule is a data structure along with supporting methods that
9 * stipulates how to transform a tree structure such as XML, a browser DOM, or
  /external/chromium_org/tools/grit/grit/node/
misc.py 315 from grit.node import structure namespace
326 structure.StructureNode, variant.SkeletonNode)):
  /external/icu/icu4c/source/common/
Android.mk 118 # This is the empty compiled-in icu data structure
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 33 info should be looked up and \Var{pip} is a pointer to a structure of
  /external/zlib/src/contrib/masmx86/
match686.asm 75 ; in zlib in the deflate_state structure since the asm code was first written
82 ; Note : these value are good with a 8 bytes boundary pack structure
140 ;;; Offsets for fields in the deflate_state structure. These numbers
211 ;;; deflate_state structure during the function's setup (before
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 320 '''Create a generic data structure that can be traversed by the templates
427 # similarly to the data structure being created. If the name is found, loop
428 # through the attributes and add them to this structure.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 17 the resource file structure is as follows:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 77 capable of walking through the AST, verifying its structure and performing
81 closely mirror the general structure of regular parsers and lexers.
92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
679 * cleaning up / normalizing a full tree structure after construction
934 sequences. They preserve the two-dimensional structure of the tree by inserting
    [all...]
main.rb 114 It defines the skeletal structure shared by all main

Completed in 1467 milliseconds

1 2 3 4 5 67 8 91011>>