OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:visited
(Results
501 - 525
of
1130
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp
121
// Break the recursion if this BasicBlock was already
visited
.
308
// This block is
visited
, mark this before the recursion.
/external/llvm/lib/CodeGen/
LiveRangeCalc.cpp
76
// MI is reading Reg. We may have
visited
MI before if it happens to be
186
// Using Seen as a
visited
set, perform a BFS for all reaching defs.
MachineTraceMetrics.cpp
418
SmallPtrSet<const MachineBasicBlock*, 8>
Visited
;
438
// Skip already
visited
To blocks.
453
// To is a new block. Mark the block as
visited
in case the CFG has cycles
455
return LB.
Visited
.insert(To);
469
Bounds.
Visited
.clear();
475
// All the predecessors have been
visited
, pick the preferred one.
489
Bounds.
Visited
.clear();
495
// All the successors have been
visited
, pick the preferred one.
[
all
...]
/external/proguard/src/proguard/optimize/peephole/
ClassMerger.java
66
* @param targetClass the class into which all
visited
85
* @param targetClass the class into which all
visited
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
271
// recurs uncaching recently
visited
states as well. If still
314
static const uint32 kCacheRecent = 0x0004; // Mark as
visited
since GC
/frameworks/base/docs/html/about/dashboards/
index.jd
37
with Android 2.2 and higher. Each snapshot of data represents all the devices that
visited
the
71
<em>checked in</em> to Google servers (not those that actually
visited
Google Play Store).
/packages/apps/Browser/res/values/
strings.xml
31
<!-- Name of tab containing the user's most
visited
websites, organized by number of visits -->
32
<string name="tab_most_visited">Most
visited
</string>
158
<!-- Menu item to remove the currently highlighted history entry from the list of previously
visited
sites -->
211
<!-- Menu item to display the History of previously
visited
pages -->
333
<!-- Setting choice to set the homepage to the "Most
Visited
" homepage feature, which is a list of most
visited
sites [CHAR LIMIT=40] -->
334
<item>Most
visited
sites</item>
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
cssquery-dojo.html
639
<td class="pattern">E:link<br>E:
visited
</td>
641
which the target is not yet
visited
(:link) or already
visited
642
(:
visited
)</td>
[
all
...]
cssquery-jquery.html
638
<td class="pattern">E:link<br>E:
visited
</td>
640
which the target is not yet
visited
(:link) or already
visited
641
(:
visited
)</td>
[
all
...]
cssquery-prototype.html
638
<td class="pattern">E:link<br>E:
visited
</td>
640
which the target is not yet
visited
(:link) or already
visited
641
(:
visited
)</td>
[
all
...]
dom-attr.html
519
<td class="pattern">E:link<br>E:
visited
</td>
521
which the target is not yet
visited
(:link) or already
visited
522
(:
visited
)</td>
[
all
...]
dom-modify.html
549
<td class="pattern">E:link<br>E:
visited
</td>
551
which the target is not yet
visited
(:link) or already
visited
552
(:
visited
)</td>
[
all
...]
dom-query.html
576
<td class="pattern">E:link<br>E:
visited
</td>
578
which the target is not yet
visited
(:link) or already
visited
579
(:
visited
)</td>
[
all
...]
dom-traverse.html
548
<td class="pattern">E:link<br>E:
visited
</td>
550
which the target is not yet
visited
(:link) or already
visited
551
(:
visited
)</td>
[
all
...]
jslib-attr-jquery.html
525
<td class="pattern">E:link<br>E:
visited
</td>
527
which the target is not yet
visited
(:link) or already
visited
528
(:
visited
)</td>
[
all
...]
jslib-attr-prototype.html
525
<td class="pattern">E:link<br>E:
visited
</td>
527
which the target is not yet
visited
(:link) or already
visited
528
(:
visited
)</td>
[
all
...]
jslib-event-jquery.html
512
<td class="pattern">E:link<br>E:
visited
</td>
514
which the target is not yet
visited
(:link) or already
visited
515
(:
visited
)</td>
[
all
...]
jslib-event-prototype.html
512
<td class="pattern">E:link<br>E:
visited
</td>
514
which the target is not yet
visited
(:link) or already
visited
515
(:
visited
)</td>
[
all
...]
jslib-modify-jquery.html
536
<td class="pattern">E:link<br>E:
visited
</td>
538
which the target is not yet
visited
(:link) or already
visited
539
(:
visited
)</td>
[
all
...]
jslib-modify-prototype.html
536
<td class="pattern">E:link<br>E:
visited
</td>
538
which the target is not yet
visited
(:link) or already
visited
539
(:
visited
)</td>
[
all
...]
jslib-style-jquery.html
534
<td class="pattern">E:link<br>E:
visited
</td>
536
which the target is not yet
visited
(:link) or already
visited
537
(:
visited
)</td>
[
all
...]
jslib-style-prototype.html
535
<td class="pattern">E:link<br>E:
visited
</td>
537
which the target is not yet
visited
(:link) or already
visited
538
(:
visited
)</td>
[
all
...]
jslib-traverse-jquery.html
536
<td class="pattern">E:link<br>E:
visited
</td>
538
which the target is not yet
visited
(:link) or already
visited
539
(:
visited
)</td>
[
all
...]
jslib-traverse-prototype.html
536
<td class="pattern">E:link<br>E:
visited
</td>
538
which the target is not yet
visited
(:link) or already
visited
539
(:
visited
)</td>
[
all
...]
/build/core/
product.mk
120
# 3. Records that we've
visited
this node, in ALL_PRODUCTS
Completed in 542 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>