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

<<41424344454647484950>>

  /external/v8/test/mjsunit/
function-prototype.js 28 // Test that we can set function prototypes to non-object values. The
31 function TestNonObjectPrototype(value) {
32 function F() {};
45 function F() {};
62 function GetPrototypeOf(f) {
66 // Seed the GetPrototypeOf function to enable the fast case
73 function NoPrototypeYet() { }
77 function NonObjectPrototype() { }
81 function NoInitialMap() { }
88 // Check that getting the prototype of a non-function works. This mus
    [all...]
  /external/v8/test/mjsunit/regress/
regress-403292.js 29 function __f_4(__v_8, filter) {
30 function __f_6(v) {
41 function __f_5(__v_6) {
  /frameworks/base/tools/aapt2/
Flag.cpp 16 std::function<bool(const StringPiece&, std::string*)> action;
26 static std::function<bool(const StringPiece&, std::string*)> wrap(
27 const std::function<void(const StringPiece&)>& action) {
35 std::function<void(const StringPiece&)> action) {
42 std::function<void(const StringPiece&)> action) {
48 std::function<bool(const StringPiece&, std::string*)> action) {
  /external/v8/test/mjsunit/harmony/
string-endswith.js 76 function testNonStringValues() {
91 var CustomType = function(value) {
93 this.toString = function() {
98 function testCutomType() {
306 assertThrows(function() { "[a-z]+(bar)?".endsWith(/(bar)?/);
309 assertThrows(function() { "[a-z]+(bar)?".endsWith(/(bar)?/);
311 assertThrows(function() { "[a-z]+/(bar)?/".endsWith(/(bar)?/);
328 assertThrows(function() {
331 assertThrows(function() {
334 assertThrows(function() {
    [all...]
string-startswith.js 76 function testNonStringValues() {
91 var CustomType = function(value) {
93 this.toString = function() {
98 function testCutomType() {
294 assertThrows(function() { "[a-z]+(bar)?".startsWith(/[a-z]+/); }, TypeError);
296 assertThrows(function() { "[a-z]+(bar)?".startsWith(/(bar)?/); }, TypeError);
297 assertThrows(function() { "[a-z]+/(bar)?/".startsWith(/(bar)?/); }, TypeError);
313 assertThrows(function() {
316 assertThrows(function() {
319 assertThrows(function() {
    [all...]
numeric-literals.js 30 function TestOctalLiteral() {
41 function TestOctalLiteralUsingNumberFunction() {
52 function TestBinaryLiteral() {
62 function TestBinaryLiteralUsingNumberFunction() {
74 function TestParseIntDoesNotSupportOctalNorBinary() {
83 function TestParseFloatDoesNotSupportOctalNorBinary() {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 51 value: function (shuper) {
52 function Inheriter() { }
59 function OrderedCollection() {
63 OrderedCollection.prototype.add = function (elm) {
67 OrderedCollection.prototype.at = function (index) {
71 OrderedCollection.prototype.size = function () {
75 OrderedCollection.prototype.removeFirst = function () {
79 OrderedCollection.prototype.remove = function (elm) {
104 function Strength(strengthValue, name) {
109 Strength.stronger = function (s1, s2)
    [all...]
  /external/v8/benchmarks/
deltablue.js 49 Object.prototype.inheritsFrom = function (shuper) {
50 function Inheriter() { }
56 function OrderedCollection() {
60 OrderedCollection.prototype.add = function (elm) {
64 OrderedCollection.prototype.at = function (index) {
68 OrderedCollection.prototype.size = function () {
72 OrderedCollection.prototype.removeFirst = function () {
76 OrderedCollection.prototype.remove = function (elm) {
101 function Strength(strengthValue, name) {
106 Strength.stronger = function (s1, s2)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 44 /** Remember local variables. Currently, this is only the function parameter.
51 /** Set up an evaluator with a node stream; and a set of function definition ASTs. */
58 /** Set up a local evaluator for a nested function call. The evaluator gets the definition
59 * tree of the function; the set of all defined functions (to find locally called ones); a
60 * pointer to the global variable memory; and the value of the function parameter to be
63 private DebugTreeGrammar( CommonTree function,
67 // Expected tree for function: ^(FUNC ID ( INT | ID ) expr)
68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions )
71 localMemory[function.GetChild( 1 ).Text] = paramValue;
74 /** Find matching function definition for a function name and paramete
    [all...]
ProfileTreeGrammarHelper.cs 44 /** Remember local variables. Currently, this is only the function parameter.
51 /** Set up an evaluator with a node stream; and a set of function definition ASTs. */
58 /** Set up a local evaluator for a nested function call. The evaluator gets the definition
59 * tree of the function; the set of all defined functions (to find locally called ones); a
60 * pointer to the global variable memory; and the value of the function parameter to be
63 private ProfileTreeGrammar( CommonTree function,
67 // Expected tree for function: ^(FUNC ID ( INT | ID ) expr)
68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions )
71 localMemory[function.GetChild( 1 ).Text] = paramValue;
74 /** Find matching function definition for a function name and paramete
    [all...]
  /external/bison/darwin-lib/
fcntl.h 83 * For providing a substitute for a function that is missing on some
97 * For providing a replacement for a function that exists on all platforms,
116 * For providing a replacement for a function that exists on some platforms
149 declares a replacement function, named rpl_func, with the given prototype,
161 declares the system function, named func, with the given prototype,
192 except that the C function rpl_func may have a slightly different
210 that redirects to the system provided function func, if GNULIB_NAMESPACE
235 except that the C function func may have a slightly different declaration.
253 except that the C function is picked among a set of overloaded functions,
259 The inner cast: When the function is defined as a set of overloade
    [all...]
time.h 50 * For providing a substitute for a function that is missing on some
64 * For providing a replacement for a function that exists on all platforms,
83 * For providing a replacement for a function that exists on some platforms
116 declares a replacement function, named rpl_func, with the given prototype,
128 declares the system function, named func, with the given prototype,
159 except that the C function rpl_func may have a slightly different
177 that redirects to the system provided function func, if GNULIB_NAMESPACE
202 except that the C function func may have a slightly different declaration.
220 except that the C function is picked among a set of overloaded functions,
226 The inner cast: When the function is defined as a set of overloade
    [all...]
  /external/bison/linux-lib/
fcntl.h 83 * For providing a substitute for a function that is missing on some
97 * For providing a replacement for a function that exists on all platforms,
116 * For providing a replacement for a function that exists on some platforms
149 declares a replacement function, named rpl_func, with the given prototype,
161 declares the system function, named func, with the given prototype,
192 except that the C function rpl_func may have a slightly different
210 that redirects to the system provided function func, if GNULIB_NAMESPACE
235 except that the C function func may have a slightly different declaration.
253 except that the C function is picked among a set of overloaded functions,
259 The inner cast: When the function is defined as a set of overloade
    [all...]
time.h 50 * For providing a substitute for a function that is missing on some
64 * For providing a replacement for a function that exists on all platforms,
83 * For providing a replacement for a function that exists on some platforms
116 declares a replacement function, named rpl_func, with the given prototype,
128 declares the system function, named func, with the given prototype,
159 except that the C function rpl_func may have a slightly different
177 that redirects to the system provided function func, if GNULIB_NAMESPACE
202 except that the C function func may have a slightly different declaration.
220 except that the C function is picked among a set of overloaded functions,
226 The inner cast: When the function is defined as a set of overloade
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 140 // Outputs a function address and name, followed by its source line list.
141 // block can be the same object as function, or it can be a reference
142 // to a code block that is lexically part of this function, but
145 bool PrintFunction(IDiaSymbol *function, IDiaSymbol *block);
217 // Returns the function name for a symbol. If possible, the name is
222 static bool GetSymbolFunctionName(IDiaSymbol *function, BSTR *name,
225 // Returns the number of bytes of stack space used for a function's
226 // parameters. function must have the tag SymTagFunction. In the event of
228 static int GetFunctionStackParamSize(IDiaSymbol *function);
  /external/lldb/tools/debugserver/source/
PThreadMutex.h 39 Locker(PThreadMutex& m, const char *function, const char *file, int line);
40 Locker(PThreadMutex* m, const char *function, const char *file, int line);
41 Locker(pthread_mutex_t *mutex, const char *function, const char *file, int line);
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 7 @ the stack pointer. This is required for the function that will change
8 @ the stack pointer out of the function prologue. If the exception is thrown,
31 .type func1,%function
60 .type func2a,%function
73 .type func2b,%function
103 .type func3a,%function
116 .type func3b,%function
146 .type func4a,%function
159 .type func4b,%function
191 .type func5a,%function
    [all...]
  /external/skia/tools/lua/
paths.lua 32 function sk_scrape_startcanvas(c, fileName)
37 function sk_scrape_endcanvas(c, fileName)
47 function string.starts(String,Start)
51 function isPathValid(path)
67 function sk_scrape_accumulate(t)
110 function sk_scrape_summarize()
  /external/v8/src/
typedarray.js 14 macro TYPED_ARRAYS(FUNCTION)
16 FUNCTION(1, Uint8Array, 1)
17 FUNCTION(2, Int8Array, 1)
18 FUNCTION(3, Uint16Array, 2)
19 FUNCTION(4, Int16Array, 2)
20 FUNCTION(5, Uint32Array, 4)
21 FUNCTION(6, Int32Array, 4)
22 FUNCTION(7, Float32Array, 4)
23 FUNCTION(8, Float64Array, 8)
24 FUNCTION(9, Uint8ClampedArray, 1
    [all...]
  /external/v8/test/mjsunit/compiler/
inline-function-apply.js 30 // Test inlining and deoptimization of function.apply(this, arguments)
32 (function () {
34 function test(argumentsCount) {
40 function A(x,y) {
50 function B(x,y) {
60 function C(x,y) {
minus-zero.js 30 function add(x, y) {
40 function test(x, y) {
52 assertFalse(%_IsMinusZero(function() {}));
63 function testsin() {
73 function testfloor() {
86 function add(a, b) {
osr-alignment.js 30 function f1() {
41 function f2() {
52 function f3() {
63 function test1() {
70 function test2() {
77 function test3() {
pic.js 30 function GetX(o) { return o.x; }
31 function CallF(o) { return o.f(); }
32 function SetX(o) { o.x = 42; }
33 function SetXY(o,y) { return o.x = y; }
36 function Test(o) {
54 o1.f = o2.f = o3.f = function() { return 99; }
property-static.js 34 Object.prototype.load = function() { return this.property; };
43 (function() {
44 function f(x) {
56 (function() {
57 function c(x) {
60 function f(x) {
regress-3249650.js 31 function f0(x) { try { } catch (e) {}}
32 function f1(x) { try { } catch (e) {}}
33 function f2(x) { try { } catch (e) {}}
34 function f3(x) { try { } catch (e) {}}
37 object.f = function(x) { return this; }
40 function test(x) {

Completed in 794 milliseconds

<<41424344454647484950>>