Home
last modified time | relevance | path

Searched defs:GetChildren (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DSection.h140 SectionList &GetChildren() { return m_children; } in GetChildren() function
142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DSection.h140 SectionList &GetChildren() { return m_children; } in GetChildren() function
142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DSection.h140 SectionList &GetChildren() { return m_children; } in GetChildren() function
142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DSection.h140 SectionList &GetChildren() { return m_children; } in GetChildren() function
142 const SectionList &GetChildren() const { return m_children; } in GetChildren() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfile_system_test.cc110 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren() function in tensorflow::InterPlanetaryFileSystem
296 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren() function in tensorflow::TestFileSystem
H A Dfile_system.h173 virtual tensorflow::Status GetChildren(const std::string& dir, in GetChildren() function
178 virtual tensorflow::Status GetChildren(const std::string& dir, in GetChildren() function
627 tensorflow::Status GetChildren(const std::string& dir, in GetChildren() function
H A Dnull_file_system.h68 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren() function
H A Dretrying_file_system.h65 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren() function
H A Dram_file_system.h171 Status GetChildren(const std::string& dir_, TransactionToken* token, in GetChildren() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h167 const ChildContainerType& GetChildren() const { return children_; } in GetChildren() function
168 ChildContainerType& GetChildren() { return children_; } in GetChildren() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis_nodes.h167 const ChildContainerType& GetChildren() const { return children_; } in GetChildren() function
168 ChildContainerType& GetChildren() { return children_; } in GetChildren() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dscalar_analysis_nodes.h167 const ChildContainerType& GetChildren() const { return children_; } in GetChildren() function
168 ChildContainerType& GetChildren() { return children_; } in GetChildren() function
/aosp_15_r20/external/icing/icing/join/
H A Djoin-children-fetcher-impl-deprecated.cc50 JoinChildrenFetcherImplDeprecated::GetChildren(DocumentId parent_doc_id) const { in GetChildren() function in icing::lib::JoinChildrenFetcherImplDeprecated
H A Djoin-children-fetcher-impl-v3.cc106 JoinChildrenFetcherImplV3::GetChildren(DocumentId parent_doc_id) const { in GetChildren() function in icing::lib::JoinChildrenFetcherImplV3
H A Djoin-children-fetcher-impl-v3_test.cc266 TEST_F(JoinChildrenFetcherImplV3Test, GetChildren) { in TEST_F() argument
/aosp_15_r20/external/federated-compute/fcp/tracing/
H A Dtest_tracing_recorder.cc136 std::vector<TestTracingRecorder::Record*> TestTracingRecorder::GetChildren( in GetChildren() function in fcp::TestTracingRecorder
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events.h69 const std::vector<EventNode*>& GetChildren() const { return children_; } in GetChildren() function
/aosp_15_r20/external/leveldb/include/leveldb/
H A Denv.h361 Status GetChildren(const std::string& dir, in GetChildren() function
/aosp_15_r20/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlnode_unittest.cpp57 TEST(CFX_XMLNodeTest, GetChildren) { in TEST() argument
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dfile_descriptor_filesystem.cc215 Status FileDescriptorFileSystem::GetChildren(const string& dir, in GetChildren() function in tensorflow::fcp::FileDescriptorFileSystem
/aosp_15_r20/external/armnn/src/profiling/test/
H A DTimelineModel.hpp124 const std::vector<Entity*>& GetChildren() const {return m_Children;} in GetChildren() function in arm::pipe::Entity
/aosp_15_r20/external/stg/
H A Ddwarf_wrappers.cc158 std::vector<Entry> Entry::GetChildren() { in GetChildren() function in stg::dwarf::Entry
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system.cc168 Status MemmappedFileSystem::GetChildren(const string& filename, in GetChildren() function in tensorflow::MemmappedFileSystem
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/inference_interface/
H A Dasset_manager_filesystem.cc189 Status AssetManagerFileSystem::GetChildren(const string& prefixed_dir, in GetChildren() function in tensorflow::AssetManagerFileSystem
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetworkViews.java508 public static class GetChildren implements ViewIntrospectionCommand { class in MonkeySourceNetworkViews

123