Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 7 of 7) sorted by relevance

/build/make/tools/releasetools/
Dsparse_img.py235 remaining = self.care_map
257 shared_blocks = ranges.subtract(remaining)
269 assert ranges.size() == ranges.intersect(remaining).size()
274 remaining = remaining.subtract(ranges)
276 remaining = remaining.subtract(clobbered_blocks)
300 for s, e in remaining:
/build/make/tools/droiddoc/
DREADME4 The remaining template files here should also be eventually removed
/build/soong/ui/build/
Dconfig_test.go54 remaining []string
111 if !reflect.DeepEqual(c.arguments, tc.remaining) {
114 tc.remaining, c.arguments)
128 remaining []string
139 remaining: []string{"abc"},
159 remaining: []string{"=b"},
180 if !reflect.DeepEqual(c.arguments, tc.remaining) {
183 tc.remaining, c.arguments)
/build/make/tools/
Dcompare_builds.py507 def AreFileContentsSame(remaining, first_filename, second_filename): argument
512 while remaining > 0:
513 size = min(CHUNK_SIZE, remaining)
516 remaining -= size
/build/bazel/rules/
Denv.bzl28 # and check that the remaining string is alphanumeric.
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java1303 ByteBuffer eocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()
1328 ByteBuffer modifiedEocd = ByteBuffer.allocate(eocd.remaining()); in main()
1353 fileSize += buf.remaining(); in main()
1361 modifiedEocd = ByteBuffer.allocate(eocd.remaining() + commentLen); in main()
1383 outputChunk.remaining()); in main()
/build/soong/bazel/
Dproperties.go1423 remaining := SubtractStrings(list, base)
1424 if len(remaining) == 0 {
1427 sla.ConfigurableValues[axis][config] = remaining