Home
last modified time | relevance | path

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

12

/bootable/recovery/otautil/
Dasn1_decoder.cpp76 int type = get_byte(); in asn1_constructed_get() local
77 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get()
85 app_ctx->app_type_ = type & kMaskAppType; in asn1_constructed_get()
/bootable/recovery/updater_sample/tools/
Dgen_update_config.py130 type=str,
145 type=str,
148 type=str,
151 type=str,
/bootable/deprecated-ota/tests/unit/
Dcommands_test.cpp199 ASSERT_EQ(Command::Type::BSDIFF, command.type()); in TEST()
219 ASSERT_EQ(Command::Type::ERASE, command.type()); in TEST()
235 ASSERT_EQ(Command::Type::FREE, command.type()); in TEST()
256 ASSERT_EQ(Command::Type::IMGDIFF, command.type()); in TEST()
278 ASSERT_EQ(Command::Type::MOVE, command.type()); in TEST()
298 ASSERT_EQ(Command::Type::NEW, command.type()); in TEST()
314 ASSERT_EQ(Command::Type::STASH, command.type()); in TEST()
330 ASSERT_EQ(Command::Type::ZERO, command.type()); in TEST()
346 ASSERT_EQ(Command::Type::COMPUTE_HASH_TREE, command.type()); in TEST()
519 ASSERT_EQ(Command::Type::STASH, transfer_list.commands()[0].type()); in TEST()
[all …]
/bootable/deprecated-ota/applypatch/
Dimgpatch.cpp165 int type = Read4(patch_header + pos); in ApplyImagePatch() local
168 if (type == CHUNK_NORMAL) { in ApplyImagePatch()
190 } else if (type == CHUNK_RAW) { in ApplyImagePatch()
211 } else if (type == CHUNK_DEFLATE) { in ApplyImagePatch()
287 printf("patch chunk %d is unknown type %d\n", i, type); in ApplyImagePatch()
/bootable/libbootloader/gbl/libefi/defs/
Dboot_service.h63 EfiStatus (*allocate_pages)(EfiAllocatorType type, EfiMemoryType memory_type, size_t pages,
70 EfiStatus (*create_event)(uint32_t type, EfiTpl notify_tpl, EfiEventNotify notify_fn,
72 EfiStatus (*set_timer)(EfiEvent event, EfiTimerDelay type, uint64_t trigger_time);
125 EfiStatus (*create_event_ex)(EfiEventType type, EfiTpl notify_tpl, EfiEventNotify notify_fn,
/bootable/deprecated-ota/edify/include/edify/
Dexpr.h63 Value(Type type, std::string str) : type(type), data(std::move(str)) {} in Value()
65 Type type; member
/bootable/recovery/recovery_utils/
Dparse_install_logs.cpp109 int type = (android::base::GetProperty("ro.build.type", "") == "user") ? 1 : 0; in ParseLastInstall() local
110 metrics.emplace(OTA_SIDELOAD_METRICS, type); in ParseLastInstall()
/bootable/libbootloader/gbl/tools/
Dgen_gpt_disk.py73 "disk_size", type=str, help="disk size of the image. i.e. 64k, 1M etc"
77 type=str,
/bootable/recovery/recovery_ui/
Dui.cpp288 if (ev.type == EV_SYN) { in OnInputEvent()
304 if (ev.type == EV_REL) { in OnInputEvent()
325 if (touch_screen_allowed_ && ev.type == EV_ABS) { in OnInputEvent()
351 if (ev.type == EV_KEY && ev.code <= KEY_MAX) { in OnInputEvent()
371 if (ev.type == EV_SW) { in OnInputEvent()
/bootable/deprecated-ota/updater/include/private/
Dcommands.h305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command() argument
307 : type_(type), in Command()
315 Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info);
325 Type type() const { in type() function
/bootable/libbootloader/gbl/libefi/defs/protocols/
Ddevice_path_protocol.h24 uint8_t type; member
/bootable/recovery/update_verifier/
DAndroid.bp41 proto: {type: "lite", canonical_path_from_root: false},
82 type: "lite",
/bootable/deprecated-ota/updater/
Ddynamic_partitions.cpp53 if (args[i]->type != Value::Type::STRING) { in ReadStringArgs()
100 if (op_list_value->type != Value::Type::BLOB) { in UpdateDynamicPartitionsFn()
Dcommands.cpp40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command() argument
41 : type_(type), in Command()
45 CHECK(type == Type::COMPUTE_HASH_TREE); in Command()
Dblockimg.cpp1659 if (blockdev_filename->type != Value::Type::STRING) { in PerformBlockImageUpdate()
1663 if (transfer_list_value->type != Value::Type::BLOB) { in PerformBlockImageUpdate()
1667 if (new_data_fn->type != Value::Type::STRING) { in PerformBlockImageUpdate()
1671 if (patch_data_fn->type != Value::Type::STRING) { in PerformBlockImageUpdate()
2082 if (blockdev_filename->type != Value::Type::STRING) { in RangeSha1Fn()
2086 if (ranges->type != Value::Type::STRING) { in RangeSha1Fn()
2157 if (arg_filename->type != Value::Type::STRING) { in CheckFirstBlockFn()
2223 if (filename->type != Value::Type::STRING) { in BlockImageRecoverFn()
2227 if (ranges->type != Value::Type::STRING) { in BlockImageRecoverFn()
/bootable/libbootloader/gbl/libelf/
Drelocation_test.cpp84 void SetRelocationInfo(size_t index, uint64_t type, uint64_t addend) { in SetRelocationInfo() argument
86 table_[index].r_info = type; in SetRelocationInfo()
/bootable/deprecated-ota/edify/
Dparser.yy68 %type <expr> expr
69 %type <args> arglist
Dexpr.cpp54 if (v->type != Value::Type::STRING) { in Evaluate()
55 ErrorAbort(state, kArgsParsingFailure, "expecting string, got value type %d", v->type); in Evaluate()
/bootable/recovery/minui/
Dgraphics_drm.cpp246 unsigned type) { in find_used_connector_by_type() argument
251 if ((connector->connector_type == type) && (connector->connection == DRM_MODE_CONNECTED) && in find_used_connector_by_type()
311 if (drmConnectors[drm_index]->modes[modes].type & DRM_MODE_TYPE_PREFERRED) { in FindAndSetMonitor()
/bootable/libbootloader/gbl/libavb/
DBUILD.avb.bazel148 "--allowlist-type=AvbDescriptorTag",
149 "--allowlist-type=Avb.*Flags",
/bootable/libbootloader/gbl/toolchain/
Dgbl_toolchain.bzl31 """Convert a list of compile/link flags to a flag_set type."""
182 """Generate a wrapper executable type target that simply symlinks to a given executable binary.
184 This is for rules that only accept executable type target but not binary file directly.
/bootable/libbootloader/gbl/libfdt/
DBUILD33 "--allowlist-type",
/bootable/libbootloader/gbl/libboot/
DBUILD45 "--allowlist-type",
/bootable/deprecated-ota/tests/unit/host/
Dimgdiff_test.cpp56 int type = get_unaligned<int32_t>(data + pos); in verify_patch_header() local
58 if (type == CHUNK_NORMAL) { in verify_patch_header()
62 } else if (type == CHUNK_RAW) { in verify_patch_header()
69 } else if (type == CHUNK_DEFLATE) { in verify_patch_header()
74 FAIL() << "Invalid patch type: " << type; in verify_patch_header()
/bootable/libbootloader/gbl/libbootimg/
DBUILD56 "--blocklist-type={}".format(BLOCKED_TYPES_RE),

12