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

1 2

  /external/srtp/crypto/test/
cipher_driver.c 74 * functions for testing cipher cache thrash
160 /* arry timing (cache thrash) test */
338 * cache thrash on cipher throughput.
  /system/extras/tests/pftest/
pftest.c 91 /* Warmup (ie pre-thrash the memory system */
  /external/kernel-headers/original/linux/
swap.h 252 /* linux/mm/thrash.c */
356 /* linux/mm/thrash.c */
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
dolphin.c 1808 float pitch, thrash, chomp; local
    [all...]
whale.c 1674 float pitch, thrash, chomp; local
    [all...]
shark.c 1162 float thrash, chomp; local
1166 thrash = 50.0 * fish->v;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
1224 segup = thrash * fish->vtail;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
dolphin.c 1808 float pitch, thrash, chomp; local
    [all...]
whale.c 1674 float pitch, thrash, chomp; local
    [all...]
shark.c 1162 float thrash, chomp; local
1166 thrash = 50.0 * fish->v;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
1224 segup = thrash * fish->vtail;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
dolphin.c 1808 float pitch, thrash, chomp; local
    [all...]
whale.c 1674 float pitch, thrash, chomp; local
    [all...]
shark.c 1162 float thrash, chomp; local
1166 thrash = 50.0 * fish->v;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
1224 segup = thrash * fish->vtail;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformState.cpp 202 // would cause thrash when traversing hierarchies with alternating
  /art/test/074-gc-thrash/src/
Main.java 28 private static final String OUTPUT_FILE = "gc-thrash.hprof";
  /dalvik/tests/074-gc-thrash/src/
Main.java 28 private static final String OUTPUT_FILE = "gc-thrash.hprof";
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 251 // kernel to thrash between generating GPU commands and executing them.
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 204 Thread th = new Thread(wrappedTest, "EGL thrash");
  /dalvik/vm/test/
AtomicTest.cpp 339 * Hard to do a meaningful thrash test on these, so just do a simple
  /external/chromium/chrome/browser/net/
url_info.cc 74 // has a TON of copies of the same domain name, so that we don't thrash the OS
  /external/chromium_org/chrome/browser/net/
url_info.cc 38 // a TON of copies of the same domain name, so that we don't thrash the OS to
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 311 double m_lastDecodedAccessTime; // Used as a "thrash guard" in the cache
  /external/srtp/
Changes 120 Added a timing test which tests the effect of CPU cache thrash on
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 616 'Thrash Metal',
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 423 static double sCurrentPaintTimeStamp; // used for detecting decoded resource thrash in the cache
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 69 // hold onto outside of the callback scope), but it avoids GC thrash caused

Completed in 1144 milliseconds

1 2