Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 37) 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/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/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/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp156 Vector2D* pos = &(b->mPosition); in updateSceneGraphs() local
/cts/tests/tests/location/src/android/location/cts/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.java232 int pos = mp.getCurrentPosition(); in testPlayAudioFromDataURI() local
350 int pos = mp.getCurrentPosition(); local
357 int pos = mp.getCurrentPosition(); local
421 int pos = mp.getCurrentPosition(); in testPlayMidi() local
/cts/tests/tests/content/src/android/content/cts/
DTestPagingContentProvider.java148 private void fillRow(RowBuilder row, int pos) { in fillRow()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Audio_Playlists_MembersTest.java201 int pos = c.getPosition(); in verifyPlaylist() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java386 int pos) { in verifyMatchesHistoricalPointerCoords()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java731 final float[] pos = new float[]{ in testDrawPosTextWithIndexAndCountNegativeIndex() local
745 final float[] pos = new float[]{ in testDrawPosTextWithIndexAndCountTextTooShort() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDatabaseAsserts.java203 final int pos = cursor.getPosition(); in assertCursorValuesMatchExactly() local
/cts/tests/tests/media/libaudiojni/
Daudio-track-native.cpp241 SLuint32 pos; in getPositionInMsec() local
498 int64_t pos; in Java_android_media_cts_AudioTrackNative_nativeGetPositionInMsec() local
Daudio-record-native.cpp275 SLuint32 pos; in getPositionInMsec() local
581 int64_t pos; in Java_android_media_cts_AudioRecordNative_nativeGetPositionInMsec() local
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java188 private int pos = 0; field in JsonReader
/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtilsTest.java390 int pos = cursor.getPosition(); in testDumpCursor() local

12