OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:visited
(Results
201 - 225
of
1387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/IR/
TypeFinder.cpp
97
// Check to see if we've already
visited
this type.
135
// Already
visited
?
156
// Already
visited
?
/external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp
77
SmallPtrSet<const Value *, 8>
Visited
;
80
Visited
.insert(P);
98
if (
Visited
.insert(Ur).second)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h
142
/* The words currently
visited
. */
166
to the index of the bit to be
visited
. Otherwise, return
203
iteration, N is set to the index of the bit being
visited
. ITER is
/art/runtime/gc/accounting/
mod_union_table_test.cc
96
// Collect
visited
objects into container.
221
// Check that we
visited
all the references in other spaces only.
225
// Verify that all the other references were
visited
.
253
// Check that we
visited
a superset after.
/art/runtime/
image-inl.h
34
// Need a read barrier as it's not
visited
during root scan.
/art/runtime/verifier/
instruction_flags.h
114
// The instruction has been
visited
and unless IsChanged() verified.
/art/test/578-bce-visit/src/
Main.java
20
* block would be
visited
again, then static length based bce would incorrectly
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
ClassStubber.java
28
* A class visitor that generates stubs for all methods of the
visited
class.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs
46
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs
48
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitorAction.java
38
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeVisitorAction.h
46
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeVisitorAction.h
46
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeVisitorAction.h
46
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitorAction.h
46
*
visited
if using TreeVisitor.visit().
ANTLRTreeVisitorAction.m
52
*
visited
if using TreeVisitor.visit().
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java
44
*
visited
to track infinite recursion.
84
* The visitedStates tracks
visited
states within a single rule so
113
System.out.println("already
visited
"+refRuleDef+", calling from "+
121
// must visit if not already
visited
; send new visitedStates set
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java
58
* @param func The function currently being
visited
.
/external/bzip2/
bzip.css
13
a, a:link, a:
visited
, a:active { color: #336699; }
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py
494
visited
, stack = set([start]), deque([start])
510
if tail not in
visited
:
511
visited
.add(tail)
521
visited
, stack = set([start]), deque([start])
543
if tail not in
visited
:
544
visited
.add(tail)
553
queue,
visited
= deque([(start, 0)]), set([start])
570
if tail not in
visited
:
571
visited
.add(tail)
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css
43
a:
visited
:hover { background-color: #bbeeff; }
44
a:
visited
{ color: #551a8b; }
129
.productions a:
visited
:hover { background-color: #99ccff; }
130
.productions a:
visited
{ color: #551a8b; }
/external/clang/include/clang/AST/
ParentMap.h
29
///
visited
and updated or inserted but not the parents of S.
/external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletModuleTargetVisitor.java
28
* {@link ServletModule} will be
visited
through this interface.
/external/llvm/lib/CodeGen/
ScheduleDAG.cpp
501
Visited
.resize(DAGSize);
526
Visited
.reset();
530
Shift(
Visited
, LowerBound, UpperBound);
553
Visited
.set(SU->NodeNum);
564
if (!
Visited
.test(s) && Node2Index[s] < UpperBound) {
573
void ScheduleDAGTopologicalSort::Shift(BitVector&
Visited
, int LowerBound,
582
if (
Visited
.test(w)) {
584
Visited
.reset(w);
624
Visited
.reset();
/external/mockito/cglib-and-asm/src/org/mockito/asm/
FieldVisitor.java
61
* attributes of the field have been
visited
.
Completed in 859 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>