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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1_test.go 90 func TestSize(t *testing.T) {
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 136 func TestSize(t *testing.T) {
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512_test.go 282 func TestSize(t *testing.T) {
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1_test.go 90 func TestSize(t *testing.T) {
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 136 func TestSize(t *testing.T) {
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512_test.go 282 func TestSize(t *testing.T) {
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi_test.go 27 func TestSize(t *testing.T) {
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi_test.go 27 func TestSize(t *testing.T) {
  /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 749 UINT32 TestSize;
780 TestSize = (UINT32) Desc->Length - 2 * sizeof (UINT32);
786 if ((TestSize & 0x03) != 0) {
791 while (TestSize > 0) {
797 TestSize -= sizeof (UINT32);
809 TestSize = (UINT32) Desc->Length;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 899 UINT32 TestSize;
915 TestSize = TestPtr[1] / sizeof (UINT32);
921 while (TestSize > 0) {
929 TestSize--;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 349 public void TestSize() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 348 public void TestSize() {
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationTest.java 22 import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize;
683 runner.setTestSize(TestSize.getTestSize(mTestSize));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]

Completed in 1812 milliseconds

1 2 3 4 5 6