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

<<31323334353637383940>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 19 (* variant for function calls. *)
31 (* proto - This type represents the "prototype" for a function, which captures
33 * function takes). *)
38 (* func - This type represents a function definition itself. *)
39 type func = Function of proto * expr
toplevel.ml 23 print_endline "parsed a function definition.";
30 (* Evaluate a top-level expression into an anonymous function. *)
36 (* JIT the function, returning a function pointer. *)
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 1 @@ test st_value bit 0 of thumb function
10 .type f,%function
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
add-listener-from-callback.js 13 function checkOrientation(event) {
21 function firstListener(event) {
31 function secondListener(event) {
38 function maybeFinishTest() {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
watch.js 13 function checkPosition(p) {
21 function checkError(e) {
35 navigator.geolocation.watchPosition(function(p) {
55 }, function(e) {
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
DOMNodeRemovedEvent.js 7 document.body.addEventListener("DOMNodeRemoved", function () { count++; }, false);
  /external/webkit/LayoutTests/fast/dom/beforeload/resources/
print.js 0 function print(message, color)
  /external/webkit/LayoutTests/http/tests/resources/
tripmine.php 15 function setState($newState, $file)
20 function getState($file)
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 28 (function(){
44 function recordResults(tests, times)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-fasta.js 8 function rand(max) {
36 function makeCumulative(table) {
44 function fastaRepeat(n, seq) {
60 function fastaRandom(n, table) {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-fasta.js 8 function rand(max) {
36 function makeCumulative(table) {
44 function fastaRepeat(n, seq) {
60 function fastaRandom(n, table) {
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 29 create: function() {
30 return function() {
37 Object.extend = function(destination, source) {
79 initialize : function(r, g, b) {
89 add : function(c1, c2){
99 addScalar: function(c1, s){
111 subtract: function(c1, c2){
121 multiply : function(c1, c2) {
131 multiplyScalar : function(c1, f) {
141 divideFactor : function(c1, f)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 29 create: function() {
30 return function() {
37 Object.extend = function(destination, source) {
79 initialize : function(r, g, b) {
89 add : function(c1, c2){
99 addScalar: function(c1, s){
111 subtract: function(c1, c2){
121 multiply : function(c1, c2) {
131 multiplyScalar : function(c1, f) {
141 divideFactor : function(c1, f)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.1.3.js 26 Description: When Array is called as a function rather than as a
28 object. Thus, the function call Array(...) is
41 var TITLE = "Array Constructor Called as a Function: Array()";
49 function getTestCases() {
76 function test() {
15.4.3.1-2.js 42 function getTestCases() {
56 function test() {
15.4.3.2.js 41 function getTestCases() {
47 function test() {
15.4.3.js 26 Array constructor is the Function prototype object.
42 function getTestCases() {
46 array[item++] = new TestCase( SECTION, "Array.__proto__", Function.prototype, Array.__proto__ );
50 function test() {
15.4.4.1.js 41 function getTestCases() {
47 function test() {
15.4.4.5-3.js 30 Verify that sort is successfull, even if the sort compare function returns
49 function test() {
63 function getTestCases() {
93 // when there's no sort function, sort sorts by the toString value of Date.
140 function comparefn1( x, y ) {
143 function comparefn2( x, y ) {
146 function realsort( x, y ) {
149 function comparefn3( x, y ) {
152 function clone( source, target ) {
157 function stringsort( x, y )
    [all...]
15.4.4.js 47 function getTestCases() {
67 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1-1.js 49 function getTestCases() {
60 function test() {
15.6.3.1-2.js 47 function getTestCases() {
57 function test() {
15.6.3.1-3.js 47 function getTestCases() {
57 function test() {
15.6.3.1-4.js 47 function getTestCases() {
67 function test() {
15.6.3.1-5.js 39 // all tests must call a function that returns an array of TestCase objects.
42 function getTestCases() {
45 array[item++] = new TestCase( SECTION, "Function.prototype == Boolean.__proto__", true, Function.prototype == Boolean.__proto__ );
49 function test() {

Completed in 1047 milliseconds

<<31323334353637383940>>