Searched refs:merges (Results 1 – 25 of 67) sorted by relevance
123
/external/v8/tools/release/ |
D | mergeinfo.py | 34 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:
|
D | test_mergeinfo.py | 157 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/ |
D | lower_if_op.cc | 197 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/ |
D | WATCHLISTS | 63 'merges': { 96 'merges': [ 98 'v8-merges@googlegroups.com',
|
/external/autotest/ |
D | OWNERS.android | 1 # This project should have only merges from upstream.
|
/external/harfbuzz_ng/ |
D | README.android | 16 and latest merges.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MergeV2Checkpoints.pbtxt | 22 summary: "V2 format specific: merges the metadata files of sharded checkpoints. The"
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | pr26682.ll | 7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/ |
D | pr26682.ll | 7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
|
/external/freetype/ |
D | README.android | 35 and latest merges:
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 18 ; Please keep these as one per line so that out-of-tree merges
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | LLVMBuild.txt | 18 ; Please keep these as one per line so that out-of-tree merges
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | pr33185.ll | 42 …;; 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/ |
D | fold-phi-load-metadata.ll | 8 ; Check that instcombine preserves metadata when it merges two loads.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | fold-phi-load-metadata.ll | 8 ; Check that instcombine preserves metadata when it merges two loads.
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | compile_cs | 59 This rule merges multiple compile_cs output libraries and maps into one Java
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 12 ; Check that the loop exit merges values from all the iterations. This
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 12 ; Check that the loop exit merges values from all the iterations. This
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 12 ; Check that the loop exit merges values from all the iterations. This
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GeneratePickerData.txt | 88 # Suppress all of the other third-level items after the above merges
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 196 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/ |
D | listsort.txt | 196 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/ |
D | ci_sanity.sh | 53 git rev-list --no-merges -n 1 HEAD
|
/external/skqp/src/compute/hs/ |
D | README.md | 250 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/ |
D | README.md | 250 registers, sorts the slabs, merges all slabs in the workgroup, and 254 sorting network on its registers and successively merges lanes until
|
123