HomeSort by relevance Sort by last modified time
    Searched full:testsize (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 26 void TestSize(const I420VideoFrame& sourceFrame, int targetwidth_,
244 TestSize(video_frame_, 100, 50, 3, 24.0, vpm_);
245 TestSize(video_frame_, 352/4, 288/4, 3, 25.2, vpm_);
246 TestSize(video_frame_, 352/2, 288/2, 3, 28.1, vpm_);
247 TestSize(video_frame_, 352, 288, 3, -1, vpm_); // no resampling.
248 TestSize(video_frame_, 2*352, 2*288, 3, 32.2, vpm_);
249 TestSize(video_frame_, 400, 256, 3, 31.3, vpm_);
250 TestSize(video_frame_, 480, 640, 3, 32.15, vpm_);
251 TestSize(video_frame_, 960, 720, 3, 32.2, vpm_);
252 TestSize(video_frame_, 1280, 720, 3, 32.15, vpm_)
    [all...]
  /external/clang/test/Analysis/
builtin-functions.cpp 9 void testSize() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 19 import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize;
41 private TestSize mTestSize = null;
69 public TestSize getTestSize() {
73 public void setTestSize(TestSize size) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSizeTester.java 31 public void testSize() {
MapSizeTester.java 31 public void testSize() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 27 public void testSize() throws Exception {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 20 import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize;
64 static final String ATTR_TEST_SIZE = AdtPlugin.PLUGIN_ID + ".testSize"; //$NON-NLS-1$
185 * @return {@link TestSize} if only tests of specific sizes should be run,
188 private TestSize getTestSize(ILaunchConfiguration configuration) {
194 return TestSize.SMALL;
197 return TestSize.MEDIUM;
200 return TestSize.LARGE;
  /external/opencv/
cvjni.h 186 int testSize = fileStep*height + headerSize;
187 m_strm->Open(testSize);
188 sprintf(log_str, "fileStep*height + headerSize=%i", testSize);
  /external/chromium_org/third_party/webrtc/base/
md5digest_unittest.cc 22 TEST(Md5DigestTest, TestSize) {
sha1digest_unittest.cc 22 TEST(Sha1DigestTest, TestSize) {
  /external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java 52 public void testSize() {
ForwardingMultimapTest.java 48 public void testSize() {
ForwardingTableTest.java 135 public void testSize() {
SingletonImmutableTableTest.java 117 public void testSize() {
AbstractTableReadTest.java 116 public void testSize() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
PrintTestRunner.java 23 import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize;
164 runner.setTestSize(TestSize.getTestSize(mTestSize));
  /external/zopfli/src/zopfli/
zopfli_bin.c 55 size_t testsize = fread(*out, 1, *outsize, file); local
56 if (testsize != *outsize) {
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 38 public void testSize() {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 50 TEST(TemplateUtilTest, TestSize) {
  /external/guava/guava-tests/test/com/google/common/cache/
ForwardingCacheTest.java 93 public void testSize() {
ForwardingLoadingCacheTest.java 105 public void testSize() {
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 167 uint32_t testsize;
169 testsize = mSliceInfo[sliceidx].sliceSize > 64 ? 64 : mSliceInfo[sliceidx].sliceSize ;
171 for (int i = 0; i < testsize; i++) {
305 uint32_t testsize;
307 testsize = buffer->size > 16 ? 16:buffer->size ;
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 178 uint32_t testsize;
180 testsize = mSliceInfo[sliceidx].sliceSize > 64 ? 64 : mSliceInfo[sliceidx].sliceSize ;
182 for (int i = 0; i < testsize; i++) {
316 uint32_t testsize;
318 testsize = buffer->size > 16 ? 16:buffer->size ;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 72 public void testSize() throws Exception {

Completed in 1460 milliseconds

1 2 3 4