Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 1769) sorted by relevance

12345678910>>...71

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelNullabilityTest.java41 Parcel p = Parcel.obtain(); in nullByteArray() local
49 Parcel p = Parcel.obtain(); in nullBlob() local
57 Parcel p = Parcel.obtain(); in nullString() local
65 Parcel p = Parcel.obtain(); in nullCharSequence() local
73 Parcel p = Parcel.obtain(); in nullStrongBinder() local
81 Parcel p = Parcel.obtain(); in nullStringInterface() local
89 Parcel p = Parcel.obtain(); in nullFileDescriptor() local
99 Parcel p = Parcel.obtain(); in nullRawFileDescriptor() local
109 Parcel p = Parcel.obtain(); in nullRawFileDescriptorArray() local
117 Parcel p = Parcel.obtain(); in nullMap() local
[all …]
H A DParcelTest.java38 Parcel p = Parcel.obtain(); in testCallingWorkSourceUidAfterWrite() local
58 Parcel p = Parcel.obtain(); in testCallingWorkSourceUidAfterEnforce() local
75 Parcel p = Parcel.obtain(); in testParcelWithMultipleHeaders() local
101 final Parcel p = Parcel.obtain(); in testStrings() local
/aosp12/system/nfc/src/include/
H A Dnfc_types.h50 #define UINT32_TO_STREAM(p, u32) \ argument
57 #define UINT16_TO_STREAM(p, u16) \ argument
62 #define UINT8_TO_STREAM(p, u8) \ argument
64 #define INT8_TO_STREAM(p, u8) \ argument
76 #define STREAM_TO_UINT8(u8, p) \ argument
109 #define UINT32_TO_BE_STREAM(p, u32) \ argument
116 #define UINT24_TO_BE_STREAM(p, u24) \ argument
122 #define UINT16_TO_BE_STREAM(p, u16) \ argument
127 #define UINT8_TO_BE_STREAM(p, u8) \ argument
135 #define BE_STREAM_TO_UINT8(u8, p) \ argument
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerPropertyTests.java38 final Property p = in testBooleanProperty() local
63 final Property p = in testFloatProperty() local
88 final Property p = in testIntegerProperty() local
113 final Property p = in testResourceProperty() local
138 final Property p = in testStringProperty() local
164 final Property p = new Property(null, 1, "android", null); in testProperty_invalidName() local
173 final Property p = new Property("invalidTypeProperty", 0, "android", null); in testProperty_invalidType() local
179 final Property p = new Property("invalidTypeProperty", 6, "android", null); in testProperty_invalidType() local
185 final Property p = new Property("invalidTypeProperty", -1, "android", null); in testProperty_invalidType() local
194 final Property p = new Property(null, 1, null, null); in testProperty_noPackageName() local
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dpointertest.cpp37 Pointer p(""); in TEST() local
43 Pointer p("/"); in TEST() local
52 Pointer p("/foo"); in TEST() local
103 Pointer p("/"); in TEST() local
112 Pointer p("//a"); in TEST() local
161 Pointer p(" "); in TEST() local
169 Pointer p("/~"); in TEST() local
186 Pointer p("#"); in TEST() local
523 Pointer p; in TEST() local
533 Pointer p; in TEST() local
[all …]
/aosp12/system/bt/stack/include/
H A Dbt_types.h173 #define UINT8_TO_STREAM(p, u8) \ argument
175 #define INT8_TO_STREAM(p, u8) \ argument
215 #define STREAM_TO_INT8(u8, p) \ argument
220 #define STREAM_TO_UINT8(u8, p) \ argument
296 #define STREAM_SKIP_UINT8(p) \ argument
300 #define STREAM_SKIP_UINT16(p) \ argument
304 #define STREAM_SKIP_UINT32(p) \ argument
331 #define UINT8_TO_FIELD(p, u8) \ argument
355 #define UINT8_TO_BE_STREAM(p, u8) \ argument
368 #define BE_STREAM_TO_UINT8(u8, p) \ argument
[all …]
/aosp12/hardware/interfaces/power/stats/aidl/default/
H A Dmain.cpp34 void setFakeEnergyMeter(std::shared_ptr<PowerStats> p) { in setFakeEnergyMeter()
43 void addFakeStateResidencyDataProvider1(std::shared_ptr<PowerStats> p) { in addFakeStateResidencyDataProvider1()
48 void addFakeStateResidencyDataProvider2(std::shared_ptr<PowerStats> p) { in addFakeStateResidencyDataProvider2()
53 void addFakeEnergyConsumer1(std::shared_ptr<PowerStats> p) { in addFakeEnergyConsumer1()
57 void addFakeEnergyConsumer2(std::shared_ptr<PowerStats> p) { in addFakeEnergyConsumer2()
64 std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>(); in main() local
/aosp12/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc43 NFC_HDR* p; in nci_snd_core_reset() local
74 NFC_HDR* p; in nci_snd_core_init() local
108 NFC_HDR* p; in nci_snd_core_get_config() local
140 NFC_HDR* p; in nci_snd_core_set_config() local
189 NFC_HDR* p; in nci_snd_core_conn_create() local
226 NFC_HDR* p; in nci_snd_core_conn_close() local
260 NFC_HDR* p; in nci_snd_nfcee_discover() local
294 NFC_HDR* p; in nci_snd_nfcee_mode_set() local
328 NFC_HDR* p; in nci_snd_iso_dep_nak_presence_check_cmd() local
359 NFC_HDR* p; in nci_snd_discover_cmd() local
[all …]
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dswab.h62 static __always_inline __u16 __swab16p(const __u16 * p) { in __swab16p()
69 static __always_inline __u32 __swab32p(const __u32 * p) { in __swab32p()
76 static __always_inline __u64 __swab64p(const __u64 * p) { in __swab64p()
83 static inline __u32 __swahw32p(const __u32 * p) { in __swahw32p()
90 static inline __u32 __swahb32p(const __u32 * p) { in __swahb32p()
97 static inline void __swab16s(__u16 * p) { in __swab16s()
104 static __always_inline void __swab32s(__u32 * p) { in __swab32s()
111 static __always_inline void __swab64s(__u64 * p) { in __swab64s()
118 static inline void __swahw32s(__u32 * p) { in __swahw32s()
125 static inline void __swahb32s(__u32 * p) { in __swahb32s()
/aosp12/system/bt/stack/avdt/
H A Davdt_msg.cc332 static void avdt_msg_bld_none(UNUSED_ATTR uint8_t** p, in avdt_msg_bld_none()
348 static void avdt_msg_bld_single(uint8_t** p, tAVDT_MSG* p_msg) { in avdt_msg_bld_single()
399 static void avdt_msg_bld_multi(uint8_t** p, tAVDT_MSG* p_msg) { in avdt_msg_bld_multi()
679 UNUSED_ATTR uint8_t* p, in avdt_msg_prs_none()
1065 uint8_t* p; in avdt_msg_send() local
1208 uint8_t* p; in avdt_msg_asmbl() local
1338 uint8_t* p; in avdt_msg_send_cmd() local
1394 uint8_t* p; in avdt_msg_send_rsp() local
1434 uint8_t* p; in avdt_msg_send_rej() local
1485 uint8_t* p; in avdt_msg_send_grej() local
[all …]
H A Davdt_defs.h136 #define AVDT_MSG_PRS_HDR(p, lbl, pkt, msg) \ argument
151 #define AVDT_MSG_PRS_SIG(p, sig) \ argument
156 #define AVDT_MSG_PRS_SEID(p, seid) \ argument
161 #define AVDT_MSG_PRS_PKT_TYPE(p, pkt) \ argument
174 #define AVDT_MSG_PRS_RPT_OCTET1(p, o_v, o_p, o_cc) \ argument
181 #define AVDT_MSG_PRS_M_PT(p, m_pt, marker) \ argument
198 #define AVDT_MSG_BLD_SIG(p, sig) \ argument
203 #define AVDT_MSG_BLD_SEID(p, seid) \ argument
208 #define AVDT_MSG_BLD_ERR(p, err) \ argument
213 #define AVDT_MSG_BLD_PARAM(p, param) \ argument
[all …]
/aosp12/frameworks/rs/script_api/
H A DGenerateTestFiles.cpp203 for (auto p : mAllInputsAndOutputs) { in PermutationWriter() local
288 for (auto p : mAllInputsAndOutputs) { in writeJavaCheckMethod() local
294 for (auto p : mAllInputsAndOutputs) { in writeJavaCheckMethod() local
307 for (auto p : mAllInputsAndOutputs) { in writeJavaCheckMethod() local
414 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyScalarMethod() local
436 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyScalarMethod() local
503 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyScalarMethod() local
539 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyVectorMethod() local
551 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyVectorMethod() local
567 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyVectorMethod() local
[all …]
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraCapabilities.java40 AndroidCameraCapabilities(Camera.Parameters p) { in AndroidCameraCapabilities()
89 private void buildPreviewFpsRange(Camera.Parameters p) { in buildPreviewFpsRange()
97 private void buildPreviewSizes(Camera.Parameters p) { in buildPreviewSizes()
107 private void buildVideoSizes(Camera.Parameters p) { in buildVideoSizes()
117 private void buildPictureSizes(Camera.Parameters p) { in buildPictureSizes()
128 private void buildSceneModes(Camera.Parameters p) { in buildSceneModes()
171 private void buildFlashModes(Camera.Parameters p) { in buildFlashModes()
193 private void buildFocusModes(Camera.Parameters p) { in buildFocusModes()
216 private void buildWhiteBalances(Camera.Parameters p) { in buildWhiteBalances()
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DAppLaunchEvent.java120 protected void writeToParcelImpl(Parcel p, int flags) { in writeToParcelImpl()
126 IntentStarted(Parcel p) { in IntentStarted()
146 IntentFailed(Parcel p) { in IntentFailed()
184 BaseWithActivityRecordData(Parcel p) { in BaseWithActivityRecordData()
221 ActivityLaunched(Parcel p) { in ActivityLaunched()
257 ActivityLaunchFinished(Parcel p) { in ActivityLaunchFinished()
298 ActivityLaunchCancelled(Parcel p) { in ActivityLaunchCancelled()
338 ReportFullyDrawn(Parcel p) { in ReportFullyDrawn()
385 protected void writeToParcelImpl(Parcel p, int flags) { in writeToParcelImpl()
389 protected AppLaunchEvent(Parcel p) { in AppLaunchEvent()
[all …]
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParserCacheHelper.java45 public ReadHelper(Parcel p) { in ReadHelper()
84 public String readString(Parcel p) { in readString()
89 public String readString8(Parcel p) { in readString8()
94 public String readString16(Parcel p) { in readString16()
113 public WriteHelper(Parcel p) { in WriteHelper()
125 public void writeString(Parcel p, String s) { in writeString()
148 public void writeString8(Parcel p, String s) { in writeString8()
153 public void writeString16(Parcel p, String s) { in writeString16()
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc487 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_inquiry() local
504 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_inq_cancel() local
518 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_per_inq_mode() local
537 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_exit_per_inq() local
551 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_create_conn() local
569 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_disconnect() local
584 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_add_SCO_conn() local
600 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_create_conn_cancel() local
1418 BT_HDR* p = (BT_HDR*)buffer; in btsnd_hcic_write_ext_inquiry_response() local
1762 uint8_t* p = param; in btsnd_hcic_read_encryption_key_size() local
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/service/euicc/
H A DEuiccProfileInfoTest.java42 EuiccProfileInfo p = in testWriteToParcel() local
71 EuiccProfileInfo p = in testWriteToParcelNullCarrierId() local
96 EuiccProfileInfo p = in testBuilderAndGetters() local
133 EuiccProfileInfo p = in testBuilder_BasedOnAnotherProfile() local
158 EuiccProfileInfo p = in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules() local
181 EuiccProfileInfo p = in testEqualsHashCode() local
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderParcelTest.cpp32 Parcel p; in TEST() local
49 Parcel p; in TEST() local
65 Parcel p; in parcelOpSameLength() local
75 parcelOpSameLength([&] (Parcel* p) { in TEST()
77 }, [&] (Parcel* p) { in TEST()
84 parcelOpSameLength([&] (Parcel* p) { in TEST()
86 }, [&] (Parcel* p) { in TEST()
95 parcelOpSameLength([&] (Parcel* p) { in TEST()
97 }, [&] (Parcel* p) { in TEST()
114 parcelOpSameLength([&] (Parcel* p) { in readWriteInverse()
[all …]
/aosp12/system/extras/simpleperf/
H A Drecord.cpp242 char* p = new_binary; in SetDataAndFilename() local
289 char* p = new_binary; in SetDataAndFilename() local
330 char* p = new_binary; in CommRecord() local
351 char* p = new_binary; in SetCommandName() local
394 char* p = new_binary; in ForkRecord() local
551 char* p = new_binary; in SampleRecord() local
668 char* p = new_binary; in BuildBinaryWithNewCallChain() local
912 char* p = new_binary; in BuildIdRecord() local
940 char* p = new_binary; in AuxTraceInfoRecord() local
984 char* p = new_binary; in AuxTraceRecord() local
[all …]
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DIpPrefixTest.java58 IpPrefix p; in testConstructor() local
128 IpPrefix p; in testTruncation() local
228 IpPrefix p = new IpPrefix("2001:db8:f00::ace:d00d/127"); in testContainsInetAddress() local
302 IpPrefix p = new IpPrefix(new byte[4], 0); in testHashCode() local
350 IpPrefix p = new IpPrefix(ipv6bytes, 120); in testMappedAddressesAreBroken() local
361 IpPrefix p; in testParceling() local
/aosp12/hardware/google/graphics/common/memtrack-pixel/core/
H A Dfilesystem.cpp15 bool exists(const path& p) { in exists()
20 bool is_directory(const path& p) { in is_directory()
28 bool is_symlink(const path& p) { in is_symlink()
36 path read_symlink(const path& p) { in read_symlink()
47 std::vector<directory_entry> directory_iterator(const path& p) { in directory_iterator()
/aosp12/bionic/libc/platform/bionic/
H A Dmacros.h34 static constexpr uintptr_t align_down(uintptr_t p, size_t align) { in align_down()
38 static constexpr uintptr_t align_up(uintptr_t p, size_t align) { in align_up()
43 static inline T* align_down(T* p, size_t align) { in align_down()
48 static inline T* align_up(T* p, size_t align) { in align_up()
86 static inline uintptr_t untag_address(uintptr_t p) { in untag_address()
95 static inline T* untag_address(T* p) { in untag_address()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c215 #define MEMSIZE(p) \ argument
341 struct parse *p, in p_ere()
395 struct parse *p, in p_ere_exp()
549 struct parse *p) in p_str()
573 struct parse *p, in p_bre()
616 struct parse *p, in p_simp_re()
738 struct parse *p) in p_count()
763 struct parse *p) in p_bracket()
844 struct parse *p, in p_b_term()
914 struct parse *p, in p_b_cclass()
[all …]
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub-test.cpp50 pollfd p = {buffer->event_fd(), POLLIN, 0}; in PollBufferEvent() local
57 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
107 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
175 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
208 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
252 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
315 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
324 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local
611 std::unique_ptr<ProducerBuffer> p = in TEST_F() local
626 std::unique_ptr<ProducerBuffer> p = in TEST_F() local
[all …]
/aosp12/bionic/libc/bionic/
H A Dfts.c80 FTSENT *p, *root; in __fts_open() local
210 FTSENT *freep, *p; in fts_close() local
254 #define NAPPEND(p) \ argument
261 FTSENT *p, *tmp; in fts_read() local
470 FTSENT *p; in fts_children() local
554 FTSENT *p, *head; in fts_build() local
876 FTSENT **ap, *p; in fts_sort() local
910 FTSENT *p; in fts_alloc() local
940 FTSENT *p; in fts_lfree() local
958 char *p; in fts_palloc() local
[all …]

12345678910>>...71