HomeSort by relevance Sort by last modified time
    Searched refs:merges (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/v8/tools/release/
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
87 print '4.) Found merges:'
88 merges = get_merge_commits(git_working_dir, hash_to_search)
89 for currentMerge in merges:
test_mergeinfo.py 140 # Check if follow ups and merges are not overlapping
146 merges = mergeinfo.get_merge_commits(self.base_dir, hash_of_first_commit)
148 self.assertTrue(hash_of_followup not in merges)
150 # Check for proper return of merges
151 self.assertTrue(hash_of_hit in merges)
152 self.assertTrue(hash_of_ignored not in merges)
  /external/fio/
diskutil.h 10 uint64_t merges[2]; member in struct:disk_util_stats
28 uint64_t merges[2]; member in struct:disk_util_agg
diskutil.c 67 (unsigned long long *) &dus->s.merges[0],
71 (unsigned long long *) &dus->s.merges[1],
101 dus->s.merges[0] += (__dus.s.merges[0] - ldus->s.merges[0]);
102 dus->s.merges[1] += (__dus.s.merges[1] - ldus->s.merges[1]);
509 (unsigned long long) agg->merges[0] / agg->slavecount,
510 (unsigned long long) agg->merges[1] / agg->slavecount
    [all...]
client.c 986 agg->merges[i] = le64_to_cpu(agg->merges[i]);
1003 dus->s.merges[i] = le64_to_cpu(dus->s.merges[i]);
    [all...]
server.c 1182 dst->merges[i] = cpu_to_le64(src->merges[i]);
1202 dst->s.merges[i] = cpu_to_le64(src->s.merges[i]);
    [all...]
gclient.c 199 entry = new_info_entry_in_frame(vbox, "Merges");
200 entry_set_int_value(entry, p->dus.s.merges[0]);
212 entry = new_info_entry_in_frame(vbox, "Merges");
213 entry_set_int_value(entry, p->dus.s.merges[1]);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
relasz.d 5 # using a non-default linker script that merges .rela.dyn and .rela.plt
  /external/v8/tools/
v8-info.sh 126 merges=$(echo $merge | grep -o "r[0-9]\+")
128 echo $rev r$svn $merges
  /external/fio/t/
btrace2fio.c 40 int merges; member in struct:bs
50 unsigned long merges[DDIR_RWDIR_CNT]; member in struct:btrace_out
161 i->p->o.merges[rw]++;
618 ios[i] += o->ios[i] + o->merges[i];
622 perc = ((float) o->merges[i] * 100.0) / (float) total;
623 printf("\tmerges: %lu (perc=%3.2f%%)\n", o->merges[i], perc);
894 bsa[a].merges += bsb[b].merges;
927 oa->merges[i] += ob->merges[i]
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 44 // order1007 merges a set of per-P event batches into a single, consistent stream.
217 // order1005 merges a set of per-P event batches into a single, consistent stream.
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 44 // order1007 merges a set of per-P event batches into a single, consistent stream.
217 // order1005 merges a set of per-P event batches into a single, consistent stream.
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 704 std::list<Instruction *> merges; member in class:nv50_ir::GCRA
930 merges.push_back(insn);
    [all...]
  /build/kati/
var.go 352 // Merge merges vt2 into vt.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 239 // mergeEnvLists merges the two environment lists such that
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 136 // op returns i.Op but merges all the Rune special cases into InstRune
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 239 // mergeEnvLists merges the two environment lists such that
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 136 // op returns i.Op but merges all the Rune special cases into InstRune
  /prebuilts/go/darwin-x86/src/sort/
sort.go 420 // SymMerge merges the two sorted subsequences data[a:m] and data[m:b] using
572 On iteration i the algorithm merges 2^(k-i) blocks, each of size 2^i.
  /prebuilts/go/linux-x86/src/sort/
sort.go 420 // SymMerge merges the two sorted subsequences data[a:m] and data[m:b] using
572 On iteration i the algorithm merges 2^(k-i) blocks, each of size 2^i.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier.go 28 // number of blocks as fuse merges blocks introduced in this phase.
rewrite.go 137 // mergeSym merges two symbolic offsets. There is no real merging of
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 108 // machoCombineDwarf merges dwarf info generated by dsymutil into a macho executable.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier.go 28 // number of blocks as fuse merges blocks introduced in this phase.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 108 // machoCombineDwarf merges dwarf info generated by dsymutil into a macho executable.

Completed in 2021 milliseconds

1 2 3 4 5