OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTD
(Results
1 - 7
of
7
) sorted by null
/external/vboot_reference/tests/
run_cgpt_tests.sh
15
MTD
="${@:2}"
33
assert_fail ${CGPT} show $
MTD
blah_404_haha
79
$CGPT create $
MTD
${DEV}
81
$CGPT add $
MTD
-b ${DATA_START} -s ${DATA_SIZE} -t ${DATA_GUID} \
83
$CGPT add $
MTD
-b ${KERN_START} -s ${KERN_SIZE} -t ${KERN_GUID} \
85
$CGPT add $
MTD
-b ${ROOTFS_START} -s ${ROOTFS_SIZE} -t ${ROOTFS_GUID} \
87
$CGPT add $
MTD
-b ${ESP_START} -s ${ESP_SIZE} -t ${ESP_GUID} \
89
$CGPT add $
MTD
-b ${FUTURE_START} -s ${FUTURE_SIZE} -t ${FUTURE_GUID} \
91
$CGPT add $
MTD
-b ${RANDOM_START} -s ${RANDOM_SIZE} -t ${RANDOM_GUID} \
97
X=$($CGPT show $
MTD
-b -i $DATA_NUM ${DEV}
[
all
...]
/art/runtime/arch/mips/
asm_support_mips.S
89
/*
MTD
: Move double, from general regpair (reven,rodd)
91
.macro
MTD
reven,rodd,feven,fodd
111
.macro
MTD
reven,rodd,feven,fodd
quick_entrypoints_mips.S
[
all
...]
/build/tools/releasetools/
edify_generator.py
162
"""Check that the given file (or
MTD
reference) has one of the
172
"""Check that the given file (or
MTD
reference) has one of the
181
"""Check that the given file (or
MTD
reference) has one of the
321
if partition_type == "
MTD
":
/bootable/recovery/applypatch/
applypatch.cpp
59
// A special 'filename' beginning with "
MTD
:" or "EMMC:" means to
61
if (strncmp(filename, "
MTD
:", 4) == 0 ||
90
// Load the contents of an
MTD
or EMMC partition into the provided
92
// "
MTD
:<partition_name>:<size_1>:<sha1_1>:<size_2>:<sha1_2>:..." (or
105
enum PartitionType {
MTD
, EMMC };
116
if (pieces[0] == "
MTD
") {
117
type =
MTD
;
152
case
MTD
: {
158
const MtdPartition*
mtd
= mtd_find_partition_by_name(partition);
local
159
if (
mtd
== NULL)
335
const MtdPartition*
mtd
=
mtd
_find_partition_by_name(partition);
local
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 653 milliseconds