/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
project.py | 181 visited = set() 190 visited.add(cur) 193 if out_dep in visited: 196 visited.add(out_dep) 199 # Visited -> Dot
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_bvgraph.h | 113 &visited = t2; local 115 visited.clear(); 116 visited.setBit(from); 119 if (visited.setBit(idx)) 122 return targets.intersectsWith(visited);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
GridLayoutManagerBaseConfigSetTest.java | 71 int visited = 0; 72 while (visited < mAdapter.getItemCount()) { 79 visited++; 98 logPrefix + " If scroll is complete, all views should be visited", 99 visited, mAdapter.getItemCount());
|
/external/chromium-trace/catapult/third_party/html5lib-python/utils/ |
spider.py | 70 update the list of visited and unvisited URLs according to whether we 73 #Remove all links we have already visited 96 #Now we want to find the content types of the links we haven't visited
|
/external/clang/lib/Analysis/ |
CFGReachabilityAnalysis.cpp | 44 llvm::BitVector visited(analyzed.size()); 57 if (visited[block->getBlockID()]) 59 visited[block->getBlockID()] = true;
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PVisitedNetworkIDParser.java | 43 * P-Visited-Network-ID header parser. 46 * P-Visited-Network-ID = "P-Visited-Network-ID" HCOLON
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequencesReplacer.java | 52 * in the visited code. 79 * in the visited code. 109 * in the visited code.
|
/external/testng/doc/samplereport/css/ |
maven-theme.css | 18 a:visited {
28 a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
36 a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
/packages/experimental/TestBack/src/foo/bar/testback/ |
TestBackService.java | 106 private void dumpTree(AccessibilityNodeInfo root, Set<AccessibilityNodeInfo> visited) { 111 if (!visited.add(root)) { 131 dumpTree(child, visited);
|
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/static/ |
webapp2.css | 27 a:visited, 28 a:visited tt.literal span.pre { 174 div.sphinxsidebar h2 a, div.sphinxsidebar h2 a:link, div.sphinxsidebar h2 a:active, div.sphinxsidebar h2 a:visited, 175 div.sphinxsidebar h3 a, div.sphinxsidebar h3 a:link, div.sphinxsidebar h3 a:active, div.sphinxsidebar h3 a:visited, 176 div.sphinxsidebar h4 a, div.sphinxsidebar h4 a:link, div.sphinxsidebar h4 a:active, div.sphinxsidebar h4 a:visited { 256 table.indextable a:visited {
|
/bionic/libc/include/ |
ftw.h | 38 #define FTW_DP 3 /* Directory with subdirectories visited. */ 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
|
/development/ndk/platforms/android-21/include/ |
ftw.h | 38 #define FTW_DP 3 /* Directory with subdirectories visited. */ 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
FieldMatrixChangingVisitor.java | 34 * <p>This method is called once before any entry of the matrix is visited.</p> 58 * <p>This method is called once after all entries of the matrix have been visited.</p>
|
FieldMatrixPreservingVisitor.java | 34 * <p>This method is called once before any entry of the matrix is visited.</p> 57 * <p>This method is called once after all entries of the matrix have been visited.</p>
|
RealMatrixChangingVisitor.java | 33 * <p>This method is called once before any entry of the matrix is visited.</p> 57 * <p>This method is called once after all entries of the matrix have been visited.</p>
|
RealMatrixPreservingVisitor.java | 33 * <p>This method is called once before any entry of the matrix is visited.</p> 56 * <p>This method is called once after all entries of the matrix have been visited.</p>
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BlockCounter.h | 11 // the number of times a given block has been visited along a path 29 /// block has been visited along a path analyzed by CoreEngine.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
Tooltip.css | 27 a:visited { text-decoration: underline; } 29 a.header:visited { text-decoration: none; color: InfoText }
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
TypeVisitorTest.java | 97 fail("Type not visited"); 101 fail("Type not visited");
|
/external/proguard/src/proguard/optimize/info/ |
MethodInvocationMarker.java | 34 * the instructions that are visited. 99 * instructions that were visited.
|
/external/testng/doc/ |
testng.css | 122 A:visited {
140 #topmenu a:visited {
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
ftw.h | 38 #define FTW_DP 3 /* Directory with subdirectories visited. */ 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
ftw.h | 38 #define FTW_DP 3 /* Directory with subdirectories visited. */ 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
ftw.h | 38 #define FTW_DP 3 /* Directory with subdirectories visited. */ 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
ftw.h | 38 #define FTW_DP 3 /* Directory with subdirectories visited. */ 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
|