HomeSort by relevance Sort by last modified time
    Searched refs:slow (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 9 # slow Bv Bv0 B0
20 for type in slow Bv Bv0; do
span16perf.sh 9 # slow Bv Bv0 B0
20 for type in slow Bv Bv0; do
span8perf.sh 9 # slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
20 for type in slow BvF BvpF Bvl BvL; do
contperf.bat 5 rem types: slow Bv Bv0 B0
16 for %%t in (slow Bv Bv0 B0) do (
span16perf.bat 5 rem types: slow Bv Bv0 B0
16 for %%t in (slow Bv Bv0) do (
span8perf.bat 5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
16 for %%t in (slow BvF BvpF Bvl BvL) do (
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionLauncher.java 17 package com.android.quicksearchbox.tests.slow;
31 Log.i(TAG, "Launched a slow suggestion: " + intent);
SlowSuggestionProvider.java 17 package com.android.quicksearchbox.tests.slow;
60 "Slow suggestion " + i,
63 "content://com.android.quicksearchbox.slow/slow/" + i
  /external/v8/src/arm/
ic-arm.cc 66 // JS object with slow properties and no interceptors.
118 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
263 // Checks the receiver for special cases (value type, slow case bits).
270 Label* slow) {
272 __ JumpIfSmi(receiver, slow);
279 __ b(ne, slow);
287 __ b(lt, slow);
636 // If the receiver is a regular JS object with slow properties then do
849 Label slow, notin local
876 Label slow, notin; local
904 Label slow, notin; local
968 Label slow, check_string, index_smi, index_string, property_array_property; local
1171 Label slow; local
1312 Label slow, array, extra, check_if_double_array; local
    [all...]
  /external/v8/src/mips/
ic-mips.cc 63 // JS object with slow properties and no interceptors.
114 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
265 // Checks the receiver for special cases (value type, slow case bits).
272 Label* slow) {
274 __ JumpIfSmi(receiver, slow);
280 __ Branch(slow, ne, at, Operand(zero_reg));
287 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE));
634 // If the receiver is a regular JS object with slow properties then do
846 Label slow, notin local
872 Label slow, notin; local
906 Label slow, notin; local
969 Label slow, check_string, index_smi, index_string, property_array_property; local
1200 Label slow, array, extra, check_if_double_array; local
1396 Label slow; local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 62 // JS object with slow properties and no interceptors.
104 // case. The generated code assumes that the receiver has slow
161 // that case. The generated code assumes that the receiver has slow
263 // Checks the receiver for special cases (value type, slow case bits).
269 Label* slow) {
276 __ JumpIfSmi(receiver, slow);
284 __ j(not_zero, slow);
292 __ j(below, slow);
450 Label slow, check_string, index_smi, index_string, property_array_property; local
460 masm, edx, ecx, Map::kHasIndexedInterceptor, &slow);
668 Label slow; local
710 Label slow, notin; local
736 Label slow, notin; local
766 Label slow, fast_object_with_map_check, fast_object_without_map_check; local
1269 Label slow, notin; local
    [all...]
  /external/v8/src/x64/
ic-x64.cc 62 // JS object with slow properties and no interceptors.
106 // The generated code assumes that the receiver has slow properties,
164 // that case. The generated code assumes that the receiver has slow
271 // Checks the receiver for special cases (value type, slow case bits).
277 Label* slow) {
284 __ JumpIfSmi(receiver, slow);
292 __ j(below, slow);
298 __ j(not_zero, slow);
395 Label slow, check_string, index_smi, index_string, property_array_property; local
405 masm, rdx, rcx, Map::kHasIndexedInterceptor, &slow);
590 Label slow; local
635 Label slow, slow_with_tagged_index, fast, array, extra, check_extra_double; local
1238 Label slow, notin; local
1264 Label slow, notin; local
1307 Label slow, notin; local
    [all...]
  /dalvik/tests/083-jit-regressions/src/
Main.java 59 SpinThread slow = new SpinThread(Thread.MIN_PRIORITY); local
63 slow.setDaemon(true);
68 slow.start();
  /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/libusb/libusb/os/
linux_usbfs.h 103 unsigned char slow; member in struct:usbfs_connectinfo
  /external/libusb_aah/libusb/os/
linux_usbfs.h 104 unsigned char slow; member in struct:usbfs_connectinfo
  /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/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...]
  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 61 unsigned char slow; member in struct:usbdevfs_connectinfo
  /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));
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
usbdevice_fs.h 77 unsigned char slow; member in struct:usbdevfs_connectinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
usbdevice_fs.h 77 unsigned char slow; member in struct:usbdevfs_connectinfo

Completed in 864 milliseconds

1 2 3 4 5 6 7