HomeSort by relevance Sort by last modified time
    Searched refs:PropertyNode (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNode.java 27 public ArrayList<PropertyNode> propList = new ArrayList<PropertyNode>();
PropertyNodesVerifierElem.java 32 * This class first checks whether each propertyNode in the VNode is in the
50 private final HashMap<String, List<PropertyNode>> mOrderedNodeMap;
53 private final ArrayList<PropertyNode> mUnorderedNodeList;
56 mOrderedNodeMap = new HashMap<String, List<PropertyNode>>();
57 mUnorderedNodeList = new ArrayList<PropertyNode>();
133 final PropertyNode propertyNode = new PropertyNode(propName,
136 List<PropertyNode> expectedNodeList = mOrderedNodeMap.get(propName);
138 expectedNodeList = new ArrayList<PropertyNode>();
    [all...]
PropertyNode.java 42 public class PropertyNode {
54 * Note that currently PropertyNode class does not support multiple param-values
67 public PropertyNode() {
76 public PropertyNode(
119 "PropertyNode does not provide hashCode() implementation intentionally.");
124 if (!(obj instanceof PropertyNode)) {
128 PropertyNode node = (PropertyNode)obj;
VNodeBuilder.java 38 * {@link VNode}, and {@link PropertyNode}.
100 // TODO: remove PropertyNode.
101 PropertyNode propNode = new PropertyNode();
  /external/chromium_org/components/policy/core/common/
schema_internal.h 41 struct POLICY_EXPORT PropertyNode {
52 // An offset into SchemaData::property_nodes that indexes the PropertyNode
56 // An offset into SchemaData::property_nodes that indexes the PropertyNode
62 // Note that the range [begin, end) is sorted by PropertyNode::key, so that
66 // An offset into SchemaData::property_nodes that indexes the PropertyNode
117 const PropertyNode* property_nodes;
schema.h 21 struct POLICY_EXPORT PropertyNode;
141 const internal::PropertyNode* it_;
142 const internal::PropertyNode* end_;
schema.cc 28 using internal::PropertyNode;
164 const PropertyNode* property(int index) const {
256 std::vector<PropertyNode> property_nodes_;
    [all...]
schema_unittest.cc 498 const internal::PropertyNode kPropertyNodes[] = {
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 262 /// @param PropertyNode Property associated with this ivar.
267 MDNode *PropertyNode);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 505 DIType Ty, MDNode *PropertyNode) {
518 PropertyNode
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py     [all...]
Nodes.py     [all...]

Completed in 1317 milliseconds