Searched refs:c (Results 1 – 11 of 11) sorted by relevance
/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/ |
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/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/minadbd/ |
D | README.md | 2 minadbd, and services.c has been modified as follows:
|
/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/recovery/applypatch/ |
D | NOTICE | 16 bsdiff.c 17 bspatch.c
|
/bootable/recovery/tests/component/ |
D | updater_test.cpp | 1043 std::string c(4096, 'c'); in GenerateTransferList() local 1054 std::string c_hash = GetSha1(c); in GenerateTransferList() 1075 std::string bdc = b + d + c; in GenerateTransferList() 1086 std::string abcd = a + b + c + d; in GenerateTransferList() 1088 std::string dcb = d + c + b; in GenerateTransferList() 1162 g_source_image = a + b + c + d + e + a + b + c + d + e; in GenerateTransferList() 1163 g_target_image = zero + i + h + g + f + e + d + c + b + a; in GenerateTransferList()
|
D | install_test.cpp | 468 for (char c = 'a'; c <= 'z'; c++) { in TEST() local 469 serial_numbers.emplace_back(serialno.size(), c); in TEST()
|
/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"
|