Home
last modified time | relevance | path

Searched refs:merges (Results 1 – 25 of 67) sorted by relevance

123

/external/v8/tools/release/
Dmergeinfo.py34 merges = get_related_commits_not_on_master(git_working_dir, hash_to_search)
38 return ([merge_commit for merge_commit in merges
96 merges = get_merge_commits(git_working_dir, hash_to_search)
97 for currentMerge in merges:
Dtest_mergeinfo.py157 merges = mergeinfo.get_merge_commits(self.base_dir, hash_of_first_commit)
159 self.assertTrue(hash_of_followup not in merges)
162 self.assertTrue(hash_of_hit in merges)
163 self.assertTrue(hash_of_ignored not in merges)
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op.cc197 std::vector<Node*> merges(then_call_node_->num_outputs()); in AddOutputs() local
198 outputs_.resize(merges.size()); in AddOutputs()
205 .Finalize(graph_, &merges[i])); in AddOutputs()
206 outputs_[i] = NodeOut(merges[i], 0); in AddOutputs()
232 graph_->AddEdge(merges[e->src_output()], 0, e->dst(), e->dst_input()); in AddOutputs()
/external/v8/
DWATCHLISTS63 'merges': {
96 'merges': [
98 'v8-merges@googlegroups.com',
/external/autotest/
DOWNERS.android1 # This project should have only merges from upstream.
/external/harfbuzz_ng/
DREADME.android16 and latest merges.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MergeV2Checkpoints.pbtxt22 summary: "V2 format specific: merges the metadata files of sharded checkpoints. The"
/external/llvm/test/Transforms/LoopSimplify/
Dpr26682.ll7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/
Dpr26682.ll7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
/external/freetype/
DREADME.android35 and latest merges:
/external/llvm/lib/Target/
DLLVMBuild.txt18 ; Please keep these as one per line so that out-of-tree merges
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DLLVMBuild.txt18 ; Please keep these as one per line so that out-of-tree merges
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr33185.ll42 …;; Ensure we don't replace this divide with a phi of ops that merges the wrong loop iteration value
101 …;; Ensure we don't replace this divide with a phi of ops that merges the wrong loop iteration value
/external/llvm/test/Transforms/InstCombine/
Dfold-phi-load-metadata.ll8 ; Check that instcombine preserves metadata when it merges two loads.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfold-phi-load-metadata.ll8 ; Check that instcombine preserves metadata when it merges two loads.
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
Dcompile_cs59 This rule merges multiple compile_cs output libraries and maps into one Java
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
/external/cldr/tools/java/org/unicode/cldr/draft/
DGeneratePickerData.txt88 # Suppress all of the other third-level items after the above merges
/external/python/cpython2/Objects/
Dlistsort.txt196 merges (*sort, !sort) need all N//2 temp slots (or almost all). ~sort
197 also ends up doing balanced merges, but systematically benefits a lot from
242 the same length) merges, which is the most efficient way to proceed when
262 here, so that the merges end up perfectly balanced (see next section). We
276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to
283 runs each of length 33, and then all merges are perfectly balanced. Better!
369 trigger 7 perfectly balanced merges.
375 then we get a sequence of perfectly balanced merges (with, perhaps, some
566 to galloping mode (and again both within a merge and across merges). For
/external/python/cpython3/Objects/
Dlistsort.txt196 merges (*sort, !sort) need all N//2 temp slots (or almost all). ~sort
197 also ends up doing balanced merges, but systematically benefits a lot from
242 the same length) merges, which is the most efficient way to proceed when
262 here, so that the merges end up perfectly balanced (see next section). We
276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to
283 runs each of length 33, and then all merges are perfectly balanced. Better!
369 trigger 7 perfectly balanced merges.
375 then we get a sequence of perfectly balanced merges (with, perhaps, some
566 to galloping mode (and again both within a merge and across merges). For
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh53 git rev-list --no-merges -n 1 HEAD
/external/skqp/src/compute/hs/
DREADME.md250 registers, sorts the slabs, merges all slabs in the workgroup, and
254 sorting network on its registers and successively merges lanes until
/external/skia/src/compute/hs/
DREADME.md250 registers, sorts the slabs, merges all slabs in the workgroup, and
254 sorting network on its registers and successively merges lanes until

123