Searched refs:remaining (Results 1 – 7 of 7) sorted by relevance
/build/make/tools/releasetools/ |
D | sparse_img.py | 235 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/ |
D | README | 4 The remaining template files here should also be eventually removed
|
/build/soong/ui/build/ |
D | config_test.go | 54 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/ |
D | compare_builds.py | 507 def AreFileContentsSame(remaining, first_filename, second_filename): argument 512 while remaining > 0: 513 size = min(CHUNK_SIZE, remaining) 516 remaining -= size
|
/build/bazel/rules/ |
D | env.bzl | 28 # and check that the remaining string is alphanumeric.
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 1303 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/ |
D | properties.go | 1423 remaining := SubtractStrings(list, base) 1424 if len(remaining) == 0 { 1427 sla.ConfigurableValues[axis][config] = remaining
|