Searched refs:j (Results 1 – 8 of 8) 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/tests/testdata/ |
D | recovery_body | 248 …�g/adf-interfacen�j.n�… 253 …�q/adf-overlay-enginen�j.n�… 1186 …�ERCP ����������1/jpegn�… 2993 ��~���;;3;;s�sΜ���RRJ�?Y��V�dJJ���N�2]x9�q�_�����Z�^���fnV+m64�� �a�j�,ŧ����?���{��.… 2996 …j��]&��i���+U_�7��JQ�a�<Z.flvh|�����iwl�1r��;���1�w3������~��7�d�:�Ͳyat5�o��qe���i�;… 3000 …����Ɩ��r?9����]x\��1@0�%*����@�h,'�c�./��]_3�ľ����W���j��9�f�2��W-��d̀�IyBSg��i��vV��jPO 3005 …X���|���#��r��������Y��ޫS��.lmc����4k"��o`�yMS�k��=111�UZM#��#Ʉ*Mio�]�ʬ@���j��Λ]�,q��<���B 3009 X�L-O��q^`l�0��q$���t<ß��4�9�)�U<˙�:�y�pO�u�c�e][j �g�ɏ�V�)UP<��1_c`y��&�l>����j… 3012 …�`�`�L���U�����6�� p[����y{W.h�\�z����@C�)P��w;��$j��R5���5��v��Y��9��V�AǕ2�j�ڤ��… 3014 �p$��w0�����d�G�e4�j�Ŝ��+��0�&Ox��3��m�Ҭs�*
|
/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`.
|