Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 42) sorted by relevance

12

/system/nvram/core/tests/
Dfake_storage.cpp71 bool present() const { return present_; } in present() function in nvram::storage::__anona89d73d90111::StorageSlot
72 void set_present(bool present) { present_ = present; } in set_present() argument
98 if (g_spaces[i].slot.present() && g_spaces[i].index == index) { in FindSlotForIndex()
116 if (!g_spaces[i].slot.present()) { in FindOrCreateSlotForIndex()
/system/nvram/hal/
Dmemory_storage.cpp28 bool present() const { return blob_.size() != 0; } in present() function in nvram::storage::__anon77e88ac50111::StorageSlot
71 if (g_spaces[i].slot.present() && g_spaces[i].index == index) { in FindSpaceSlot()
102 if (!g_spaces[i].slot.present()) { in StoreSpace()
/system/bt/stack/smp/
Dsmp_api.cc447 __func__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply()
448 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply()
457 if (!p_oob->peer_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply()
460 if (!p_oob->loc_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply()
463 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) in SMP_SecureConnectionOobDataReply()
/system/update_engine/
Dupdate_metadata.proto25 // // Only present if format_version > 1:
140 // All fields will be set, if this message is present.
147 // If these values aren't present, they should be assumed to match
206 // the time of applying the operation. If present, the update_engine daemon
234 // If present, a list of signatures of the new_partition_info.hash signed with
254 // Only present in major version = 1. List of install operations for the
263 // If signatures are present, the offset into the blobs, generally
271 // Only present in major version = 1. Partition metadata used to validate the
278 // old_image_info will only be present for delta images.
286 // Only present in major version >= 2. List of partitions that will be
/system/bt/stack/include/
Dsmp_api_types.h226 bool present; member
240 bool present; member
/system/extras/boottime_tools/bootanalyze/
DREADME.md15 be present in dmesg log after clock correction.
/system/sepolicy/prebuilts/api/27.0/private/
Dvold.te18 # from accidentally writing when the mount point isn't present.
/system/sepolicy/private/
Dvold.te17 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/28.0/private/
Dvold.te17 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/26.0/private/
Dvold.te18 # from accidentally writing when the mount point isn't present.
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt4 the latest devices, but not present in external/kernel-headers.
/system/sepolicy/public/
Dtoolbox.te2 # At present, the only known usage is for running mkswap via fs_mgr.
Ddrmserver.te34 # Delete old socket file if present.
/system/sepolicy/prebuilts/api/27.0/public/
Dtoolbox.te2 # At present, the only known usage is for running mkswap via fs_mgr.
Ddrmserver.te34 # Delete old socket file if present.
/system/sepolicy/prebuilts/api/28.0/public/
Dtoolbox.te2 # At present, the only known usage is for running mkswap via fs_mgr.
Ddrmserver.te34 # Delete old socket file if present.
/system/sepolicy/prebuilts/api/26.0/public/
Dtoolbox.te2 # At present, the only known usage is for running mkswap via fs_mgr.
Ddrmserver.te34 # Delete old socket file if present.
/system/media/camera/docs/
DACameraMetadata.mako31 assert(False),"A synthetic key should not present in NDK!"
/system/core/fastboot/
DREADME.md40 of the response (if present) provide a textual failure message
41 to present to the user. Stop.
62 b. FAIL -> display the remaining 60 bytes (if present) as a failure
275 Data Packet data, not present in all packets.
/system/core/rootdir/
Dinit.rc21 # Set the security context of /adb_keys if present.
24 # Set the security context of /postinstall if present.
163 # this ensures that the cpusets are present and usable, but the device's
296 # /data, which in turn can only be loaded when system properties are present.
333 # Make sure /sys/kernel/debug (if present) is labeled properly
/system/core/libutils/
DREADME5 If you need a feature that is native to Linux but not present on other
192 present.
/system/sepolicy/tools/sepolicy-analyze/
DREADME54 should not be present in a final -user build.
/system/sepolicy/
DREADME39 of macro-name=value. Spaces must NOT be present. This is useful for building modular

12