HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 126 - 150 of 1387) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/unittests/ADT/
StringMapTest.cpp 162 bool visited[100]; local
169 visited[i] = false;
178 visited[it->second] = true;
181 // Ensure every number was visited.
183 ASSERT_TRUE(visited[i]) << "Entry #" << i << " was never visited";
  /external/llvm/include/llvm/Analysis/
DemandedBits.h 65 // The set of visited instructions (non-integer-typed only).
66 SmallPtrSet<Instruction*, 128> Visited;
DominanceFrontierImpl.h 159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
195 if (visited.count(childBB) == 0) {
202 // If all children are visited or there is any child then pop this block
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
AnnotationVisitor.java 73 * fully visited before calling other methods on this annotation
88 * visitor are ignored. <i>All the array values must be visited
  /external/proguard/src/proguard/classfile/visitor/
MethodImplementationTraveler.java 28 * travel to all concrete and abstract implementations of the visited methods
47 * visited methods.
SimilarMemberVisitor.java 27 * visit all members that have the same name and type as the visited methods
46 * the visited class members.
  /external/skia/tests/
PDFPrimitivesTest.cpp 367 DummyImageFilter(bool visited = false) : SkImageFilter(0, nullptr), fVisited(visited) {}
378 bool visited() const { return fVisited; } function in class:__anon23180::DummyImageFilter
386 bool visited = buffer.readBool(); local
387 return new DummyImageFilter(visited);
409 REPORTER_ASSERT(reporter, !filter->visited());
415 // Filter was used in rendering; should be visited.
416 REPORTER_ASSERT(reporter, filter->visited());
  /external/valgrind/coregrind/
m_sparsewa.c 376 LevelN* visited[_3_or_7]; local
390 visited[nVisited] = levelN;
418 vg_assert(visited[nVisited]->child[ visitedIx[nVisited] ]);
419 visited[nVisited]->child[ visitedIx[nVisited] ] = NULL;
420 visited[nVisited]->nInUse--;
421 vg_assert(visited[nVisited]->nInUse >= 0);
422 if (visited[nVisited]->nInUse > 0)
424 swa->dealloc(visited[nVisited]);
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
visitor.py 25 child nodes are visited during a preorder walk. (It can't control
66 """Prints examples of the nodes that aren't visited
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
visitor.py 25 child nodes are visited during a preorder walk. (It can't control
66 """Prints examples of the nodes that aren't visited
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
visitor.py 25 child nodes are visited during a preorder walk. (It can't control
66 """Prints examples of the nodes that aren't visited
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
visitor.py 25 child nodes are visited during a preorder walk. (It can't control
66 """Prints examples of the nodes that aren't visited
  /docs/source.android.com/src/compatibility/5.1/
android-cdd.css 11 a:visited {
57 #cover a:visited,
271 #toc a:visited,
278 #toc p.toc_h1 a:visited,
  /docs/source.android.com/src/compatibility/source/
android-cdd.css 11 a:visited {
57 #cover a:visited,
271 #toc a:visited,
278 #toc p.toc_h1 a:visited,
  /external/chromium-trace/catapult/third_party/Paste/docs/web/
style.css 16 a:visited {
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_treeadapters.py 40 assert expected == handler.visited
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky_impl.h 64 tags[k] = k; /* mark node k as visited */
78 tags[i] = k; /* mark i as visited */
127 tags[k] = k; // mark node k as visited
139 tags[i] = k; /* mark i as visited */
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDList.java 36 * List of P-Visited-Network-ID headers.
  /external/proguard/src/proguard/
GetAnnotationChecker.java 29 * This constant visitor checks whether visited method references try to
GetEnclosingClassChecker.java 29 * This constant visitor checks whether visited method references try to
GetEnclosingMethodChecker.java 29 * This constant visitor checks whether visited method references try to
GetSignatureChecker.java 29 * This constant visitor checks whether visited method references try to
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotatedClassVisitor.java 31 * The latter visits the class of each visited annotation, although
AnnotationToMemberVisitor.java 31 * The latter visits the class member of each visited class member annotation
  /external/proguard/src/proguard/classfile/constant/visitor/
ExceptClassConstantFilter.java 43 * @param exceptClassName the name of the class that will not be visited.

Completed in 1270 milliseconds

1 2 3 4 56 7 8 91011>>