/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 509 void visitAll(const SCEV *Root) { 510 push(Root); 552 void visitAll(const SCEV *Root, SV& Visitor) { 554 T.visitAll(Root);
|
CallGraph.h | 44 /// The CallGraph class also attempts to figure out what the root of the 84 /// \brief Root is root of the call graph, or the external node if a 'main' 86 CallGraphNode *Root;
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
Metrics.java | 74 // root that is not explicitly recognized by the Metrics code (see {@link 107 public @interface Root {} 350 * Logs a root visited event. Call this when the user clicks on a root in the RootsFragment. 658 * Generates an integer identifying the given root. For privacy, this function only recognizes a 662 private static @Root int sanitizeRoot(Uri uri) { 695 private static @Root int sanitizeRoot(RootInfo root) { 696 if (root.isRecents()) { 697 // Recents root is special and only identifiable via this method call. Other roots ar [all...] |
RecentsProvider.java | 36 import android.provider.DocumentsContract.Root; 87 public static final String ROOT_ID = Root.COLUMN_ROOT_ID; 90 @Deprecated // mode is tracked in local preferences now...by root only 323 if (stack.root != null && predicate.apply(stack.root.authority)) { 357 if (stack.root != null && predicate.apply(stack.root.authority)) {
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/ |
PopupMenuTest.java | 31 import android.support.test.espresso.Root; 233 * Returns a root matcher that matches roots that have window focus on their decor view. 235 private static Matcher<Root> hasWindowFocus() { 236 return new TypeSafeMatcher<Root>() { 243 public boolean matchesSafely(Root root) { 244 View rootView = root.getDecorView(); 316 // view root if the popup is not modal. 426 // logic based on decor view, Espresso will time out on waiting for the first root 428 // two root conditions to detect the submenu - one with decor view not being the sam [all...] |
/external/clang/include/clang/Lex/ |
HeaderSearch.h | 514 /// \param Root The "root" directory, at which we should stop looking for 519 bool hasModuleMap(StringRef Filename, const DirectoryEntry *Root, 568 const DirectoryEntry *Root,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 60 RSSFeedPublisherTask.UsingCVSRoot=Using CVS Root:
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
Mapper.java | 26 import android.provider.DocumentsContract.Root; 85 * Puts root information to database. 88 * @param roots List of root information. 186 * @param parentDocumentId Parent document ID or NULL for root documents. 232 * @param rootExtraValuesList Values for root extra to be stored in the database. 283 rootExtraValues.put(Root.COLUMN_ROOT_ID, rowId); 314 * @param parentId Parent document ID or null for root documents.
|
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | [all...] |
/system/core/libmemunreachable/ |
MemUnreachable.cpp | 105 heap_walker_.Root(it->begin, it->end); 112 heap_walker_.Root(thread_it->stack.first, it->end); 115 heap_walker_.Root(thread_it->regs);
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
DocumentsProviderHelper.java | 38 import android.provider.DocumentsContract.Root; 75 if (documentId.equals(getCursorString(cursor, Root.COLUMN_ROOT_ID))) { 79 throw new IllegalArgumentException("Can't find matching root for id=" + documentId); 81 throw new RuntimeException("Can't load root for id=" + documentId , e); 105 public Uri createDocument(RootInfo root, String mimeType, String name) { 106 return createDocument(root.documentId, mimeType, name); 133 public Uri createFolder(RootInfo root, String name) { 134 return createDocument(root, Document.MIME_TYPE_DIR, name); 164 public void assertChildCount(RootInfo root, int expected) throws Exception { 165 assertChildCount(root.documentId, expected) [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.h | 144 /// for an instruction chain ending in <Root>. All potential patterns are 147 MachineInstr &Root,
|
/external/pdfium/xfa/src/fdp/include/ |
fde_xml.h | 62 Root = 0,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 10 # Root directory for WinPcap developer's pack 14 # Root directory for OpenSSL
|
/external/llvm/lib/Transforms/Scalar/ |
GVN.cpp | 733 bool propagateEquality(Value *LHS, Value *RHS, const BasicBlockEdge &Root, [all...] |
LoopRerollPass.cpp | 75 // rooted at the induction variable (excepting the sub-DAGs which root the 81 // %iv.1 = add %iv, 1 <-- a root increment 83 // %iv.2 = add %iv, 2 <-- a root increment 85 // %iv.scale_m_1 = add %iv, scale-1 <-- a root increment 386 void collectInLoopUserSet(Instruction *Root, 560 // Collect the set of all users of the provided root instruction. This set of 561 // users contains not only the direct users of the root instruction, but also 566 // including root increments in the use set of the primary IV. 573 Instruction *Root, const SmallInstructionSet &Exclude, 576 SmallInstructionVector Queue(1, Root); [all...] |
TailRecursionElimination.cpp | 175 // Start at a root value and walk its use-def chain to mark calls that use the 178 void walk(Value *Root) { 190 AddUsesToWorklist(Root); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 659 // Make sure the root of the DAG is up-to-date. [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/clang/utils/analyzer/ |
SATestBuild.py | 320 (Root, Ext) = os.path.splitext(FileName) 326 (Root, Ext) = os.path.splitext(FileName)
|
/frameworks/base/core/java/android/provider/ |
DocumentsContract.java | 74 // content://com.example/root/ 75 // content://com.example/root/sdcard/ 76 // content://com.example/root/sdcard/recent/ 77 // content://com.example/root/sdcard/search/?query=pony 402 * Constants related to a root of documents, including {@link Cursor} column 403 * names and flags. A root is the start of a tree of documents, such as a 404 * physical storage device, or an account. Each root starts at the directory 405 * referenced by {@link Root#COLUMN_DOCUMENT_ID}, which can recursively 410 public final static class Root { 411 private Root() { [all...] |
DocumentsProvider.java | 54 import android.provider.DocumentsContract.Root; 121 * All documents are surfaced through one or more "roots." Each root represents 122 * the top of a document tree that a user can navigate. For example, a root 124 * documents, each root can have capabilities expressed through 125 * {@link Root#COLUMN_FLAGS}. 156 mMatcher.addURI(mAuthority, "root", MATCH_ROOTS); 157 mMatcher.addURI(mAuthority, "root/*", MATCH_ROOT); 158 mMatcher.addURI(mAuthority, "root/*/recent", MATCH_RECENT); 159 mMatcher.addURI(mAuthority, "root/*/search", MATCH_SEARCH); 189 * @see DocumentsContract.Root#FLAG_SUPPORTS_IS_CHIL [all...] |
/external/clang/include/clang/Basic/ |
VirtualFileSystem.h | 274 std::unique_ptr<detail::InMemoryDirectory> Root;
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
writertest.cpp | 48 TEST(Writer, Root) {
|