Searched refs:visited (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRecordInput.java25 private VisitedObjects visited; field in class:RecordInput
52 visited = other.visited;
62 visited = other.visited;
104 /* For a negative format ID, lookup an already visited instance. */
107 if (visited != null) {
108 o = visited.getObject(offset);
115 /* Return a previously visited object. */
144 if (visited
[all...]
H A DRecordOutput.java25 private VisitedObjects visited; field in class:RecordOutput
49 * For an already visited instance, output a reference to it. The
50 * reference is the negation of the visited offset minus one.
52 if (visited != null) {
53 int offset = visited.getOffset(o);
88 * Remember that we visited this instance. Certain formats
92 if (visited == null) {
93 visited = new VisitedObjects();
97 int visitedIndex = visited.add(o, prohibitNestedRefs ?
107 visited
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DPath.cpp248 v_t visited; local
259 visited.push_back(path::filename(i->path()));
261 v_t::const_iterator a0 = std::find(visited.begin(), visited.end(), "a0");
262 v_t::const_iterator aa1 = std::find(visited.begin(), visited.end(), "aa1");
263 v_t::const_iterator ab1 = std::find(visited.begin(), visited.end(), "ab1");
264 v_t::const_iterator dontlookhere = std::find(visited.begin(), visited
[all...]
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/link-icons/
H A Dscreen.css18 a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited,
30 a[href^="http:"]:visited { background-image: url(icons/visited.png); }
/macosx-10.9.5/tidy-15.12/tidy/htmldoc/
H A Dtidy.css2 td.dummy, font.dummy, .dummy, a:link.dummy, a:visited.dummy, a:active.dummy
20 td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
30 td.text, font.text, .text, a:link.text, a:visited.text, a:active.text
40 td.textbold, font.textbold, .textbold, a:link.textbold, a:visited.textbold, a:active.textbold
50 td.textboldlink, font.textboldlink, .textboldlink, a:link.textboldlink, a:visited.textboldlink, a:active.textboldlink
59 td.smtext, font.smtext, .smtext, a:link.smtext, a:visited.smtext, a:active.smtext
69 td.smtextbold, font.smtextbold, .smtextbold, a:link.smtextbold, a:visited.smtextbold, a:active.smtextbold
79 td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
90 td.subtitle, font.subtitle, .subtitle, a:link.subtitle, a:visited.subtitle, a:active.subtitle
100 td.legal, font.legal, .legal, a:link.legal, a:visited
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp218 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, argument
231 unsigned oldSize = visited.size();
232 visited.insert(N);
233 if (visited.size() != oldSize) {
238 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
252 DenseSet<SDNode *> visited; local
254 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
257 setSubgraphColorHelper(N, "blue", visited, 0, printed);
259 setSubgraphColorHelper(N, "green", visited, 0, printed);
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/
H A Dprint.css29 a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
30 a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Dprint.css66 a:link, a:visited {
72 a:link:after, a:visited:after {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DDominanceFrontier.cpp47 SmallPtrSet<BasicBlock *, 32> visited; local
63 if (visited.count(currentBB) == 0) {
64 visited.insert(currentBB);
83 if (visited.count(childBB) == 0) {
90 // If all children are visited or there is any child then pop this block
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A Ddirhardlink.c1154 /* Store information about visited directory inodes such that we do not
1164 /* Add the given dirinode_id to the list of visited nodes. If all the slots
1165 * in visited list are used, wrap around and add the new ID.
1167 static void mark_dirinode_visited(uint32_t dirinode_id, struct visited_dirinode *visited) argument
1169 if (visited->list == NULL) {
1173 if (visited->offset >= visited->size) {
1174 visited->offset = 0;
1175 visited->wrapped = true;
1177 visited
1182 is_dirinode_visited(uint32_t dirinode_id, struct visited_dirinode *visited) argument
1241 struct visited_dirinode visited; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestdbm.c33 int visited; member in struct:__anon6205
150 ABTS_INT_EQUAL(tc, 0, table[i].visited);
151 table[i].visited++;
161 ABTS_INT_EQUAL(tc, 1, table[i].visited);
162 table[i].visited = 0;
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestdbm.c33 int visited; member in struct:__anon6317
150 ABTS_INT_EQUAL(tc, 0, table[i].visited);
151 table[i].visited++;
161 ABTS_INT_EQUAL(tc, 1, table[i].visited);
162 table[i].visited = 0;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dknightstour.rb45 valid_moves(square).find_all{|pos| ! @visited.include?(pos)}.length
54 unless @visited.include?(pos)
83 @log.insert(:end, "#{@visited.length}. #{_N last} -> #{_N square}\n", '')
88 @visited << square
93 if @visited.length == 64
108 @visited.clear
183 @visited = []
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dknightstour.rb47 valid_moves(square).find_all{|pos| ! @visited.include?(pos)}.length
56 unless @visited.include?(pos)
85 @log.insert(:end, "#{@visited.length}. #{_N last} -> #{_N square}\n", '')
90 @visited << square
95 if @visited.length == 64
110 @visited.clear
185 @visited = []
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dknightstour.tcl41 variable visited
44 if {[lsearch -exact -integer $visited $test] == -1} {
54 variable visited
58 if {[lsearch -exact -integer $visited $testSquare] == -1} {
88 variable visited
91 $dlg.f.txt insert end "[llength $visited]. [N $last] .. [N $square]\n" {}
96 lappend visited $square
102 if {[llength $visited] == 64} {
121 variable visited {}
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DStringMapTest.cpp161 bool visited[100]; local
168 visited[i] = false;
177 visited[it->second] = true;
180 // Ensure every number was visited.
182 ASSERT_TRUE(visited[i]) << "Entry #" << i << " was never visited";
H A DDenseMapTest.cpp259 bool visited[100]; local
264 visited[i] = false;
273 visited[visitedIndex[it->first]] = true;
275 // Ensure every number was visited.
277 ASSERT_TRUE(visited[i]) << "Entry #" << i << " was never visited";
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DFiltered.pm58 be a filter callback function. As objects are visited the
71 a context object and reference to the object currently visited. The return
81 processing and formatting of the visited object happens.
88 object is currently visited and where it's located. The context object has the
166 dump the given value instead of the one visited and passed in as $object.
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DFiltered.pm60 be a filter callback function. As objects are visited the
73 a context object and reference to the object currently visited. The return
83 processing and formatting of the visited object happens.
90 object is currently visited and where it's located. The context object has the
173 dump the given value instead of the one visited and passed in as $object.
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DCSS.pm72 .menubar A:link, .menubar A:visited {
82 A:link, A:visited {
130 TH A:link, TH A:visited {
278 A.m:link, A.m:visited {
285 A.o:link, A.o:visited {
359 .chmenu A:link, .chmenu A:visited {
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DCSS.pm72 .menubar A:link, .menubar A:visited {
82 A:link, A:visited {
130 TH A:link, TH A:visited {
278 A.m:link, A.m:visited {
285 A.o:link, A.o:visited {
359 .chmenu A:link, .chmenu A:visited {
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzip.css13 a, a:link, a:visited, a:active { color: #336699; }
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl808 array set visited {}
811 if {[info exists visited($s)]} continue
812 set visited($s) .
855 array set visited {}
858 if {[info exists visited($s)]} continue
859 set visited($s) .
861 # All predecessors are useful, and have to be visited as well.
867 if {[info exists visited($before)]} continue
896 # visited array to weed out all the states already processed.
907 array set visited {}
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph1.tcl1863 # search. Pre-order DFS is the default. At each node that is visited,
1972 array set visited {}
1987 set visited($node) .
1998 if {[info exists visited($nextnode)]} {
1999 # Skip nodes already visited
2011 if {[info exists visited($node)]} {
2023 set visited($node) .
2031 if {[info exists visited($nextnode)]} {
2032 # Skip nodes already visited
2045 if {[info exists visited(
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp474 void llvm::dumpInstRec(Value *v, std::set<Instruction *> *visited) { argument
477 if (visited->find(I) != visited->end())
480 visited->insert(I);
483 dumpInstRec(I->getOperand(i), visited);
491 std::set<Instruction *> visited; local
495 dumpInstRec(v, &visited);

Completed in 475 milliseconds

1234