Home
last modified time | relevance | path

Searched refs:contains (Results 1 – 25 of 38) sorted by relevance

12

/system/keymaster/
Dandroid_keymaster_test.cpp222 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_SIGN)); in CheckBaseParams()
223 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_VERIFY)); in CheckBaseParams()
224 EXPECT_TRUE(contains(auths, TAG_USER_ID, 7)); in CheckBaseParams()
225 EXPECT_TRUE(contains(auths, TAG_USER_AUTH_TYPE, HW_AUTH_PASSWORD)); in CheckBaseParams()
226 EXPECT_TRUE(contains(auths, TAG_AUTH_TIMEOUT, 300)); in CheckBaseParams()
229 EXPECT_FALSE(contains(auths, TAG_ROOT_OF_TRUST)); in CheckBaseParams()
230 EXPECT_FALSE(contains(auths, TAG_APPLICATION_ID)); in CheckBaseParams()
231 EXPECT_FALSE(contains(auths, TAG_APPLICATION_DATA)); in CheckBaseParams()
234 EXPECT_FALSE(contains(auths, TAG_PURPOSE, KM_PURPOSE_ENCRYPT)); in CheckBaseParams()
235 EXPECT_FALSE(contains(auths, TAG_PURPOSE, KM_PURPOSE_DECRYPT)); in CheckBaseParams()
[all …]
Dandroid_keymaster_test_utils.h58 bool contains(const AuthorizationSet& set, TypedEnumTag<KM_ENUM, Tag, KeymasterEnum> tag, in contains() function
65 bool contains(const AuthorizationSet& set, TypedEnumTag<KM_ENUM_REP, Tag, KeymasterEnum> tag, in contains() function
75 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains() function
81 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() function
90 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains() function
96 bool contains(const AuthorizationSet& set, TypedTag<KM_BYTES, Tag> tag, const std::string& val) { in contains() function
104 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains() function
111 inline bool contains(const AuthorizationSet& set, keymaster_tag_t tag) { in contains() function
/system/update_engine/update_payload_key/
DREADME1 This directory contains the public half of the payload signing key. This is
/system/nativepower/
DREADME1 This directory contains a C++ implementation of power management for use by
/system/weaved/
DREADME15 This directory contains the a Brillo service for registering a device and
/system/extras/tests/net_test/
DREADME56 The provided filesystem contains a DHCPv4 client and simple networking
67 since the filesystem contains a full Linux userland, it's possible to boot into
/system/webservd/
DREADME15 This directory contains a web server (webservd) and a client interface library
/system/bt/service/common/
DREADME1 This directory contains all the "common" sources between the bluetooth daemon
/system/core/include/utils/
DString8.h132 inline bool contains(const char* other) const;
279 inline bool String8::contains(const char* other) const in contains() function
DString16.h94 bool contains(const char16_t* chrs) const;
/system/extras/tests/mmc_tracepoints/
DREADME24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
/system/core/metricsd/uploader/proto/
DREADME18 This directory contains the protocol buffers used by the standalone metrics
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt43 * this client using IBluetoothLowEnergy.startScan. |scan_result| contains all
DIBluetoothGattClientCallback.txt49 * |characteristic_id| structure. |properties| contains the bitmask of GATT
/system/extras/tests/sdcard/
DREADME1 This directory contains tools to profile the sdcard performance.
/system/sepolicy/
DREADME1 This directory contains the core Android SELinux policy configuration.
24 BOARD_SEPOLICY_DIRS contains a list of directories to search
Drecovery.te116 # contains a number of read-only rules that apply to all
/system/sepolicy/tools/
DREADME1 This directory contains a number of tools related to policy, some of
/system/extras/perfprofd/
Dperf_profile.proto72 // A compressed representation of a perf profile, which contains samples from
/system/update_engine/
Dupdate_metadata.proto17 // Update file format: A delta update file contains all the deltas needed
52 // The DeltaArchiveManifest also contains the initial and final
102 // download that contains the signature is at the end of the file, so when
/system/connectivity/shill/mobile_operator_db/
Dmobile_operator_db.proto127 // The database inevitably contains some duplicate MobileNetworkOperators that
/system/bt/doc/
Dstyle_guide.md11 For a subsystem that contains code, its directory structure should look like:
19 mirrored. In other words, if `src/` contains a subdirectory called `foo/`,
/system/core/libutils/
DString16.cpp348 bool String16::contains(const char16_t* chrs) const in contains() function in android::String16
/system/sepolicy/tools/fc_sort/
DNOTICE62 0. This License applies to any program or other work which contains
99 whole or in part contains or is derived from the Program or any
157 code means all the source code for all modules it contains, plus any
/system/connectivity/shill/doc/
Dservice-api.txt175 configuration for this service. Each entry contains
177 name (within that profile) that contains configuration
279 present and contains the postdata
638 present and contains the mode of the network. The
1368 present and contains the security method or key
1381 present and contains the security class of the service.
1592 will be present and contains the negotiated
1641 will be present and contains the negotiated

12