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

12 3 4 5 6 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
IPage.java 11 package org.eclipse.wb.internal.core.editor.structure;
21 * @coverage core.editor.structure
  /packages/inputmethods/LatinIME/native/jni/
NativeFileList.mk 49 structure/dictionary_structure_with_buffer_policy_factory.cpp) \
50 $(addprefix suggest/policyimpl/dictionary/structure/pt_common/, \
59 $(addprefix suggest/policyimpl/dictionary/structure/v2/, \
63 $(addprefix suggest/policyimpl/dictionary/structure/v4/, \
73 $(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \
104 $(addprefix suggest/policyimpl/dictionary/structure/backward/v402/, \
113 $(addprefix suggest/policyimpl/dictionary/structure/backward/v402/content/, \
119 $(addprefix suggest/policyimpl/dictionary/structure/backward/v402/bigram/, \
128 suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_test.cpp \
129 suggest/policyimpl/dictionary/structure/v4/content/probability_entry_test.cpp
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFieldImpl.java 21 import dex.structure.DexAnnotation;
22 import dex.structure.DexClass;
23 import dex.structure.DexField;
DexAnnotationImpl.java 20 import dex.structure.DexAnnotation;
21 import dex.structure.DexAnnotationAttribute;
DexParameterImpl.java 23 import dex.structure.DexAnnotation;
24 import dex.structure.DexParameter;
DexMethodImpl.java 32 import dex.structure.DexAnnotation;
33 import dex.structure.DexClass;
34 import dex.structure.DexMethod;
35 import dex.structure.DexParameter;
  /external/chromium_org/tools/grit/grit/node/
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)
mapping.py 17 from grit.node import structure namespace
43 'structure' : structure.StructureNode,
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 17 package dex.structure;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.cpp 19 interfaceBlock(0), structure(0)
22 structure = p.userDef->getStruct();
30 interfaceBlock != other.interfaceBlock || structure != other.structure)
36 if (structure && !structure->equals(*(other.structure)))
155 mangledName += structure->mangledName();
191 totalSize = structure->objectSize();
  /external/clang/test/SemaCXX/
functional-cast.cpp 230 struct structure { int m; }; struct
251 typedef structure *structurep;
252 structure *p3 = structurep(p2);
297 const int structure::*psi = 0;
298 typedef const float structure::*structurecfmp;
300 typedef int structure::*structureimp;
303 void (structure::*psf)() = 0;
304 typedef int (structure::*structureimfp)();
307 typedef void (structure::*structurevmfp)();
308 (void)structurevmfp(psi); // expected-error-re {{functional-style cast from 'const int structure::*' to 'structurevmfp' (aka 'void (structure::*)(){{( __attribute__\(\(thiscall\)\))?}}') is not a (…)
    [all...]
  /cts/tools/signature-tools/test/signature/converter/dex/
GenericSignatureParserTest.java 24 import dex.structure.DexClass;
25 import dex.structure.DexFile;
  /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/format/
rc.py 19 from grit.node import empty, include, message, structure namespace
36 elif isinstance(item, structure.StructureNode):
384 from grit.node import structure namespace
385 assert isinstance(item, structure.StructureNode)
414 from grit.node import structure namespace
416 assert isinstance(item, (structure.StructureNode, include.IncludeNode))
424 assert (isinstance(item, structure.StructureNode) and item.attrs['type'] in
445 if isinstance(item, structure.StructureNode) and item.IsExcludedFromRc():
456 # when formatting Structure nodes.
rc_unittest.py 20 from grit.node import structure namespace
81 <structure type="menu" name="IDC_KLONKMENU" file="grit\\testdata\klonk.rc" encoding="utf-16" />
82 <structure type="dialog" name="IDD_ABOUTBOX" file="grit\\testdata\klonk.rc" encoding="utf-16" />
83 <structure type="version" name="VS_VERSION_INFO" file="grit\\testdata\klonk.rc" encoding="utf-16" />
160 <structure type="tr_html" name="IDR_HTML" file="bingo.html"/>
161 <structure type="tr_html" name="IDR_HTML2" file="bingo2.html"/>
237 <structure type="tr_html" name="IDR_HTML" file="%s" />
239 struct, = root.GetChildrenOfType(structure.StructureNode)
262 <structure type="chrome_html" name="HTML_FILE1" file="%s" flattenhtml="true" />
264 struct, = root.GetChildrenOfType(structure.StructureNode
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
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/chromium_org/tools/grit/grit/
xtb_reader_unittest.py 39 def Callback(id, structure):
40 messages.append((id, structure))
99 def Callback(id, structure):
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 31 import com.google.clearsilver.jsilver.functions.structure.FirstFunction;
32 import com.google.clearsilver.jsilver.functions.structure.LastFunction;
33 import com.google.clearsilver.jsilver.functions.structure.SubcountFunction;
44 // Structure functions.
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.cpp 93 this->fields.structure = ralloc_array(this->mem_ctx,
96 this->fields.structure[i].type = fields[i].type;
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
121 if (this->fields.structure[i].type->contains_sampler())
501 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
503 if (strcmp(key1->fields.structure[i].name,
504 key2->fields.structure[i].name) != 0)
526 "%p", (void *) key->fields.structure[i].type)
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.cpp 93 this->fields.structure = ralloc_array(this->mem_ctx,
96 this->fields.structure[i].type = fields[i].type;
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
121 if (this->fields.structure[i].type->contains_sampler())
501 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
503 if (strcmp(key1->fields.structure[i].name,
504 key2->fields.structure[i].name) != 0)
526 "%p", (void *) key->fields.structure[i].type)
    [all...]
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 43 public dex.structure.DexFile getFrom(JavaSource source) throws IOException{
47 public dex.structure.DexFile getFrom(JavaSource... source) throws IOException{
51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{
56 * Converts java source code to a {@link dex.structure.DexFile} loaded by
62 public dex.structure.DexFile getFrom(Set<JavaSource> sources,
  /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;
NameFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;
SubcountFunction.java 17 package com.google.clearsilver.jsilver.functions.structure;

Completed in 1031 milliseconds

12 3 4 5 6 7 8 91011>>