Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 12 of 12) sorted by relevance

/system/libbase/
Dparsebool_test.cpp28 static const char* yes[] = { in TEST() local
31 for (const char* s : yes) { in TEST()
Dexpected_test.cpp583 auto test = [](bool yes) -> exp_pair { in TEST() argument
584 if (yes) { in TEST()
/system/core/fastboot/fuzzy_fastboot/
DREADME.md65 <var key="secure" assert="no|yes"/>
80 | slots | "yes" or "no" | Is this partition is slotted …
81 | test | "yes" or "no" | Is Fuzzy Fastboot is allowed to generate tests that overwrite this p…
82 | hashable | "yes" or "no" | Is this partition hashable with the hash command specified in `<chec…
83 | parsed | "yes" or "no" | Does the bootloader parse this partition, such as look for a header,…
89 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/>
90 <part value="modem" slots="yes" test="yes" hashable="yes"/>
91 <part value="userdata" slots="no" test="yes" hashable="no"/>
104 which can be yes or no if this pseudo partition is slotted.
113 <part value="bootloader" slots="yes">
[all …]
/system/media/camera/docs/
Dmetadata-generate206 gen_file_abs HidlMetadata.mako "$hidldir/3.2/types.hal" yes 3.2 || exit 1
208 gen_file_abs HidlMetadata.mako "$hidldir/3.3/types.hal" yes 3.3 || exit 1
210 gen_file_abs HidlMetadata.mako "$hidldir/3.4/types.hal" yes 3.4 || exit 1
213 gen_file_abs ndk_camera_metadata_tags.mako "$ndk_header_dir/NdkCameraMetadataTags.h" yes || exit 1
/system/linkerconfig/testdata/
Dprepare_root.sh31 bootstrap=yes
35 all=yes
/system/security/keystore/tests/
DMakefile94 --show-reachable=yes \
100 --stacks=yes
/system/core/shell_and_utilities/
DREADME.md111 vmstat wc which whoami xargs yes
132 uptime usleep vmstat wc which whoami xargs xxd yes
156 vmstat wc which whoami xargs xxd yes zcat
182 which whoami xargs xxd yes zcat
213 wc which whoami xargs xxd yes zcat
245 whoami xargs xxd yes zcat
/system/tools/mkbootimg/
Dpylintrc18 persistent=yes
81 reports=yes
105 ignore-comments=yes
108 ignore-docstrings=yes
118 ignore-mixin-members=yes
/system/update_engine/
Dpylintrc32 persistent=yes
133 ignore-comments=yes
136 ignore-docstrings=yes
146 ignore-mixin-members=yes
/system/keymaster/
DMakefile185 --show-reachable=yes \
193 --stacks=yes
/system/core/fastboot/
DREADME.md179 secure If the value is "yes", this is a secure
183 is-userspace If the value is "yes", the device is running
220 is-logical:%s If the value is "yes", the partition is logical.
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1435 fastboot_getvar is-userspace yes &&
1444 fastboot_getvar is-logical:${scratch_partition} yes ||