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

<<131132133134135136137138139140>>

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 17 function DrawLine(From, To) {
70 function CalcCross(V0, V1) {
78 function CalcNormal(V0, V1, V2) {
91 function CreateP(X,Y,Z) {
96 function MMulti(M1, M2) {
108 function VMulti(M, V) {
115 function VMulti2(M, V) {
123 function MAdd(M1, M2) {
134 function Translate(M, Dx, Dy, Dz) {
144 function RotateX(M, Phi)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 17 function DrawLine(From, To) {
70 function CalcCross(V0, V1) {
78 function CalcNormal(V0, V1, V2) {
91 function CreateP(X,Y,Z) {
96 function MMulti(M1, M2) {
108 function VMulti(M, V) {
115 function VMulti2(M, V) {
123 function MAdd(M1, M2) {
134 function Translate(M, Dx, Dy, Dz) {
144 function RotateX(M, Phi)
    [all...]
  /external/v8/benchmarks/
richards.js 47 function runRichards() {
99 function Scheduler() {
126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
146 Scheduler.prototype.addHandlerTask = function (id, priority, queue) {
156 Scheduler.prototype.addDeviceTask = function (id, priority, queue) {
167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) {
179 Scheduler.prototype.addTask = function (id, priority, queue, task) {
188 Scheduler.prototype.schedule = function () {
204 Scheduler.prototype.release = function (id)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 42 function runRichards() {
94 function Scheduler() {
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
141 Scheduler.prototype.addHandlerTask = function (id, priority, queue) {
151 Scheduler.prototype.addDeviceTask = function (id, priority, queue) {
162 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) {
174 Scheduler.prototype.addTask = function (id, priority, queue, task) {
183 Scheduler.prototype.schedule = function () {
199 Scheduler.prototype.release = function (id)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 42 function runRichards() {
94 function Scheduler() {
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
141 Scheduler.prototype.addHandlerTask = function (id, priority, queue) {
151 Scheduler.prototype.addDeviceTask = function (id, priority, queue) {
162 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) {
174 Scheduler.prototype.addTask = function (id, priority, queue, task) {
183 Scheduler.prototype.schedule = function () {
199 Scheduler.prototype.release = function (id)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 42 function runRichards() {
94 function Scheduler() {
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
141 Scheduler.prototype.addHandlerTask = function (id, priority, queue) {
151 Scheduler.prototype.addDeviceTask = function (id, priority, queue) {
162 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) {
174 Scheduler.prototype.addTask = function (id, priority, queue, task) {
183 Scheduler.prototype.schedule = function () {
199 Scheduler.prototype.release = function (id)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 67 function __construct()
79 function __set($name, $value)
101 function __get($name)
115 protected function request($url, $method='GET', $params=array())
141 protected function build_url($url, $parts)
161 * Helper function used to scan for <meta>/<link> tags and extract information
164 protected function htmlTag($content, $tag, $attrName, $attrValue, $valueName)
179 function discover($url)
305 protected function sregParams()
331 protected function axParams(
    [all...]
  /external/oprofile/libutil++/
bfd_support.cpp 122 * for the function name, so we have to do some looser matching
175 * function (#484660): bfd_nearest_line() will happily move from one
178 * matches the returned function name.
187 bool is_correct_function(string const & function, string const & name)
189 if (name == function)
192 if (objc_match(name, function))
196 if (name.find(function) != string::npos) {
204 cverb << vbfd << "is_correct_function(" << function << ", "
231 char const * function; local
248 &cfilename, &function,
612 char const * function = ""; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 49 function identity(v, index, array)
55 function mutate(v, index, array)
67 function mutateForEach(v, index, array)
79 function makeUpperCase(v, index, array)
93 function concat(v, index, array)
100 function isUpperCase(v, index, array)
113 function isString(v, index, array)
121 function ArrayCallback(state)
126 ArrayCallback.prototype.makeUpperCase = function (v, index, array)
139 ArrayCallback.prototype.concat = function(v, index, array
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 44 function PseudoArray() {
60 new_function = function(length) {
64 push_function = function(array, elt) {
67 concat_function = function(array, other) {
70 slice_function = function(array, start, len) {
73 splice_function = function(array, start, len) {
76 splice_function_2 = function(array, start, len, elt) {
79 unshift_function = function(array, elt) {
82 unshift_function_2 = function(array, elt1, elt2) {
85 shift_function = function(array)
    [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() {
debug-backtrace-text.js 31 function Point(x, y) {
36 Point.prototype.distanceTo = function(p) {
44 p1.distanceTo = function(p) {
48 function distance(p, q) {
52 function createPoint(x, y) {
65 function safeEval(code) {
73 function listener(event, exec_state, event_data, data) {
81 // 2: Call on function an array element 2
91 // 1: Call on global function createPoint
debug-receiver.js 44 function listener(event, exec_state, event_data, data) {
61 function BeginTest(name) {
70 function EndTest() {
79 function Strict() { "use strict"; debugger; }
80 function TestStrict(receiver) {
85 listener_delegate = function(exec_state) {
101 function NonStrict() { debugger; }
102 function TestNonStrict(receiver) {
109 listener_delegate = function(exec_state) {
debug-stepin-call-function-stub.js 41 // function 'g'.
42 function listener(event, exec_state, event_data, data) {
65 function g() {
69 function testFunction() {
74 function g2() {
78 function testFunction2() {
83 // Run three times. First time the function will be compiled lazily,
97 // Test stepping into function call when a breakpoint is set at the place
99 // Run twice: first time function will be compiled lazily, second time
object-literal.js 66 function makeSparseArray() {
81 function makeNonConstantArray() { return [ [ n ] ]; }
87 function makeNonConstantObject() { return { a: { b: n } }; }
94 function makeRegexpInArray() { return [ [ /a*/, {} ] ]; }
101 function makeRegexpInObject() { return { a: { b: /b*/, c: {} } }; }
123 "function",
142 function testKeywordProperty(keyword) {
174 // Function property, called.
176 function test_call() { this.was_called = true; was_called = true; }
182 // Function property, constructed
    [all...]
  /external/chromium/chrome/browser/resources/
bug_report.js 22 function selectImage(divId, thumbnailId) {
45 function addScreenshot(divId, screenshot) {
50 thumbnailDiv.onclick = function() {
79 function sendReport() {
117 function cancel() {
126 function currentSelected() {
143 function savedSelected() {
163 function changeToSaved() {
178 function changeToCurrent() {
  /external/protobuf/src/google/protobuf/stubs/
common.h 115 // Place this macro in your main() function (or somewhere before you attempt
753 // To automatically construct a Closure which calls a particular function or
754 // method with a particular set of parameters, use the NewCallback() function.
797 // types accepted by the callback function. For example:
823 FunctionClosure0(FunctionType function, bool self_deleting)
824 : function_(function), self_deleting_(self_deleting) {}
862 FunctionClosure1(FunctionType function, bool self_deleting,
864 : function_(function), self_deleting_(self_deleting),
907 FunctionClosure2(FunctionType function, bool self_deleting,
909 : function_(function), self_deleting_(self_deleting)
    [all...]
  /external/v8/tools/
logreader.js 40 function LogReader(dispatchTable) {
65 LogReader.prototype.printError = function(str) {
75 LogReader.prototype.processLogChunk = function(chunk) {
85 LogReader.prototype.processLogLine = function(line) {
94 * @param {number} func JS Function.
98 LogReader.prototype.processStack = function(pc, func, stack) {
123 LogReader.prototype.skipDispatch = function(dispatch) {
134 LogReader.prototype.dispatchLogRow_ = function(fields) {
151 } else if (typeof parser == 'function') {
171 LogReader.prototype.processLog_ = function(lines)
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
70 function loadComplete() {
87 function DOMErrorHandlerN1003C() {
99 DOMErrorHandlerN1003C.prototype.handleError = function(error) {
101 // bring class variables into function scope
123 function documentnormalizedocument09() {
170 function runTest() {
documentnormalizedocument12.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
72 function loadComplete() {
89 function DOMErrorHandlerN10048() {
101 DOMErrorHandlerN10048.prototype.handleError = function(error) {
103 // bring class variables into function scope
125 function documentnormalizedocument12() {
172 function runTest() {
handleerror01.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
70 function loadComplete() {
87 function DOMErrorHandlerN10054() {
99 DOMErrorHandlerN10054.prototype.handleError = function(error) {
101 // bring class variables into function scope
117 function handleerror01() {
188 function runTest() {
handleerror02.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
70 function loadComplete() {
88 function DOMErrorHandlerN10053(errors) {
101 DOMErrorHandlerN10053.prototype.handleError = function(error) {
103 // bring class variables into function scope
131 function handleerror02() {
170 function runTest() {
  /bionic/libc/kernel/arch-mips/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
46 #define END(function) .end function; .size function, .-function
49 #define FEXPORT(symbol) .globl symbol; .type symbol, @function; symbol:
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
46 #define END(function) .end function; .size function, .-function
49 #define FEXPORT(symbol) .globl symbol; .type symbol, @function; symbol:
  /external/guava/guava/src/com/google/common/collect/
Collections2.java 23 import com.google.common.base.Function;
242 * Returns a collection that applies {@code function} to each element of
261 Function<? super F, T> function) {
262 return new TransformedCollection<F, T>(fromCollection, function);
267 final Function<? super F, ? extends T> function; field in class:Collections2.TransformedCollection
270 Function<? super F, ? extends T> function) {
272 this.function = checkNotNull(function)
    [all...]

Completed in 1218 milliseconds

<<131132133134135136137138139140>>