Home
last modified time | relevance | path

Searched refs:type (Results 1 – 16 of 16) sorted by relevance

/bootable/recovery/
Dasn1_decoder.cpp78 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()
Dui.cpp243 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()
Dscreen_ui.h55 void SetProgressType(ProgressType type) override;
Dscreen_ui.cpp686 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType() argument
688 if (progressBarType != type) { in SetProgressType()
689 progressBarType = type; in SetProgressType()
/bootable/recovery/applypatch/
Dimgpatch.cpp164 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()
Dapplypatch_modes.cpp91 bonus.type = VAL_BLOB; in PatchMode()
109 if (bonus.type != VAL_INVALID) { in PatchMode()
Dimgdiff.cpp258 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()
Dapplypatch.cpp599 if (patch->type != VAL_BLOB) { in GenerateTarget()
/bootable/recovery/edify/include/edify/
Dexpr.h63 ValueType type; member
66 Value(ValueType type, const std::string& str) : in Value()
67 type(type), in Value()
/bootable/recovery/minui/
Dgraphics_drm.cpp217 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/
Dparser.yy67 %type <expr> expr
68 %type <args> arglist
Dexpr.cpp54 if (v->type != VAL_STRING) { in Evaluate()
55 ErrorAbort(state, kArgsParsingFailure, "expecting string, got value type %d", v->type); in Evaluate()
/bootable/recovery/updater/
Dinstall.cpp241 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/
Dimgdiff_test.cpp58 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/
Dimgdiff_image.h41 ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, size_t raw_data_len,
/bootable/recovery/fonts/
DOFL.txt24 however, cannot be released under any other type of license. The