Home
last modified time | relevance | path

Searched +defs:i +defs:h (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DYuvTest.java57 protected void makeYuvBuffer(int w, int h) { in makeYuvBuffer()
103 int i = 0; in testV17() local
154 int i = 0; in test_NV21() local
205 int i = 0; in test_YV12() local
257 int i = 0; in test_YV12_Float4() local
304 int i = 0; in test_NV21_Float4() local
DAllocationTest.java109 assertEquals(A.getType().getX(), i); in createSizedHelper() local
721 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local
722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java47 protected void makeYuvBuffer(int w, int h) { in makeYuvBuffer()
89 int i = 0; in testV17() local
128 int i = 0; in test_YV12() local
167 int i = 0; in test_NV21() local
/cts/tests/tests/opengl/libopengltest/
Dcolor_one.cpp38 void initColorOne(int w, int h){ in initColorOne()
114 for(size_t i = 0; i < sizeof(data); i++){ in drawColorOne() local
/cts/tests/tests/media/libmediandkjni/
Dnative_media_decoder_source.cpp60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, in createDecoderSource()
70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate) in DecoderSource()
96 for (int i = 0; i < numtracks; i++) { in setDataSourceFd() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java192 protected void onSizeChanged (int w, int h, int oldw, int oldh) { in onSizeChanged()
224 int i,t; in onDraw() local
408 public boolean isCovered(int i) { in isCovered()
/cts/tests/openglperf2/jni/graphics/
DGLUtils.cpp104 for (int i = 0; i < numVertices; i++) { in loadMesh() local
215 int h = roundUpToSmallestPowerOf2(texHeight); in genTexture() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java268 Iterator i = s.iterator(); in writeMapXml() local
305 int i=0; in writeListXml() local
367 int h = b>>4; in writeByteArrayXml() local
1001 int i = 0; in readThisIntArrayXml() local
1068 int i = 0; in readThisLongArrayXml() local
1128 int i = 0; in readThisDoubleArrayXml() local
1188 int i = 0; in readThisStringArrayXml() local
1248 int i = 0; in readThisBooleanArrayXml() local
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java267 Iterator i = s.iterator(); in writeMapXml() local
304 int i=0; in writeListXml() local
366 int h = b>>4; in writeByteArrayXml() local
1000 int i = 0; in readThisIntArrayXml() local
1067 int i = 0; in readThisLongArrayXml() local
1127 int i = 0; in readThisDoubleArrayXml() local
1187 int i = 0; in readThisStringArrayXml() local
1247 int i = 0; in readThisBooleanArrayXml() local
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp406 for (size_t i = 0; i < physicalResultCount; i++) { in onLogicalCameraCaptureCompleted() local
561 for (size_t i = 0; i < physicalIdCnt; i++) { in registerPhysicalResults() local
809 for (uint32_t i = 0; i < entry.count; i++) { in isCapabilitySupported() local
862 int32_t w = 0, h = 0; in getMaxSizeForFormat() local
863 for (uint32_t i = 0; i < entry.count; i += 4) { in getMaxSizeForFormat() local
901 for (uint32_t i = 0; i < entry.count; i += 4) { in isSizeSupportedForFormat() local
925 for (uint32_t i = 0; i < entry.count; i += 4) { in getDurationFor() local
1394 for (int i = 0; i < physicalCameraIdList->numCameras; i++) { in createRequestsWithErrorLog() local
1625 for (int i = 0; i < 50; i++) { in resetWithErrorLog() local
1820 for (int i = 0; i < cameraIdList->numCameras; i++) { in Java_android_hardware_camera2_cts_NativeCameraManagerTest_testCameraManagerGetCameraIdsNative() local
[all …]
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java392 final File h = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() local
393 final File i = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java226 TestClusterHier h = new TestClusterHier(); in testAddKeyboardNavigationClusters() local
1724 TestClusterHier h = new TestClusterHier(); in testRestoreFocusInCluster() local
1763 TestClusterHier h = new TestClusterHier(); in testDefaultCluster() local
1802 TestClusterHier h = new TestClusterHier(); in testFocusInClusterRemovals() local
1838 TestClusterHier h = new TestClusterHier(); in testFocusInClusterFocusableChanges() local
1860 TestClusterHier h = new TestClusterHier(); in testRestoreDefaultFocus() local
1901 TestClusterHier h = new TestClusterHier(); in testDefaultFocusViewRemoved() local
1954 TestClusterHier h = new TestClusterHier(); in testDefaultFocusWorksForClusters() local
1978 TestClusterHier h = new TestClusterHier(false); in testTouchscreenBlocksFocus() local
3179 public int getChildDrawingOrder(int childCount, int i) { in getChildDrawingOrder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java178 private void perf(String mimeType, int w, int h, boolean isGoog, int ix) throws Exception { in perf()
183 private void qual(String mimeType, int w, int h, boolean isGoog, int ix) throws Exception { in qual()
188 private void qual(String mimeType, int w, int h, boolean isGoog, int ix, double margin) in qual()
660 private void doTest(String mimeType, int w, int h, boolean isPerf, boolean isGoog, int ix) in doTest()
1185 int i; in runDecoder() local
1201 int h = mRandom.nextInt(mVideoHeight); in runDecoder() local
1219 int h = mRandom.nextInt(mVideoHeight); in runDecoder() local
1317 private void initYUVPlane(int w, int h) { in initYUVPlane()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java263 int i = 0; in onCreate() local
493 int h = configuredSize.getHeight(); in onImageAvailable() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... , int) int x int y int w int h public void start (int) int total public void ...
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java931 int i = 0; in getTotalCaptureResultsForRequests() local
1055 int i = 0; in waitForCaptureStart() local
1562 int h = (i == 0) ? height : height / 2; in getDataFromImage() local
1603 int h = (i == 0) ? height : height / 2; in getDataFromImage() local
3581 int i = 0; in waitForAnyResultValue() local