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

1 2 3 4 5 6 7

  /ndk/tests/build/issue21132-__ARM_ARCH__/jni/
Application.mk 1 # Only armeabi-v7a and x86 instruction for fast __swap32md
  /external/compiler-rt/lib/asan/
asan_stack.h 22 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) \
33 GetStackTrace(&stack, max_s, pc, bp, fast)
39 #define GET_STACK_TRACE(max_size, fast) \
41 StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), fast)
asan_linux.cc 104 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) {
108 fast = false;
110 if (!fast)
asan_win.cc 33 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) {
34 (void)fast;
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.stdout.exp 1 translate: fast SP updates identified: 0 ( --%)
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 58 * Creates a Server that will utilize both reliable and fast
68 * Creates a Server that will utilize both reliable and fast
78 * Creates a named and versioned Server that will utilize both reliable and fast
87 * @param udpPort The port upon which the UDP hosting will listen for new 'fast' UDP
88 * messages. Set to -1 if 'fast' traffic should go over TCP. This will
93 UdpKernel fast = udpPort == -1 ? null : new UdpKernel(udpPort); local
96 return new DefaultServer( gameName, version, reliable, fast );
119 * using both reliable and fast transports.
128 * using both reliable and fast transports.
137 * using both reliable and fast transports.
165 UdpConnector fast = remoteUdpPort == -1 ? null : new UdpConnector( remoteAddress, remoteUdpPort ); local
186 UdpConnector fast = new UdpConnector( address, remoteUdpPort ); local
    [all...]
  /external/libgsm/src/
gsm_option.c 35 #if defined(FAST) && defined(USE_FLOAT_MUL)
36 result = r->fast;
37 if (val) r->fast = !!*val;
  /external/compiler-rt/BlocksRuntime/tests/
makefile 25 fast:
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
  /external/quake/quake/src/WinQuake/
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/v8/test/mjsunit/
elements-kind.js 46 fast_smi_only : 'fast smi only elements',
47 fast : 'fast elements',
48 fast_double : 'fast double elements',
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)
    [all...]
int32-ops.js 61 assertEquals(1, Add1(0)); // fast case
62 assertEquals(1, Add1Reversed(0)); // fast case
68 assertEquals(100, Add100(0)); // fast case
69 assertEquals(100, Add100Reversed(0)); // fast case
94 assertEquals(0, Sub1(1)); // fast case
95 assertEquals(-1, Sub1Reversed(2)); // fast case
101 assertEquals(0, Sub100(100)); // fast case
102 assertEquals(1, Sub100Reversed(99)); // fast case
function-prototype.js 58 // Test that the fast case optimizations can handle non-functions,
66 // Seed the GetPrototypeOf function to enable the fast case
85 // Check the standard fast case.
  /external/openssl/crypto/des/times/
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'
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 83 _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])]
    [all...]
  /external/v8/test/mjsunit/regress/
regress-smi-only-concat.js 30 // This tests that concatenating a fast smi-only array and a fast object array
31 // results in a fast object array.
regress-117409.js 32 // Create literal with a fast double elements backing store
35 // Specialize the IC for fast double elements
regress-386.js 32 // the object's map in the fast case and adds a constant function map
35 // and simultaneously converts the object from fast case to slow case
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 57 <td><a href="/var/lib/buildbot/build/gtk-linux-64-release/build/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html">fast/repaint/no-caret-repaint-in-non-content-editable-element.html</a></td>
58 <td><a href="fast/repaint/no-caret-repaint-in-non-content-editable-element-actual.txt">result</a></td>
72 testname = 'fast/repaint/no-caret-repaint-in-non-content-editable-element.html'
  /external/compiler-rt/lib/msan/
msan.h 68 bool fast);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test_files.py 34 i.e. calling find(["LayoutTests/fast"]) will only return files
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 90 public DefaultClient( String gameName, int version, Connector reliable, Connector fast,
94 setPrimaryConnectors( reliable, fast, connectorFactory );
97 protected void setPrimaryConnectors( Connector reliable, Connector fast, ConnectorFactory connectorFactory )
108 if( fast != null ) {
109 channels.add(new ConnectorAdapter(fast, dispatcher, dispatcher, false));
  /frameworks/base/libs/hwui/
ProgramCache.cpp 194 // Fast cases
607 bool fast = false; local
620 fast = true;
627 fast = true;
642 fast = true;
651 fast = true;
654 if (fast) {
656 PROGRAM_LOGD("*** Fast case:\n");
  /ndk/build/tools/
build-target-prebuilts.sh 58 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
  /external/skia/legacy/src/core/
SkPictureRecord.cpp 322 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds(); local
324 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
329 if (fast) {
360 bool fast = canUseDrawH && fastBounds; local
362 if (fast) {
379 if (fast) {
407 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
409 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H);
417 if (fast) {
  /external/skia/src/core/
SkPictureRecord.cpp 129 0, // DRAW_POS_TEXT_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT
131 0, // DRAW_POS_TEXT_H_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT_H
137 0, // DRAW_TEXT_TOP_BOTTOM, // fast variant of DRAW_TEXT
550 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds(); local
552 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
558 if (fast) {
589 bool fast = canUseDrawH && fastBounds; local
591 if (fast) {
609 if (fast) {
637 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds()
    [all...]

Completed in 679 milliseconds

1 2 3 4 5 6 7