HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 526 - 550 of 6482) sorted by null

<<21222324252627282930>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 7 function FindProxyForURL(url, host) {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionRegistry.java 35 protected Map<String, Function> functions = new HashMap<String, Function>();
44 Function function = functions.get(name); local
45 if (function == null) {
46 throw new JSilverInterpreterException("Function not found " + name);
48 Value result = function.execute(args);
50 throw new JSilverInterpreterException("Function " + name + " did not return value");
70 Function function = functions.get(name) local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/v8/test/mjsunit/
comparison-ops-and-undefined.js 30 function test_helper_for_ics(func, b1, b2, b3, b4) {
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) {
46 function less_1(a, b) {
52 function less_2(a, b) {
58 function greater_1(a, b) {
64 function greater_2(a, b) {
70 function less_equal_1(a, b) {
76 function less_equal_2(a, b) {
82 function greater_equal_1(a, b) {
88 function greater_equal_2(a, b)
    [all...]
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 30 function A() {
33 A.prototype.X = function (a, b, c) {
40 A.prototype.Y = function () {
44 A.prototype.Z = function () {
53 A.prototype.X.apply = function (receiver, args) {
54 return Function.prototype.apply.call(this, receiver, args);
61 function F1() { }
62 function F2() { F1.apply(this, arguments); }
63 function F3(x, y) {
69 function F31()
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
multiple-frames.js 4 function checkOrientation(event) {
12 function mainFrameListener(event) {
19 function childFrameListener(event) {
25 function maybeFinishTest() {
updates.js 4 function setMockOrientation(alpha, beta, gamma) {
13 function checkOrientation(event) {
20 function firstListener(event) {
28 function updateListener(event) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame.js 8 function onIframeLoaded() {
14 function onIframeUnloaded() {
15 iframeGeolocation.getCurrentPosition(function () {
18 }, function(e) {
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 3 function test(storageString, callback)
24 function step1()
33 function step2()
41 function step3()
documentURI.js 3 function test(storageString, callback)
20 function step1()
29 function step2()
42 function step3()
  /external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
clearLocalStorage.js 0 function clearLocalStorage()
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
clearSessionStorage.js 0 function clearSessionStorage()
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.13.1.js 49 function getTestCases() {
58 function test() {
11.2.2-1.js 84 function TestFunction() {
87 function test() {
11.2.2-10-n.js 81 function TestFunction() {
84 function test() {
11.2.2-2-n.js 83 function TestFunction() {
86 function test() {
11.2.2-4-n.js 83 function TestFunction() {
86 function test() {
11.2.2-5-n.js 83 function TestFunction() {
86 function test() {
11.6.2-1.js 51 function test() {
64 function getTestCases() {
174 function MyProtoValuelessObject() {
175 this.valueOf = new Function ( "" );
178 function MyProtolessObject( value ) {
179 this.valueOf = new Function( "return this.value" );
183 function MyValuelessObject(value) {
186 function MyPrototypeObject(value) {
187 this.valueOf = new Function( "return this.value;" );
188 this.toString = new Function( "return (this.value + '');" )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.2-2-n.js 52 function test() {
73 function getTestCases() {
7.2-3-n.js 52 function test() {
75 function getTestCases() {
7.2-4-n.js 52 function test() {
75 function getTestCases() {
7.2-5-n.js 53 function test() {
78 function getTestCases() {

Completed in 1917 milliseconds

<<21222324252627282930>>