Home
last modified time | relevance | path

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

12345678910>>...18

/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/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/
Dfast-isel.ll1 ; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86 -mattr=sse2
2 ; RUN: llc < %s -fast-isel -fast-isel-abort -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
Dconstpool.ll2 ; RUN: llc < %s -fast-isel
4 ; RUN: llc < %s -fast-isel -march=x86-64
Dfast-isel-x86-64.ll1 ; RUN: llc < %s -fast-isel -O0 -regalloc=fast -asm-verbose=0 -fast-isel-abort | FileCheck %s
6 ; Make sure that fast-isel folds the immediate into the binop even though it
78 ; rdar://9289501 - fast isel should fold trivial multiplies to shifts.
162 ; rdar://9297003 - fast isel bails out on all functions taking bools
175 ; rdar://9289488 - fast-isel shouldn't bail out on llvm.memcpy
244 ; Check that we fast-isel sret
Dfast-isel-constpool.ll1 ; RUN: llc < %s -fast-isel | grep {LCPI0_0(%rip)}
2 ; Make sure fast isel uses rip-relative addressing when required.
Dfast-isel-ret-ext.ll1 ; RUN: llc < %s -O0 -fast-isel-abort -mtriple i686-apple-darwin10 | FileCheck %s
2 ; RUN: llc < %s -O0 -fast-isel-abort -mtriple x86_64-apple-darwin10 | FileCheck %s
/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
Dfast_resize_view_unittest.mm39 // Turn fast resize mode on and change the view's frame. This time, the child
47 // Another resize with fast resize mode on.
53 // Turn fast resize mode off. This should initiate an immediate resize, even
/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/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/openfst/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/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/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/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/quake/quake/src/WinQuake/
Dwq.bat2 if x%1==xfast goto fast
12 echo wq fast: maximum speed, but doesn't work on all systems
24 :fast label
/external/llvm/test/CodeGen/ARM/
Dfast-isel-ret.ll1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | Fi…
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | …
4 ; Sign-extend of i1 currently not supported by fast-isel
Dfast-isel-indirectbr.ll1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | Fi…
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | …
/external/libgsm/src/
Dgsm_option.c36 result = r->fast;
37 if (val) r->fast = !!*val;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DDefaultClient.java90 public DefaultClient( String gameName, int version, Connector reliable, Connector fast, in DefaultClient() argument
94 setPrimaryConnectors( reliable, fast, connectorFactory ); in DefaultClient()
97 …protected void setPrimaryConnectors( Connector reliable, Connector fast, ConnectorFactory connecto… in setPrimaryConnectors() argument
108 if( fast != null ) { in setPrimaryConnectors()
109 channels.add(new ConnectorAdapter(fast, dispatcher, dispatcher, false)); in setPrimaryConnectors()
/external/openssl/crypto/des/times/
Dusparc.cc1 solaris 2.5.1 usparc 167mhz?? - SC4.0 cc -fast -Xa -xO5
3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'

12345678910>>...18