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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/angle/src/compiler/
glslang.y 332 // change the qualifier of the return type, not of the structure field
333 // as the structure definition is shared between various structures.
344 context->error(@2, " no such field in structure", $3.string->c_str());
349 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...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
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/clang/lib/CodeGen/
CGExprConstant.cpp 1351 llvm::StructType *structure = local
    [all...]
  /external/icu4c/common/
Android.mk 114 # This is the empty compiled-in icu data structure
  /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
  /frameworks/base/docs/html/design/
design_toc.cs 32 <li><a href="<?cs var:toroot ?>design/patterns/app-structure.html">App Structure</a></li>
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintHelper.java 16 import com.jme3.scene.plugins.blender.file.Structure;
68 * This method reads constraints for for the given structure. The
72 * the structure we read constraint's for
77 public void loadConstraints(Structure objectStructure, BlenderContext blenderContext) throws BlenderFileException {
84 List<Structure> actions = pActions.fetchData(blenderContext.getInputStream());
85 for (Structure action : actions) {
86 Structure chanbase = (Structure) action.getFieldValue("chanbase");
87 List<Structure> actionChannels = chanbase.evaluateListBase(blenderContext);
88 for (Structure actionChannel : actionChannels) {
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp     [all...]
  /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
  /external/chromium_org/v8/src/
objects.cc 393 Handle<Object> structure,
397 // data structure used to store the callbacks. Eventually foreign
399 if (structure->IsForeign()) {
402 Handle<Foreign>::cast(structure)->foreign_address());
409 if (structure->IsAccessorInfo()) {
410 Handle<AccessorInfo> accessor_info = Handle<AccessorInfo>::cast(structure);
423 if (structure->IsDeclaredAccessorInfo()) {
427 DeclaredAccessorInfo::cast(*structure),
433 Handle<ExecutableAccessorInfo>::cast(structure);
455 Handle<Object> getter(Handle<AccessorPair>::cast(structure)->getter()
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
688 my $valid_start = defined $ch; # Is there a first character for JSON structure?
896 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
947 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
688 my $valid_start = defined $ch; # Is there a first character for JSON structure?
896 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
947 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 362 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
386 encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
688 my $valid_start = defined $ch; # Is there a first character for JSON structure?
896 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
947 decode_error('json text or perl structure exceeds maximum nesting level (max_depth set too low?)')
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 216 // given a `ProxyConfig` structure
451 // `ProxyRules` structure.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 210 // given a `ProxyConfig` structure
445 // `ProxyRules` structure.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftstream.h 95 /* Construct an FT_Frame_Field out of a structure type and a field name. */
96 /* The structure type must be set in the FT_STRUCTURE macro before */
331 /* create a new (input) stream from an FT_Open_Args structure */
348 /* close a stream (does not destroy the stream structure) */
478 /* Read a structure from a stream. The structure must be described */
483 void* structure );
  /external/freetype/include/freetype/internal/
ftstream.h 95 /* Construct an FT_Frame_Field out of a structure type and a field name. */
96 /* The structure type must be set in the FT_STRUCTURE macro before */
331 /* create a new (input) stream from an FT_Open_Args structure */
348 /* close a stream (does not destroy the stream structure) */
478 /* Read a structure from a stream. The structure must be described */
483 void* structure );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 27 it is necessary to pack the "wavefront_alias" structure to a size
474 /* This structure is meant to be padded only to 16 bits on their

Completed in 618 milliseconds

1 2 3 4 5 67 8 91011>>