HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1276 - 1300 of 4292) sorted by null

<<51525354555657585960>>

  /external/v8/test/webkit/fast/js/
Promise-onRejected-deep.js 30 var promise = new Promise(function (_, r) { reject = r; });
33 promise = promise.then(function (value) { testFailed('fulfilled'); throw value + 1; }, function (value) { throw value + 1; });
36 promise.catch(function (value) {
Promise-resolve-with-then-exception.js 31 new Promise(function(resolve) {
32 resolve({then: function() { throw 'hello'; }});
33 }).then(function() {
36 }, function(localResult) {
  /external/v8/test/webkit/
for-in-exeception.js 26 function throwNullException() {
30 function throwUndefinedException() {
34 function throwStringException() {
38 function test(func) {
function-dot-length-read-only.js 25 "Tests that function.length correctly intercepts stores when a function is used as a prototype."
28 function foo() { }
30 function Bar() { }
interpreter-no-activation.js 26 function f1(a,b,c,d) {
27 if (0) (function (){ a; });
33 function f2(a,b,c,d) {
36 if (0) (function (){ a; });
polymorphic-construct.js 28 function Foo() {
32 function Bar() {
36 function Baz() {
40 function construct(what) {
  /frameworks/native/opengl/libagl/
fixed_asm.S 23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /libcore/luni/src/main/native/
IcuUtilities.cpp 52 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) {
66 jniThrowExceptionFmt(env, exceptionClass, "%s failed: %s", function, u_errorName(error));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_rfunction.pass.cpp 12 // class function<R(ArgTypes...)>
14 // template<class A> function(allocator_arg_t, const A&, function&&);
67 std::function<int(int)> f = A();
72 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), std::move(f));
nullptr_t_assign.pass.cpp 12 // class function<R(ArgTypes...)>
14 // function& operator=(nullptr_t);
68 std::function<int(int)> f = A();
78 std::function<int(int)> f = g;
  /prebuilts/misc/common/swig/include/2.0.11/r/
rkw.swg 16 RKW(function);
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
tokenizer_proxy.js 15 var TokenizerProxy = module.exports = function (html, options) {
25 TokenizerProxy.prototype.getNextToken = function () {
43 TokenizerProxy.prototype._enterNamespace = function (namespace) {
52 TokenizerProxy.prototype._leaveCurrentNamespace = function () {
62 TokenizerProxy.prototype._ensureTokenizerMode = function (tn) {
78 TokenizerProxy.prototype._handleStartTagToken = function (token) {
103 TokenizerProxy.prototype._handleEndTagToken = function (token) {
  /external/skia/tools/lua/
scrape_dashing_full.lua 14 function sk_scrape_startcanvas(c, fileName)
21 function sk_scrape_endcanvas(c, fileName)
29 function resetTableKeys(table, keyTable)
35 function increment(table, key)
62 function sk_scrape_accumulate(t)
123 lua_pictures will call this function after all of the pictures have been
126 function sk_scrape_summarize()
  /external/v8/src/
harmony-string.js 15 function StringRepeat(count) {
34 function StringStartsWith(searchString /* position */) { // length == 1
63 function StringEndsWith(searchString /* position */) { // length == 1
95 function StringContains(searchString /* position */) { // length == 1
124 function StringCodePointAt(pos) {
146 function StringFromCodePoint(_) { // length = 1
173 function ExtendStringPrototype() {
  /external/v8/test/mjsunit/compiler/
alloc-object.js 32 // changing of function prototypes)
34 function test_helper(construct, a, b) {
38 function test(construct) {
59 function finalize_slack_tracking(construct) {
68 function ConstructInObjectPreAllocated(a, b) {
77 function ConstructInObjectUnused(a, b) {
86 function ConstructWhileSlackTracking(a, b) {
escape-analysis-representation.js 34 var values = [ function() { return {}; },
35 function() { return 23; },
36 function() { return 4.2; } ];
38 function constructor(value_track) {
42 function access(value_track, value_break, deopt) {
49 function test(value_track, value_break) {
62 // Clear type feedback of the access function for next run.
  /external/v8/test/mjsunit/
debug-liveedit-breakpoints.js 34 " function Z() {\n"
39 "function F25() {\n"
42 + "function F26 () {\n"
44 + function_z_text // function takes exactly 3 lines
50 + "function Nested() {\n"
52 + " return function F27() {\n"
97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
debug-stepout-scope-part8.js 35 function listener(event, exec_state, event_data, data) {
56 function nop() {}
59 function stress() {
191 function stress1() {
199 function stress2() {
208 function stress3() {
220 function stress4() {
packed-elements.js 30 function test1() {
36 function test2() {
42 function test3() {
48 function test4() {
57 function test5() {
69 function test6() {
94 function test_with_optimization(f) {
  /external/v8/test/mjsunit/es6/debug-promises/
events.js 13 function updatePromise(promise, parentPromise, status, value) {
26 function listener(event, exec_state, event_data, data) {
57 function resolver(resolve, reject) { resolve(); }
61 var p3 = new Promise(function(resolve, reject) { // event
67 function assertAsync(b, s) {
75 function testDone(iteration) {
76 function checkResult() {
  /external/v8/test/mjsunit/harmony/
debug-function-scopes.js 35 function CheckScope(scope_mirror, scope_expectations, expected_scope_type) {
55 var f1 = (function F1(x) {
56 function F2(y) {
61 var F3 = function(a, b) {
62 function F4(p) {
82 var f2 = (function() {
97 return function() {
  /external/v8/test/mjsunit/regress/
regress-2073.js 33 function nextid() {
38 function Scope() {
49 new: function() {
52 Child = function() {};
71 destroy: function() {
81 function inc(scope) {
90 function doit() {
regress-2273.js 28 var CheckStringReceiver = function() {
34 var CheckNumberReceiver = function() {
40 var CheckUndefinedReceiver = function() {
46 var CheckNullReceiver = function() {
52 var CheckCoersion = function() {
58 function strict_mode() {
82 function sloppy_mode() {
  /external/v8/test/test262-es6/
harness-adapt.js 28 function fnGlobalObject() { return (function() { return this; })(); }
30 var ES5Harness = (function() {
34 function Test262Error(id, path, description, codeString,
45 Test262Error.prototype.toString = function() {
49 function registerTest(test) {
84 function $DONE(arg){

Completed in 1313 milliseconds

<<51525354555657585960>>