Home
last modified time | relevance | path

Searched refs:visiting (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libabigail/src/
Dabg-traverse.cc28 priv(bool visiting = false) in priv()
29 : visiting_(visiting) in priv()
48 traversable_base::visiting() const in visiting() function in abigail::ir::traversable_base
61 traversable_base::visiting(bool f) in visiting() function in abigail::ir::traversable_base
Dabg-ir.cc8077 if (visiting()) in traverse()
8082 visiting(true); in traverse()
8089 visiting(false); in traverse()
15434 if (visiting()) in traverse()
15442 visiting(true); in traverse()
15449 visiting(false); in traverse()
15572 if (visiting()) in traverse()
15577 visiting(true); in traverse()
15589 visiting(false); in traverse()
15938 if (visiting()) in traverse()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp90 : definitionNode(nullptr), name(""), index(0), indexAssigned(false), visiting(false) in CreatorFunctionData()
98 bool visiting; member
180 if (function->visiting) in assignIndicesInternal()
182 function->visiting = false; in assignIndicesInternal()
204 function->visiting = true; in assignIndicesInternal()
212 if (callee->visiting) in assignIndicesInternal()
232 if (function->visiting) in assignIndicesInternal()
/third_party/musl/scripts/
Dprint_so_deps.py37 self.visiting = []
152 self.visiting.append(so_name)
154 while len(self.visiting) > 0:
155 cur = self.visiting.pop(0)
167 self.visiting.extend(deps)
/third_party/libabigail/include/
Dabg-traverse.h47 bool visiting() const;
49 void visiting(bool f);
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py618 visiting = set()
622 if node in visiting:
623 raise CycleError(visiting)
627 visiting.add(node)
630 visiting.remove(node)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py619 visiting = set()
623 if node in visiting:
624 raise CycleError(visiting)
628 visiting.add(node)
631 visiting.remove(node)
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-proxy-fallback/
DREADME.md48 At the same time, visiting http(s)://127.0.0.1:7681 in a browser works fine.
/third_party/skia/site/docs/dev/tools/
Dmarkdown.md15 page will render by visiting the skia.org site and add a query parameter `cl`
/third_party/mesa3d/docs/relnotes/
D18.1.1.rst122 - spirv: fix visiting inner loops with same break/continue block
D18.0.5.rst126 - spirv: fix visiting inner loops with same break/continue block
D21.2.2.rst95 - nir: Avoid visiting instructions multiple times in nir_instr_free_and_dce.
/third_party/skia/third_party/externals/angle2/doc/
DWritingShaderASTTransformations.md16 **TIntermTraverser**: This traverses the tree recursively, visiting all nodes. Override the visit* …
/third_party/python/Doc/library/
Dpydoc.rst68 that will serve documentation to visiting web browsers. :program:`pydoc -p 1234`
Dstat.rst124 print('visiting', file)
/third_party/libwebsockets/READMEs/
DREADME.http-fallback.md168 visiting `https://libwebsockets.org` on port 443 as usual, but also trying
/third_party/ffmpeg/doc/
Dfate.texi25 by visiting this website:
/third_party/node/deps/v8/tools/
Dprofile.mjs1098 * prior to visiting node's children.
1100 * after visiting node's children.
/third_party/libinput/doc/user/
Dcontributing.rst196 - Verify that the CI completes successfully by visiting the merge request
/third_party/node/deps/v8/src/builtins/
Darray-join.tq451 // JoinStackPop when visiting and leaving a receiver, respectively.
/third_party/node/deps/v8/
DBUILD.bazel1483 "src/heap/objects-visiting-inl.h",
1484 "src/heap/objects-visiting.cc",
1485 "src/heap/objects-visiting.h",
DBUILD.gn3042 "src/heap/objects-visiting-inl.h",
3043 "src/heap/objects-visiting.h",
4272 "src/heap/objects-visiting.cc",
/third_party/python/Doc/howto/
Dfunctional.rst516 square of an NxN chessboard without visiting any square twice).
/third_party/tzdata/
Dafrica839 # traditional visiting of family, big lunches/dinners, etc.). So for this
/third_party/python/Doc/
Dglossary.rst264 visiting items in order of memory address. However, in

12