Home
last modified time | relevance | path

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

1234

/system/chre/apps/chqts/src/shared/
Ddumb_allocator.h35 bool contains(const void *ptr) const;
94 bool contains(const void *ptr) const { in contains() function
95 return DumbAllocatorBase::contains(ptr); in contains()
Ddumb_allocator_test.cc28 EXPECT_TRUE(da.contains(ptr)); in ExpectGoodAlloc()
68 EXPECT_FALSE(da.contains(ptr - 1)); in TEST()
69 EXPECT_FALSE(da.contains(ptr + 1)); in TEST()
70 EXPECT_FALSE(da.contains(nullptr)); in TEST()
Ddumb_allocator.cc65 bool DumbAllocatorBase::contains(const void *pointer) const { in contains() function in nanoapp_testing::DumbAllocatorBase
/system/timezone/distro/
DREADME1 This directory contains tools and code associated with time zone "distro"
8 The .zip file also contains versioning information that can be used to prevent
/system/iot/attestation/at-factory-tool/
DREADME2 This package contains the following open source software:
16 This package contains the following Microsoft Visual C++ redistributable files:
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTestUtils.java69 assertFalse(s + " must not contain " + absent, s.contains(absent)); in assertAbsent()
75 assertTrue(s + " must contain " + expected, s.contains(expected)); in assertContains()
/system/chre/chre_api/legacy/
DREADME.md1 This folder contains prior versions of the CHRE API, intended for reference
/system/timezone/testing/data/
DREADME1 This directory contains data files for testing time zone updates and the tools used to
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaprovider.te2 ### A domain for android.process.media, which contains both
/system/sepolicy/public/
Dmediaprovider.te2 ### A domain for android.process.media, which contains both
/system/sepolicy/prebuilts/api/27.0/public/
Dmediaprovider.te2 ### A domain for android.process.media, which contains both
/system/update_engine/update_payload_key/
DREADME1 This directory contains the public half of the payload signing key. This is
/system/keymaster/tests/
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
Dandroid_keymaster_test.cpp217 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_SIGN)); in CheckBaseParams()
218 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_VERIFY)); in CheckBaseParams()
219 EXPECT_TRUE(contains(auths, TAG_USER_ID, 7)); in CheckBaseParams()
220 EXPECT_TRUE(contains(auths, TAG_USER_AUTH_TYPE, HW_AUTH_PASSWORD)); in CheckBaseParams()
221 EXPECT_TRUE(contains(auths, TAG_AUTH_TIMEOUT, 300)); in CheckBaseParams()
224 EXPECT_FALSE(contains(auths, TAG_ROOT_OF_TRUST)); in CheckBaseParams()
225 EXPECT_FALSE(contains(auths, TAG_APPLICATION_ID)); in CheckBaseParams()
226 EXPECT_FALSE(contains(auths, TAG_APPLICATION_DATA)); in CheckBaseParams()
229 EXPECT_FALSE(contains(auths, TAG_PURPOSE, KM_PURPOSE_ENCRYPT)); in CheckBaseParams()
230 EXPECT_FALSE(contains(auths, TAG_PURPOSE, KM_PURPOSE_DECRYPT)); in CheckBaseParams()
[all …]
/system/chre/apps/wifi_offload/
DREADME.md1 This folder contains definitions for data types and serialization APIs used for
/system/tools/hidl/docs/src/parser/
Dconfig.kt110 filePathArgs.filterNot { excludedPathArgs.contains(it.toAbsolutePath()) } in parseArgs()
142 .filterNot { excludedPaths.contains(it.toPath().toAbsolutePath()) } in findFiles()
/system/chre/host/msm/daemon/
DREADME.md1 This folder contains source code for the daemon used to host CHRE on SLPI for
/system/chre/host/msm/daemon/idl/
DREADME.md1 This file contains Qualcomm IDL files used with FastRPC. It is compiled into
/system/chre/platform/shared/idl/
DREADME.md1 This folder contains FlatBuffers schema used in the communications protocol
/system/extras/simpleperf/demo/
DREADME.md19 SimpleperfExamplePureJava/ -- contains an Android Studio project using only Java code.
20 SimpleperfExampleWithNative/ -- contains an Android Studio project using both Java and C++ code.
21 SimpleperfExampleOfKotlin/ -- contains an Android Studio project using Kotlin code.
/system/chre/external/flatbuffers/
DREADME.md1 This folder contains a modified version of the FlatBuffers implementation header
/system/libvintf/include/vintf/
DVersionRange.h48 inline bool contains(const Version &ver) const { in contains() function
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt3 This folder contains any wifi kernel header updates to the kernels running on
/system/bt/service/common/
DREADME1 This directory contains all the "common" sources between the bluetooth daemon
/system/iot/attestation/partner-tools/
DREADME.md3 This directory contains a test script to verify that a device

1234