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

  /external/libweave/src/notification/
xml_node.h 47 // Finds a first occurrence of a child node specified by |name_path|. A name
51 // matched against the top-level name of |name_path|.
54 const XmlNode* FindFirstChild(const std::string& name_path,
57 // Finds all the child nodes matching the |name_path|. This returns the list
61 // matched against the top-level name of |name_path|.
76 std::vector<const XmlNode*> FindChildren(const std::string& name_path,
100 // child node(s) matching |name_path|.
107 const XmlNode* FindChildHelper(const std::string& name_path,
xml_node.cc 48 const XmlNode* XmlNode::FindFirstChild(const std::string& name_path,
50 return FindChildHelper(name_path, recursive, nullptr);
53 std::vector<const XmlNode*> XmlNode::FindChildren(const std::string& name_path,
56 FindChildHelper(name_path, recursive, &children);
61 const std::string& name_path,
64 auto parts = SplitAtFirst(name_path, "/", false);
76 found_node = child->FindChildHelper(name_path, true, children);
  /external/iproute2/ip/
ipnetns.c 539 char name_path[PATH_MAX]; local
547 snprintf(name_path, sizeof(name_path), "%s/%s", NETNS_RUN_DIR,
550 if (stat(name_path, &st) != 0)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py     [all...]
messages_test.py     [all...]
  /frameworks/base/tools/apilint/
apilint.py 160 self.name_path = self.name.split(".")
880 if s in clazz.pkg.name_path: return
884 if "app" in clazz.pkg.name_path or "app" in clazz.extends_path:
887 if "content" in clazz.pkg.name_path or "content" in clazz.extends_path:
    [all...]

Completed in 94 milliseconds