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

<<11121314151617181920>>

  /external/libnl/doc/
libnl.css 54 A.qindex:visited {
75 A.qindexHL:visited {
92 A.code:visited {
101 A.codeRef:visited {
335 a:visited {
  /external/clang/lib/Sema/
SemaLookup.cpp 100 llvm::SmallPtrSet<DeclContext*, 8> visited; member in class:__anon7507::UnqualUsingDirectiveSet
131 // A given context is only every visited once, so it is important
132 // that contexts be visited from the inside out in order to get
135 if (!visited.insert(DC).second)
146 if (!visited.insert(NS).second)
161 if (visited.insert(NS).second) {
    [all...]
  /build/kati/
ninja.go 34 nodeInit nodeState = iota // not visited
35 nodeVisit // visited
36 nodeFile // visited & file exists
37 nodeAlias // visited & alias for other target
38 nodeMissing // visited & no target for this output
39 nodeBuild // visited & build emitted
728 // emit phony targets for visited nodes that are
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 240 std::set<FX_DWORD> visited; local
241 return CloneInternal(bDirect, &visited);
244 std::set<FX_DWORD>* visited) const {
265 pCopy->m_Objects.Add(value->CloneInternal(bDirect, visited));
274 it.first, it.second->CloneInternal(bDirect, visited)));
288 pDict = ToDictionary(pDict->CloneInternal(bDirect, visited));
295 if (bDirect && !pdfium::ContainsKey(*visited, obj_num)) {
296 visited->insert(obj_num);
298 return pDirect ? pDirect->CloneInternal(TRUE, visited) : nullptr;
    [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 93 /// as not-to-be-visited.
97 /// this module file was last visited.
100 /// \brief The next visit number to use to mark visited module files.
  /external/llvm/include/llvm/ADT/
SCCIterator.h 159 typename DenseMap<NodeType *, unsigned>::iterator Visited =
161 if (Visited == nodeVisitNumbers.end()) {
167 unsigned childNum = Visited->second;
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 87 // If optional is unspecified it means that we have visited this value
132 /// VisitedBBs - The set of basic blocks visited thus far by instruction
216 /// called when a block is visited before all of its predecessors.
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 165 /// \brief Set of visited blocks during propagation.
168 /// \brief Set of visited edges during propagation.
818 /// If \p E has not been visited before, we copy to \p UnknownEdge
823 /// \param UnknownEdge Set if E has not been visited before.
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 62 * most recently visited code attribute.
72 * recently visited code attribute.
86 * Returns the maximum stack size of the most recently visited code attribute.
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 971 ArrayList<Node> visited = new ArrayList<Node>(mNodes.size()); local
    [all...]
  /art/compiler/optimizing/
nodes.cc 52 void HGraph::FindBackEdges(ArenaBitVector* visited) {
53 // "visited" must be empty on entry, it's an output argument for all visited (i.e. live) blocks.
54 DCHECK_EQ(visited->GetHighestBitSet(), -1);
58 // Number of successors visited from a given node, indexed by block id.
66 visited->SetBit(entry_block_->GetBlockId());
82 } else if (!visited->IsBitSet(successor_id)) {
83 visited->SetBit(successor_id);
111 void HGraph::RemoveInstructionsAsUsersFromDeadBlocks(const ArenaBitVector& visited) const {
113 if (!visited.IsBitSet(i))
    [all...]
graph_checker.h 99 // The block currently visited.
side_effects_analysis.cc 65 // Note that this works because we know all the blocks of the inner loop are visited
  /build/blueprint/
context_test.go 108 // | | A should not be visited because it's the root node.
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestFilter.java 79 // visited in the case when we are traversing the hierarchy of classes.
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 138 // they are visited at the top level as separate classes.
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 28 * A method visitor that generates a code stub for the visited method.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeVisitor.cs 51 * before/after having visited all of its children. Bottom up walk.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeVisitor.cs 53 * before/after having visited all of its children. Bottom up walk.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitor.java 43 * before/after having visited all of its children.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitor.m 74 * before/after having visited all of its children.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 46 children have been visited.
  /external/chromium-trace/catapult/dashboard/dashboard/static/
base.css 38 a:visited {
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };

Completed in 762 milliseconds

<<11121314151617181920>>