Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 50) sorted by relevance

12

/system/sepolicy/vendor/
Dhal_wifi_supplicant_default.te26 # Devices upgrading to P may grant this permission in device-specific
29 # P should use /data/vendor/wifi, which is already granted in core
/system/timezone/input_data/iana/
Dtzdata2019b.tar.gz.asc15 =P/tF
/system/hardware/interfaces/
Dcurrent.txt12 # Frameworks HALs released in Android P
/system/extras/simpleperf/demo/JavaApi/app/
Dbuild.gradle7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
/system/core/debuggerd/seccomp_policy/
Dcrash_dump.policy.def39 libminijail on vendor partitions older than P does not have constants from <sys/mman.h>.
/system/libhidl/transport/
Dcurrent.txt19 # HALs released in Android P
/system/apex/apexd/apexd_testdata/
Dcom.android.apex.test_package_2.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
Dcom.android.apex.test_package.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp320 const uint8_t P[8] = { 1, 0, 1, 0, 1, 0, 1, 0 }; in LDM() local
322 *mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) | in LDM()
329 const uint8_t P[8] = { 0, 1, 0, 1, 1, 0, 1, 0 }; in STM() local
331 *mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) | in STM()
/system/ca-certificates/files/
D0d69c7e1.035 NIST CURVE: P-256
D7a7c655d.034 NIST CURVE: P-256
D6b03dec0.037 NIST CURVE: P-384
Dccc52f49.036 NIST CURVE: P-384
D9479c8c3.040 NIST CURVE: P-384
D5acf816d.037 NIST CURVE: P-384
Dd41b5e2a.037 NIST CURVE: P-384
D89c02a45.040 NIST CURVE: P-384
D3c899c73.039 NIST CURVE: P-384
D2add47b6.038 NIST CURVE: P-384
Dc491639e.039 NIST CURVE: P-384
Db3fb433b.042 NIST CURVE: P-384
D559f7c71.038 NIST CURVE: P-384
D27af790d.041 NIST CURVE: P-384
D88950faa.039 NIST CURVE: P-384
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1698 template<typename P> P GetPointer(voffset_t field) {
1702 ? reinterpret_cast<P>(p + ReadScalar<uoffset_t>(p))
1705 template<typename P> P GetPointer(voffset_t field) const {
1706 return const_cast<Table *>(this)->GetPointer<P>(field);
1709 template<typename P> P GetStruct(voffset_t field) const {
1712 return field_offset ? reinterpret_cast<P>(p) : nullptr;

12