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

1 2 3 4 5 6 7 8 91011>>

  /external/libvorbis/lib/
lookups.pl 15 function: lookup data; generated by lookups.pl; edit there label
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-double-call.js 34 function TestCase(test_scenario, expected_output) {
38 var script_text_generator = (function() {
42 get: function() {
43 return "(function() {\n " +
44 " function A() {\n " +
50 " function B(p1, p2) {\n " +
54 " function C() {\n " +
56 " // Function call with argument adaptor is intentional.\n " +
59 " function D() {\n " +
61 " // Function call with argument adaptor is intentional.\n "
    [all...]
elements-transition-hoisting.js 49 function testDoubleConversion4(a) {
71 function testExactMapHoisting(a) {
97 function testExactMapHoisting2(a) {
129 function testExactMapHoisting3(a) {
155 function testDominatingTransitionHoisting1(a) {
183 function testHoistingWithSideEffect(a) {
203 function testStraightLineDupeElinination(a,b,c,d,e,f) {
debug-breakpoints.js 32 function f() {a=1;b=2}
33 function g() {
58 // function g() {
66 // function g() {
72 // function g() {
80 // function g() {
86 // function g() {
93 // function g() {
101 // function g() {
109 // function g()
    [all...]
elements-transition.js 39 function test(test_double, test_object, set, length) {
89 test(false, false, function(a,i,v){ a[i] = v; }, 20);
90 test(true, false, function(a,i,v){ a[i] = v; }, 20);
91 test(false, true, function(a,i,v){ a[i] = v; }, 20);
92 test(true, true, function(a,i,v){ a[i] = v; }, 20);
94 test(false, false, function(a,i,v){ a[i] = v; }, 10000);
95 test(true, false, function(a,i,v){ a[i] = v; }, 10000);
96 test(false, true, function(a,i,v){ a[i] = v; }, 10000);
97 test(true, true, function(a,i,v){ a[i] = v; }, 10000);
100 function get_cow() { return [1, 2, 3];
    [all...]
array-literal-feedback.js 49 function get_literal(x) {
never-optimize.js 30 function o1() {
39 // Check that the given function was optimized.
44 function u1() {
47 function u2() {
array-literal-transitions.js 46 function get(foo) { return foo; } // Used to generate dynamic values.
48 function array_literal_test() {
104 function test_large_literal() {
106 function d() {
111 function o() {
133 function deopt_array(use_literal) {
154 function deopt_array_literal_all_smis(a) {
179 function deopt_array_literal_all_doubles(a) {
206 (function literals_after_osr() {
  /external/v8/test/mjsunit/
debug-breakpoints.js 32 function f() {a=1;b=2};
33 function g() {
58 // function g() {
66 // function g() {
72 // function g() {
80 // function g() {
86 // function g() {
93 // function g() {
101 // function g() {
109 // function g()
    [all...]
elements-transition-hoisting.js 51 function testDoubleConversion4(a) {
69 function testExactMapHoisting(a) {
91 function testExactMapHoisting2(a) {
118 function testExactMapHoisting3(a) {
140 function testDominatingTransitionHoisting1(a) {
158 function testHoistingWithSideEffect(a) {
174 function testStraightLineDupeElinination(a,b,c,d,e,f) {
elements-transition.js 39 function test(test_double, test_object, set, length) {
89 test(false, false, function(a,i,v){ a[i] = v; }, 20);
90 test(true, false, function(a,i,v){ a[i] = v; }, 20);
91 test(false, true, function(a,i,v){ a[i] = v; }, 20);
92 test(true, true, function(a,i,v){ a[i] = v; }, 20);
94 test(false, false, function(a,i,v){ a[i] = v; }, 10000);
95 test(true, false, function(a,i,v){ a[i] = v; }, 10000);
96 test(false, true, function(a,i,v){ a[i] = v; }, 10000);
97 test(true, true, function(a,i,v){ a[i] = v; }, 10000);
100 function get_cow() { return [1, 2, 3];
    [all...]
array-literal-transitions.js 45 function get(foo) { return foo; } // Used to generate dynamic values.
47 function array_literal_test() {
103 function test_large_literal() {
105 function d() {
110 function o() {
132 function deopt_array(use_literal) {
153 function deopt_array_literal_all_smis(a) {
178 function deopt_array_literal_all_doubles(a) {
205 (function literals_after_osr() {
  /external/chromium_org/chrome/test/pyautolib/
dom_mutation_observer.js 21 function(automation_id, observer_id, observer_type, xpath, attribute,
25 function raiseEvent() {
40 function addNodeCallback(mutations, observer) {
61 function removeNodeCallback(mutations, observer) {
76 function changeNodeCallback(mutations, observer) {
94 function existsNodeCallback(mutations, observer) {
109 function xpathMatchesNode(node, xpath) {
127 function firstXPathNode(xpath) {
140 function findNodeMatchingXPathAndValue(xpath, attribute, expected_value) {
160 function nodeAttributeValueEquals(node, attribute, expected_value)
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 19 addLoadEvent(function() { method
33 addLoadEvent(function() { method
100 addLoadEvent(function() {
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
101-macros-used-twice.c 2 #define function(x) 1 macro
11 #if function(0)
14 #if function(0)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1207.js 31 function fib(n) {
regress-78270.js 31 function g(f0) {
regress-debug-code-recompilation.js 33 function f() {a=1;b=2};
34 function g() {
regress-88858.js 33 function make_watcher(name) { }
35 function f(flag) {
54 function __noSuchMethod__() {
59 f.p = function() { };
  /external/mesa3d/src/glsl/glcpp/tests/
101-macros-used-twice.c 2 #define function(x) 1 macro
11 #if function(0)
14 #if function(0)
  /external/v8/test/mjsunit/regress/
regress-1207.js 31 function fib(n) {
regress-78270.js 31 function g(f0) {
regress-debug-code-recompilation.js 32 function f() {a=1;b=2};
33 function g() {
regress-88858.js 33 function make_watcher(name) { }
35 function f(flag) {
54 function __noSuchMethod__() {
59 f.p = function() { };
  /external/chromium_org/third_party/flot/
jquery.flot.selection.min.js 0 (function(a){function b(k){var p={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false};var m={};var r=null;function e(s){if(p.active){l(s);k.getPlaceholder().trigger("plotselecting",[g()])}}function n(s){if(s.which!=1){return}document.body.focus();if(document.onselectstart!==undefined&&m.onselectstart==null){m.onselectstart=document.onselectstart;document.onselectstart=function(){return false}}if(document.ondrag!==undefined&&m.ondrag==null){m.ondrag=document.ondrag;document.ondrag=function(){return false}}d(p.first,s);p.active=true;r=function(t){j(t)};a(document).one("mouseup",r)}function j(s){r=null;if(document.onselectstart!==undefined){document.onselectstart=m.onselectstart}if(document.ondrag!==undefined){document.ondrag=m.ondrag}p.active=false;l(s);if(f()){i()}else{k.getPlaceholder().trigger("plotunselected",[]);k.getPlaceholder().trigger("plotselecting",[null])}return false}function g(){if(!f()){return null}var u={},t=p.first,s=p.second;a.each(k.getAxes(),function(v,w){if(w.used){var y=w.c2p(t[w.direction]),x=w.c2p(s[w.direction]);u[v]={from:Math.min(y,x),to:Ma (…)
    [all...]

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>