HomeSort by relevance Sort by last modified time
    Searched refs:slow (Results 26 - 50 of 260) sorted by null

12 3 4 5 6 7 8 91011

  /external/v8/test/mjsunit/regress/
regress-499790.js 5 // Flags: --enable-slow-asserts
regress-crbug-495493.js 5 // Flags: --nofold-constants --enable-slow-asserts --debug-code
regress-crbug-571064.js 5 // Flags: --allow-natives-syntax --enable-slow-asserts
regress-437713.js 5 // Flags: --allow-natives-syntax --enable-slow-asserts
regress-crbug-513602.js 18 // Trigger a fast->slow->fast dance of Parent.prototype's map...
negative_lookup.js 46 // Make y go to slow mode.
56 // Do something with x in slow-mode p.
regress-2595.js 33 delete o.x; // slow case object
51 // receiver which does not work for slow case objects.
  /external/v8/test/mjsunit/
regress-crbug-528379.js 5 // Flags: --enable-slow-asserts
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
  /external/skia/tests/
PointTest.cpp 142 // making sure the slow and fast paths are within 0.1%.
147 SkPoint slow = kOne, fast = kOne; local
149 slow.setLength(tests[i]);
152 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
154 SkScalar ratio = slow.length() / fast.length();
  /external/v8/tools/
cpu.sh 55 slow | powersave)
78 echo "Usage: $0 fast|slow|default|singlecore|dualcore|all|limit_cores"
  /external/v8/tools/testrunner/local/
testsuite.py 163 def _FilterSlow(slow, mode):
164 return (mode == "run" and not slow) or (mode == "skip" and slow)
176 slow = False
189 slow = statusfile.IsSlow(t.outcomes)
200 slow = slow or statusfile.IsSlow(t.outcomes)
203 or self._FilterSlow(slow, slow_tests)
  /external/aac/libFDK/include/
fixmul.h 118 #pragma message ("Extremely slow implementation of fixmuldiv2_DD !!")
120 #warning Extremely slow implementation of fixmuldiv2_DD !!
131 #pragma message ("Extremely slow implementation of fixmuldiv2BitExact_DD !!")
133 #warning Extremely slow implementation of fixmuldiv2BitExact_DD !!
150 #pragma message ("Extremely slow implementation of fixmulBitExact_DD !!")
152 #warning Extremely slow implementation of fixmulBitExact_DD !!
  /external/v8/test/mjsunit/es6/regress/
regress-new-target-context.js 22 // Exercise slow case.
  /external/libusb/libusb/os/
linux_usbfs.h 103 unsigned char slow; member in struct:usbfs_connectinfo
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionProvider.java 17 package com.android.quicksearchbox.tests.slow;
60 "Slow suggestion " + i,
63 "content://com.android.quicksearchbox.slow/slow/" + i
  /external/llvm/lib/Support/
regengine.inc 48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(m, sp, stp, ss, es)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 84 #define slow sslow macro
96 #define slow lslow macro
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
212 /* prescreening; this does wonders for this rather slow code */
251 endp = slow(m, m->coldp, stop, gf, gl);
294 endp = slow(m, m->coldp, endp-1, gf, gl);
423 rest = slow(m, sp, stp, ss, es);
426 tail = slow(m, rest, stop, es, stopst);
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
452 rest = slow(m, sp, stp, ss, es)
867 slow( function
1181 #undef slow macro
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 48 #define slow sslow macro
60 #define slow lslow macro
91 static char *slow(struct match *, char *, char *, sopno, sopno);
154 /* prescreening; this does wonders for this rather slow code */
195 endp = slow(m, m->coldp, stop, gf, gl);
239 endp = slow(m, m->coldp, endp-1, gf, gl);
349 rest = slow(m, sp, stp, ss, es);
352 tail = slow(m, rest, stop, es, stopst);
362 if (slow(m, sp, rest, ssub, esub) != NULL) {
374 rest = slow(m, sp, stp, ss, es)
758 slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst) function
1016 #undef slow macro
    [all...]
  /external/autotest/client/site_tests/touch_MouseScroll/
touch_MouseScroll.py 21 _TOLLERANCE = 4 # Fast scroll should go at least X times slow scroll.
70 """Verify that fast scrolling goes farther than slow scrolling.
80 slow = direction + '_slow'
83 slow_delta = self._get_scroll_delta(slow, expected, scroll_vertical)
88 'slow! (%s). %d vs. %d.' %
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 55 unsigned char slow; member in struct:usbdevfs_connectinfo
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 48 BarItem(String t, double[] stats, String u, String slow, boolean sig) {
52 this.slowdownExpected= slow;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) {
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 75 unsigned char slow; member in struct:usbdevfs_connectinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 75 unsigned char slow; member in struct:usbdevfs_connectinfo
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
usbdevice_fs.h 55 unsigned char slow; member in struct:usbdevfs_connectinfo

Completed in 388 milliseconds

12 3 4 5 6 7 8 91011