/external/webkit/LayoutTests/platform/android/ |
D | layout_test_directories.txt | 5 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 …]
|
D | test_expectations.txt | 35 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/ |
D | elements-kind.js | 47 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/ |
D | fast-isel.ll | 1 ; 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:
|
D | fast-isel-i1.ll | 1 ; 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
|
D | fast-isel-fneg.ll | 1 ; 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
|
D | constpool.ll | 2 ; RUN: llc < %s -fast-isel 4 ; RUN: llc < %s -fast-isel -march=x86-64
|
D | fast-isel-x86-64.ll | 1 ; 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
|
D | fast-isel-constpool.ll | 1 ; RUN: llc < %s -fast-isel | grep {LCPI0_0(%rip)} 2 ; Make sure fast isel uses rip-relative addressing when required.
|
D | fast-isel-ret-ext.ll | 1 ; 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/ |
D | Network.java | 93 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/ |
D | fast_resize_view.mm | 11 // 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
|
D | fast_resize_view_unittest.mm | 39 // 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/ |
D | ChangeLog-2005-12-19 | 40 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/ |
D | makefile | 25 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/ |
D | ltoptions.m4 | 82 _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/ |
D | ltoptions.m4 | 82 _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/ |
D | ltoptions.m4 | 82 _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/ |
D | ltoptions.m4 | 82 _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/ |
D | wq.bat | 2 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/ |
D | fast-isel-ret.ll | 1 ; 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
|
D | fast-isel-indirectbr.ll | 1 ; 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/ |
D | gsm_option.c | 36 result = r->fast; 37 if (val) r->fast = !!*val;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
D | DefaultClient.java | 90 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/ |
D | usparc.cc | 1 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'
|