Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 28) sorted by relevance

12

/build/make/tools/
Dsoong_to_convert.py64 count = 0
70 count += 1 + count_deps(depsdb, dep, seen)
71 return count
106 for (count, module) in results:
107 print("{:>{}} {}".format(count, count_width, module))
Dparsedeps.py24 self.count = 0
36 self.count = self.count + 1
109 print "Read %d dependencies. %d targets." % (deps.count, len(deps.lines))
Dfindleaves.py31 rootdepth = rootdir.count("/")
48 depth = 1 + root.count("/") - rootdepth
Dproduct_debug.py61 href = ("../" * variables["FILE"].count("/")) + href + ".html"
Dfat16copy.py427 def read(self, count): argument
431 if self.idx + count > self.size:
432 count = self.size - self.idx
434 ret = f.read(count)
/build/make/tools/zipalign/
DZipFile.cpp180 int count = mEntries.size(); in discardEntries() local
182 while (--count >= 0) in discardEntries()
183 delete mEntries[count]; in discardEntries()
758 size_t count; in copyFpToFp() local
763 count = fread(tmpBuf, 1, sizeof(tmpBuf), srcFp); in copyFpToFp()
766 if (count == 0) in copyFpToFp()
769 *pCRC32 = crc32(*pCRC32, tmpBuf, count); in copyFpToFp()
771 if (fwrite(tmpBuf, 1, count, dstFp) != count) { in copyFpToFp()
772 ALOGD("fwrite %d bytes failed\n", (int) count); in copyFpToFp()
788 size_t count; in copyDataToFp() local
[all …]
/build/make/tools/droiddoc/templates-sac/
Dpackages.cs25 <?cs set:count = #1 ?>
32 <?cs set:count = count + #1 ?>
Dclass.cs182 <?cs set:count = #1 ?>
200 <?cs set:count = count + #1 ?>
205 <?cs set:count = #1 ?>
219 <?cs set:count = count + #1 ?>
224 <?cs set:count = #1 ?>
231 <?cs set:count = count + #1 ?>
236 <?cs set:count = #1 ?>
251 <?cs set:count = count + #1 ?>
256 <?cs set:count = #1 ?>
268 <?cs set:count = count + #1 ?>
Dclasses.cs26 <?cs set:count = #1 ?>
35 <?cs set:count = count + #1 ?>
/build/make/tools/droiddoc/templates-ndk/
Dpackages.cs27 <?cs set:count = #1 ?>
34 <?cs set:count = count + #1 ?>
Dclass.cs185 <?cs set:count = #1 ?>
206 <?cs set:count = count + #1 ?>
211 <?cs set:count = #1 ?>
225 <?cs set:count = count + #1 ?>
230 <?cs set:count = #1 ?>
240 <?cs set:count = count + #1 ?>
245 <?cs set:count = #1 ?>
263 <?cs set:count = count + #1 ?>
268 <?cs set:count = #1 ?>
283 <?cs set:count = count + #1 ?>
Dmacros_override.cs23 <?cs set:count = #1 ?>
33 <?cs set:count = count + #1 ?>
Dclasses.cs29 <?cs set:count = #1 ?>
41 <?cs set:count = count + #1 ?>
/build/kati/
Dstring_piece_test.cc31 assert(sps.count(StringPiece("foo")) == 1); in main()
32 assert(sps.count(StringPiece("bar")) == 1); in main()
Dstats.go178 count int member
186 s.count++
199 return s.count
Ddep.cc335 if (!non_root_targets.count(t)) { in Build()
358 if (phony_.count(target)) in Exists()
577 phony_.count(output), in BuildPlan()
578 restat_.count(output)); in BuildPlan()
/build/soong/third_party/zip/
Dwriter.go42 if w.cw.count != 0 {
45 w.cw.count = n
69 start := w.cw.count
124 end := w.cw.count
236 offset: uint64(w.cw.count),
321 fh.CompressedSize64 = uint64(w.compCount.count)
322 fh.UncompressedSize64 = uint64(w.rawCount.count)
360 count int64 member
365 w.count += int64(n)
Dandroid.go43 offset: uint64(w.cw.count),
139 offset: uint64(w.cw.count),
171 fh.CompressedSize64 = uint64(w.compCount.count)
/build/soong/ui/build/
Dutil.go133 advance := func(write, read []byte, count int) ([]byte, []byte) {
134 copy(write, read[:count])
135 return write[count:], read[count:]
Dproc_sync_test.go57 func newCountWaiter(count int) (waiter *countWaiter) {
58 return &countWaiter{0, count}
/build/kati/testcase/tools/
Dfindleaves.py30 rootdepth = rootdir.count("/")
47 depth = 1 + root.count("/") - rootdepth
/build/make/core/
Djack-default.args3 -D sched.runner.thread.fixed.count=4
Dchecktree23 spaces = ((s.count(" ") + 1) / 3) * 2
/build/soong/android/
Dvariable.go312 count := strings.Count(s, "%")
313 if count == 0 {
317 if count > 1 {
/build/soong/cmd/multiproduct_kati/
Dmain.go320 if count := status.Finished(); count > 0 {
321 log.Fatalln(count, "products failed")

12