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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-17/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-17/arch-mips/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, }
  /prebuilts/ndk/9/platforms/android-17/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, }
  /prebuilts/ndk/9/platforms/android-18/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-18/arch-mips/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, }
  /prebuilts/ndk/9/platforms/android-18/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, }
  /prebuilts/ndk/9/platforms/android-19/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-19/arch-mips/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, }
  /prebuilts/ndk/9/platforms/android-19/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, }
  /prebuilts/ndk/9/platforms/android-3/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-4/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-5/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-8/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-9/arch-arm/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, }
  /prebuilts/ndk/9/platforms/android-9/arch-mips/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, }
  /prebuilts/ndk/9/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/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
apiviewer.js 7 (function(){
40 decodeUris : function(compressedUris)
64 function loadScript(uri, callback) {
68 elem.onreadystatechange = elem.onload = function()
82 function loadScriptList(list, callback) {
87 loadScript(list.shift(), function() {
92 window.setTimeout(function() {
101 var fireContentLoadedEvent = function() {
109 qx.$$loader.importPackageData = function (dataMap) {
134 qx.$$loader.signalStartup = function ()
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
test_utils.js 6 function addSlashes(str) {
14 function createDiffMarker(markerPosition) {
24 exports.generateTestsForEachTreeAdapter = function (moduleExports, ctor) {
25 Object.keys(parse5.TreeAdapters).forEach(function (adapterName) {
31 Object.keys(tests).forEach(function (testName) {
37 exports.getStringDiffMsg = function (actual, expected) {
59 exports.removeNewLines = function (str) {
65 function normalizeNewLine(str) {
69 exports.loadSerializationTestData = function (dataDirPath) {
73 testSetFileDirs.forEach(function (dirName)
    [all...]
  /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...]
  /external/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
30 function postfix_should_preserve_parens(x, y, z) {
35 function prefix_should_preserve_parens(x, y, z) {
41 function both_should_preserve_parens(x, y, z) {
47 function postfix_should_preserve_parens_multi(x, y, z) {
52 function prefix_should_preserve_parens_multi(x, y, z) {
57 function both_should_preserve_parens_multi(x, y, z) {
62 function postfix_should_preserve_parens_multi1(x, y, z) {
67 function prefix_should_preserve_parens_multi1(x, y, z) {
72 function prefix_should_preserve_parens_multi2(x, y, z)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js 28 MochiKit.Base.update=function(_1,_2){
42 MochiKit.Base.update(MochiKit.Base,{__repr__:function(){
44 },toString:function(){
46 },camelize:function(_6){
53 },counter:function(n){
57 return function(){
60 },clone:function(_b){
66 },_deps:function(_d,_e){
84 },_flattenArray:function(res,lst){
94 },flattenArray:function(lst)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js 1 MooTools.More={version:"1.5.0",build:"73db5e24e6e9c5c87b3a27aebef2248053f7db37"};(function(){Events.Pseudos=function(a,j,i){var k="_monitorEvents:";var l=function(e){return{store:e.store?function(g,f){e.store(k+g,f)}:function(g,f){(e._monitorEvents||(e._monitorEvents={}))[g]=f},retrieve:e.retrieve?function(g,f){return e.retrieve(k+g,f)}:function(g,f){if(!e._monitorEvents){return f}return e._monitorEvents[g]||f}}};var b=function(f){if(f.indexOf(":")==-1||!a){return null}var g=Slick.parse(f).expressions[0][0],q=g.pseudos,h=q.length,r=[];while(h--){var s=q[h].key,e=a[s];if(e!=null){r.push({event:g.tag,value:q[h].value,pseudo:s,original:f,listener:e})}}return r.length?r:null};return{addEvent:function(t,g,w){var s=b(t);if(!s){return j.call(this,t,g,w)}var v=l(this),e=v.retrieve(t,[]),x=s[0].event,u=Array.slice(arguments,2),h=g,f=this;s.each(function(o){var n=o.listener,m=h;if(n==false){x+=":"+o.pseudo+"("+o.value+")"}else{h=function(){n.call(f,o, (…)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 84 function setupCodeLoad() {
89 function tearDownCodeLoad() {
94 function runCodeLoadClosure() {
99 function runCodeLoadJQuery() {
147 g.LOCALE=\"en\";goog.provide=function(a){if(!COMPILED){if(goog.isProvided_(a))t\
153 d_=function(a){return!goog.implicitNamespaces_[a]&&!!goog.getObjectByName(a)},g\
154 oog.implicitNamespaces_={});goog.exportPath_=function(a,b,c){a=a.split(\".\");c\
157 ;goog.getObjectByName=function(a,b){for(var c=a.split(\".\"),d=b||goog.global,e\
159 oog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};goog.a\
160 ddDependency=function(a,b,c){if(!COMPILED){for(var d,a=a.replace(/\\\\/g,\"/\")
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
ShadowDOM.min.js 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,n=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var r=t[this.name];return r&&r[0]===t?r[1]=n:e(t,this.name,{value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},"delete":function(e){var t=e[this.name];return t&&t[0]===e?(t[0]=t[1]=void 0,!0):!1},has:function(e){var t=e[this.name];return t?t[0]===e:!1}},window.WeakMap=n}(),window.ShadowDOMPolyfill={},function(e){"use strict";function t(){if("undefined"!=typeof chrome&&chrome.app&&chrome.app.runtime)return!1;if(navigator.getDeviceStorage)return!1;try{var e=new Function("return true;");return e()}catch(t){return!1}}function n(e){if(!e)throw new Error("Assertion failed")}function r(e,t){for(var n=k(t),r=0;r<n.length;r++){ (…)
    [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...]

Completed in 2306 milliseconds

<<11121314151617181920>>