HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 951 - 975 of 9567) sorted by null

<<31323334353637383940>>

  /external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp 167 const int size = 1000;
293 { "middle", 1000, 1000, 250, 250, 500 },
294 { "small_to_large", 100, 1000, 0, 409, 100 },
295 { "large_to_small", 1000, 100, 409, 0, 100 },
296 { "low_to_high_1", 1000, 1000, 0, 500, 500 },
298 { "high_to_low_1", 1000, 1000, 500, 0, 500 },
  /external/valgrind/main/none/tests/s390x/
cu21.stdout.exp 11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
19 dst address difference: 0 dst len: 1000
23 dst address difference: 0 dst len: 1000
27 dst address difference: 0 dst len: 1000
31 dst address difference: 0 dst len: 1000
35 dst address difference: 0 dst len: 1000
207 dst address difference: 0 dst len: 1000
211 dst address difference: 0 dst len: 1000
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 326 static const int kFpsToApiScale = 1000;
328 // Transform between (-1000,-1000)-(1000,1000) normalized coords from camera
352 // and camera API (-1000,1000)-(1000,1000) normalized coords
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 84 t = new Thread(pw = new PWriter(pos, 1000));
108 t = new Thread(pw = new PWriter(pos, 1000));
115 + pis.available(), pis.available() == 1000);
159 t = new Thread(pw = new PWriter(pos, 1000));
165 assertEquals("Available returned incorrect number of bytes", 1000, pis
177 t = new Thread(pw = new PWriter(pos, 1000));
183 assertEquals("Available returned incorrect number of bytes", 1000, pis
197 t = new Thread(pw = new PWriter(pos, 1000));
205 + pis.available(), pis.available() == 1000);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 100 status = -1000;
128 obj1.wait(1000, 0);
170 status = -1000;
199 obj1.wait(1000, 0);
268 obj1.wait(1000, 0);
272 obj1.wait(1000, 0);
313 if (error > (1000 + delay) || count == toLong.length) {
373 obj1.wait(1000, 0);
377 obj1.wait(1000, 0);
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 60 #define tv2mS(tv) ((tv).tv_sec * 1000LL + ((tv).tv_usec + 500) / 1000)
136 (long) (mS / 1000),
137 (int) (mS % 1000),
138 (unsigned long long) (st.bytes * 1000LL / mS));
232 (unsigned long long) (st.bytes * 1000LL / mS));
237 st.bytes * 1000LL / mS, "B",
264 (long) (mS / 1000), (int) (mS % 1000));
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 141 Thread.sleep(1000);
143 Thread.sleep(1000);
145 Thread.sleep(1000);
147 Thread.sleep(1000);
149 Thread.sleep(1000);
  /external/chromium_org/cc/layers/
ui_resource_layer_impl_unittest.cc 154 gfx::Size layer_size(1000, 1000);
155 gfx::Size viewport_size(1000, 1000);
196 gfx::Rect occluded(200, 0, 800, 1000);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 93 double duration() const { return iterationDuration() * 1000; }
95 double activeDuration() const { return activeDurationInternal() * 1000; }
98 double startTime() const { return m_startTime * 1000; }
100 double endTime() const { return endTimeInternal() * 1000; }
111 double localTime(bool& isNull) const { isNull = !m_player; return ensureCalculated().localTime * 1000; }
  /external/chromium_org/third_party/leveldatabase/src/util/
cache_test.cc 35 static const int kCacheSize = 1000;
141 Insert(1000+i, 2000+i);
142 ASSERT_EQ(2000+i, Lookup(1000+i));
159 Insert(index, 1000+index, weight);
170 ASSERT_EQ(1000+i, r);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
shatest.c 110 static unsigned char buf[1000];
141 memset(buf,'a',1000);
143 ebcdic2ascii(buf, buf, 1000);
146 for (i=0; i<1000; i++)
147 EVP_DigestUpdate(&c,buf,1000);
  /external/chromium_org/third_party/opus/src/silk/
control_audio_bandwidth.c 45 fs_Hz = silk_SMULBB( fs_kHz, 1000 );
49 fs_kHz = silk_DIV32_16( fs_Hz, 1000 );
55 fs_kHz = silk_DIV32_16( fs_Hz, 1000 );
64 if( silk_SMULBB( psEncC->fs_kHz, 1000 ) > psEncC->desiredInternal_fs_Hz )
93 if( silk_SMULBB( psEncC->fs_kHz, 1000 ) < psEncC->desiredInternal_fs_Hz )
  /external/chromium_org/third_party/skia/tests/
GrOrderedSetTest.cpp 24 int count[1000] = {0};
27 int x = r.nextU() % 1000;
38 for (int i = 0; i < 1000; ++i) {
59 for (int i = 0; i < 1000; ++i) {
105 for (int i = 0; i < 1000; ++i) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_unittest.cc 24 video_codec->startBitrate = 1000; // kbps
26 video_codec->minBitrate = 1000; // kbps
96 // Modifying startBitrate, default value is 1000 kbps.
211 codec2.simulcastStream[0].maxBitrate = 1000;
216 codec2.simulcastStream[0].targetBitrate = 1000;
  /external/chromium_org/tools/perf/metrics/
media.js 100 Math.round(avg_loop_time * 1000) / 1000;
123 this.metrics['buffering_time'] = time_to_end - this.element.duration * 1000;
159 return Math.round((getCurrentTime() - this.start_) * 1000) / 1000;
  /external/libhevc/common/
ithread.c 213 UWORD32 u4_time_ms = u4_time_us / 1000;
225 UWORD32 u4_time_ms = u4_time * 1000;
373 usleep(u4_time * 1000 * 1000);
378 usleep(u4_time_ms * 1000);
  /external/libopus/silk/
control_audio_bandwidth.c 45 fs_Hz = silk_SMULBB( fs_kHz, 1000 );
49 fs_kHz = silk_DIV32_16( fs_Hz, 1000 );
55 fs_kHz = silk_DIV32_16( fs_Hz, 1000 );
64 if( silk_SMULBB( psEncC->fs_kHz, 1000 ) > psEncC->desiredInternal_fs_Hz )
93 if( silk_SMULBB( psEncC->fs_kHz, 1000 ) < psEncC->desiredInternal_fs_Hz )
  /external/llvm/test/CodeGen/Mips/
seleqk.ll 6 @b = global i32 1000, align 4
31 %cmp1 = icmp eq i32 %3, 1000
61 %cmp11 = icmp eq i32 %9, 1000
84 ; 16: cmpi ${{[0-9]+}}, 1000
90 ; 16: cmpi ${{[0-9]+}}, 1000
selnek.ll 6 @b = global i32 1000, align 4
31 %cmp1 = icmp ne i32 %3, 1000
61 %cmp11 = icmp ne i32 %9, 1000
100 ; 16: cmpi ${{[0-9]+}}, 1000
106 ; 16: cmpi ${{[0-9]+}}, 1000
  /external/openssl/crypto/sha/
shatest.c 110 static unsigned char buf[1000];
141 memset(buf,'a',1000);
143 ebcdic2ascii(buf, buf, 1000);
146 for (i=0; i<1000; i++)
147 EVP_DigestUpdate(&c,buf,1000);
  /external/skia/tests/
GrOrderedSetTest.cpp 24 int count[1000] = {0};
27 int x = r.nextU() % 1000;
38 for (int i = 0; i < 1000; ++i) {
59 for (int i = 0; i < 1000; ++i) {
105 for (int i = 0; i < 1000; ++i) {
  /external/valgrind/main/none/tests/amd64/
crc32.c 142 #define NMEM 1000
152 for (i = 0; i <= 1000-1-al; i += 1)
159 for (i = 0; i <= 1000-2-al; i += 2)
166 for (i = 0; i <= 1000-4-al; i += 4)
173 for (i = 0; i <= 1000-8-al; i += 8)
  /external/zlib/src/contrib/testzlib/
testzlib.c 113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
221 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
222 printf("defcpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
262 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
263 printf("uncpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 51 ret = usb_device_bulk_transfer(current_device, read_ep, buffer, sizeof(buffer), 1000);
72 ret = usb_device_bulk_transfer(current_device, write_ep, line, strlen(line), 1000);
158 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 1000);
175 ACCESSORY_SET_AUDIO_MODE, 1, 0, NULL, 0, 1000);
181 ACCESSORY_START, 0, 0, NULL, 0, 1000);
  /frameworks/base/media/java/android/media/
SRTRenderer.java 87 cue.mStartTimeMs = data.getStartTimeUs() / 1000;
88 cue.mEndTimeMs = (data.getStartTimeUs() + data.getDurationUs()) / 1000;
199 return hours * 60 * 60 * 1000 + minutes * 60 * 1000 + seconds * 1000 + millies;

Completed in 1960 milliseconds

<<31323334353637383940>>