Searched refs:P (Results 1 – 25 of 50) sorted by relevance
12
/system/sepolicy/vendor/ |
D | hal_wifi_supplicant_default.te | 26 # 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/ |
D | tzdata2019b.tar.gz.asc | 15 =P/tF
|
/system/hardware/interfaces/ |
D | current.txt | 12 # Frameworks HALs released in Android P
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
|
/system/core/debuggerd/seccomp_policy/ |
D | crash_dump.policy.def | 39 libminijail on vendor partitions older than P does not have constants from <sys/mman.h>.
|
/system/libhidl/transport/ |
D | current.txt | 19 # HALs released in Android P
|
/system/apex/apexd/apexd_testdata/ |
D | com.android.apex.test_package_2.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
D | com.android.apex.test_package.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 320 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/ |
D | 0d69c7e1.0 | 35 NIST CURVE: P-256
|
D | 7a7c655d.0 | 34 NIST CURVE: P-256
|
D | 6b03dec0.0 | 37 NIST CURVE: P-384
|
D | ccc52f49.0 | 36 NIST CURVE: P-384
|
D | 9479c8c3.0 | 40 NIST CURVE: P-384
|
D | 5acf816d.0 | 37 NIST CURVE: P-384
|
D | d41b5e2a.0 | 37 NIST CURVE: P-384
|
D | 89c02a45.0 | 40 NIST CURVE: P-384
|
D | 3c899c73.0 | 39 NIST CURVE: P-384
|
D | 2add47b6.0 | 38 NIST CURVE: P-384
|
D | c491639e.0 | 39 NIST CURVE: P-384
|
D | b3fb433b.0 | 42 NIST CURVE: P-384
|
D | 559f7c71.0 | 38 NIST CURVE: P-384
|
D | 27af790d.0 | 41 NIST CURVE: P-384
|
D | 88950faa.0 | 39 NIST CURVE: P-384
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1698 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