/frameworks/native/libs/binder/tests/ |
D | binderRpcWireProtocolTest.cpp | 44 [](Parcel* p) { ASSERT_EQ(OK, p->writeInterfaceToken(String16(u"tok"))); }, in __anona9800ae20102() 45 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt32(-1)); }, in __anona9800ae20202() 46 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt32(0)); }, in __anona9800ae20302() 47 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt32(17)); }, in __anona9800ae20402() 48 [](Parcel* p) { ASSERT_EQ(OK, p->writeUint32(0)); }, in __anona9800ae20502() 49 [](Parcel* p) { ASSERT_EQ(OK, p->writeUint32(1)); }, in __anona9800ae20602() 50 [](Parcel* p) { ASSERT_EQ(OK, p->writeUint32(10003)); }, in __anona9800ae20702() 51 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt64(-1)); }, in __anona9800ae20802() 52 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt64(0)); }, in __anona9800ae20902() 53 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt64(17)); }, in __anona9800ae20a02() [all …]
|
D | binderParcelUnitTest.cpp | 38 Parcel p; in TEST() local 55 Parcel p; in TEST() local 71 Parcel p; in TEST() local 85 Parcel p; in TEST() local 101 Parcel p; in TEST() local 118 Parcel p; in parcelOpSameLength() local 128 parcelOpSameLength([&] (Parcel* p) { in TEST() 130 }, [&] (Parcel* p) { in TEST() 137 parcelOpSameLength([&] (Parcel* p) { in TEST() 139 }, [&] (Parcel* p) { in TEST() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | ParcelNullabilityTest.java | 41 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 …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerPropertyTests.java | 40 final Property p = in testBooleanProperty() local 65 final Property p = in testFloatProperty() local 90 final Property p = in testIntegerProperty() local 115 final Property p = in testResourceProperty() local 140 final Property p = in testStringProperty() local 166 final Property p = new Property(null, 1, "android", null); in testProperty_invalidName() local 175 final Property p = new Property("invalidTypeProperty", 0, "android", null); in testProperty_invalidType() local 181 final Property p = new Property("invalidTypeProperty", 6, "android", null); in testProperty_invalidType() local 187 final Property p = new Property("invalidTypeProperty", -1, "android", null); in testProperty_invalidType() local 196 final Property p = new Property(null, 1, null, null); in testProperty_noPackageName() local
|
/frameworks/rs/script_api/ |
D | GenerateTestFiles.cpp | 192 for (auto p : permutation.getParams()) { in PermutationWriter() local 203 for (auto p : mAllInputsAndOutputs) { in PermutationWriter() local 253 for (auto p : mAllInputsAndOutputs) { in writeJavaArgumentClass() 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 456 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyScalarMethod() local 490 for (auto p : mAllInputsAndOutputs) { in writeJavaVerifyScalarMethod() local [all …]
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCameraCapabilities.java | 40 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()
|
D | AndroidCamera2Capabilities.java | 41 AndroidCamera2Capabilities(CameraCharacteristics p) { in AndroidCamera2Capabilities() 107 private void buildSceneModes(CameraCharacteristics p) { in buildSceneModes() 119 private void buildFlashModes(CameraCharacteristics p) { in buildFlashModes() 133 private void buildFocusModes(CameraCharacteristics p) { in buildFocusModes() 145 private void buildWhiteBalances(CameraCharacteristics p) { in buildWhiteBalances()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParserCacheHelper.java | 45 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()
|
/frameworks/base/core/tests/coretests/src/android/service/euicc/ |
D | EuiccProfileInfoTest.java | 42 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
|
/frameworks/native/libs/vr/libbufferhub/ |
D | buffer_hub-test.cpp | 50 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 341 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local 360 std::unique_ptr<ProducerBuffer> p = ProducerBuffer::Create( in TEST_F() local [all …]
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | KeyStore2ParameterUtils.java | 54 KeyParameter p = new KeyParameter(); in makeBool() local 116 KeyParameter p = new KeyParameter(); in makeInt() local 134 KeyParameter p = new KeyParameter(); in makeLong() local 151 KeyParameter p = new KeyParameter(); in makeBytes() local 168 KeyParameter p = new KeyParameter(); in makeBignum() local 185 KeyParameter p = new KeyParameter(); in makeDate() local
|
/frameworks/base/core/java/android/os/ |
D | BatteryProperty.java | 58 private BatteryProperty(Parcel p) { in BatteryProperty() 62 public void readFromParcel(Parcel p) { in readFromParcel() 66 public void writeToParcel(Parcel p, int flags) { in writeToParcel()
|
D | MessageQueue.java | 487 Message p = mMessages; in postSyncBarrier() local 522 Message p = mMessages; in removeSyncBarrier() local 569 Message p = mMessages; in enqueueMessage() local 610 Message p = mMessages; in hasMessages() local 627 Message p = mMessages; in hasEqualMessages() local 645 Message p = mMessages; in hasMessages() local 662 Message p = mMessages; in hasMessages() local 679 Message p = mMessages; in removeMessages() local 713 Message p = mMessages; in removeEqualMessages() local 747 Message p = mMessages; in removeMessages() local [all …]
|
/frameworks/av/media/utils/ |
D | memory-test.cpp | 24 unique_malloced_ptr<void> p(std::malloc(10)); in TEST() local 32 unique_malloced_ptr<char> p(nullptr); in TEST() local 36 unique_malloced_ptr<char> p; in TEST() local
|
/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 34 float x, float y, Paint p); in drawText() 40 float x, float y, boolean isRtl, Paint p); in drawTextRun() 45 float measureText(int start, int end, Paint p); in measureText() 50 public int getTextWidths(int start, int end, float[] widths, Paint p); in getTextWidths() 62 int cursorOpt, Paint p); in getTextRunCursor()
|
/frameworks/wilhelm/tests/sandbox/ |
D | monkey.c | 54 State_t actionPause(Player_pt p) in actionPause() 62 State_t actionPlay(Player_pt p) in actionPlay() 70 State_t actionStop(Player_pt p) in actionStop() 78 State_t actionRewind(Player_pt p) in actionRewind() 86 State_t actionDestroy(Player_pt p) in actionDestroy() 96 State_t actionCreate(Player_pt p) in actionCreate() 126 State_t actionRealize(Player_pt p) in actionRealize() 155 State_t actionTerminateIfDone(Player_pt p) in actionTerminateIfDone()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerState_test.cpp | 44 Parcel p; in TEST() local 75 Parcel p; in TEST() local 101 Parcel p; in TEST() local
|
/frameworks/native/libs/gui/tests/ |
D | WindowInfo_test.cpp | 38 Parcel p; in TEST() local 76 Parcel p; in TEST() local 114 Parcel p; in TEST() local
|
/frameworks/av/media/libmediaformatshaper/ |
D | CodecProperties.cpp | 107 const char *p = value.c_str(); in setTuningValue() local 120 const char *p = value.c_str(); in setTuningValue() local 134 const char *p = value.c_str(); in setTuningValue() local 143 const char *p = value.c_str(); in setTuningValue() local 151 const char *p = value.c_str(); in setTuningValue() local 207 const char *p = w.c_str(); in bppPoint() local 223 const char *p = value.c_str(); in bppPoint() local 321 const char *p = w.c_str(); in qpMaxPoint() local 337 const char *p = value.c_str(); in qpMaxPoint() local
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 130 bool unmarshallFilter(const Parcel& p, in unmarshallFilter() 565 sp<MediaPlayerBase> p; in dump() local 805 sp<MediaPlayerBase> p; in disconnect() local 836 sp<MediaPlayerBase> p = getPlayer(); in createPlayer() local 870 sp<MediaPlayerBase> p = createPlayer(playerType); in setDataSource_pre() local 964 const sp<MediaPlayerBase>& p, in setDataSource_post() 1021 sp<MediaPlayerBase> p = setDataSource_pre(playerType); in setDataSource() local 1062 sp<MediaPlayerBase> p = setDataSource_pre(playerType); in setDataSource() local 1075 sp<MediaPlayerBase> p = setDataSource_pre(playerType); in setDataSource() local 1088 sp<MediaPlayerBase> p = setDataSource_pre(playerType); in setDataSource() local [all …]
|
/frameworks/native/libs/math/include/math/ |
D | TQuatHelpers.h | 167 constexpr T PURE dot(const QUATERNION<T>& p, const QUATERNION<RT>& q) { in dot() 220 constexpr QUATERNION<T> PURE cross(const QUATERNION<T>& p, const QUATERNION<T>& q) { in cross() 245 QUATERNION<T> PURE slerp(const QUATERNION<T>& p, const QUATERNION<T>& q, T t) { in slerp() 260 constexpr QUATERNION<T> PURE lerp(const QUATERNION<T>& p, const QUATERNION<T>& q, T t) { in lerp() 265 constexpr QUATERNION<T> PURE nlerp(const QUATERNION<T>& p, const QUATERNION<T>& q, T t) { in nlerp()
|
/frameworks/rs/ |
D | rsType.cpp | 194 RsTypeCreateParams p; in createFromStream() local 297 RsTypeCreateParams p; in cloneAndResize1D() local 309 RsTypeCreateParams p; in cloneAndResize2D() local 322 const uint8_t *p = static_cast<const uint8_t *>(ptr); in incRefs() local 339 const uint8_t *p = static_cast<const uint8_t *>(ptr); in decRefs() local 366 RsTypeCreateParams p; in rsi_TypeCreate() local 377 RsType rsi_TypeCreate2(Context *rsc, const RsTypeCreateParams *p, size_t len) { in rsi_TypeCreate2()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | Lines2Activity.java | 75 private void drawLines(Canvas canvas, Paint p, float xOffset, float yOffset) { in drawLines() 89 private void drawVerticalLine(Canvas canvas, Paint p, float length, float x, float y) { in drawVerticalLine() 93 private void drawDiagonalLine(Canvas canvas, Paint p, float length, float x, float y) { in drawDiagonalLine() 100 Paint p = new Paint(); in onDraw() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecordLoggerImpl.java | 38 NotificationRecordPair p = new NotificationRecordPair(r, old); in maybeLogNotificationPosted() local 50 NotificationRecordPair p = new NotificationRecordPair(r, null); in logNotificationAdjusted() local 55 private void writeNotificationReportedAtom(NotificationRecordPair p, in writeNotificationReportedAtom()
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 50 getElementAt1(const uint8_t *p, int32_t x) { in getElementAt1() 56 getElementAt2(const uint8_t *p, int32_t x) { in getElementAt2() 63 getElementAt3(const uint8_t *p, int32_t x) { in getElementAt3() 70 getElementAt4(const uint8_t *p, int32_t x) { in getElementAt4() 77 getElementAt565(const uint8_t *p, int32_t x) { in getElementAt565() 84 getElementAt1(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt1() 91 getElementAt2(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt2() 99 getElementAt3(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt3() 107 getElementAt4(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt4() 115 getElementAt565(const uint8_t *p, size_t stride, int32_t x, int32_t y) { in getElementAt565() [all …]
|