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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 120 int structure ; /* 1 if I want to print the CloogProgram structure before the member in struct:cloogoptions
141 * Structure display function *
  /external/chromium_org/v8/src/
types.h 812 static inline void struct_shrink(Struct* structure, int length);
813 static inline int struct_tag(Struct* structure);
814 static inline int struct_length(Struct* structure);
815 static inline Type* struct_get(Struct* structure, int i);
816 static inline void struct_set(Struct* structure, int i, Type* type);
818 static inline i::Handle<V> struct_get_value(Struct* structure, int i);
820 Struct* structure, int i, i::Handle<V> x);
852 static inline i::Handle<Type> from_struct(i::Handle<Struct> structure);
856 static inline void struct_shrink(i::Handle<Struct> structure, int length);
857 static inline int struct_tag(i::Handle<Struct> structure);
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_flash.js 8 * with that data. It expects an object structure like the above.
about_nacl.js 11 * with that data. It expects an object structure like the above.
flags.js 6 * This variable structure is here to document the structure that the template
13 * with that data. It expects an object structure like the above.
15 * See returnFlagsExperiments() for the structure of this object.
components.js 10 * that data. It expects an object structure like the above.
38 * structure to correctly populate the page:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_math_description.js 43 // TODO (sorge) Collate and document styles in an enum structure.
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniform_initializers.cpp 91 const glsl_type *field_type = type->fields.structure[i].type;
93 type->fields.structure[i].name);
lower_ubo_reference.cpp 138 const glsl_type *type = struct_type->fields.structure[i].type;
143 if (strcmp(struct_type->fields.structure[i].name,
214 &deref->type->fields.structure[i];
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 97 from grit.node import empty, include, message, misc, structure namespace
115 misc.IdentifierNode, structure.StructureNode))
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 91 const glsl_type *field_type = type->fields.structure[i].type;
93 type->fields.structure[i].name);
lower_ubo_reference.cpp 138 const glsl_type *type = struct_type->fields.structure[i].type;
143 if (strcmp(struct_type->fields.structure[i].name,
214 &deref->type->fields.structure[i];
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
heapmm.h 86 typedef struct HMM_UNIQUE(structure) {
  /external/chromium_org/v8/test/webkit/
dfg-check-structure-elimination-for-non-cell.js 25 "Tests that we do the right things when we prove that we can eliminate a structure check, but haven't proved that the value is definitely an object - i.e. we've proved that it's either an object with a specific structure, or it's not an object at all."
dfg-multi-basic-block-structure-clobber.js 25 "This tests that a structure clobber in a basic block that does not touch a live variable causes that variable's structure to be correctly clobbered."
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 11 package org.eclipse.wb.internal.core.editor.structure;
28 * @coverage core.editor.structure
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 11 package org.eclipse.wb.internal.core.editor.structure.property;
25 * @coverage core.editor.structure
  /external/libunwind/doc/
unw_getcontext.tex 19 The \Func{unw\_getcontext}() routine initializes the context structure
35 initialized by \Func{unw\_getcontext()} in places where a structure
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
heapmm.h 86 typedef struct HMM_UNIQUE(structure) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
heapmm.h 86 typedef struct HMM_UNIQUE(structure) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser.py 27 |structure| A list of DocumentStructureEntry for each top-level heading.
31 self.structure = []
35 '''An entry in the document structure.
61 '''Parses the title and a document structure form |document| and returns a
143 'the structure')
149 belongs_to = self._processing_section.structure
215 if self._processing_section.structure:
document_parser_test.py 39 h4 are part of the document structure, but this is not inside a h3.
80 h4 are part of the document structure, but this is not inside a h3.
157 '<h2> for the purpose of the structure (line 22, column 1)',
166 entries = result.sections[0].structure
216 entry0, = section0.structure
249 self.assertEqual(1, len(section.structure))
250 self.assertEqual(name, section.structure[0].name)
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputGLSLBase.cpp 134 const TStructure *structure = type.getStruct(); local
135 out << hashName(structure->name()) << "(";
137 const TFieldList &fields = structure->fields();
279 const TStructure *structure = node->getLeft()->getType().getStruct(); local
281 const TField *field = structure->fields()[index->getIConst(0)];
284 if (!mSymbolTable.findBuiltIn(structure->name(), mShaderVersion))
1035 bool TOutputGLSLBase::structDeclared(const TStructure *structure) const
1037 ASSERT(structure);
1044 if (scope[jj]->equals(*structure))
1051 void TOutputGLSLBase::declareStruct(const TStructure *structure)
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 32 import dex.structure.DexAnnotation;
33 import dex.structure.DexClass;
34 import dex.structure.DexField;
35 import dex.structure.DexMethod;
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 87 import dex.structure.DexAnnotation;
88 import dex.structure.DexAnnotationAttribute;
89 import dex.structure.DexClass;
90 import dex.structure.DexEncodedAnnotation;
91 import dex.structure.DexEncodedValue;
92 import dex.structure.DexField;
93 import dex.structure.DexFile;
94 import dex.structure.DexMethod;
95 import dex.structure.DexParameter;
    [all...]

Completed in 904 milliseconds

1 2 34 5 6 7 8 91011>>