Searched refs:j (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/ |
D | interlace-frames.py | 48 for j in range(h): 51 out.putpixel((i, j*N+fn), f.getpixel((i, j))) 87 for j in range(height): 88 out.putpixel((i, j), img.getpixel((i, j * num_frames + k)))
|
D | README.md | 10 m -j bootimage 21 mm -j && m ramdisk-nodeps && m recoveryimage-nodeps 31 mmma -j bootable/recovery
|
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
D | Main.java | 265 for (int j = 0; j < h; ++j) { 266 if (pixels[j*w+right-1] != 0xff000000) { 281 for (int j = 0; j < h; ++j) { 282 if (pixels[j*w+left] != 0xff000000) {
|
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 195 for (int j = 0; j < resources->count_crtcs; j++) { in find_crtc_for_connector() local 196 if (!(encoder->possible_crtcs & (1 << j))) continue; in find_crtc_for_connector() 197 crtc = resources->crtcs[j]; in find_crtc_for_connector()
|
D | graphics.cpp | 145 for (int j = 0; j < height; ++j) { in TextBlend() local
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 1301 for (size_t j = begin; j < end; ++j) { in PerformCommandZero() local 2120 for (size_t j = begin; j < end; ++j) { in RangeSha1Fn() local 2269 for (size_t j = begin; j < end; ++j) { in BlockImageRecoverFn() local 2271 if (status.data_size <= static_cast<uint64_t>(j) * BLOCKSIZE) { in BlockImageRecoverFn() 2275 if (fh.pread(buffer, BLOCKSIZE, static_cast<off64_t>(j) * BLOCKSIZE) != BLOCKSIZE) { in BlockImageRecoverFn() 2277 block_device_path.c_str(), j, strerror(errno)); in BlockImageRecoverFn()
|
/bootable/recovery/updater_sample/ |
D | README.md | 164 1. Compile the app `mmma -j bootable/recovery/updater_sample`. 196 5. Build sample app `make -j SystemUpdaterSample`. 197 6. Build Android `make -j` 232 1. Build `make -j SystemUpdaterSample` and `make -j SystemUpdaterSampleTests`.
|