Searched refs:P (Results 1 – 25 of 63) sorted by relevance
123
/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/libvintf/include/vintf/ |
D | Level.h | 38 P = 3, enumerator
|
/system/timezone/input_data/iana/ |
D | tzdata2020a.tar.gz.asc | 4 fjTb6g/+P/l6Nev5Zv8mUktnT6eNKohtgpNRyHd8nYV92wmTiDSzAArFy7oi5CVV
|
/system/core/libunwindstack/ |
D | AndroidVersions.md | 9 ## 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/ |
D | current.txt | 12 # Frameworks HALs released in Android P
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 70 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/ |
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.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
D | com.android.apex.test_package_2.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
/system/bt/apex/ |
D | com.android.bluetooth.updatable.pem | 24 3hqT75LIXrE7OHd93Zn61+l/ww0K/s8TSuIVYOZjYMSEUXjVJHsm2DHxaMb7/47P
|
/system/sepolicy/public/ |
D | toolbox.te | 31 # chattr +F and chattr +P /data/media in init
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | toolbox.te | 31 # chattr +F and chattr +P /data/media in init
|
/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 | 2add47b6.0 | 38 NIST CURVE: P-384
|
D | 5acf816d.0 | 37 NIST CURVE: P-384
|
D | 3c899c73.0 | 39 NIST CURVE: P-384
|
D | 89c02a45.0 | 40 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;
|
123