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

<<31323334353637383940>>

  /external/llvm/test/MC/ARM/
elf-thumbfunc.s 1 @@ test st_value bit 0 of thumb function
10 .type foo,%function
17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
23 @CHECK-NEXT: Type: Function
30 @CHECK-NEXT: Type: Function
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 25 # R_PPC64_TOC16_DS against the .toc and the 'sin' external function
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
33 # 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function
  /external/skia/tools/lua/
scrape.lua 0 function tostr(t)
35 function sk_scrape_startcanvas(c, fileName)
42 function sk_scrape_endcanvas(c, fileName)
50 function sk_scrape_accumulate(t)
74 lua_pictures will call this function after all of the pictures have been
77 function sk_scrape_summarize()
  /external/v8/src/
arraybuffer.js 11 function ArrayBufferConstructor(length) { // length = 1
20 function ArrayBufferGetByteLen() {
29 function ArrayBufferSlice(start, end) {
65 function ArrayBufferIsViewJS(obj) {
69 function SetUpArrayBuffer() {
72 // Set up the ArrayBuffer constructor function.
  /external/v8/test/cctest/compiler/
function-tester.h 31 function((FLAG_allow_natives_syntax = true, NewFunction(source))),
33 Compile(function);
41 Handle<JSFunction> function; member in class:v8::internal::compiler::FunctionTester
43 Handle<JSFunction> Compile(Handle<JSFunction> function) {
45 CompilationInfoWithZone info(function);
48 info.SetOptimizing(BailoutId::None(), Handle<Code>(function->code()));
69 function->ReplaceCode(*code);
71 Handle<Code> unoptimized = Handle<Code>(function->code());
72 Handle<Code> code = Compiler::GetOptimizedCode(function, unoptimized,
81 function->ReplaceCode(*code)
    [all...]
  /external/v8/test/mjsunit/
constant-folding-2.js 31 function test(f) {
40 test(function add() {
51 test(function inc() {
62 test(function dec() {
73 test(function sub() {
84 test(function mul() {
96 test(function div() {
107 test(function mathMin() {
119 test(function mathMax() {
131 test(function mathExp()
    [all...]
cross-realm-filtering.js 9 "(function () { Realm.eval(Realm.current(), 'throw Error()') })";
16 Error.prepareStackTrace = function(a, b) { return b; }; \
29 function assertNotIn(thrower, error) {
53 var caller_script = "(function (f) { f(); })";
60 function f_0() { Realm.shared.result_0 = arguments.callee.caller; }; \
61 function f_1() { Realm.shared.result_1 = arguments.callee.caller; }; \
global-accessors.js 32 __defineSetter__('x', function(x) { x_ = x; });
33 __defineGetter__('x', function() { return x_; });
35 __defineSetter__('y', function(x) { });
36 __defineGetter__('y', function() { return 7; });
38 function f(a) {
43 function g(a) {
  /external/v8/test/mjsunit/es6/debug-promises/
reject-caught-all.js 16 var p = new Promise(function(resolve, reject) {
22 function(value) {
28 function(e) {
33 function listener(event, exec_state, event_data, data) {
52 function testDone(iteration) {
53 function checkResult() {
reject-uncaught-late.js 18 var p = new Promise(function(resolve, reject) {
23 var q = new Promise(function(resolve, reject) {
28 q.then(function() {
34 function listener(event, exec_state, event_data, data) {
56 function testDone(iteration) {
57 function checkResult() {
throw-caught-all.js 16 var p = new Promise(function(resolve, reject) {
22 function() {
28 function(e) {
32 function listener(event, exec_state, event_data, data) {
51 function testDone(iteration) {
52 function checkResult() {
  /external/v8/test/mjsunit/regress/
regress-2226.js 28 var foo = function() { 0; /* foo function */ };
29 var bar = function() { 1; /* bar function */ };
30 var baz = function() { 2; /* baz function */ };
regress-347262.js 30 (function ArgumentsObjectWithOtherArgumentsInFrame() {
31 function g() {
35 function f(x) {
46 (function ArgumentsObjectWithOtherArgumentsDeopt() {
47 function g(y) {
52 function f(x) {
  /external/v8/test/webkit/
dfg-redundant-load-of-captured-variable-proven-constant.js 28 function foo(o, p) {
31 return function() { return x; }
39 var o = {f:function() { return 32; }};
44 expected = "\"function () { return x; }\"";
46 expected = "\"function () { return 32; },function () { return 32; }\"";
static-scope-object.js 24 description('This test ensures that the correct "this" object is used when calling named function expressions or exceptions.');
26 this.toString = function() { return "the global object" };
29 function namedFunctionExpression() {
30 return function f(i) { if (i > 0) return this; return f(1); }(0);
35 function throwingFunctionAsException() {
37 throw function(){ return this; }
  /external/v8/test/webkit/fast/js/
Promise-then-callback-receiver.js 31 Promise.resolve().then(function () {
32 return Promise.resolve(42).then(function () {
36 }, function () {
39 }).then(function () {
40 return Promise.reject(42).then(function () {
42 }, function () {
  /external/v8/test/webkit/fast/js/kde/
md5-1.js 47 function array(n) {
58 function integer(n) { return n%(0xffffffff+1); }
60 function shr(a,b) {
72 function shl1(a) {
84 function shl(a,b) {
91 function and(a,b) {
108 function or(a,b) {
125 function xor(a,b) {
143 function not(a) {
177 function F(x,y,z)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
statistics.h 61 struct function;
68 extern void statistics_counter_event (struct function *, const char *, int);
69 extern void statistics_histogram_event (struct function *, const char *, int);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 34 create: function() {
35 return function() {
42 Object.extend = function(destination, source) {
84 initialize : function(r, g, b) {
94 add : function(c1, c2){
104 addScalar: function(c1, s){
116 subtract: function(c1, c2){
126 multiply : function(c1, c2) {
136 multiplyScalar : function(c1, f) {
146 divideFactor : function(c1, f)
    [all...]
  /external/v8/benchmarks/
raytrace.js 34 create: function() {
35 return function() {
42 Object.extend = function(destination, source) {
84 initialize : function(r, g, b) {
94 add : function(c1, c2){
104 addScalar: function(c1, s){
116 subtract: function(c1, c2){
126 multiply : function(c1, c2) {
136 multiplyScalar : function(c1, f) {
146 divideFactor : function(c1, f)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js 308 function getSearchableIndexFormAttrs(isindexStartTagToken) {
322 function getSearchableIndexLabelText(isindexStartTagToken) {
328 function getSearchableIndexInputAttrs(isindexStartTagToken) {
348 var Parser = module.exports = function (treeAdapter, options) {
358 Parser.prototype.parse = function (html) {
367 Parser.prototype.parseFragment = function (html, fragmentContext) {
398 Parser.prototype._reset = function (html, document, fragmentContext) {
428 Parser.prototype._iterateParsingLoop = function () {
451 Parser.prototype._runParsingLoop = function () {
457 Parser.prototype._setupTokenizerCDATAMode = function () {
    [all...]
  /ndk/docs/Programmers_Guide/html/
navtree.js 52 function getData(varName)
59 function stripPath(uri)
64 function stripPath2(uri)
72 function localStorageSupported()
83 function storeLink(link)
90 function deleteLink()
97 function cachedLink()
106 function getScript(scriptName,func,show)
116 script.onreadystatechange = function() {
125 function createIndent(o,domNode,node,level
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]

Completed in 1482 milliseconds

<<31323334353637383940>>