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

  /external/golang-protobuf/proto/
size_test.go 178 func TestSize(t *testing.T) {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c 187 UINT8 TestSize(UINT32 ts)
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 47 static void TestSize(const VideoFrame& source_frame,
258 TestSize(video_frame_, video_frame_, width_ / 4, height_ / 4, 25.2, vp_);
259 TestSize(video_frame_, video_frame_, width_ / 2, height_ / 2, 28.1, vp_);
261 TestSize(video_frame_, video_frame_, width_, height_, -1, vp_);
262 TestSize(video_frame_, video_frame_, 2 * width_, 2 * height_, 32.2, vp_);
269 TestSize(video_frame_, cropped_source_frame, 100, 50, 24.0, vp_);
273 TestSize(video_frame_, cropped_source_frame, 400, 256, 31.3, vp_);
277 TestSize(video_frame_, cropped_source_frame, 480, 640, 32.15, vp_);
281 TestSize(video_frame_, cropped_source_frame, 960, 720, 32.2, vp_);
285 TestSize(video_frame_, cropped_source_frame, 1280, 720, 32.15, vp_)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CapsuleCoalesce.c 788 UINT32 TestSize;
819 TestSize = (UINT32) Desc->Length - 2 * sizeof (UINT32);
825 if ((TestSize & 0x03) != 0) {
830 while (TestSize > 0) {
836 TestSize -= sizeof (UINT32);
848 TestSize = (UINT32) Desc->Length;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 359 public void TestSize() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 356 public void TestSize() {
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]

Completed in 1375 milliseconds