/cts/tools/dex-tools/src/dex/reader/ |
DexFileImpl.java | 23 import dex.structure.DexClass; 24 import dex.structure.DexFile;
|
DexEncodedValueImpl.java | 19 import static dex.structure.DexEncodedValueType.*; 21 import dex.structure.DexAnnotation; 22 import dex.structure.DexEncodedValue; 23 import dex.structure.DexEncodedValueType;
|
/cts/tools/signature-tools/test/signature/converter/dex/ |
DexUtilTest.java | 23 import dex.structure.DexClass; 24 import dex.structure.DexFile;
|
DexTestConverter.java | 21 import dex.structure.DexFile;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputGLSLBase.h | 57 bool structDeclared(const TStructure *structure) const; 58 void declareStruct(const TStructure *structure);
|
OutputHLSL.cpp | 515 TString OutputHLSL::structInitializerString(int indent, const TStructure &structure, const TString &rhsStructName) 534 const TFieldList &fields = structure.fields(); 584 const TStructure *structure = type.getStruct(); local 588 const TString &typeName = ((structure && !structure->name().empty()) ? 589 structureTypeName(*structure, false, false) : typeString(type)); 646 const TStructure &structure = *structNode->getType().getStruct(); local 649 flaggedStructs += "static " + decorate(structure.name()) + " " + mappedName + " =\n"; 650 flaggedStructs += structInitializerString(0, structure, originalName); 1977 const TStructure* structure = node->getLeft()->getType().getStruct(); local 2060 const TStructure &structure = *node->getLeft()->getType().getStruct(); local 3314 const TStructure* structure = type.getStruct(); local 3550 const TStructure* structure = type.getStruct(); local [all...] |
OutputHLSL.h | 44 TString structureString(const TStructure &structure, bool useHLSLRowMajorPacking, bool useStd140Packing); 45 TString structureTypeName(const TStructure &structure, bool useHLSLRowMajorPacking, bool useStd140Packing); 51 static TString decorateField(const TString &string, const TStructure &structure); 78 TString structNameString(const TStructure &structure); 199 TString structInitializerString(int indent, const TStructure &structure, const TString &rhsStructName);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_type.cpp | 32 if (structure) { 33 structure->print();
|
opt_structure_splitting.cpp | 27 * If a structure is only ever referenced by its components, then 160 /* If there are no structure references yet, no need to bother with 169 /* We'll split copies of a structure to copies of components, so don't 180 /* We don't have logic for structure-splitting function arguments, 244 entry->var->type->fields.structure[i].name) == 0) 286 type->fields.structure[i].name); 294 type->fields.structure[i].name); 326 printf("structure %s@%p: decl %d, whole_access %d\n", 357 type->fields.structure[i].name); 360 new(entry->mem_ctx) ir_variable(type->fields.structure[i].type [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
buildinfo.py | 13 from grit.node import structure namespace 52 if (isinstance(node, structure.StructureNode) and
|
/external/mesa3d/src/glsl/ |
ast_type.cpp | 32 if (structure) { 33 structure->print();
|
opt_structure_splitting.cpp | 27 * If a structure is only ever referenced by its components, then 160 /* If there are no structure references yet, no need to bother with 169 /* We'll split copies of a structure to copies of components, so don't 180 /* We don't have logic for structure-splitting function arguments, 244 entry->var->type->fields.structure[i].name) == 0) 286 type->fields.structure[i].name); 294 type->fields.structure[i].name); 326 printf("structure %s@%p: decl %d, whole_access %d\n", 357 type->fields.structure[i].name); 360 new(entry->mem_ctx) ir_variable(type->fields.structure[i].type [all...] |
/frameworks/base/tools/aidl/ |
Android.mk | 3 # Copies files into the directory structure described by a manifest
|
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 38 <div class="structure-<?cs var:file.Type ?>"> 42 <div class="toggle-content opened structure-dir"> 45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" /> 50 <div class="toggle-content-toggleme structure-toggleme"> 67 <?cs else ?> <?cs # else not project structure doc ?> 71 <?cs # Remove project structure from landing pages for now 72 # <h2>Project Structure</h2>
|
/build/tools/droiddoc/templates-sdk-dyn/ |
sampleindex.cs | 38 <div class="structure-<?cs var:file.Type ?>"> 42 <div class="toggle-content opened structure-dir"> 45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" /> 50 <div class="toggle-content-toggleme structure-toggleme"> 67 <?cs else ?> <?cs # else not project structure doc ?> 71 <?cs # Remove project structure from landing pages for now 72 # <h2>Project Structure</h2>
|
/external/chromium_org/chrome/browser/resources/ |
about_conflicts.js | 6 * This variable structure is here to document the structure that the template 32 * with that data. It expects an object structure like the above.
|
/cts/tools/dex-tools/test/dex/reader/ |
DexFileReaderTests.java | 34 import dex.structure.DexAnnotation; 35 import dex.structure.DexAnnotationAttribute; 36 import dex.structure.DexClass; 37 import dex.structure.DexEncodedValue; 38 import dex.structure.DexField; 39 import dex.structure.DexFile; 40 import dex.structure.DexMethod; 41 import dex.structure.DexParameter;
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 34 import dex.structure.DexAnnotatedElement; 35 import dex.structure.DexAnnotation; 36 import dex.structure.DexAnnotationAttribute; 37 import dex.structure.DexClass; 38 import dex.structure.DexEncodedValue; 39 import dex.structure.DexField; 40 import dex.structure.DexFile; 41 import dex.structure.DexMethod;
|
DexFactory.java | 19 import dex.structure.DexFile;
|
/external/chromium_org/chrome/installer/test/ |
pe_image_resources.cc | 18 bool StructureAt(const uint8* data, size_t data_size, const T** structure) { 20 *structure = reinterpret_cast<const T*>(data);
|
/external/chromium_org/tools/grit/grit/format/ |
resource_map.py | 107 from grit.node import include, structure, message namespace 114 structure.StructureNode,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
table_of_contents_renderer.py | 46 items_for_section = make_toc_items(section.structure)
|
/external/libunwind/doc/ |
_U_dyn_register.tex | 21 described by a structure of type \Type{unw\_dyn\_info\_t} (see 22 \SeeAlso{libunwind-dynamic(3)}). A pointer to this structure is
|
unw_get_accessors.tex | 20 \Type{unw\_accessors\_t} structure, which contains the call-back 34 \Type{unw\_accessors\_t} structure.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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 *
|