HomeSort by relevance Sort by last modified time
    Searched defs:hierarchy (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_input_helper.cc 38 // Used for building a hierarchy of rules, each one connected to its parent.
71 const std::vector<Node>* hierarchy,
73 assert(hierarchy != NULL);
81 if (hierarchy[depth].size() == 1) {
82 for (const Node* node = &hierarchy[depth].front();
134 // hierarchy that matches the postal code. Note that the postal code might
139 // This hierarchy is used to store rules that represent possible matches
140 // at each level of the hierarchy.
141 std::vector<Node> hierarchy[kHierarchyDepth]; local
142 CheckChildrenForPostCodeMatches(*address, lookup_key, NULL, hierarchy);
    [all...]
preload_supplier.cc 183 std::stack<const Rule*> hierarchy; variable
184 hierarchy.push(*it);
186 // Push pointers to all parent Rule objects onto the hierarchy stack.
195 IndexMap::const_iterator* const hint = &hints[hierarchy.size() - 1];
200 hierarchy.push((*hint)->second);
206 // Append the names from all Rule objects on the hierarchy stack.
207 for (; !hierarchy.empty(); hierarchy.pop()) {
208 const Rule* rule = hierarchy.top();
290 Supplier::RuleHierarchy hierarchy; local
297 Supplier::RuleHierarchy hierarchy; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
validation_task_test.cc 98 Supplier::RuleHierarchy hierarchy; local
102 hierarchy.rule[i] = &rule[i];
105 (*task->supplied_)(success_, *task->lookup_key_, hierarchy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 160 // get the type hierarchy and reference type is one of the super classes.
161 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( local
164 IType[] supertypes = hierarchy.getAllSupertypes(type);
706 ITypeHierarchy hierarchy = type.newTypeHierarchy(new NullProgressMonitor());
707 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 150 Set<Class<?>> hierarchy = bus.flattenHierarchy(fixture.getClass()); local
152 assertEquals(5, hierarchy.size());
153 assertContains(Object.class, hierarchy);
154 assertContains(HierarchyFixtureInterface.class, hierarchy);
155 assertContains(HierarchyFixtureSubinterface.class, hierarchy);
156 assertContains(HierarchyFixtureParent.class, hierarchy);
157 assertContains(HierarchyFixture.class, hierarchy);
237 // Exists only for hierarchy mapping; no members.
242 // Exists only for hierarchy mapping; no members.
247 // Exists only for hierarchy mapping; no members
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 186 ITypeHierarchy hierarchy = type.newTypeHierarchy(new NullProgressMonitor()); local
187 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
198 ITypeHierarchy hierarchy = type.newTypeHierarchy( local
200 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 69 ViewHierarchy hierarchy = mCanvas.getViewHierarchy(); local
87 CanvasViewInfo vi = hierarchy.findViewInfoFor(node);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 299 // get the type hierarchy
300 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
307 while ((superType = hierarchy.getSuperclass(superType)) != null &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 258 """single class hierarchy - a single class hierarchy document """
288 """class hierarchy - a class hierarchy document """
591 'class_hierarchy' : 'HIER', # a class hierarchy document class in inherits:
592 'single_class_hierarchy' : '1HIR', # a single class hierarchy document class in inherits:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 187 // get the type hierarchy
188 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( local
192 hierarchy.getSuperclass(type), project, hierarchy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 155 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
156 if (hierarchy.contains(classView)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 706 ITypeHierarchy hierarchy = local
708 activityTypes = hierarchy.getAllSubtypes(activityType);
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 1019 List<ObjectStreamClass> hierarchy = classDesc.getHierarchy(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 809 ITypeHierarchy hierarchy = activityType.newTypeHierarchy(monitor); local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 379 * List of all interface's classes reachable in this class's inheritance hierarchy
971 // rearrange our little inheritance hierarchy, because we need to hide classes that
2014 public Iterable<ClassInfo> hierarchy() { method in class:ClassInfo
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 478 milliseconds