HomeSort by relevance Sort by last modified time
    Searched defs:structure (Results 1 - 25 of 75) sorted by null

1 2 3

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotatedElement.java 17 package dex.structure;
DexFile.java 17 package dex.structure;
DexInterface.java 17 package dex.structure;
DexParameter.java 17 package dex.structure;
NamedElement.java 17 package dex.structure;
WithModifiers.java 17 package dex.structure;
DexAnnotationAttribute.java 17 package dex.structure;
DexEncodedAnnotation.java 17 package dex.structure;
DexEncodedValue.java 17 package dex.structure;
DexClass.java 17 package dex.structure;
DexField.java 17 package dex.structure;
DexMethod.java 17 package dex.structure;
DexAnnotation.java 17 package dex.structure;
  /external/chromium_org/tools/grit/grit/format/policy_templates/
template_formatter.py 13 from grit.node import structure namespace
65 if (isinstance(item, structure.StructureNode) and
  /external/chromium_org/tools/grit/grit/node/
mapping.py 17 from grit.node import structure namespace
43 'structure' : structure.StructureNode,
empty.py 12 from grit.node import structure namespace
45 return isinstance(child, (structure.StructureNode,
structure_unittest.py 6 '''Unit tests for <structure> nodes.
21 from grit.node import structure namespace
29 <structure type="dialog" name="IDD_ABOUTBOX" file="klonk.rc" encoding="utf-16-le">
31 </structure>
40 node = structure.StructureNode()
52 <structure type="chrome_html" name="hello_tmpl" file="structure_variables.html" expand_variables="true" variables="GREETING=Hello,THINGS=foo,, bar,, baz,EQUATION=2+2==4,filename=simple" flattenhtml="true"></structure>
56 node, = grd.GetChildrenOfType(structure.StructureNode)
  /external/chromium_org/tools/grit/grit/tool/
buildinfo.py 13 from grit.node import structure namespace
52 if (isinstance(node, structure.StructureNode) and
diff_structures.py 13 from grit.node import structure namespace
22 Allows you to view the differences in the structure of two files,
30 for structure types like 'dialog' to identify the part of the file to look at.
34 for gatherer in structure._GATHERERS:
88 """Given the name of the structure type (self.structure_type), the filename
89 of the file holding the original structure, and optionally the "section" key
91 temporary file holding a "static" translation of the original structure
102 original = structure._GATHERERS[self.structure_type](original_filename,
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
FirstFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
LastFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
SubcountFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
  /external/chromium_org/third_party/angle/src/compiler/translator/
util.cpp 287 const TStructure *structure = type.getStruct(); local
293 if (!structure)
302 variable.structName = structure->name().c_str();
304 const TFieldList &fields = structure->fields();
  /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))
resource_map.py 107 from grit.node import include, structure, message namespace

Completed in 117 milliseconds

1 2 3