HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 151 - 175 of 6305) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-spectral-norm.js 6 function A(i,j) {
10 function Au(u,v) {
19 function Atu(u,v) {
28 function AtAu(u,v,w) {
33 function spectralnorm(n) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-spectral-norm.js 6 function A(i,j) {
10 function Au(u,v) {
19 function Atu(u,v) {
28 function AtAu(u,v,w) {
33 function spectralnorm(n) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
TempFile.js 37 * @param {!function(?WebInspector.TempFile)} callback
39 WebInspector.TempFile = function(dirPath, name, callback)
48 function didInitFs(fs)
57 function didGetDir(dir)
66 function didCreateFile(fileEntry)
76 function didCreateWriter(writer)
81 function didTruncate(e)
89 function onTruncateError(e)
105 function errorHandler(e)
114 function didClearTempStorage(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSParser.js 11 WebInspector.CSSParser = function()
25 * @param {function(!Array.<!WebInspector.CSSParser.Rule>)=} callback
27 fetchAndParse: function(styleSheetHeader, callback)
36 * @param {function(!Array.<!WebInspector.CSSParser.Rule>)=} callback
38 parse: function(text, callback)
45 dispose: function()
56 rules: function()
61 _lock: function()
67 _unlock: function()
75 _innerParse: function(text
    [all...]
HeapProfilerModel.js 6 WebInspector.HeapProfilerModel = function(target)
24 enable: function()
36 heapStatsUpdate: function(samples)
45 lastSeenObjectId: function(lastSeenObjectId, timestamp)
53 addHeapSnapshotChunk: function(chunk)
63 reportHeapSnapshotProgress: function(done, total, finished)
68 resetProfiles: function()
81 WebInspector.HeapProfilerDispatcher = function(model)
91 heapStatsUpdate: function(samples)
100 lastSeenObjectId: function(lastSeenObjectId, timestamp
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineOverviewPane.js 37 WebInspector.TimelineOverviewPane = function(model, uiUtils)
59 wasShown: function()
64 onResize: function()
72 setOverviewControls: function(overviewControls)
88 update: function()
103 _updateEventDividers: function()
122 _reset: function()
136 _onWindowChanged: function(event)
153 requestWindowTimes: function(startTime, endTime)
163 _updateWindow: function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ProgressIndicator.js 36 WebInspector.ProgressIndicator = function()
52 show: function(parent)
57 hide: function()
64 done: function()
73 cancel: function()
82 isCanceled: function()
90 setTitle: function(title)
98 setTotalWork: function(totalWork)
107 setWorked: function(worked, title)
118 worked: function(worked
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
blink_perf.js 5 (function() {
9 testRunner.waitUntilDone = function() {};
10 testRunner.dumpAsText = function() {};
11 testRunner.notifyDone = function() {
17 GCController.collect = function() {
  /external/chromium_org/v8/test/mjsunit/harmony/regress/
regress-405844.js 7 var proxy = Proxy.create({ fix: function() { return {}; } });
9 Object.observe(proxy, function(){});
11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){});
13 Object.observe(functionProxy, function(){});
  /external/guava/guava/src/com/google/common/collect/
ByFunctionOrdering.java 22 import com.google.common.base.Function;
31 * function on those elements.
36 final Function<F, ? extends T> function; field in class:ByFunctionOrdering
40 Function<F, ? extends T> function, Ordering<T> ordering) {
41 this.function = checkNotNull(function);
46 return ordering.compare(function.apply(left), function.apply(right))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
complex.h 54 so we can easily declare each function as both `name' and `__name',
57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
93 # define __MATHDECL_1(type, function, args) \
94 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
complex.h 54 so we can easily declare each function as both `name' and `__name',
57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
93 # define __MATHDECL_1(type, function, args) \
94 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SimpleHistoryManager.js 34 WebInspector.HistoryEntry = function() { }
40 valid: function() { },
42 reveal: function() { }
49 WebInspector.SimpleHistoryManager = function(historyDepth)
58 readOnlyLock: function()
63 releaseReadOnlyLock: function()
71 readOnly: function()
77 * @param {!function(!WebInspector.HistoryEntry):boolean} filterOutCallback
79 filterOut: function(filterOutCallback)
98 empty: function()
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode.js 27 function testThis() {
31 function testThisDotAccess() {
35 function testThisBracketAccess(prop) {
39 function testGlobalAccess() {
42 function shouldBeSyntaxError(str) {
44 shouldThrow("(function(){" + str + "})");
46 function testLineContinuation() {
51 function testEscapeSequence() {
76 shouldBeUndefined("Function('\"use strict\"; return this;')()");
77 shouldThrow("Function('\"use strict\"; with({});')")
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 7 org.antlr.runtime.tree.CommonTree = function(node) {
35 getToken: function() {
39 dupNode: function() {
43 isNil: function() {
47 getType: function() {
54 getText: function() {
61 getLine: function() {
71 getCharPositionInLine: function() {
81 getTokenStartIndex: function() {
88 setTokenStartIndex: function(index)
    [all...]
CommonTreeAdaptor.js 10 org.antlr.runtime.tree.CommonTreeAdaptor = function() {};
20 dupNode: function(t) {
27 create: function(payload) {
56 createToken: function(fromToken) {
69 setTokenBoundaries: function(t, startToken, stopToken) {
97 getTokenStartIndex: function(t) {
104 getTokenStopIndex: function(t) {
111 getText: function(t) {
118 getType: function(t) {
129 getToken: function(t)
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies.js 37 function TestWithProxies(test, x, y, z) {
39 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
48 function TestGetOwnProperty(handler) {
52 function TestGetOwnProperty2(create, handler) {
61 getOwnPropertyDescriptor: function(k) {
68 getOwnPropertyDescriptor: function(k) {
71 getOwnPropertyDescriptor2: function(k) {
78 getOwnPropertyDescriptor: function(k) {
85 get: function(pr, pk)
    [all...]
block-let-semantics.js 33 // function and block scopes.
35 function TestFunctionLocal(s) {
37 eval("(function(){" + s + "; })")();
45 function TestBlockLocal(s,e) {
47 eval("(function(){ {" + s + ";} })")();
56 function TestAll(s) {
76 TestAll('f(); let x; function f() { return x + 1; }');
77 TestAll('f(); let x; function f() { x = 1; }');
78 TestAll('f(); let x; function f() { x += 1; }');
79 TestAll('f(); let x; function f() { ++x; }')
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
chrome_proto.js 13 chrome.Event = function() {};
15 /** @param {Function} callback */
16 chrome.Event.prototype.addListener = function(callback) {};
18 /** @param {Function} callback */
19 chrome.Event.prototype.removeListener = function(callback) {};
36 * @param {function()=} opt_callback
38 create: function(name, parameters, opt_callback) {},
42 current: function() {},
45 * @param {function()=} opt_callback
47 get: function(id, opt_callback) {
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 23 static void __bionic_heap_corruption_error(const char* function);
24 static void __bionic_heap_usage_error(const char* function, void* address);
37 static void __bionic_heap_corruption_error(const char* function) {
38 __libc_fatal("heap corruption detected by %s", function);
41 static void __bionic_heap_usage_error(const char* function, void* address) {
43 address, function);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/
gl-matrix.js.erb 30 (function() {
35 if(typeof define == 'function' && typeof define.amd == 'object' && define.amd) {
37 define(function() {
50 (function(exports) {
  /external/chromium_org/content/test/data/workers/
messageport_worker.js 1 onconnect = function(event) {
4 port.onmessage = function(event2) {
8 anotherport.onmessage = function(event3) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm 2 ; program that calls function with eax=constant, thus exiting err=0
4 GLOBAL function
8 function: label
  /external/chromium_org/tools/gn/
function_set_defaults.cc 44 const FunctionCallNode* function,
48 if (!EnsureSingleStringArg(function, args, err))
68 *err = Err(function->function(),
74 FillNeedsBlockError(function, err);
87 block_scope.NonRecursiveMergeTo(dest, Scope::MergeOptions(), function,
  /external/chromium_org/tools/perf/utils/results_viewer/src/
results_viewer.js 12 function handleFileSelectEvent(evt) {
16 fileReader.onload = (function(theFile) {
17 return function(e) {
35 function createViewerDataset(fileContents) {
38 rows.forEach(function (row, index, array) {
45 columns.forEach(function (element, index, array) {

Completed in 1645 milliseconds

1 2 3 4 5 67 8 91011>>