HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 226 - 250 of 6532) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
statistics.h 41 struct function;
48 extern void statistics_counter_event (struct function *, const char *, int);
49 extern void statistics_histogram_event (struct function *, const char *, int);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 41 struct function;
48 extern void statistics_counter_event (struct function *, const char *, int);
49 extern void statistics_histogram_event (struct function *, const char *, int);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 41 struct function;
48 extern void statistics_counter_event (struct function *, const char *, int);
49 extern void statistics_histogram_event (struct function *, const char *, int);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 41 struct function;
48 extern void statistics_counter_event (struct function *, const char *, int);
49 extern void statistics_histogram_event (struct function *, const char *, int);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 17 org.antlr.runtime.tree.CommonTreeNodeStream = function(adaptor,
55 StreamIterator: function() {
61 hasNext: function() {
65 next: function() {
74 remove: function() {
83 fillBuffer: function(t) {
115 getNodeIndex: function(node) {
133 addNavigationNode: function(ttype) {
154 get: function(i) {
161 LT: function(k)
    [all...]
TreeNodeStream.js 2 org.antlr.runtime.tree.TreeNodeStream = function() {};
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.js 27 loaded: function() {
94 urlPromptButtonClicked: function(e) {
98 _didCountLeaksFiles: function(fileCount) {
103 _didLoadLeaksFile: function(leaksText) {
107 _didLoadRecentBuilds: function(builds) {
112 _didParseLeaksFile: function(profile) {
119 _displayURLPrompt: function() {
126 _loadLeaksFromURL: function(url) {
133 _loadingIndicatorText: function() {
141 _loadingStatusChanged: function() {
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 95 public function CommonTreeNodeStream(tree:Object, adaptor:TreeAdaptor = null, initialBufferSize:int = DEFAULT_INITIAL_BUFFER_SIZE) {
97 // return uninitalized for static resuse function
114 public static function reuse(parent:CommonTreeNodeStream, start:int, stop:int):CommonTreeNodeStream {
128 protected function fillBuffer():void {
134 public function fillBufferTo(t:Object):void {
158 protected function getNodeIndex(node:Object):int {
175 protected function addNavigationNode(ttype:int):void {
196 public function getNode(i:int):Object {
203 public function LT(k:int):Object {
220 public function get currentSymbol():Object { return LT(1);
    [all...]
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 17 function stopIntervals()
25 function stopTest(message)
36 function updateDatabase()
39 db.transaction(function(transaction) {
40 transaction.executeSql(UPDATE_DATA, [], function() {}, errorHandler);
41 }, errorHandler, function() {
46 function checkForSuccess()
54 function errorHandler(tx, error)
60 function sendXhr()
67 function invokeBack(
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
maximum-age.js 13 function checkPosition(p) {
21 function checkError(e) {
35 navigator.geolocation.getCurrentPosition(function(p) {
38 }, function(e) {
43 function testZeroMaximumAge() {
48 navigator.geolocation.getCurrentPosition(function(p) {
51 }, function(e) {
57 function testNonZeroMaximumAge() {
62 navigator.geolocation.getCurrentPosition(function(p) {
65 }, function(e)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
RemoteObject.js 31 WebInspector.RemoteObject = function(objectId, type, description, hasChildren)
39 WebInspector.RemoteObject.fromPrimitiveValue = function(value)
44 WebInspector.RemoteObject.fromLocalObject = function(value)
49 WebInspector.RemoteObject.resolveNode = function(node, callback)
51 function mycallback(error, object)
64 WebInspector.RemoteObject.fromPayload = function(payload)
72 WebInspector.RemoteObject.type = function(remoteObject)
78 if (type !== "object" && type !== "function")
105 isError: function()
110 getOwnProperties: function(callback
    [all...]
DOMAgent.js 32 WebInspector.DOMNode = function(doc, payload) {
83 hasAttributes: function()
88 hasChildNodes: function()
93 nodeType: function()
98 nodeName: function()
103 setNodeName: function(name, callback)
108 localName: function()
113 nodeValue: function()
118 setNodeValue: function(value, callback)
123 getAttribute: function(name
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-for.js 33 function TestWithProxies(test, x, y, z) {
35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
41 function TestForIn(properties, handler) {
45 function TestForIn2(create, properties, handler) {
53 enumerate: function() { return [0, "a"] }
57 enumerate: function() { return this.enumerate2() },
58 enumerate2: function() { return [null, "a"] }
62 getPropertyNames: function() { return ["a", "b", "c", "d", "e"] },
63 getPropertyDescriptor: function(k)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 35 emptyFunction: function() { },
36 K: function(x) { return x }
45 create: function() {
50 function klass() {
59 var subclass = function() { };
78 addMethods: function(source) {
90 value = (function(m) {
91 return function() { return ancestor[m].apply(this, arguments) };
106 Object.extend = function(destination, source) {
113 inspect: function(object)
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
ignored-result-null-comparison-crash.js 5 function equalToNullTest(a)
13 function notEqualToNullTest(a)
var-shadows-arg-crash.js 6 function test(a) {
8 return function() {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
EarlyExitException.as 34 public function EarlyExitException(decisionNumber:int, input:IntStream) {
Lexer.as 39 public function Lexer(input:CharStream = null, state:RecognizerSharedState = null) {
44 public override function reset():void {
65 public function nextToken():Token {
105 public function skip():void {
110 public function mTokens():void {
111 // abstract function
116 public function set charStream(input:CharStream):void {
122 public function get charStream():CharStream {
126 public override function get sourceName():String {
135 public function emitToken(token:Token):void
    [all...]
MismatchedTreeNodeException.as 7 public function MismatchedTreeNodeException(expecting:int, input:TreeNodeStream) {
12 public function toString():String {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 8 org.antlr.runtime.CommonTokenStream = function(tokenSource, channel) {
20 org.antlr.runtime.TokenStream = function() {};
26 setTokenSource: function(tokenSource) {
37 fillBuffer: function() {
81 consume: function() {
91 skipOffTokenChannels: function(i) {
99 skipOffTokenChannelsReverse: function(i) {
112 setTokenTypeChannel: function(ttype, channel) {
119 discardTokenType: function(ttype) {
126 discardOffChannelTokens: function(b)
    [all...]
RecognizerSharedState.js 8 org.antlr.runtime.RecognizerSharedState = function() {
  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 11 Element.prototype.classList.remove = function(c) {};
13 Element.prototype.classList.add = function(c) {};
15 Element.prototype.classList.contains = function(c) {};
21 var CustomEvent = function() {};
23 function(eventType, bubbles, cancellable, detail) {};
31 var url = function(s) {};
35 * @param {EventListener|function(Event):(boolean|undefined)} listener
40 Window.prototype.addEventListener = function(type, listener, opt_useCapture) {};
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 11 Element.prototype.classList.remove = function(c) {};
13 Element.prototype.classList.add = function(c) {};
15 Element.prototype.classList.contains = function(c) {};
21 var CustomEvent = function() {};
23 function(eventType, bubbles, cancellable, detail) {};
31 var url = function(s) {};
35 * @param {EventListener|function(Event):(boolean|undefined)} listener
40 Window.prototype.addEventListener = function(type, listener, opt_useCapture) {};
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 18 function createElement(tagName, owner, opt_position, opt_size, opt_noAppend) {
41 function createTextNode(value, owner) {
57 function ownerDocument(node) {
62 * Wrapper function to create CSS units (pixels) string
67 function px(numPixels) {
77 function setPosition(element, point) {
90 function setSize(element, size) {
97 * Sets display to none. Doing this as a function saves a few bytes for
102 function displayNone(node) {
111 function displayDefault(node)
    [all...]
  /external/chromium-trace/
init.js 0 function onLoad() {
5 function reload() {

Completed in 1835 milliseconds

1 2 3 4 5 6 7 8 91011>>