Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/external/webkit/LayoutTests/platform/android/
Dlayout_test_directories.txt5 fast/constructors
6 fast/cookies
7 fast/dom/Attr
8 fast/dom/CSSStyleDeclaration
9 fast/dom/DOMImplementation
10 fast/dom/DeviceMotion
11 fast/dom/DeviceOrientation
12 fast/dom/EntityReference
13 fast/dom/Geolocation
14 fast/dom/HTMLAnchorElement
[all …]
Dtest_expectations.txt35 fast/js/excessive-comma-usage.html CRASH // Tests huge initializer list, causes OOM.
36 fast/js/regexp-charclass-crash.html CRASH // RegExp is too large, causing OOM
37 fast/regex/test1.html CRASH // Causes DumpRenderTree to hang with V8
38 fast/regex/slow.html CRASH // Causes DumpRenderTree to hang with V8
43 fast/dom/HTMLLinkElement/link-and-subresource-test.html FAIL // Requires layoutTestController.dumpR…
44 fast/dom/HTMLLinkElement/prefetch.html FAIL // Requires layoutTestController.dumpResourceResponseMI…
45 fast/encoding/char-decoding.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3047156
46 fast/encoding/hanarei-blog32-fc2-com.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3…
47 fast/encoding/mailto-always-utf-8.html FAIL // Requires waitForPolicyDelegate(), see http://b/issue…
48 fast/encoding/percent-escaping.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3046984
[all …]
/external/llvm/test/Transforms/InstCombine/
Dfast-math.ll6 %mul = fmul fast float %a, 0x3FF3333340000000
7 %mul1 = fmul fast float %mul, 0x4002666660000000
10 ; CHECK: fmul fast float %a, 0x4006147AE0000000
17 ; CHECK: %mul = fmul fast float %a, 0x3FF3333340000000
18 %mul = fmul fast float %a, 0x3FF3333340000000
25 ; CHECK: fmul fast float %a, 0x4006147AE0000000
27 %mul1 = fmul fast float %mul, 0x4002666660000000
33 %t1 = fmul fast double 2.000000e+00, %f1
34 %t2 = fadd fast double %f1, %t1
37 ; CHECK: fmul fast double %f1, 3.000000e+00
[all …]
/external/v8/test/mjsunit/
Delements-kind.js47 fast : 'fast elements', property
63 if (%HasFastElements(obj)) return elements_kind.fast;
100 expected = elements_kind.fast;
106 assertKind(elements_kind.fast, me);
109 assertKind(elements_kind.fast, me);
130 assertKind(elements_kind.fast, you);
182 assertKind(elements_kind.fast, a);
200 assertKind(elements_kind.fast, array);
225 convert_mixed(doubles, "three", elements_kind.fast);
230 convert_mixed(smis, 1, elements_kind.fast);
[all …]
/external/llvm/test/CodeGen/X86/
Ddagcombine_unsafe_math.ll8 %t1 = fmul fast float %x, %x
9 %t2 = fadd fast float %t1, %x
17 %t1 = fadd fast float %x, %x
18 %t2 = fadd fast float %t1, %x
27 %t1 = fadd fast float %x, %x
28 %t2 = fadd fast float %t1, %x
37 %t1 = fadd fast float %x, %y
38 %t2 = fadd fast float %t1, %x
Dfast-isel.ll1 ; RUN: llc < %s -fast-isel -fast-isel-abort -verify-machineinstrs -march=x86 -mattr=sse2
2 ; RUN: llc < %s -fast-isel -fast-isel-abort -verify-machineinstrs -mtriple=x86_64-apple-darwin10
4 ; This tests very minimal fast-isel functionality.
11 br label %fast
13 fast:
34 br label %fast
36 fast:
Dfast-isel-i1.ll1 ; RUN: llc < %s -mtriple=i686-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s
Dfast-isel-fneg.ll1 ; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s
2 ; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | grep xor | count 2
Dfast-isel-x86-64.ll1 ; RUN: llc < %s -mattr=-avx -fast-isel -mcpu=core2 -O0 -regalloc=fast -asm-verbose=0 -fast-isel-abo…
2 ; RUN: llc < %s -mattr=+avx -fast-isel -mcpu=core2 -O0 -regalloc=fast -asm-verbose=0 -fast-isel-abo…
7 ; Make sure that fast-isel folds the immediate into the binop even though it
79 ; rdar://9289501 - fast isel should fold trivial multiplies to shifts.
163 ; rdar://9297003 - fast isel bails out on all functions taking bools
176 ; rdar://9289488 - fast-isel shouldn't bail out on llvm.memcpy
250 ; Check that we fast-isel sret
Dfast-isel-args.ll1 ; RUN: llc < %s -fast-isel -fast-isel-abort -fast-isel-abort-args -verify-machineinstrs -mtriple=x8…
/external/compiler-rt/lib/asan/
Dasan_stack.h22 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast);
31 #define GET_STACK_TRACE_WITH_PC_AND_BP(max_s, pc, bp, fast) \ argument
33 GetStackTrace(&stack, max_s, pc, bp, fast)
39 #define GET_STACK_TRACE(max_size, fast) \ argument
41 StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), fast)
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
DNetwork.java93 UdpKernel fast = udpPort == -1 ? null : new UdpKernel(udpPort); in createServer() local
96 return new DefaultServer( gameName, version, reliable, fast ); in createServer()
165 …UdpConnector fast = remoteUdpPort == -1 ? null : new UdpConnector( remoteAddress, remoteUdpPort ); in connectToServer() local
168 …return new DefaultClient( gameName, version, reliable, fast, new TcpConnectorFactory(remoteAddress… in connectToServer()
186 UdpConnector fast = new UdpConnector( address, remoteUdpPort ); in connectToServer() local
189 setPrimaryConnectors( reliable, fast, new TcpConnectorFactory(address) ); in connectToServer()
/external/chromium/chrome/browser/ui/cocoa/
Dfast_resize_view.mm11 // Lays out this views subviews. If fast resize mode is on, does not resize any
12 // subviews and instead pegs them to the top left. If fast resize mode is off,
21 // Force a relayout when coming out of fast resize mode.
31 // If we are in fast resize mode, our subviews may not completely cover our
32 // bounds, so we fill with white. If we are not in fast resize mode, we do
/external/compiler-rt/BlocksRuntime/tests/
Dmakefile25 fast: target
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1940 Test: fast/text/international/bidi-ignored-for-first-child-inline.html
206 * fast/js/Plug-ins-expected.checksum: Added.
207 * fast/js/Plug-ins-expected.png: Added.
208 * fast/js/Plug-ins-expected.txt: Added.
209 * fast/js/Plug-ins.html: Added.
219 Test: fast/text/international/bidi-european-terminators.html
258 Test: fast/js/replace-child-siblings.html
461 Test: fast/forms/option-index.html
702 Test: fast/overflow/overflow-focus-ring.html
879 Test: fast/overflow/overflow-text-hit-testing.html
[all …]
/external/libusb-compat/m4/
Dltoptions.m482 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
272 AC_ARG_ENABLE([fast-install],
273 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
274 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
295 [Whether or not to optimize for fast installation])dnl
298 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
299 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
303 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dltoptions.m483 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
268 # implement the --enable-fast-install flag, and support the `fast-install'
269 # and `disable-fast-install' LT_INIT options.
273 AC_ARG_ENABLE([fast-install],
274 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
275 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
296 [Whether or not to optimize for fast installation])dnl
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/expat/m4/
Dltoptions.m483 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
268 # implement the --enable-fast-install flag, and support the `fast-install'
269 # and `disable-fast-install' LT_INIT options.
273 AC_ARG_ENABLE([fast-install],
274 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
275 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
296 [Whether or not to optimize for fast installation])dnl
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/open-vcdiff/m4/
Dltoptions.m482 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
272 AC_ARG_ENABLE([fast-install],
273 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
274 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
295 [Whether or not to optimize for fast installation])dnl
298 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
299 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
303 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/libcap-ng/libcap-ng-0.7/m4/
Dltoptions.m483 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
268 # implement the --enable-fast-install flag, and support the `fast-install'
269 # and `disable-fast-install' LT_INIT options.
273 AC_ARG_ENABLE([fast-install],
274 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
275 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
296 [Whether or not to optimize for fast installation])dnl
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/openfst/m4/
Dltoptions.m483 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
268 # implement the --enable-fast-install flag, and support the `fast-install'
269 # and `disable-fast-install' LT_INIT options.
273 AC_ARG_ENABLE([fast-install],
274 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
275 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
296 [Whether or not to optimize for fast installation])dnl
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/libmtp/m4/
Dltoptions.m482 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
272 AC_ARG_ENABLE([fast-install],
273 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
274 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
295 [Whether or not to optimize for fast installation])dnl
298 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
299 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
303 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/protobuf/m4/
Dltoptions.m482 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
272 AC_ARG_ENABLE([fast-install],
273 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
274 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
295 [Whether or not to optimize for fast installation])dnl
298 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
299 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
303 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/external/clang/test/SemaObjCXX/
Dinstantiate-stmt.mm26 // fast enumeration
41 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}}
47 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}}
50 …for (NSString *str in collection) // expected-error{{the type 'vector' is not a pointer to a fast-…
54 …for (str in collection) // expected-error{{the type 'vector' is not a pointer to a fast-enumerable…
/external/llvm/test/CodeGen/ARM/
Dfast-isel-pic.ll1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=pic -mtriple=thumbv7-apple-ios | FileCheck %…
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=pic -mtriple=arm-apple-ios | FileCheck %s --…
3 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=pic -mtriple=armv7-apple-ios | FileCheck %s …
4 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=pic -mtriple=thumbv7-none-linux-gnueabi | Fi…
5 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=pic -mtriple=armv7-none-linux-gnueabi | File…

12345678910>>...20