Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 43) sorted by relevance

12

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DField.java36 static Field newInstance(int pos, String name, int fieldType) { in newInstance()
47 private Field(int pos, String name, int fieldType) { in Field()
120 IntegerField(int pos, String name) { in IntegerField()
140 StringField(int pos, String name) { in StringField()
/cts/tools/vm-tests-tf/build/src/util/build/
DFileUtil.java31 int pos = 0; in readFile() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DComponentNameUtils.java49 final int pos = className.lastIndexOf('.'); in getLogTag() local
/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java38 float[] pos = new float[2]; in assertPathMatches() local
DPropagationTest.java58 int[] pos = new int[2]; in testCircularPropagation() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRsAllocationCopyTest.java297 int pos = i * width + j; in test_RsAllocationCopy2D_Byte() local
353 int pos = i * width + j; in test_RsAllocationCopy2D_Short() local
409 int pos = i * width + j; in test_RsAllocationCopy2D_Int() local
465 int pos = i * width + j; in test_RsAllocationCopy2D_Float() local
521 int pos = i * width + j; in test_RsAllocationCopy2D_Long() local
DDebugContext.java254 int pos = i * AC.Width + j; in testDebugContextRsAllocationCopy2D_Short_Normal() local
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStoreMatchTest.java89 final Uri pos = ProviderTestUtils.stageMedia(R.raw.scenery, mExternalImages); in verifyMatch() local
DMediaStore_Audio_Playlists_MembersTest.java203 int pos = c.getPosition(); in verifyPlaylist() local
/cts/suite/audio_quality/lib/src/
DStringUtil.cpp42 android::String8 StringUtil::substr(const android::String8& str, size_t pos, size_t n) in substr()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathMeasureTest.java62 float[] pos = { 1f }; in testGetPosTanArraysTooSmall() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerHardwareScanFilterActivity.java159 public View getView(int pos, View view, ViewGroup parent) { in getView()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DWindowFocusHandleService.java95 private EditText createPopupTextView(Point pos) { in createPopupTextView()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshadertoy_shader.cpp86 attribute vec2 pos; in CreateShader() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DWidgetTransitionTest.java295 final int[] pos = new int[2]; in getSourceBounds() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DEnrollmentSpecificIdTest.java167 int pos = 0; in computeHkdf() local
/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp156 Vector2D* pos = &(b->mPosition); in updateSceneGraphs() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java214 Position pos = suplPosInit.setPositionToNewInstance(); in generateSuplPositionInitLocalLocationMessage() local
/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java262 public void seekTo(int pos) { in seekTo()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java249 int pos = mp.getCurrentPosition(); in testPlayAudioFromDataURI() local
369 int pos = mp.getCurrentPosition(); local
376 int pos = mp.getCurrentPosition(); local
448 int pos = mp.getCurrentPosition(); in runMidiTest() local
/cts/tests/tests/content/src/android/content/cts/
DTestPagingContentProvider.java148 private void fillRow(RowBuilder row, int pos) { in fillRow()
/cts/tests/media/jni/
DNativeMediaCommon.cpp84 void flattenField(uint8_t* buffer, int* pos, T value) { in flattenField()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java386 int pos) { in verifyMatchesHistoricalPointerCoords()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DDatabaseAsserts.java203 final int pos = cursor.getPosition(); in assertCursorValuesMatchExactly() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java772 final float[] pos = new float[]{ in testDrawPosTextWithIndexAndCountNegativeIndex() local
786 final float[] pos = new float[]{ in testDrawPosTextWithIndexAndCountTextTooShort() local

12