Searched refs:FindChild (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.h51 virtual Error FindChild(const std::string& name, ScopedNode* out_node);
H A Dnode.h123 virtual Error FindChild(const std::string& name, ScopedNode* out_node);
H A Ddir_node.cc117 Error DirNode::FindChild(const std::string& name, ScopedNode* out_node) { function in class:nacl_io::DirNode
H A Dnode.cc240 Error Node::FindChild(const std::string& name, ScopedNode* out_node) { function in class:nacl_io::Node
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_node.h42 MOCK_METHOD2(FindChild, Error(const std::string&, ScopedNode*));
H A Dmem_fs_node_test.cc60 using MemFsNode::FindChild;
72 using DirNode::FindChild;
126 EXPECT_EQ(ENOTDIR, file.FindChild("", &result_node));
303 EXPECT_EQ(0, root.FindChild("F1", &result_node));
305 EXPECT_EQ(0, root.FindChild("F2", &result_node));
307 EXPECT_EQ(ENOENT, root.FindChild("F3", &result_node));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.cc60 Error error = node->FindChild(path.Part(index), &node);
139 error = parent->FindChild(path.Basename(), &node);
260 error = parent->FindChild(path.Basename(), &child);
/external/chromium_org/v8/src/
H A Dallocation-tracker.h22 AllocationTraceNode* FindChild(unsigned function_info_index);
H A Dallocation-tracker.cc29 AllocationTraceNode* AllocationTraceNode::FindChild( function in class:v8::internal::AllocationTraceNode
41 AllocationTraceNode* child = FindChild(function_info_index);
H A Dprofile-generator.h113 ProfileNode* FindChild(CodeEntry* entry);
H A Dprofile-generator.cc184 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) { function in class:v8::internal::ProfileNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc249 error = fs_dir_->FindChild(path.Part(2), out_node);
255 error = root_->FindChild(path.Join(), out_node);
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc453 static const v8::CpuProfileNode* FindChild(v8::Isolate* isolate, function
469 const v8::CpuProfileNode* result = FindChild(isolate, node, name);
739 FindChild(env->GetIsolate(), root, "start");
1129 FindChild(env->GetIsolate(), root, "start");
1138 const v8::CpuProfileNode* unresolvedNode = FindChild(
1206 FindChild(env->GetIsolate(), root, "start");
1217 FindChild(env->GetIsolate(), startNode, "test");
1229 FindChild(env->GetIsolate(), startNode,
H A Dtest-profile-generator.cc102 node = node->FindChild(entry1);
105 node = node->FindChild(entry2);
109 node = node->FindChild(entry3);

Completed in 8349 milliseconds