/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/iot/attestation/at-factory-tool/ |
D | README | 2 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/ |
D | TestUtils.java | 69 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/ |
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/prebuilts/api/28.0/public/ |
D | mediaprovider.te | 2 ### A domain for android.process.media, which contains both
|
/system/sepolicy/public/ |
D | mediaprovider.te | 2 ### A domain for android.process.media, which contains both
|
/system/sepolicy/prebuilts/api/27.0/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/keymaster/tests/ |
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
|
D | android_keymaster_test.cpp | 217 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/ |
D | README.md | 1 This folder contains definitions for data types and serialization APIs used for
|
/system/tools/hidl/docs/src/parser/ |
D | config.kt | 110 filePathArgs.filterNot { excludedPathArgs.contains(it.toAbsolutePath()) } in parseArgs() 142 .filterNot { excludedPaths.contains(it.toPath().toAbsolutePath()) } in findFiles()
|
/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/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/chre/external/flatbuffers/ |
D | README.md | 1 This folder contains a modified version of the FlatBuffers implementation header
|
/system/libvintf/include/vintf/ |
D | VersionRange.h | 48 inline bool contains(const Version &ver) const { in contains() function
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | README.txt | 3 This folder contains any wifi kernel header updates to the kernels running on
|
/system/bt/service/common/ |
D | README | 1 This directory contains all the "common" sources between the bluetooth daemon
|
/system/iot/attestation/partner-tools/ |
D | README.md | 3 This directory contains a test script to verify that a device
|