Searched refs:c (Results 1 – 14 of 14) sorted by relevance
/bootable/recovery/tests/unit/ |
D | fuse_provider_test.cpp | 54 for (char c = 0; c < 10; c++) { in TEST() local 55 content += std::string(4096, c); in TEST() 81 for (char c = 0; c < 10; c++) { in TEST() local 82 content += std::string(4096, c); in TEST()
|
D | install_test.cpp | 387 for (char c = 'a'; c <= 'z'; c++) { in TEST() local 388 serial_numbers.emplace_back(serialno.size(), c); in TEST()
|
D | updater_test.cpp | 1045 std::string c(4096, 'c'); in GenerateTransferList() local 1056 std::string c_hash = GetSha1(c); in GenerateTransferList() 1077 std::string bdc = b + d + c; in GenerateTransferList() 1088 std::string abcd = a + b + c + d; in GenerateTransferList() 1090 std::string dcb = d + c + b; in GenerateTransferList() 1164 g_source_image = a + b + c + d + e + a + b + c + d + e; in GenerateTransferList() 1165 g_target_image = zero + i + h + g + f + e + d + c + b + a; in GenerateTransferList()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateConfig.java | 55 UpdateConfig c = new UpdateConfig(); in fromJson() local 58 c.mName = o.getString("name"); in fromJson() 59 c.mUrl = o.getString("url"); in fromJson() 62 c.mAbInstallType = AB_INSTALL_TYPE_NON_STREAMING; in fromJson() 65 c.mAbInstallType = AB_INSTALL_TYPE_STREAMING; in fromJson() 88 c.mAbConfig = new AbConfig( in fromJson() 94 c.mRawJson = json; in fromJson() 95 return c; in fromJson()
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 248 …RCP ����������.�g/adf-interfacen�… 273 …�ERCP ����������/block�� /U 279 …�ERCP ����������;/block/dm-n�… 284 …�ERCP ����������=/block/loopn�… 290 �/block/vold/W 297 �;/block/ramn�by;u:object_r:ram_device:s… 302 …�ERCP ����������=/block/zramn�… 313 …�ERCP ���������� /cpuctl�� /U 320 …�ERCP ��������� �$/fscklogs�� /U 327 …�ERCP ��������� �$/graphics�� /U [all …]
|
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/ |
D | UpdateConfigTest.java | 115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works() local 116 assertEquals("/my-builds/a.zip", c.getUpdatePackageFile().getAbsolutePath()); in getUpdatePackageFile_works()
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 28 * "pngcrush -c 0 ..." converts "text-out.png" into a 1-channel image, 36 pngcrush -c 0 text-out.png $OUTPUT_PNG
|
/bootable/libbootloader/vts/ |
D | PREUPLOAD.cfg | 6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc
|
/bootable/recovery/applypatch/ |
D | NOTICE | 16 bsdiff.c 17 bspatch.c
|
/bootable/recovery/ |
D | PREUPLOAD.cfg | 6 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
D | NOTICE | 2 Copyright (c) 2005-2008, The Android Open Source Project 113 (c) You must retain, in the Source form of any Derivative Works
|
/bootable/recovery/fonts/ |
D | OFL.txt | 1 Copyright (c) 2011, Raph Levien (firstname.lastname@gmail.com), Copyright (c) 2012, Cyreal (cyreal.…
|
/bootable/recovery/edify/ |
D | README.md | 105 concat(a;b;c, d, e;f) # evaluates to "cdf"
|
/bootable/libbootloader/libxbc/ |
D | COPYING | 101 (c) You must retain, in the Source form of any Derivative Works
|