Searched refs:type (Results 1 – 15 of 15) sorted by relevance
137 int type; // CHUNK_NORMAL, CHUNK_DEFLATE member291 curr->type = CHUNK_NORMAL; in ReadZip()306 curr->type = CHUNK_DEFLATE; in ReadZip()347 curr->type = CHUNK_NORMAL; in ReadZip()419 curr->type = CHUNK_NORMAL; in ReadImage()428 curr->type = CHUNK_DEFLATE; in ReadImage()480 curr->type = CHUNK_NORMAL; in ReadImage()512 curr->type = CHUNK_NORMAL; in ReadImage()584 if (chunk->type != CHUNK_DEFLATE) { in ReconstructDeflateChunk()617 if (tgt->type == CHUNK_NORMAL) { in MakePatch()[all …]
68 int type = Read4(patch->data + pos); in ApplyImagePatch() local71 if (type == CHUNK_NORMAL) { in ApplyImagePatch()85 } else if (type == CHUNK_RAW) { in ApplyImagePatch()106 } else if (type == CHUNK_DEFLATE) { in ApplyImagePatch()228 printf("patch chunk %d is unknown type %d\n", i, type); in ApplyImagePatch()
128 enum PartitionType type; in LoadPartitionContents() local131 type = MTD; in LoadPartitionContents()133 type = EMMC; in LoadPartitionContents()177 switch (type) { in LoadPartitionContents()224 switch (type) { in LoadPartitionContents()269 switch (type) { in LoadPartitionContents()356 enum PartitionType type; in WriteToPartition() local358 type = MTD; in WriteToPartition()360 type = EMMC; in WriteToPartition()372 switch (type) { in WriteToPartition()[all …]
81 (*patches)[i]->type = VAL_BLOB; in ParsePatchArgs()111 bonus->type = VAL_BLOB; in PatchMode()
111 int type = get_byte(ctx); in asn1_constructed_get() local112 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get()120 app_ctx->app_type = type & kMaskAppType; in asn1_constructed_get()
96 if (ev.type == EV_SYN) { in OnInputEvent()98 } else if (ev.type == EV_REL) { in OnInputEvent()119 if (ev.type == EV_KEY && ev.code <= KEY_MAX) { in OnInputEvent()
39 void SetProgressType(ProgressType type);
462 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType() argument464 if (progressBarType != type) { in SetProgressType()465 progressBarType = type; in SetProgressType()
51 %type <expr> expr52 %type <args> arglist
52 int type; member
38 if (v->type != VAL_STRING) { in Evaluate()39 ErrorAbort(state, "expecting string, got value type %d", v->type); in Evaluate()55 v->type = VAL_STRING; in StringValue()
256 unsigned type) { in find_used_connector_by_type() argument263 if ((connector->connector_type == type) && in find_used_connector_by_type()322 if (main_monitor_connector->modes[modes].type & in find_main_monitor()
556 v->type = VAL_BLOB; in PackageExtractFileFn()1051 if (partition_value->type != VAL_STRING) { in WriteRawImageFn()1060 if (contents->type == VAL_STRING && strlen((char*) contents->data) == 0) { in WriteRawImageFn()1083 if (contents->type == VAL_STRING) { in WriteRawImageFn()1186 if (patches[i*2]->type != VAL_STRING) { in ApplyPatchFn()1190 if (patches[i*2+1]->type != VAL_BLOB) { in ApplyPatchFn()1361 if (args[i]->type != VAL_STRING) { in Sha1CheckFn()1396 v->type = VAL_BLOB; in ReadFileFn()
1373 patch_value.type = VAL_BLOB; in PerformCommandDiff()1558 if (blockdev_filename->type != VAL_STRING) { in PerformBlockImageUpdate()1562 if (transfer_list_value->type != VAL_BLOB) { in PerformBlockImageUpdate()1566 if (new_data_fn->type != VAL_STRING) { in PerformBlockImageUpdate()1570 if (patch_data_fn->type != VAL_STRING) { in PerformBlockImageUpdate()1897 if (blockdev_filename->type != VAL_STRING) { in RangeSha1Fn()1901 if (ranges->type != VAL_STRING) { in RangeSha1Fn()
24 however, cannot be released under any other type of license. The