Searched refs:traversed (Results 1 – 25 of 54) sorted by relevance
123
/third_party/openssl/util/ |
D | openssl-update-copyright | 32 files or directories. (Directories are traversed recursively.)
|
/third_party/flutter/flutter/examples/catalog/lib/ |
D | custom_a11y_traversal.dart | 9 /// column of rows but, in accessibility mode, are traversed in a custom order. 229 // An ordinal of "0.0" means that it will be traversed before column 1. 274 // an ordinal of "5.0" means that it will be traversed after column 4. 311 widgets are traversed in a custom order from one column to the next, starting
|
/third_party/grpc/examples/protos/ |
D | route_guide.proto | 44 // Accepts a stream of Points on a route being traversed, returning a 50 // Accepts a stream of RouteNotes sent while a route is being traversed,
|
/third_party/boost/libs/iterator/doc/ |
D | filter_iterator_abstract.rst | 14 sequence to be traversed.
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
D | README.md | 48 … traversing child elements, and `post` will be called after all child elements have been traversed.
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | AssociativeSequence.rst | 13 order in which sequence elements are traversed during iteration is left
|
/third_party/boost/libs/graph_parallel/doc/ |
D | betweenness_centrality.rst | 198 the ``outgoing`` map is constructed it is traversed in dependency 201 DAG is again traversed in dependency order from the source to
|
D | tsin_depth_first_visit.rst | 116 keep track of the next edge that should be traversed from each
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | actions.qbk | 37 how the Phoenix AST will be traversed.
|
/third_party/boost/libs/geometry/doc/index/rtree/ |
D | introduction.qbk | 29 …s better and produces less overlapping nodes. In the searching process less nodes must be traversed
|
/third_party/boost/libs/algorithm/doc/ |
D | is_palindrome.qbk | 13 …returns true if the sequence is a palindrome; i.e, it is identical when traversed either backwards…
|
/third_party/flutter/flutter/examples/flutter_gallery/test/ |
D | live_smoketest.dart | 43 // There are 3 places where the Gallery demos are traversed.
|
D | smoke_test.dart | 21 // There are 3 places where the Gallery demos are traversed.
|
/third_party/python/Doc/c-api/ |
D | refcounting.rst | 110 count of an object that might be traversed during garbage collection.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 53 // sequence of states traversed to accept that input.
|
/third_party/python/Doc/library/ |
D | xml.dom.pulldom.rst | 69 is implicitly traversed and the desired elements are found regardless of their
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | focus_manager.dart | 142 /// sub-trees of nodes that can be traversed as a group. Within a scope, the 146 /// The focus node hierarchy can be traversed using the [parent], [children], 385 /// not traversed, allowing them to receive key events as part of the focus 386 /// chain, but not be traversed to via focus traversal. 408 /// allows the node to be focused, just not traversed to via the 461 /// An iterator over the children that are allowed to be traversed by the 874 /// of nodes that can be traversed as a group. Within a scope, the most recent
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | filter_iterator.qbk | 12 sequence to be traversed.
|
/third_party/flutter/flutter/examples/flutter_gallery/test_driver/ |
D | transitions_perf_test.dart | 38 // There are 3 places where the Gallery demos are traversed.
|
/third_party/flatbuffers/docs/source/ |
D | WhitePaper.md | 43 traversed in-place just like any pointer-based data structure. Unlike
|
/third_party/boost/libs/geometry/doc/index/ |
D | introduction.qbk | 39 …s better and produces less overlapping nodes. In the searching process less nodes must be traversed
|
/third_party/boost/libs/asio/doc/overview/ |
D | buffers.qbk | 92 traversed as though they were a contiguous sequence of bytes. Helper functions
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | Index.md | 56 …ttps://en.wikipedia.org/wiki/Abstract_syntax_tree) (AST), which is then traversed to output assemb…
|
/third_party/icu/tools/colprobe/ |
D | sortedlines.cpp | 1935 int32_t traversed = 0; in reduceDifference() local 1948 traversed++; in reduceDifference() 1950 if(removed < traversed) { in reduceDifference()
|
/third_party/json/.github/ |
D | CONTRIBUTING.md | 61 …ot preserve insertion order of name/value pairs. (In fact, keys will be traversed in alphabetical …
|
123