/third_party/libabigail/src/ |
D | abg-traverse.cc | 28 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
|
D | abg-ir.cc | 8077 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/ |
D | CallDAG.cpp | 90 : 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/ |
D | print_so_deps.py | 37 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/ |
D | abg-traverse.h | 47 bool visiting() const; 49 void visiting(bool f);
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | common.py | 618 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/ |
D | common.py | 619 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/ |
D | README.md | 48 At the same time, visiting http(s)://127.0.0.1:7681 in a browser works fine.
|
/third_party/skia/site/docs/dev/tools/ |
D | markdown.md | 15 page will render by visiting the skia.org site and add a query parameter `cl`
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.1.1.rst | 122 - spirv: fix visiting inner loops with same break/continue block
|
D | 18.0.5.rst | 126 - spirv: fix visiting inner loops with same break/continue block
|
D | 21.2.2.rst | 95 - nir: Avoid visiting instructions multiple times in nir_instr_free_and_dce.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | WritingShaderASTTransformations.md | 16 **TIntermTraverser**: This traverses the tree recursively, visiting all nodes. Override the visit* …
|
/third_party/python/Doc/library/ |
D | pydoc.rst | 68 that will serve documentation to visiting web browsers. :program:`pydoc -p 1234`
|
D | stat.rst | 124 print('visiting', file)
|
/third_party/libwebsockets/READMEs/ |
D | README.http-fallback.md | 168 visiting `https://libwebsockets.org` on port 443 as usual, but also trying
|
/third_party/ffmpeg/doc/ |
D | fate.texi | 25 by visiting this website:
|
/third_party/node/deps/v8/tools/ |
D | profile.mjs | 1098 * prior to visiting node's children. 1100 * after visiting node's children.
|
/third_party/libinput/doc/user/ |
D | contributing.rst | 196 - Verify that the CI completes successfully by visiting the merge request
|
/third_party/node/deps/v8/src/builtins/ |
D | array-join.tq | 451 // JoinStackPop when visiting and leaving a receiver, respectively.
|
/third_party/node/deps/v8/ |
D | BUILD.bazel | 1483 "src/heap/objects-visiting-inl.h", 1484 "src/heap/objects-visiting.cc", 1485 "src/heap/objects-visiting.h",
|
D | BUILD.gn | 3042 "src/heap/objects-visiting-inl.h", 3043 "src/heap/objects-visiting.h", 4272 "src/heap/objects-visiting.cc",
|
/third_party/python/Doc/howto/ |
D | functional.rst | 516 square of an NxN chessboard without visiting any square twice).
|
/third_party/tzdata/ |
D | africa | 839 # traditional visiting of family, big lunches/dinners, etc.). So for this
|
/third_party/python/Doc/ |
D | glossary.rst | 264 visiting items in order of memory address. However, in
|