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

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
class_definition.py 41 def FindChild(self, snippet_type, **kwargs):
42 return self.suite.FindChild(snippet_type, **kwargs)
function_definition.py 41 def FindChild(self, snippet_type, **kwargs):
42 return self.suite.FindChild(snippet_type, **kwargs)
import_statement.py 233 import_as_names = self.FindChild(symbol.import_as_names)
251 return self.FindChild(symbol.dotted_name).value
255 self.FindChild(symbol.dotted_name).value = value
260 import_as_names = self.FindChild(symbol.import_as_names)
  /system/core/property_service/libpropertyinfoserializer/
trie_builder_test.cpp 54 auto* test_node = builder_root.FindChild("test");
101 auto* long_string_node = builder_root.FindChild("this");
105 long_string_node = long_string_node->FindChild("is");
109 long_string_node = long_string_node->FindChild("a");
113 long_string_node = long_string_node->FindChild("long");
trie_builder.cpp 55 auto child = current_node->FindChild(name_pieces.front());
79 auto child = current_node->FindChild(name_pieces.front());
trie_builder.h 41 TrieBuilderNode* FindChild(const std::string& name) {
48 const TrieBuilderNode* FindChild(const std::string& name) const {
  /external/v8/src/profiler/
allocation-tracker.h 31 AllocationTraceNode* FindChild(unsigned function_info_index);
allocation-tracker.cc 29 AllocationTraceNode* AllocationTraceNode::FindChild(
41 AllocationTraceNode* child = FindChild(function_info_index);
profile-generator.h 177 ProfileNode* FindChild(CodeEntry* entry);
profile-generator.cc 195 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) {
  /frameworks/base/tools/aapt2/xml/
XmlDom.h 106 Element* FindChild(const android::StringPiece& ns, const android::StringPiece& name);
107 const Element* FindChild(const android::StringPiece& ns, const android::StringPiece& name) const;
XmlDom.cpp 435 Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) {
439 const Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) const {
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc 202 DefaultValueObjectWriter::Node* DefaultValueObjectWriter::Node::FindChild(
471 Node* child = current_->FindChild(name);
517 Node* child = current_->FindChild(name);
574 Node* child = current_->FindChild(name);
default_value_objectwriter.h 150 Node* FindChild(StringPiece name);
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.cpp 298 if (xml::Element* uses_sdk_el = manifest_el->FindChild({}, "uses-sdk")) {
319 xml::Element* screens_el = manifest_el->FindChild({}, "compatible-screens");
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 419 xml::Element* application_el = manifest_el->FindChild({}, "application");
450 root->FindChild({}, "uses-sdk") == nullptr) {
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
snippet.py 62 def FindChild(self, snippet_type, **kwargs):
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 379 if (const xml::Element* uses_sdk_el = manifest_el->FindChild({}, "uses-sdk")) {
Link.cpp     [all...]

Completed in 410 milliseconds