Home
last modified time | relevance | path

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

123

/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/keymaster/
Dandroid_keymaster_test.cpp266 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_SIGN)); in CheckBaseParams()
267 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_VERIFY)); in CheckBaseParams()
268 EXPECT_TRUE(contains(auths, TAG_USER_ID, 7)); in CheckBaseParams()
269 EXPECT_TRUE(contains(auths, TAG_USER_AUTH_TYPE, HW_AUTH_PASSWORD)); in CheckBaseParams()
270 EXPECT_TRUE(contains(auths, TAG_AUTH_TIMEOUT, 300)); in CheckBaseParams()
273 EXPECT_FALSE(contains(auths, TAG_ROOT_OF_TRUST)); in CheckBaseParams()
274 EXPECT_FALSE(contains(auths, TAG_APPLICATION_ID)); in CheckBaseParams()
275 EXPECT_FALSE(contains(auths, TAG_APPLICATION_DATA)); in CheckBaseParams()
278 EXPECT_FALSE(contains(auths, TAG_PURPOSE, KM_PURPOSE_ENCRYPT)); in CheckBaseParams()
279 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/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/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/chre/apps/wifi_offload/
DREADME.md1 This folder contains definitions for data types and serialization APIs used for
/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/libvintf/include/vintf/
DVersionRange.h48 inline bool contains(const Version &ver) const { in contains() function
/system/chre/external/flatbuffers/
DREADME.md1 This folder contains a modified version of the FlatBuffers implementation header
/system/bt/service/common/
DREADME1 This directory contains all the "common" sources between the bluetooth daemon
/system/timezone/
DREADME.android1 This directory contains tools for time zone updates.
/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/libufdt/tests/
DREADME1 This folder contains scripts and test data to test libufdt.
/system/sepolicy/private/
Dmediaprovider.te2 ### A domain for android.process.media, which contains both
/system/nvram/
DREADME.md3 This repository contains various pieces related to the Access-controlled NVRAM
36 The [hal](/hal) directory contains glue code that simplifies creation of NVRAM
/system/libvintf/
DCompatibilityMatrix.cpp54 if (matrixXmlFile.versionRange().contains(version)) { in getXmlSchemaPath()
/system/extras/tests/mmc_tracepoints/
DREADME24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
/system/core/libutils/include/utils/
DString8.h141 inline bool contains(const char* other) const;
297 inline bool String8::contains(const char* other) const in contains() function

123