Searched defs:hierarchy (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dondemand_supply_task_test.cc81 const Supplier::RuleHierarchy& hierarchy) {
84 ASSERT_EQ(&task_->hierarchy_, &hierarchy);
85 std::memcpy(rule_, hierarchy.rule, sizeof rule_);
79 Supplied(bool success, const LookupKey& lookup_key, const Supplier::RuleHierarchy& hierarchy) argument
H A Dvalidation_task_test.cc98 Supplier::RuleHierarchy hierarchy; local
102 hierarchy.rule[i] = &rule[i];
105 (*task->supplied_)(success_, *task->lookup_key_, hierarchy);
H A Dsupplier_test.cc136 const Supplier::RuleHierarchy& hierarchy) {
139 std::memcpy(rule_, hierarchy.rule, sizeof rule_);
134 Supplied(bool success, const LookupKey& lookup_key, const Supplier::RuleHierarchy& hierarchy) argument
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_input_helper.cc38 // 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);
70 FillAddressFromMatchedRules( const std::vector<Node>* hierarchy, AddressData* address) argument
[all...]
H A Dvalidation_task.cc74 const Supplier::RuleHierarchy& hierarchy) {
80 } else if (hierarchy.rule[0] == NULL) {
91 CheckUnknownValue(hierarchy);
92 CheckPostalCodeFormatAndValue(hierarchy);
93 CheckUsesPoBox(hierarchy);
157 const Supplier::RuleHierarchy& hierarchy) const {
161 hierarchy.rule[depth - 1] == NULL ||
162 hierarchy.rule[depth - 1]->GetSubKeys().empty() ||
163 hierarchy.rule[depth] != NULL)) {
171 const Supplier::RuleHierarchy& hierarchy) cons
72 Validate(bool success, const LookupKey& lookup_key, const Supplier::RuleHierarchy& hierarchy) argument
[all...]
H A Dpreload_supplier.cc183 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/doclava/src/com/google/doclava/
H A DClassInfo.java379 * 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
1258 // inheritance hierarchy
2012 * Returns the class hierarchy for this class, starting with this class.
2014 public Iterable<ClassInfo> hierarchy() { method in class:ClassInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 109 milliseconds