HomeSort by relevance Sort by last modified time
    Searched defs:Root (Results 76 - 100 of 261) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Core/
RewriteRope.h 138 void /*RopePieceBTreeNode*/ *Root;
146 iterator begin() const { return iterator(Root); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
CallGraph.h 13 // current translation unit. The graph has a "virtual" root node that contains
43 /// This is a virtual root node that has edges to all the functions.
44 CallGraphNode *Root;
80 /// \ brief Get the virtual root of the graph, all the functions available
82 CallGraphNode *getRoot() const { return Root; }
97 /// declarations to collect the root functions.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Core/
RewriteRope.h 138 void /*RopePieceBTreeNode*/ *Root;
146 iterator begin() const { return iterator(Root); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CallGraph.h 13 // current translation unit. The graph has a "virtual" root node that contains
43 /// This is a virtual root node that has edges to all the functions.
44 CallGraphNode *Root;
80 /// \ brief Get the virtual root of the graph, all the functions available
82 CallGraphNode *getRoot() const { return Root; }
97 /// declarations to collect the root functions.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Core/
RewriteRope.h 138 void /*RopePieceBTreeNode*/ *Root;
146 iterator begin() const { return iterator(Root); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CallGraph.h 13 // current translation unit. The graph has a "virtual" root node that contains
43 /// This is a virtual root node that has edges to all the functions.
44 CallGraphNode *Root;
80 /// \ brief Get the virtual root of the graph, all the functions available
82 CallGraphNode *getRoot() const { return Root; }
97 /// declarations to collect the root functions.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Core/
RewriteRope.h 138 void /*RopePieceBTreeNode*/ *Root;
146 iterator begin() const { return iterator(Root); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 61 Open the root directory on a volume.
63 @param This A pointer to the volume to open the root directory.
65 root directory.
88 FV_FILESYSTEM_FILE *Root;
107 if (Instance->Root == NULL) {
109 // Allocate file structure for root file
111 Root = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE));
112 if (Root == NULL) {
116 Instance->Root = Root;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 45 RED_BLACK_TREE_NODE *Root;
129 Tree->Root = NULL;
157 return (BOOLEAN)(Tree->Root == NULL);
210 Node = Tree->Root;
245 Node = Tree->Root;
277 Node = Tree->Root;
423 the root of the tree), then the function stores the
424 new root node of the tree in NewRoot.
488 the root of the tree), then the function stores the
489 new root node of the tree in NewRoot.
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 13 // current translation unit. The graph has a "virtual" root node that contains
42 /// This is a virtual root node that has edges to all the functions.
43 CallGraphNode *Root;
79 /// \ brief Get the virtual root of the graph, all the functions available
81 CallGraphNode *getRoot() const { return Root; }
96 /// declarations to collect the root functions.
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 288 std::unique_ptr<detail::InMemoryDirectory> Root;
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 218 const CXXRecordDecl *Root;
223 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br,
225 : Root(root), BR(br), Checker(checker) {}
264 os << "AST class '" << Root->getName() << "' has a field '"
289 BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory",
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 245 llvm::yaml::Node *Root = I->getRoot();
246 if (!Root) {
250 llvm::yaml::SequenceNode *Array = dyn_cast<llvm::yaml::SequenceNode>(Root);
  /external/libcxx/test/support/
filesystem_test_helper.hpp 28 static const fs::path Root = LIBCXX_FILESYSTEM_STATIC_TEST_ROOT;
122 std::string const& root = test_root.native();
123 if (root.compare(0, root.size(), raw, 0, root.size()) != 0) {
230 // check that the fs test root in the environment matches what we were
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper.py 785 def Root(self, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
786 """Restarts the adbd daemon with root permissions, if possible.
792 output = self._RunDeviceAdbCmd(['root'], timeout, retries)
795 ['root'], output, device_serial=self._device_serial)
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 71 TreeTy* Root;
74 /// Constructs a map from a pointer to a tree root. In general one
78 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
79 if (Root) { Root->retain(); }
82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
83 if (Root) { Root->retain(); }
87 if (Root != X.Root)
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Mixin), global::Google.Protobuf.WellKnownTypes.Mixin.Parser, new[]{ "Name", "Root" }, null, null, null)
642 /// version of the including API plus the [root][] path if specified.
687 /// If the `root` field in the mixin is specified, it should be a
694 /// root: acls
747 /// <summary>Field number for the "root" field.</summary>
754 public string Root {
773 if (Root != other.Root) return false;
780 if (Root.Length != 0) hash ^= Root.GetHashCode()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableMap.h 72 TreeTy* Root;
75 /// Constructs a map from a pointer to a tree root. In general one
79 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
80 if (Root) { Root->retain(); }
82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
83 if (Root) { Root->retain(); }
86 if (Root != X.Root)
    [all...]
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
ActivityTest.java 45 * - Creates and gives access to test root directories and test files
78 * Returns the root that will be opened within the activity.
80 * Override the method if you want to open different root on start.
81 * @return Root that will be opened. Return null if you want to open activity's default root.
149 intent.setDataAndType(getInitialRoot().getUri(), DocumentsContract.Root.MIME_TYPE_ITEM);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root != X.Root)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 44 /// The CallGraph class also attempts to figure out what the root of the
85 /// \brief Root is root of the call graph, or the external node if a 'main'
87 CallGraphNode *Root;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root) { Root->release();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
WindowsResource.h 116 const TreeNode &getTree() const { return Root; }
177 TreeNode Root;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ImmutableMap.h 74 TreeTy* Root;
77 /// Constructs a map from a pointer to a tree root. In general one
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) {
82 if (Root) { Root->retain(); }
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) {
86 if (Root) { Root->retain(); }
90 if (Root) { Root->release();
    [all...]

Completed in 3321 milliseconds

1 2 34 5 6 7 8 91011