Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_navigator.cc122 CordRepBtree* subtree = CordRepBtree::New(Substring(edge, edge_offset)); in Read() local
129 subtree->set_end(subtree_end); in Read()
130 if (length == 0) return {subtree, 0}; in Read()
131 CordRep::Unref(subtree); in Read()
135 subtree->set_end(subtree_end); in Read()
136 subtree = CordRepBtree::New(subtree); in Read()
144 subtree->length += edge->length; in Read()
145 subtree->edges_[subtree_end++] = CordRep::Ref(edge); in Read()
148 CordRepBtree* tree = subtree; in Read()
149 subtree->length += length; in Read()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp21 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); in replaceRoot()
39 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling()
43 NR = NR.subtree(NR.size() - 1); in getLeftSibling()
64 NodeRef NR = subtree(l); in moveLeft()
69 NR = NR.subtree(NR.size() - 1); in moveLeft()
89 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling()
93 NR = NR.subtree(0); in getRightSibling()
109 NodeRef NR = subtree(l); in moveRight()
113 NR = NR.subtree(0); in moveRight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h520 NodeRef &subtree(unsigned i) const { in subtree() function
703 const NodeRef &subtree(unsigned i) const { return this->first[i]; } in subtree() function
706 NodeRef &subtree(unsigned i) { return this->first[i]; } in subtree() function
741 return subtree(safeFind(0, x)); in safeLookup()
753 subtree(i) = Node; in insert()
782 : node(&Node.subtree(0)), size(Node.size()), offset(Offset) {} in Entry()
784 NodeRef &subtree(unsigned i) const { in subtree() function
821 NodeRef &subtree(unsigned Level) const { in subtree() function
822 return path[Level].subtree(path[Level].offset); in subtree()
828 path[Level] = Entry(subtree(Level - 1), offset(Level)); in reset()
[all …]
/third_party/node/deps/v8/tools/system-analyzer/view/map-panel/
Dmap-transitions.mjs111 let subtree = DOM.div('transitions');
112 transition.appendChild(subtree);
115 this.currentNode = subtree;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java160 TextFormatParseInfoTree subtree = root.getNestedTrees(OPTIONAL_NESTED_MESSAGE).get(0); in testGetNestedTreesReturnsSingleTree() local
161 assertNotNull(subtree); in testGetNestedTreesReturnsSingleTree()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
Dbloat.py272 subtree = jsonify_tree(val, key)
273 total += subtree['data']['$area']
274 children.append(subtree)
/third_party/skia/third_party/externals/swiftshader/third_party/
Dupdate-marl.sh12 git subtree pull --prefix third_party/marl https://github.com/google/marl main --squash -m "Update …
Dupdate-spirvheaders.sh13 git subtree pull --prefix third_party/SPIRV-Headers https://github.com/KhronosGroup/SPIRV-Headers m…
Dupdate-spirvtools.sh15 GIT_RESULT=`git subtree pull --prefix third_party/SPIRV-Tools https://github.com/KhronosGroup/SPIRV…
/third_party/skia/third_party/externals/swiftshader/
DREADME.md86 … project. The fork was made using [git-subtree](https://github.com/git/git/blob/master/contrib/sub…
/third_party/node/deps/v8/src/compiler/
Dstate-values-utils.cc210 Node* subtree = in BuildTree() local
212 (*node_buffer)[node_count++] = subtree; in BuildTree()
/third_party/python/Tools/scripts/
Ddutree.doc25 :tree structure, and with each subtree sorted by size. Something like:
/third_party/protobuf/csharp/
DREADME.md77 This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
DCHANGES.txt10 before the code was merged into csharp/ subtree of GitHub google/protobuf
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h174 virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree() argument
/third_party/node/deps/v8/tools/system-analyzer/log/
Dmap.mjs85 // Initialize preorder tree traversal Ids for fast subtree inclusion checks
/third_party/openssl/doc/man3/
DX509_STORE_CTX_get_error.pod337 =item B<X509_V_ERR_PERMITTED_VIOLATION: permitted subtree violation>
341 =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation>
/third_party/glslang/glslang/Include/
Dintermediate.h1355 void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree() argument
/third_party/python/Mac/
DREADME.rst244 the relevant portions of the Mac subtree into the Python.framework.
267 framework itself, the Mac subtree, the applications and the unix tools.
/third_party/node/deps/v8/tools/
Dsplaytree.mjs164 // the left subtree.
/third_party/icu/docs/processes/
Dunicode-update.md86 The tools for building ICU data for Unicode properties are in a separate subtree of the ICU repo.
/third_party/FreeBSD/
DMAINTAINERS32 makes a commit to the specified subtree.
/third_party/libabigail/src/
Dabg-ir.cc7369 type_base_sptr subtree; in clone_array_tree() local
7376 subtree = s; in clone_array_tree()
7377 type->set_underlying_type(subtree); in clone_array_tree()
7386 subtree = s; in clone_array_tree()
7387 type->set_element_type(subtree); in clone_array_tree()
7390 add_decl_to_scope(is_decl(subtree), scope); in clone_array_tree()
7394 if (typedef_decl_sptr t = is_typedef(subtree)) in clone_array_tree()
7405 subtree = s; in clone_array_tree()
7410 else if (qualified_type_def_sptr t = is_qualified_type(subtree)) in clone_array_tree()
7421 subtree = s; in clone_array_tree()
[all …]
/third_party/libwebsockets/READMEs/
DREADME.cbor-lecp.md157 it's possible to get exactly the raw CBOR subtree that's needed.
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl182 boolean subtree = false;

12