Searched refs:format (Results 1 – 12 of 12) sorted by relevance
/bootable/recovery/ |
D | .clang-format | 1 # bootable/recovery project uses repohook to apply `clang-format` to the changed lines, with the 2 # local style file in `.clang-format`. This will be triggered automatically with `repo upload`. 3 # Alternatively, one can stage and format a change with `git clang-format` directly. 6 # $ git clang-format --style file 8 # Or to format a committed change. 10 # $ git clang-format --style file HEAD~1 12 # `--style file` will pick up the local style file in `.clang-format`. This can be configured as the 17 # Note that `repo upload` calls the `clang-format` binary in Android repo (i.e. 18 # `$ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/clang-format`), which might 20 # `/usr/bin/clang-format`). Specifying the file with `--binary` will ensure consistent results. [all …]
|
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 60 static int drm_format_to_bpp(uint32_t format) { in drm_format_to_bpp() argument 61 switch (format) { in drm_format_to_bpp() 74 printf("Unknown format %d\n", format); in drm_format_to_bpp() 80 uint32_t format; in Create() local 87 format = DRM_FORMAT_RGBA8888; in Create() 89 format = DRM_FORMAT_ARGB8888; in Create() 91 format = DRM_FORMAT_XBGR8888; in Create() 93 format = DRM_FORMAT_BGRA8888; in Create() 95 format = DRM_FORMAT_RGB565; in Create() 101 create_dumb.bpp = drm_format_to_bpp(format); in Create() [all …]
|
D | graphics.cpp | 345 std::string format = android::base::GetProperty("ro.minui.pixel_format", ""); in gr_init() local 346 if (format == "ABGR_8888") { in gr_init() 348 } else if (format == "RGBX_8888") { in gr_init() 350 } else if (format == "ARGB_8888") { in gr_init() 352 } else if (format == "BGRA_8888") { in gr_init()
|
/bootable/recovery/edify/include/edify/ |
D | expr.h | 144 Value* ErrorAbort(State* state, const char* format, ...) 145 __attribute__((format(printf, 2, 3), deprecated)); 149 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...) 150 __attribute__((format(printf, 3, 4)));
|
/bootable/recovery/edify/ |
D | expr.cpp | 404 Value* ErrorAbort(State* state, const char* format, ...) { in ErrorAbort() argument 406 va_start(ap, format); in ErrorAbort() 407 android::base::StringAppendV(&state->errmsg, format, ap); in ErrorAbort() 412 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...) { in ErrorAbort() argument 415 va_start(ap, format); in ErrorAbort() 416 android::base::StringAppendV(&err_message, format, ap); in ErrorAbort()
|
/bootable/recovery/update_verifier/ |
D | care_map_generator.py | 46 "line count must be multiple of {}: {}".format(step, len(lines)) 112 format=logging_format)
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
D | PrepareUpdateService.java | 205 Log.w(TAG, String.format("ab_config.property_files doesn't contain %s", in verifyPayloadMetadata() 219 Log.w(TAG, String.format("Downloading %s from %s failed", in verifyPayloadMetadata()
|
/bootable/recovery/tools/image_generator/ |
D | README.md | 20 strings in xml format, e.g. bootable/recovery/tools/recovery_l10n/res/
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateManager.java | 486 Log.d(TAG, String.format( in onStatusUpdate()
|
/bootable/libbootloader/libxbc/ |
D | COPYING | 185 comment syntax for the file format. We also recommend that a
|
/bootable/recovery/updater_sample/ |
D | README.md | 44 format, the size penalty is marginal.
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 8653 # format for /dev rules: devname mode uid gid 8654 # format for /sys rules: nodename attr mode uid gid
|