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

1 2

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results_unittests.js 84 "fast/not-fast-test.html": {
  /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/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 53 fast_smi_only : 'fast smi only elements',
54 fast : 'fast elements',
55 fast_double : 'fast double elements',
70 if (%HasFastObjectElements(obj)) return elements_kind.fast;
83 expected = elements_kind.fast;
150 assertKind(elements_kind.fast, a);
153 assertKind(elements_kind.fast, a);
163 assertKind(elements_kind.fast, a);
176 assertKind(elements_kind.fast, a)
    [all...]
array-feedback.js 53 fast_smi_only : 'fast smi only elements',
54 fast : 'fast elements',
55 fast_double : 'fast double elements',
70 if (%HasFastObjectElements(obj)) return elements_kind.fast;
83 expected = elements_kind.fast;
120 assertKind(elements_kind.fast, b);
opt-elements-kind.js 52 fast_smi_only : 'fast smi only elements',
53 fast : 'fast elements',
54 fast_double : 'fast double elements',
69 if (%HasFastObjectElements(obj)) return elements_kind.fast;
106 expected = elements_kind.fast;
137 // Test transition chain SMI->DOUBLE->FAST (crankshafted function will
138 // transition to FAST directly).
143 convert_mixed(doubles, "three", elements_kind.fast);
145 convert_mixed(construct_smis(), "three", elements_kind.fast);
    [all...]
osr-elements-kind.js 52 fast_smi_only : 'fast smi only elements',
53 fast : 'fast elements',
54 fast_double : 'fast double elements',
69 if (%HasFastObjectElements(obj)) return elements_kind.fast;
106 expected = elements_kind.fast;
131 // Test transition chain SMI->DOUBLE->FAST (crankshafted function will
132 // transition to FAST directly).
142 convert_mixed(doubles, "three", elements_kind.fast);
144 convert_mixed(construct_smis(), "three", elements_kind.fast);
    [all...]
allocation-site-info.js 48 fast_smi_only : 'fast smi only elements',
49 fast : 'fast elements',
50 fast_double : 'fast double elements',
65 if (%HasFastObjectElements(obj)) return elements_kind.fast;
78 expected = elements_kind.fast;
118 assertKind(elements_kind.fast, obj);
150 // Verify that we will not pretransition the double->fast path.
152 assertKind(elements_kind.fast, obj);
174 assertKind(elements_kind.fast, obj)
    [all...]
elements-kind.js 52 fast_smi_only : 'fast smi only elements',
53 fast : 'fast elements',
54 fast_double : 'fast double elements',
69 if (%HasFastObjectElements(obj)) return elements_kind.fast;
106 expected = elements_kind.fast;
112 assertKind(elements_kind.fast, me);
115 assertKind(elements_kind.fast, me);
136 assertKind(elements_kind.fast, you);
191 assertKind(elements_kind.fast, a)
    [all...]
  /external/libgsm/inc/
private.h 37 char fast; /* only used if FAST */ member in struct:gsm_state
  /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...]
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 83 #define fast sfast macro
95 #define fast lfast macro
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
239 endp = fast(m, start, stop, gf, gl);
767 - fast - step through the string at top speed
768 == static const char *fast(struct match *m, const char *start, \
772 fast( function
1180 #undef fast macro
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 47 #define fast sfast macro
59 #define fast lfast macro
90 static char *fast(struct match *, char *, char *, sopno, sopno);
181 endp = fast(m, start, stop, gf, gl);
671 - fast - step through the string at top speed
674 fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst) function
1015 #undef fast macro
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 46 'virtual/gpu/fast/canvas': 'fast/canvas',
50 'virtual/gpu/fast/hidpi': 'fast/hidpi',
52 'virtual/deferred/fast/images': 'fast/images',
    [all...]
  /dalvik/vm/
Sync.cpp 474 Thread *fast, *slow; local
478 fast = slow = mon->waitSet;
481 if (fast == NULL) return 0;
482 if (fast->waitNext == NULL) return 0;
483 if (fast == slow && n > 0) return 1;
485 fast = fast->waitNext->waitNext;
    [all...]
  /frameworks/base/libs/hwui/
ProgramCache.cpp 179 // Fast cases
583 bool fast = false; local
596 fast = true;
603 fast = true;
618 fast = true;
627 fast = true;
630 if (fast) {
632 PROGRAM_LOGD("*** Fast case:\n");
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 987 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds(); local
1034 bool fast = canUseDrawH && fastBounds; local
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 987 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds(); local
1034 bool fast = canUseDrawH && fastBounds; local
    [all...]
  /external/skia/tests/
MathTest.cpp 51 float fast = fast_floor(value); local
53 REPORTER_ASSERT(reporter, std == fast);
54 // SkDebugf("value[%1.9f] std[%g] fast[%g] equal[%d]\n",
55 // value, std, fast, std == fast);
  /external/v8/src/x64/
ic-x64.cc 302 // Loads an indexed element from a fast case array.
333 // Check that the object is in fast mode and writable.
344 // Fast case: Do the load.
407 // Check the receiver's map to see if it has fast elements.
450 // If the receiver is a fast-case object, check the keyed lookup
635 Label slow, slow_with_tagged_index, fast, array, extra, check_extra_double; local
708 // array. Check that the array is in fast mode (and writable); if it
717 // address to store into and fall through to fast case.
721 // Fast case: Do the store.
752 // Check for fast double array case. If this fails, call through to th
    [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 127 // This function is safe to call if the receiver has fast properties.
2610 Label fast; local
2625 Label fast; local
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 143 // This function is safe to call if the receiver has fast properties.
422 // Number of pointers to be reserved on stack for fast API call.
447 // -- esp[4] : last fast api call extra argument.
449 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument.
466 // (last fast api call extra argument,
469 // (first fast api call extra argument)
672 // Deferred code for fast API call case---clean preallocated space.
2669 Label fast; local
2684 Label fast; local
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 123 // This function is safe to call if the receiver has fast properties.
2650 Label fast; local
2665 Label fast; local
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 112 // This function is safe to call if the receiver has fast properties.
400 // Number of pointers to be reserved on stack for fast API call.
427 // -- rsp[8] : last fast api call extra argument.
429 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra
448 // (last fast api call extra argument,
451 // (first fast api call extra argument)
656 // Deferred code for fast API call case---clean preallocated space.
2442 Label fast; local
2457 Label fast; local
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 132 // This function is safe to call if the receiver has fast properties.
321 // Load a fast property out of a holder object (src). In-object properties
812 // Deferred code for fast API call case---clean preallocated space.
2375 Label fast; local
2396 Label fast; local
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 143 // This function is safe to call if the receiver has fast properties.
372 // Load a fast property out of a holder object (src). In-object properties
426 // Number of pointers to be reserved on stack for fast API call.
451 // -- esp[4] : last fast api call extra argument.
453 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument.
470 // (last fast api call extra argument,
473 // (first fast api call extra argument)
645 // Deferred code for fast API call case---clean preallocated space.
2267 Label fast; local
2288 Label fast; local
    [all...]

Completed in 711 milliseconds

1 2