HomeSort by relevance Sort by last modified time
    Searched defs:actualSize (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 73 int actualSize = mConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
76 assertEquals("Expected screen size value of " + expectedSize + " but got " + actualSize
77 + " for orientation " + ORIENTATIONS[i], expectedSize, actualSize);
  /external/vulkan-validation-layers/layers/
shader_validation.h 166 size_t actualSize = headerSize;
174 for (auto it = good_shader_hashes.begin(); it != good_shader_hashes.end() && actualSize < *pDataSize;
175 it++, out++, actualSize += sizeof(uint32_t)) {
179 *pDataSize = actualSize;
  /frameworks/av/media/libaaudio/tests/
test_various.cpp 421 int32_t actualSize = 0;
443 actualSize = AAudioStream_setBufferSizeInFrames(aaudioStream, 0);
444 EXPECT_GT(actualSize, 0);
445 EXPECT_LE(actualSize, bufferCapacity);
447 actualSize = AAudioStream_setBufferSizeInFrames(aaudioStream, 2 * framesPerBurst);
448 EXPECT_GT(actualSize, framesPerBurst);
449 EXPECT_LE(actualSize, bufferCapacity);
451 actualSize = AAudioStream_setBufferSizeInFrames(aaudioStream, bufferCapacity - 1);
452 EXPECT_GT(actualSize, framesPerBurst);
453 EXPECT_LE(actualSize, bufferCapacity)
    [all...]
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
Assertions.java 297 final int actualSize = events.size();
298 if (actualSize == minimumSize) {
  /frameworks/av/media/libmediaplayer2/
MediaPlayer2AudioOutput.cpp 575 size_t actualSize = (*me->mCallback)(
588 ALOGV_IF(actualSize == 0 && buffer->mSize > 0, "callbackwrapper: empty buffer returned");
590 buffer->mSize = actualSize;
  /cts/tests/app/src/android/app/cts/
WallpaperManagerTest.java 304 Point actualSize = new Point(mWallpaperManager.getDesiredMinimumWidth(),
306 if (actualSize.x > 0 || actualSize.y > 0) {
307 if ((actualSize.x != expectedSize.x || actualSize.y != expectedSize.y)) {
309 + expectedSize.y + ", got x: " + actualSize.x +
310 " y: " + actualSize.y);
  /external/libusb/libusb/os/
wince_usb.c 379 DWORD actualSize = len;
382 if (!UkwGetConfigDescriptor(priv->dev, UKW_ACTIVE_CONFIGURATION, buffer, len, &actualSize))
385 return actualSize;
394 DWORD actualSize = len;
397 if (!UkwGetConfigDescriptor(priv->dev, config_index, buffer, len, &actualSize))
400 return actualSize;
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 447 int actualSize = data.length;
452 "(%d)", packedSize, actualSize), packedSize <= actualSize);
475 if (VERBOSE) Log.v(TAG, "validating Buffer , size = " + actualSize);
    [all...]
RobustnessTest.java 149 Size actualSize = new Size(imageWidth, imageHeight);
151 assertTrue("Camera does not contain outputted image resolution " + actualSize,
152 testSizes.contains(actualSize));
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java     [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]
  /external/guice/lib/build/
truth-0.36.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /device/generic/goldfish-opengl/system/vulkan_enc/
VkEncoder.cpp     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 1377 milliseconds