HomeSort by relevance Sort by last modified time
    Searched full:100000 (Results 151 - 175 of 466) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/pcre/testdata/
testinput10 53 /\x{100000}/8BM
testinput4 109 /(?<=a\x{100000}b)cd/8
110 a\x{100000}bcd
testinput8 175 /(?<=a\x{100000}b)cd/8
176 a\x{100000}bcd
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 240 WriteString(output, string(100000, 'x')); // A very long string
241 WriteString(output, string(100000, 'y')); // A very long string
256 EXPECT_TRUE(input->Skip(100000 - 10));
257 ReadString(input, string(10, 'x') + string(100000 - 20000, 'y'));
  /external/skia/tests/
Sk64Test.cpp 147 for (i = 0; i < 100000; i++)
MathTest.cpp 165 for (i = 0; i < 100000; i++) {
173 for (i = 0; i < 100000; i++) {
  /external/srtp/crypto/test/
auth_driver.c 162 #define NUM_TRIALS 100000
  /external/valgrind/main/docs/
cg_annotate.1 82 Print N lines of context before and after each annotated line\&. Avoids printing large sections of source files that were not executed\&. Use a large number (e\&.g\&. 100000) to show all source lines\&.
  /external/webkit/Source/WebCore/manual-tests/
svg-filter-animation.svg 107 fps.textContent = "afps: " +(round(frameCounter * 100000 / (new Date() - startDate)) / 100);
  /external/webkit/Source/WebKit/chromium/tests/
UniscribeHelperTest.cpp 106 for (int i = 0; i < 100000; i++)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 79 ::Sleep(100000);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 176 usleep(100000);
NuPlayerRenderer.cpp 30 const int64_t NuPlayer::Renderer::kMinPositionUpdateDelayUs = 100000ll;
459 if (diff > 100000ll) {
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 88 cpu_MHz += factor * $1 * $2 / 100000 # (CPU freq is in kHz)
  /libcore/luni/src/main/java/java/math/
Multiplication.java 41 1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000
  /libcore/luni/src/main/java/java/util/logging/
logging.properties 61 #java.util.logging.FileHandler.limit=100000
  /system/bluetooth/bluedroid/
bluetooth.c 181 usleep(100000); // 100 ms retry delay
  /system/media/wilhelm/tests/sandbox/
multithread.c 94 //usleep(100000);
  /external/oprofile/doc/
oprofile.xml     [all...]
  /external/icu4c/test/testdata/
calendar.txt 350 "YEAR=100000", // year + 100000
  /frameworks/base/media/libstagefright/omx/
OMXNodeInstance.cpp 158 usleep(100000);
188 usleep(100000);
  /dalvik/tests/074-gc-thrash/src/
Main.java 322 chunk = new byte[100000];
  /external/chromium/net/disk_cache/
stress_cache.cc 77 for (int i = 0; i < 100000; i++) {
  /external/grub/stage2/
serial.c 98 int timeout = 100000;
  /external/libpng/
png.c 923 if (white_x > 100000L - white_y)
928 if (red_x > 100000L - red_y)
933 if (green_x > 100000L - green_y)
938 if (blue_x > 100000L - blue_y)

Completed in 750 milliseconds

1 2 3 4 5 67 8 91011>>