/bootable/recovery/ |
D | asn1_decoder.cpp | 78 int type = get_byte(); in asn1_constructed_get() local 79 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get() 87 app_ctx->app_type_ = type & kMaskAppType; in asn1_constructed_get()
|
D | ui.cpp | 243 if (ev.type == EV_SYN) { in OnInputEvent() 259 if (ev.type == EV_REL) { in OnInputEvent() 280 if (touch_screen_allowed_ && ev.type == EV_ABS) { in OnInputEvent() 306 if (ev.type == EV_KEY && ev.code <= KEY_MAX) { in OnInputEvent()
|
D | screen_ui.h | 55 void SetProgressType(ProgressType type) override;
|
D | screen_ui.cpp | 686 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType() argument 688 if (progressBarType != type) { in SetProgressType() 689 progressBarType = type; in SetProgressType()
|
/bootable/recovery/applypatch/ |
D | imgpatch.cpp | 164 int type = Read4(patch_header + pos); in ApplyImagePatch() local 167 if (type == CHUNK_NORMAL) { in ApplyImagePatch() 187 } else if (type == CHUNK_RAW) { in ApplyImagePatch() 209 } else if (type == CHUNK_DEFLATE) { in ApplyImagePatch() 285 printf("patch chunk %d is unknown type %d\n", i, type); in ApplyImagePatch()
|
D | applypatch_modes.cpp | 91 bonus.type = VAL_BLOB; in PatchMode() 109 if (bonus.type != VAL_INVALID) { in PatchMode()
|
D | imgdiff.cpp | 258 ImageChunk::ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, in ImageChunk() argument 260 : type_(type), in ImageChunk() 614 std::string type = is_source_ ? "source" : "target"; in DumpChunks() local 615 LOG(INFO) << "Dumping chunks for " << type; in DumpChunks()
|
D | applypatch.cpp | 599 if (patch->type != VAL_BLOB) { in GenerateTarget()
|
/bootable/recovery/edify/include/edify/ |
D | expr.h | 63 ValueType type; member 66 Value(ValueType type, const std::string& str) : in Value() 67 type(type), in Value()
|
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 217 static drmModeConnector* find_used_connector_by_type(int fd, drmModeRes* resources, unsigned type) { in find_used_connector_by_type() argument 221 if ((connector->connector_type == type) && (connector->connection == DRM_MODE_CONNECTED) && in find_used_connector_by_type() 272 if (main_monitor_connector->modes[modes].type & DRM_MODE_TYPE_PREFERRED) { in FindMainMonitor()
|
/bootable/recovery/edify/ |
D | parser.yy | 67 %type <expr> expr 68 %type <args> arglist
|
D | expr.cpp | 54 if (v->type != VAL_STRING) { in Evaluate() 55 ErrorAbort(state, kArgsParsingFailure, "expecting string, got value type %d", v->type); in Evaluate()
|
/bootable/recovery/updater/ |
D | install.cpp | 241 if (arg_values[i * 2]->type != VAL_STRING) { in ApplyPatchFn() 244 if (arg_values[i * 2 + 1]->type != VAL_BLOB) { in ApplyPatchFn() 308 if (args[0]->type == VAL_INVALID) { in Sha1CheckFn() 320 if (args[i]->type != VAL_STRING) { in Sha1CheckFn() 806 v->type = VAL_BLOB; in ReadFileFn()
|
/bootable/recovery/tests/component/ |
D | imgdiff_test.cpp | 58 int type = get_unaligned<int32_t>(data + pos); in verify_patch_header() local 60 if (type == CHUNK_NORMAL) { in verify_patch_header() 64 } else if (type == CHUNK_RAW) { in verify_patch_header() 71 } else if (type == CHUNK_DEFLATE) { in verify_patch_header() 76 FAIL() << "Invalid patch type: " << type; in verify_patch_header()
|
/bootable/recovery/applypatch/include/applypatch/ |
D | imgdiff_image.h | 41 ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, size_t raw_data_len,
|
/bootable/recovery/fonts/ |
D | OFL.txt | 24 however, cannot be released under any other type of license. The
|