Searched defs:result (Results 1 - 25 of 7853) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dbitops-bitwise-and.js30 var result = bitwiseAndValue; variable
/external/chromium_org/v8/test/intl/break-iterator/
H A Dresolved-options-is-method.js29 // the result is mutable.
33 var result = iterator.resolvedOptions(); variable
35 assertTrue(result instanceof Object);
38 result.locale = 'xx';
40 assertEquals(result.locale, 'xx');
/external/chromium_org/v8/test/intl/collator/
H A Dresolved-options-is-method.js29 // the result is mutable.
33 var result = collator.resolvedOptions(); variable
35 assertTrue(result instanceof Object);
38 result.locale = 'xx';
40 assertEquals(result.locale, 'xx');
/external/chromium_org/v8/test/intl/date-format/
H A Dresolved-options-is-method.js29 // the result is mutable.
33 var result = dtf.resolvedOptions(); variable
35 assertTrue(result instanceof Object);
38 result.locale = 'xx';
40 assertEquals(result.locale, 'xx');
/external/chromium_org/v8/test/intl/number-format/
H A Dresolved-options-is-method.js29 // the result is mutable.
33 var result = nf.resolvedOptions(); variable
35 assertTrue(result instanceof Object);
38 result.locale = 'xx';
40 assertEquals(result.locale, 'xx');
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-35.js28 var result; variable
29 eval("result = 42; while(true)break");
30 assertEquals(42, result);
32 eval("result = 87; while(false)continue");
33 assertEquals(87, result);
H A Dregress-676025.js28 var result; variable
29 try { eval('a=/(/'); } catch (e) { result = e; }
30 assertEquals('object', typeof result);
31 assertTrue(result instanceof SyntaxError);
/external/chromium_org/v8/test/webkit/fast/js/
H A DPromise-already-rejected.js28 var result; variable
38 result = localResult;
39 shouldBeEqualToString('result', 'foo');
H A DPromise-already-resolved.js28 var result; variable
37 result = localResult;
38 shouldBeEqualToString('result', 'foo');
H A DPromise-static-all.js28 var result = undefined; variable
40 Promise.all([p1, p2, p5]).then(function(result) {
52 result = localResult;
53 shouldBe('result.length', '0');
60 result = localResult;
61 shouldBe('result.length', '3');
62 shouldBeEqualToString('result[0]', 'p1');
63 shouldBeEqualToString('result[1]', 'p2');
64 shouldBeEqualToString('result[2]', 'p3');
73 result
[all...]
H A DPromise-static-race.js28 var result; variable
46 // If the argument is an empty array, the result promise won't be fulfilled.
66 result = localResult;
67 shouldBeEqualToString('result', 'p1');
76 result = localResult;
77 shouldBeEqualToString('result', 'p6');
82 result = localResult;
83 shouldBeEqualToString('result', 'p2');
91 result = localResult;
92 shouldBe('result', 'undefine
[all...]
H A DPromise-static-reject.js28 var result = undefined; variable
30 Promise.reject('hello').then(function(result) {
34 result = localResult;
35 shouldBeEqualToString('result', 'hello');
38 shouldBe('result', 'undefined');
H A DPromise-then-without-callbacks.js28 var result; variable
32 result = localResult;
33 shouldBeEqualToString('result', 'hello');
H A DPromise-chained-then.js29 var result; variable
33 result = localResult;
34 shouldBeEqualToString('result', 'hello');
41 result = localResult;
42 shouldBeEqualToString('result', 'hello2');
50 result = localResult;
51 shouldBeEqualToString('result', 'error');
58 result = localResult;
59 shouldBeEqualToString('result', 'error2');
63 result
[all...]
H A DPromise-exception.js29 var result; variable
33 }).then(function(result) {
40 result = localResult;
41 shouldBeEqualToString('result', 'foobar');
/external/chromium_org/v8/test/webkit/
H A Drehash-assign.js26 var result; variable
28 result = (function() {
136 shouldBe(result.toString(), "1");
H A Darray-sort-small-sparse-array-with-large-length.js31 var result = ""; variable
34 if (result)
35 result += ",";
36 result += array[s];
38 shouldBe("result", "\"42\"");
H A Ddfg-arguments-alias-one-block-osr-exit.js33 var result = ""; variable
42 result += foo(a, b, c);
45 shouldBe("result", "\"47101316192225283134374043464952555861646770737679828588919497100103106109112115118121124127130133136139142145148151154157160163166169172175178181184187190193196199202205208211214217220223226229232235238241244247250253256259262265268271274277280283286289292295298301304307310313316319322325328331334337340343346349352355358361364367370373376379382385388391394397400403406409412415418421424427430433436439442445448451454457460463466469472475478481484487490493496499502505508511514517520523526529532535538541544547550553556559562565568571574577580583586589592595598601hello201203hello202204hello203205hello204206hello205207hello206208hello207209hello208210hello209211hello210212hello211213hello212214hello213215hello214216hello215217hello216218hello217219hello218220hello219221hello220222hello221223hello222224hello223225hello224226hello225227hello226228hello227229hello228230hello229231hello230232hello231233hello232234hello233235hello234236hello235237hello236238hello237239hello238240hello239241hello240242hello241243hello242244hello243245hello244246hello245247hello246248hello247249hello248250hello249251hello250252hello251253hello252254hello253255hello254256hello255257hello256258hello257259hello258260hello259261hello260262hello261263hello262264hello263265hello264266hello265267hello266268hello267269hello268270hello269271hello270272hello271273hello272274hello273275hello274276hello275277hello276278hello277279hello278280hello279281hello280282hello281283hello282284hello283285hello284286hello285287hello286288hello287289hello288290hello289291hello290292hello291293hello292294hello293295hello294296hello295297hello296298hello297299hello298300hello299301hello300302\"");
H A Ddfg-arguments-alias-one-block-overwrite-arguments.js34 var result = ""; variable
43 result += foo(a, b, c);
45 shouldBe("result", "\"579111315171921232527293133353739414345474951535557596163656769717375777981838587899193959799101103105107109111113115117119121123125127129131133135137139141143145147149151153155157159161163165167169171173175177179181183185187189191193195197199201203205207209211213215217219221223225227229231233235237239241243245247249251253255257259261263265267269271273275277279281283285287289291293295297299301303305307309311313315317319321323325327329331333335337339341343345347349351353355357359361363365367369371373375377379381383385387389391393395397399401403hello2203hello2204hello2205hello2206hello2207hello2208hello2209hello2210hello2211hello2212hello2213hello2214hello2215hello2216hello2217hello2218hello2219hello2220hello2221hello2222hello2223hello2224hello2225hello2226hello2227hello2228hello2229hello2230hello2231hello2232hello2233hello2234hello2235hello2236hello2237hello2238hello2239hello2240hello2241hello2242hello2243hello2244hello2245hello2246hello2247hello2248hello2249hello2250hello2251hello2252hello2253hello2254hello2255hello2256hello2257hello2258hello2259hello2260hello2261hello2262hello2263hello2264hello2265hello2266hello2267hello2268hello2269hello2270hello2271hello2272hello2273hello2274hello2275hello2276hello2277hello2278hello2279hello2280hello2281hello2282hello2283hello2284hello2285hello2286hello2287hello2288hello2289hello2290hello2291hello2292hello2293hello2294hello2295hello2296hello2297hello2298hello2299hello2300hello2301hello2302\"");
H A Ddfg-arguments-alias-one-block-overwrite.js34 var result = ""; variable
H A Ddfg-uint32-to-number.js32 var result = 0; variable
34 result += foo({f:i + 0.5}, {f:2});
37 shouldBe("result", "124500");
H A Dexception-with-handler-inside-eval-with-dynamic-scope.js25 var result; variable
29 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
30 result = null;
31 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
32 result = null;
33 eval("with ({test:'innermost scope'}) try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
34 result
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dweb_contents_browsertest.cc23 bool result = false; local
27 &result));
28 EXPECT_TRUE(result);
36 result = false;
40 &result));
41 EXPECT_TRUE(result);
/external/chromium_org/third_party/WebKit/Source/build/
H A Dgn_list_to_space_separated_string.py9 result = "" variable
11 result += '"%s" ' % i
12 print result
/external/chromium_org/third_party/freetype/src/base/
H A Dftxf86.c30 const char* result = NULL; local
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
36 return result;

Completed in 739 milliseconds

1234567891011>>