HomeSort by relevance Sort by last modified time
    Searched refs:Root (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p3.cpp 6 namespace Root {
12 using namespace Root;
16 using namespace Root;
30 using Root::i;
31 using Root::f;
  /external/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...]
ImmutableSet.h 266 // Mutating operations. A tree root can be manipulated as
456 // in an existing root if that root is still marked mutable.
597 /// markImmutable - Clears the mutable bits of a root and all of its
660 inline ImutAVLTreeGenericIterator(const TreeTy* Root) {
661 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root));
765 ImutAVLTreeInOrderIterator(const TreeTy* Root) : InternalItr(Root) {
766 if (Root) operator++(); // Advance to first element
    [all...]
  /external/chromium_org/net/quic/congestion_control/
cube_root.h 15 // Calculates the cube root using a table lookup followed by one Newton-
17 static uint32 Root(uint64 a);
cube_root_test.cc 21 uint8 cube_root = CubeRoot::Root(cube);
31 uint32 cube_root = CubeRoot::Root(cube);
39 uint32 cube_root = CubeRoot::Root(cube);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
RootMatchers.java 27 import com.google.android.apps.common.testing.ui.espresso.Root;
43 * A collection of matchers for {@link Root} objects.
50 * Espresso's default {@link Root} matcher.
53 public static final Matcher<Root> DEFAULT =
64 * Matches {@link Root}s that can take window focus.
66 public static Matcher<Root> isFocusable() {
67 return new TypeSafeMatcher<Root>() {
75 public boolean matchesSafely(Root root) {
76 int flags = root.getWindowLayoutParams().get().flags
    [all...]
  /external/clang/include/clang/Rewrite/Core/
DeltaTree.h 29 void *Root; // "DeltaTreeNode *"
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 32 Record Root;
44 // the record's name plus the base suffix, but if it is the root node and
47 if (&R == &Root && !BaseSuffix.empty())
58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S)
97 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
124 if (Base == &Root)
125 OS << "LAST_" << macroName(Root.getName()) << "_RANGE(";
127 OS << macroName(Root.getName()) << "_RANGE(";
139 OS << "#ifndef ABSTRACT_" << macroName(Root.getName()) << "\n";
140 OS << "# define ABSTRACT_" << macroName(Root.getName()) << "(Type) Type\n"
    [all...]
  /frameworks/base/tools/preload/
PrintPsTree.java 38 Root root = (Root) oin.readObject(); local
40 for (Proc proc : root.processes.values()) {
Android.mk 16 Root.java \
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
NoMatchingRootException.java 26 * Indicates that a given matcher did not match any {@link Root}s (windows) from those that are
35 public static NoMatchingRootException create(Matcher<Root> rootMatcher, List<Root> roots) {
Root.java 30 * Represents a root view in the application and optionally the layout params of the window holding
33 * This class is used internally to determine which view root to run user provided matchers against
36 public final class Root {
40 private Root(Builder builder) {
73 public Root build() {
74 return new Root(this);
ViewInteractionModule.java 42 private final AtomicReference<Matcher<Root>> rootMatcher =
43 new AtomicReference<Matcher<Root>>(RootMatchers.DEFAULT);
50 AtomicReference<Matcher<Root>> provideRootMatcher() {
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
RootViewPicker.java 27 import com.google.android.apps.common.testing.ui.espresso.Root;
50 * Provides the root View of the top-most Window, with which the user can interact. View is
59 private final Provider<List<Root>> rootsOracle;
62 private final AtomicReference<Matcher<Root>> rootMatcherRef;
64 private List<Root> roots;
67 RootViewPicker(Provider<List<Root>> rootsOracle, UiController uiController,
69 AtomicReference<Matcher<Root>> rootMatcherRef) {
79 Matcher<Root> rootMatcher = rootMatcherRef.get();
81 Root root = findRoot(rootMatcher) local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 99 Root[0] := nil;<\n>
104 Root: array [0..63] of I<ASTLabelType>;
129 Root[0] := Adaptor.GetNilNode as I<ASTLabelType>;
215 <prevRuleRootRef()>.Tree := Root[0];
217 Root[0] := Adaptor.GetNilNode as I<ASTLabelType>;
222 <prevRuleRootRef()>.Tree = (<ASTLabelType>)adaptor.rulePostProcessing(root[0]);
231 <prevRuleRootRef()>.Tree := Root[0];<\n>
234 <prevRuleRootRef()>.Tree := Root[0];<\n>
323 rewriteEmptyAlt() ::= "Root[0] = null;"
325 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= <
    [all...]
ASTParser.stg 37 * child, root
60 Adaptor.AddChild(Root[0], <label>_tree);
77 Root[0] := Adaptor.BecomeRoot(<label>_tree, Root[0]) as I<ASTLabelType>;
109 // the code generator call matchSet then add root code or ruleroot code
115 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Adaptor.AddChild(Root[0], <createNodeFromToken(...)>);})>
131 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Root[0] := Adaptor.BecomeRoot(<createNodeFromToken(...)>, Root[0]) as I<ASTLabelType>;})>
139 <if(backtracking)>if (State.Backtracking = 0) then <endif>Adaptor.AddChild(Root[0], <label>.Tree);
148 <if(backtracking)>if (State.Backtracking = 0) then <endif>Root[0] := Adaptor.BecomeRoot(<label>.Tree, Root[0]) as I<ASTLabelType>
    [all...]
ASTTreeParser.stg 37 * child, root
72 /** match ^(root children) in tree parser; override here to
75 tree(root, actionsAfterRoot, children, nullableChildList,
82 Root[<treeLevel>] := Adaptor.GetNilNode as I<ASTLabelType>;<\n>
84 <root:element()>
87 <if(root.el.rule)>
88 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>.Tree;
90 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>;
107 Adaptor.AddChild(Root[<enclosingTreeLevel>], Root[<treeLevel>])
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFTrailerDictionary_autogen.cpp 11 SkPdfDictionary* SkPdfFDFTrailerDictionary::Root(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Root", "");
20 return get("Root", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFTrailerDictionary_autogen.cpp 11 SkPdfDictionary* SkPdfFDFTrailerDictionary::Root(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Root", "");
20 return get("Root", "") != NULL;
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 26 import android.provider.DocumentsContract.Root;
44 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
45 Root.COLUMN_DOCUMENT_ID, Root.COLUMN_AVAILABLE_BYTES,
72 row.add(Root.COLUMN_ROOT_ID, "local");
73 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY)
    [all...]
  /external/clang/test/CodeGenCXX/
derived-to-base-conv.cpp 46 struct Root {
52 struct Base : Root {
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 41 /// /<project-root>/src/<path>/<somefile>.cc (used as input for the tool)
42 /// /<project-root>/build/<symlink-to-src>/<path>/<somefile>.cc (stored in DB)
81 FileMatchTrieNode *Root;
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 41 import android.provider.DocumentsContract.Root;
83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
84 Root.COLUMN_TITLE, Root.COLUMN_SUMMARY, Root.COLUMN_DOCUMENT_ID,
85 Root.COLUMN_AVAILABLE_BYTES,
134 row.add(Root.COLUMN_ROOT_ID, MY_ROOT_ID);
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java 28 import android.provider.DocumentsContract.Root;
41 * Representation of a {@link Root}.
131 final RootInfo root = new RootInfo();
132 DurableUtils.readFromParcel(in, root);
133 return root;
143 final RootInfo root = new RootInfo(); local
144 root.authority = authority;
145 root.rootId = getCursorString(cursor, Root.COLUMN_ROOT_ID);
146 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS)
243 final RootInfo root = (RootInfo) o; local
    [all...]
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)),
31 if (!Root)
32 Root = ExternalCallingNode;
61 if (Root) // Found multiple external mains? Don't pick one.
62 Root = ExternalCallingNode;
64 Root = Node; // Found a main, keep track of it!
94 OS << "CallGraph Root is: ";
95 if (Function *F = Root->getFunction())
98 OS << "<<null function: 0x" << Root << ">>\n";

Completed in 1032 milliseconds

1 2 3 4 5 6 7