/system/chre/apps/chqts/src/shared/ |
D | dumb_allocator.h | 35 bool contains(const void *ptr) const; 94 bool contains(const void *ptr) const { in contains() function 95 return DumbAllocatorBase::contains(ptr); in contains()
|
D | dumb_allocator_test.cc | 28 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()
|
D | dumb_allocator.cc | 65 bool DumbAllocatorBase::contains(const void *pointer) const { in contains() function in nanoapp_testing::DumbAllocatorBase
|
/system/timezone/distro/ |
D | README | 1 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/ |
D | android_keymaster_test.cpp | 266 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 …]
|
D | android_keymaster_test_utils.h | 58 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/ |
D | README.md | 1 This folder contains prior versions of the CHRE API, intended for reference
|
/system/timezone/testing/data/ |
D | README | 1 This directory contains data files for testing time zone updates and the tools used to
|
/system/sepolicy/public/ |
D | mediaprovider.te | 2 ### A domain for android.process.media, which contains both
|
/system/update_engine/update_payload_key/ |
D | README | 1 This directory contains the public half of the payload signing key. This is
|
/system/chre/apps/wifi_offload/ |
D | README.md | 1 This folder contains definitions for data types and serialization APIs used for
|
/system/chre/host/msm/daemon/ |
D | README.md | 1 This folder contains source code for the daemon used to host CHRE on SLPI for
|
/system/chre/host/msm/daemon/idl/ |
D | README.md | 1 This file contains Qualcomm IDL files used with FastRPC. It is compiled into
|
/system/chre/platform/shared/idl/ |
D | README.md | 1 This folder contains FlatBuffers schema used in the communications protocol
|
/system/libvintf/include/vintf/ |
D | VersionRange.h | 48 inline bool contains(const Version &ver) const { in contains() function
|
/system/chre/external/flatbuffers/ |
D | README.md | 1 This folder contains a modified version of the FlatBuffers implementation header
|
/system/bt/service/common/ |
D | README | 1 This directory contains all the "common" sources between the bluetooth daemon
|
/system/timezone/ |
D | README.android | 1 This directory contains tools for time zone updates.
|
/system/extras/simpleperf/demo/ |
D | README.md | 19 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/ |
D | README | 1 This folder contains scripts and test data to test libufdt.
|
/system/sepolicy/private/ |
D | mediaprovider.te | 2 ### A domain for android.process.media, which contains both
|
/system/nvram/ |
D | README.md | 3 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/ |
D | CompatibilityMatrix.cpp | 54 if (matrixXmlFile.versionRange().contains(version)) { in getXmlSchemaPath()
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
|
/system/core/libutils/include/utils/ |
D | String8.h | 141 inline bool contains(const char* other) const; 297 inline bool String8::contains(const char* other) const in contains() function
|