Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 8 of 8) sorted by relevance

/trusty/user/base/app/device_tree/tests/dtb/base/
Dbase.dts18 * An empty base device tree which the test device tree overlay will be applied
/trusty/user/base/app/apploader/tests/cbor_test/
Dcbor_test.cpp137 cppbor::Map empty; in TEST() local
138 std::vector<uint8_t> emptyEncoded = empty.encode(); in TEST()
276 const std::span<const uint8_t> empty; in TEST()
277 bstrEnc.encodeBstr(empty); in TEST()
/trusty/user/base/app/acvp/
Dacvp.cpp189 if (spans.empty() || spans.size() > bssl::acvp::kMaxArgs) { in WriteReply()
199 if (span.empty()) { in WriteReply()
/trusty/user/app/storage/
Daidl_service.cpp270 last_name_ = out->empty() ? "" : out->back(); in readNextFilenames()
602 if (!file_name.empty()) { in openDir()
/trusty/vendor/google/aosp/
Dpylintrc56 # Only show warnings with the listed confidence levels. Leave empty to show
226 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c3367 int empty = (m->treemap & (1U << i)) == 0; in do_check_treebin() local
3369 assert(empty); in do_check_treebin()
3370 if (!empty) in do_check_treebin()
3378 unsigned int empty = (m->smallmap & (1U << i)) == 0; in do_check_smallbin() local
3380 assert(empty); in do_check_smallbin()
3381 if (!empty) { in do_check_smallbin()
/trusty/vendor/google/aosp/scripts/
Dtest-map283 # no longer empty, but the old super blocks refer to data in the
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp1067 if (unique_id_hbk_.empty()) { in GenerateUniqueId()