Home
last modified time | relevance | path

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

123

/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/libvintf/include/vintf/
DLevel.h38 P = 3, enumerator
/system/timezone/input_data/iana/
Dtzdata2020a.tar.gz.asc4 fjTb6g/+P/l6Nev5Zv8mUktnT6eNKohtgpNRyHd8nYV92wmTiDSzAArFy7oi5CVV
/system/core/libunwindstack/
DAndroidVersions.md9 ## Android P
10 libunwindstack was first introduced in Android P.
23 and one read/executable. The libunwindstack on P and the unwinder on older
25 target Android P or older, make sure that `-Wl,--no-rosegment` is
53 in the executable. On Android P, this would result in some incorrect
54 unwinds coming from simpleperf. Nearly all crashes from Android P should
88 in Android P.
/system/hardware/interfaces/
Dcurrent.txt12 # Frameworks HALs released in Android P
/system/teeui/libteeui/src/
Dutils.cpp70 Point<pxs> P(pxs(.5), a1 - a0 * (pxs(.5) - a0) / a1); in pixelLineIntersect() local
71 TEEUI_LOG << " P: " << P << " Q: " << Q; in pixelLineIntersect()
72 Point<pxs> R = P - Q; in pixelLineIntersect()
/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.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
Dcom.android.apex.test_package_2.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
/system/bt/apex/
Dcom.android.bluetooth.updatable.pem24 3hqT75LIXrE7OHd93Zn61+l/ww0K/s8TSuIVYOZjYMSEUXjVJHsm2DHxaMb7/47P
/system/sepolicy/public/
Dtoolbox.te31 # chattr +F and chattr +P /data/media in init
/system/sepolicy/prebuilts/api/30.0/public/
Dtoolbox.te31 # chattr +F and chattr +P /data/media in init
/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
D2add47b6.038 NIST CURVE: P-384
D5acf816d.037 NIST CURVE: P-384
D3c899c73.039 NIST CURVE: P-384
D89c02a45.040 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;

123