HomeSort by relevance Sort by last modified time
    Searched refs:return (Results 126 - 150 of 3313) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/resources/ntp/
apps.js 42 return a.app_launch_index - b.app_launch_index;
133 !oldData.some(function(id) { return id == app.id; })) {
169 return div;
192 return getAppLaunchType() == APP_LAUNCH.NTP_APPS_MAXIMIZED &&
197 return node.id == 'apps-menu';
204 return APP_LAUNCH.NTP_APPS_MENU;
206 return APP_LAUNCH.NTP_APPS_COLLAPSED;
208 return APP_LAUNCH.NTP_APPS_MAXIMIZED;
218 return false;
275 return $('app-context-menu')
    [all...]
  /external/v8/tools/
splaytree.js 51 * @return {boolean} Whether the tree is empty.
54 return !this.root_;
70 return;
76 return;
98 * @return {SplayTree.Node} The removed node.
120 return removed;
129 * @return {SplayTree.Node} Node having the specified key.
133 return null;
136 return this.root_.key == key ? this.root_ : null;
141 * @return {SplayTree.Node} Node having the minimum key value
    [all...]
tickprocessor.js 37 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); };
52 return read(fileName);
65 case "": return Profile.CodeState.COMPILED;
66 case "~": return Profile.CodeState.OPTIMIZABLE;
67 case "*": return Profile.CodeState.OPTIMIZED;
144 return entry ? entry.getRawName() : null;
263 return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB;
268 return this.codeTypes_[name] == TickProcessor.CodeTypes.CPP;
273 return !(name in this.codeTypes_);
345 return this.stateFilter_ == null || this.stateFilter_ == vmState
    [all...]
  /external/v8/benchmarks/
raytrace.js 35 return function() {
46 return destination;
101 return result;
113 return result;
123 return result;
133 return result;
143 return result;
153 return result;
164 return d;
173 return result
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 30 return function() {
41 return destination;
96 return result;
108 return result;
118 return result;
128 return result;
138 return result;
148 return result;
159 return d;
168 return result
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 26 return text.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/\0/g, "\\0");
43 return false;
46 return false;
48 return false;
50 return true;
57 return n === 0 && 1/n < 0;
63 return _actual === _expected && (1/_actual) === (1/_expected);
65 return true;
67 return typeof(_actual) == "number" && isNaN(_actual);
69 return areArraysEqual(_actual, _expected)
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 2 return "PROXY success:80";
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 29 function f1() { return (1.2, 3.4) + 5.6; }
30 function f2() { return (1, 2) + 3; }
31 function f3() { return (1.2 || 3.4) + 5.6; }
32 function f4() { return (1 || 2) + 3; }
global-accessors.js 33 __defineGetter__('x', function() { return x_; });
36 __defineGetter__('y', function() { return 7; });
40 return x;
45 return y;
  /external/v8/test/mjsunit/compiler/
control-flow-1.js 32 return x;
36 return f0(x == y);
47 return x;
51 return o.f1(x == y);
deopt-inlined-smi.js 33 return ~x;
43 return a | (b | (c | d));
52 return 1 | a;
60 return a | 1;
regress-1.js 29 if (y % 4 != 0) return 365;
30 if (y % 4 == 0 && y % 100 != 0) return 366;
31 if (y % 100 == 0 && y % 400 != 0) return 365;
32 if (y % 400 == 0) return 366;
  /external/v8/test/mjsunit/regress/
regress-1099.js 31 var slot = "foo"; return function (a) { return slot === a; }
36 return function (a) {
38 return slot === 'bar';
  /external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/hasFeature02";
72 hasFeature("hTmL", "2.0") should return true.
79 if(checkInitialization(builder, "hasFeature02") != null) return;
hasFeature05.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/hasFeature05";
72 hasFeature("cOrE", null) should return true.
79 if(checkInitialization(builder, "hasFeature05") != null) return;
hasFeature06.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/hasFeature06";
72 hasFeature("cOrE", "2.0") should return true.
79 if(checkInitialization(builder, "hasFeature06") != null) return;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/hasFeature02";
72 hasFeature("hTmL", "2.0") should return true.
79 if(checkInitialization(builder, "hasFeature02") != null) return;
hasFeature05.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/hasFeature05";
72 hasFeature("cOrE", null) should return true.
79 if(checkInitialization(builder, "hasFeature05") != null) return;
hasFeature06.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/hasFeature06";
72 hasFeature("cOrE", "2.0") should return true.
79 if(checkInitialization(builder, "hasFeature06") != null) return;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/hasFeature01";
73 DOMImplementation.hasFeature("XML", "3.0") should return true.
80 if(checkInitialization(builder, "hasFeature01") != null) return;
hasFeature02.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/hasFeature02";
72 DOMImplementation.hasFeature("XML", "3.0") should return true.
79 if(checkInitialization(builder, "hasFeature02") != null) return;
hasFeature03.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/hasFeature03";
72 DOMImplementation.hasFeature("XML", "3.0") should return true.
79 if(checkInitialization(builder, "hasFeature03") != null) return;
hasFeature04.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/hasFeature04";
73 DOMImplementation.hasFeature("XML", "3.0") should return true.
80 if(checkInitialization(builder, "hasFeature04") != null) return;
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
traversal-reject.js 10 return NodeFilter.FILTER_REJECT;
12 return NodeFilter.FILTER_ACCEPT;
19 return NodeFilter.FILTER_SKIP;
21 return NodeFilter.FILTER_ACCEPT;
traversal-skip.js 10 return NodeFilter.FILTER_SKIP;
12 return NodeFilter.FILTER_ACCEPT;
19 return NodeFilter.FILTER_SKIP;
21 return NodeFilter.FILTER_ACCEPT;

Completed in 434 milliseconds

1 2 3 4 56 7 8 91011>>