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

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
timer.h 25 void (*function)(unsigned long); member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
  /external/v8/test/mjsunit/
arguments.js 28 function argc0() {
32 function argc1(i) {
36 function argc2(i, j) {
55 function argv0() {
59 function argv1(i) {
63 function argv2(i, j) {
92 // Test that calling a lazily compiled function with
94 function f(a) { return arguments.length; };
97 function f1(x, y) {
98 function g(a)
    [all...]
int32-ops.js 37 const OBJ_42 = new (function() {
38 this.valueOf = function() { return 42; };
44 function Add1(x) {
48 function Add100(x) {
52 function Add1Reversed(x) {
56 function Add100Reversed(x) {
77 function Sub1(x) {
81 function Sub100(x) {
85 function Sub1Reversed(x) {
89 function Sub100Reversed(x)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 26 WebInspector.JavaScriptBreakpointsSidebarPane = function(model, showSourceLineDelegate)
46 addBreakpoint: function(breakpoint)
68 function didLoadSnippet(snippet)
93 removeBreakpoint: function(sourceFileId, lineNumber)
103 highlightBreakpoint: function(sourceFileId, lineNumber)
112 clearBreakpointHighlight: function()
120 _createBreakpointItemId: function(sourceFileId, lineNumber)
125 _breakpointClicked: function(breakpoint, event)
130 _breakpointCheckboxClicked: function(breakpoint, event)
138 _contextMenu: function(breakpoint, event
    [all...]
ProfileDataGridTree.js 26 WebInspector.ProfileDataGridNode = function(profileView, profileNode, owningTree, hasChildren)
51 function formatMilliseconds(time)
58 data["function"] = this.functionName;
79 createCell: function(columnIdentifier)
92 if (columnIdentifier !== "function")
109 select: function(supressSelectedEvent)
115 deselect: function(supressDeselectedEvent)
121 sort: function(/*Function*/ comparator, /*Boolean*/ force)
157 insertChild: function(/*ProfileDataGridNode*/ profileDataGridNode, index
    [all...]
HeapSnapshotView.js 31 WebInspector.HeapSnapshotView = function(parent, profile)
99 function profileCallback(profile)
115 function resetCompleted()
138 show: function(parentElement)
144 hide: function()
150 resize: function()
156 refresh: function()
168 refreshShowAsPercents: function()
174 _deleteSearchMatchedFlags: function(node)
183 searchCanceled: function()
    [all...]
DOMStorageItemsView.js 26 WebInspector.DOMStorageItemsView = function(domStorage)
49 show: function(parentElement)
55 hide: function()
61 update: function()
67 _showDOMStorageEntries: function(error, entries)
78 resize: function()
84 _dataGridForDOMStorageEntries: function(entries)
119 _deleteButtonClicked: function(event)
127 _refreshButtonClicked: function(event)
132 _editingCallback: function(editingNode, columnIdentifier, oldText, newText
    [all...]
DebuggerPresentationModel.js 31 WebInspector.DebuggerPresentationModel = function()
64 _debuggerWasEnabled: function()
72 sourceFile: function(sourceFileId)
77 sourceFileForScriptURL: function(scriptURL)
82 requestSourceFileContent: function(sourceFileId, callback)
87 _parsedScriptSource: function(event)
92 _failedToParseScriptSource: function(event)
97 _addScript: function(script)
106 function contentChanged(sourceFile)
121 _restoreBreakpoints: function(sourceFile
    [all...]
ElementsPanel.js 31 WebInspector.ElementsPanel = function()
48 this.treeOutline.focusedNodeChanged = function(forceUpdate)
142 updateStatusBarItems: function()
147 show: function()
163 hide: function()
171 resize: function()
177 _reset: function()
192 _documentUpdated: function(event)
197 _setDocument: function(inspectedRootDocument)
210 function selectNode(candidateFocusNode
    [all...]
WatchExpressionsSidebarPane.js 31 WebInspector.WatchExpressionsSidebarPane = function()
38 reset: function()
65 refreshExpressions: function()
74 WebInspector.WatchExpressionsSection = function()
91 update: function()
93 function appendResult(expression, watchIndex, result)
99 // In the outer function, we calculate the number of properties
102 // In this function, we test to see when we are processing the
136 // which is checked in the appendResult inner function.
155 addExpression: function()
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 12 (function(){
24 jQuery = window.jQuery = window.$ = function( selector, context ) {
36 init: function( selector, context ) {
80 // HANDLE: $(function)
103 size: function() {
109 get: function( num ) {
121 pushStack: function( elems, name, selector ) {
142 setArray: function( elems ) {
154 each: function( callback, args ) {
160 index: function( elem )
    [all...]
  /external/v8/src/
mirror-debugger.js 39 function ClearMirrorCache() {
53 function MakeMirror(value, opt_transient) {
109 function LookupMirror(handle) {
119 function GetUndefinedMirror() {
127 * The Function.prototype.inherits from lang.js rewritten as a standalone
128 * function (not on Function.prototype). NOTE: If this file is to be loaded
129 * during bootstrapping this function needs to be revritten using some native
133 * @param {function} ctor Constructor function which needs to inherit th
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 18 public function nil():Object {
33 public function errorNode(input:TokenStream, start:Token, stop:Token,
40 public function isNil(tree:Object):Boolean {
44 public function dupTree(tree:Object):Object {
52 public function dupTreeWithParent(t:Object, parent:Object):Object {
76 public function addChild(t:Object, child:Object):void {
108 public function becomeRoot(newRoot:Object, oldRoot:Object):Object {
136 public function rulePostProcessing(root:Object):Object {
152 public function createFromToken(tokenType:int, fromToken:Token, text:String = null):Object {
161 public function createFromType(tokenType:int, text:String):Object
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
imageinfo.js 13 (function() {
17 function readFileData(url, callback) {
20 function(http) {
35 function readInfoFromData(data) {
61 function readPNGInfo(data) {
86 function readGIFInfo(data) {
104 function readJPEGInfo(data) {
141 function readBMPInfo(data) {
156 ImageInfo.loadInfo = function(url, cb) {
164 ImageInfo.getAllFields = function(url)
    [all...]
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.js 26 function bludgeonArguments() { if (0) arguments; return function g() {} }
31 function pass(msg)
36 function fail(msg)
42 function shouldBe(a, b)
57 function shouldThrow(a)
70 function globalStaticFunction()
78 shouldBe("typeof MyObject", "function"); // our object implements 'call'
236 EvilExceptionObject.hasInstance = function f() { return f(); };
239 EvilExceptionObject.hasInstance = function () { return true; }
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-2.js 24 Section: Function.toString
27 Since the behavior of Function.toString() is implementation-dependent,
28 toString tests for function are not in the ECMA suite.
43 var TITLE = "Function.toString()";
54 function Equals (a, b) {
60 function ReallyEquals( a, b ) {
65 function DoesntEqual( a, b ) {
71 function ReallyDoesntEqual( a, b ) {
77 function TestOr( a ) {
86 function TestAnd( a )
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 33 function Loupe()
41 function handleOutputClick(event) { self._handleOutputClick(event); }
46 function handleLoupeClick(event) { self._handleLoupeClick(event); }
51 function hide(event) { self.hide(); }
55 Loupe.prototype._handleOutputClick = function(event)
61 Loupe.prototype._handleLoupeClick = function(event)
70 Loupe.prototype.hide = function()
75 Loupe.prototype._showFor = function(x, y)
84 Loupe.prototype._fillFromImage = function(x, y, type, sourceImage)
96 Loupe.prototype._fillFromCanvas = function(x, y, type, canvas
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 22 function hex_sha1(s){return binb2hex(core_sha1(str2binb(s),s.length * chrsz));}
23 function b64_sha1(s){return binb2b64(core_sha1(str2binb(s),s.length * chrsz));}
24 function str_sha1(s){return binb2str(core_sha1(str2binb(s),s.length * chrsz));}
25 function hex_hmac_sha1(key, data){ return binb2hex(core_hmac_sha1(key, data));}
26 function b64_hmac_sha1(key, data){ return binb2b64(core_hmac_sha1(key, data));}
27 function str_hmac_sha1(key, data){ return binb2str(core_hmac_sha1(key, data));}
32 function sha1_vm_test()
40 function core_sha1(x, len)
85 * Perform the appropriate triplet combination function for the current
88 function sha1_ft(t, b, c, d
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 22 function hex_sha1(s){return binb2hex(core_sha1(str2binb(s),s.length * chrsz));}
23 function b64_sha1(s){return binb2b64(core_sha1(str2binb(s),s.length * chrsz));}
24 function str_sha1(s){return binb2str(core_sha1(str2binb(s),s.length * chrsz));}
25 function hex_hmac_sha1(key, data){ return binb2hex(core_hmac_sha1(key, data));}
26 function b64_hmac_sha1(key, data){ return binb2b64(core_hmac_sha1(key, data));}
27 function str_hmac_sha1(key, data){ return binb2str(core_hmac_sha1(key, data));}
32 function sha1_vm_test()
40 function core_sha1(x, len)
85 * Perform the appropriate triplet combination function for the current
88 function sha1_ft(t, b, c, d
    [all...]
  /external/v8/test/mjsunit/harmony/
block-conflicts.js 35 function CheckException(e) {
42 function TestFunction(s,e) {
44 return eval("(function(){" + s + ";return " + e + "})")();
51 function TestBlock(s,e) {
53 return eval("(function(){ if (true) { " + s + "; }; return " + e + "})")();
59 function TestAll(expected,s,opt_e) {
63 assertEquals(expected, TestFunction(s,e), "function:'" + msg + "'");
68 function TestConflict(s) {
74 function TestNoConflict(s) {
82 "function x() { }"
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLViewer.js 33 function prepareWebKitXMLViewer(noStyleMessage)
70 function sourceXMLLoaded()
89 if (typeof(onAfterWebkitXMLViewerLoaded) == 'function')
95 function processNode(parentElement, node)
109 function processElement(parentElement, node)
122 function processEmptyElement(parentElement, node)
129 function processShortTextOnlyElement(parentElement, node)
139 function processComplexElement(parentElement, node)
154 function processComment(parentElement, node)
174 function processCDATA(parentElement, node
    [all...]
  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 30 function f() {
37 function g() {
46 var object = { f: function() { return 42; }, x: 42 };
48 function call_f(o) {
56 // Check that nested global function calls work.
57 function f0() {
61 function f1(a) {
65 function f2(a, b) {
69 function f3(a, b, c) {
73 function f4(a, b, c, d)
    [all...]
simple-deopt.js 30 function f(x) {
40 function g() {
49 // Test deopt when global function changes.
50 function h() {
54 g = function() { return 42; };
61 function k(o) {
68 assertEquals(87, k({g: function() { return 87; }}));
72 function p(x,y) {
82 function LiteralToStack(x) {
94 function CallCharAt(n) { return str.charAt(n);
    [all...]
variables.js 33 function f0() { return x; }
38 function f1(x) { return x; }
43 function f2() { var x = 2; return x; }
47 // Context-allocated locals. Local function forces x into f3's context.
48 function f3(x) {
49 function g() { return x; }
54 // Local function reads x from an outer context.
55 function f4(x) {
56 function g() { return x; }
63 function f5(x)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-conditional-position.js 33 function catchLineNumber () {
36 Error.prepareStackTrace = function (error, stackTrace) {
37 stackTrace.some(function (frame) {
51 function log() {
55 function foo() {}
57 function test1() {
63 function test2() {
64 var o = { foo: function () {}}
70 function test3() {
71 var o = { log: log, foo: function() { } };
    [all...]

Completed in 989 milliseconds

<<21222324252627282930>>