HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 451 - 475 of 6113) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
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/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeNodeStream.js 2 org.antlr.runtime.tree.TreeNodeStream = function() {};
  /external/bluetooth/bluedroid/test/suite/cases/
cases.h 27 bool (*function)(); member in struct:__anon6349
  /external/chromium-trace/
init.js 0 function onLoad() {
5 function reload() {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
mathjax.js 20 cvox.TestMathJax = function() {
29 cvox.TestMathJax.prototype.isMathjaxActive = function(callback) { };
35 cvox.TestMathJax.prototype.getAllJax = function(callback) { };
41 cvox.TestMathJax.prototype.registerSignal = function(
48 cvox.TestMathJax.prototype.injectScripts = function() { };
54 cvox.TestMathJax.prototype.configMediaWiki = function() { };
60 cvox.TestMathJax.prototype.getTex = function(callback, texNode) { };
66 cvox.TestMathJax.prototype.getAsciiMath = function(callback, asciiMathNode) { };
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
main_config.js 5 function showMessage(msg) {
10 window.setTimeout(function() {
15 function getShowMessageCallback(message) {
16 return function() {
26 function onPageLoad() {
30 $('save').onclick = function() {
37 $('connect').onclick = function() {
44 $('disconnect').onclick = function() {
  /external/chromium_org/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_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
content_script.js 9 function speakSelection() {
26 function onExtensionMessage(request) {
37 function initContentScript() {
41 document.addEventListener('keydown', function(evt) {
tabs.js 7 function sendKeyToAllTabs(keyStr) {
8 chrome.windows.getAll({'populate': true}, function(windows) {
20 function loadContentScriptInAllTabs() {
21 chrome.windows.getAll({'populate': true}, function(windows) {
  /external/chromium_org/chrome/common/extensions/docs/static/js/
popup.js 5 (function() {
10 function init() {
13 function(button) {
20 button.addEventListener('click', function(event) {
26 document.body.addEventListener('click', function() {
29 document.body.addEventListener('keydown', function(event) {
35 function toggle(popup) {
42 function hideActive() {
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_rtp_stream_custom_bindings.js 10 binding.registerCustomHook(function(bindingsAPI, extensionId) {
14 function(transportId) {
18 function(transportId) {
22 function(transportId, params) {
26 function(transportId) {
30 function(transportId, enable) {
34 function(transportId, extraData, callback) {
38 function(transportId, callback) {
  /external/chromium_org/content/test/data/indexeddb/
bug_106883.js 5 function test()
7 webkitIndexedDB.deleteDatabase('no-such-database').onsuccess = function() {
bug_84933.js 5 function test()
9 webkitIndexedDB.open("bug_84933_" + i.toString()).onsuccess = function() {
  /external/chromium_org/content/test/data/service_worker/
worker_activate_rejected.js 5 this.onactivate = function(event) {
6 event.waitUntil(new Promise(function(resolve, reject) {
worker_install_fulfilled.js 5 this.oninstall = function(event) {
6 event.waitUntil(new Promise(function(r) { setTimeout(r, 5); }));
worker_install_rejected.js 5 this.oninstall = function(event) {
6 event.waitUntil(new Promise(function(resolve, reject) {
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 5 function addTests() {
6 function getNaClTimeMs() {
10 function getRoundTimeMs() {
14 function getTotalTimeMs() {
18 function delayTest(test, delayMs) {
27 var intervalId = window.setInterval(function() {
42 common.tester.addAsyncTest('delay_0', function(test) {
47 common.tester.addAsyncTest('delay_3', function(test) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
json2.js 27 function or an array of strings.
48 Date.prototype.toJSON = function (key) {
49 function f(n) {
76 a replacer function to replace those with JSON values.
96 text = JSON.stringify([new Date()], function (key, value) {
107 The optional reviver parameter is a function that can filter and
118 myData = JSON.parse(text, function (key, value) {
131 myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
166 (function () {
168 function f(n)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 6 function bitsinbyte(b) {
15 function TimeFunc(func) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 6 function bitsinbyte(b) {
15 function TimeFunc(func) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFunctionValue.cpp 35 CSSFunctionValue::CSSFunctionValue(CSSParserFunction* function)
37 , m_name(function->name)
39 if (function->args)
40 m_args = CSSValueList::createFromParserValueList(function->args.get());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
NativeBreakpointsSidebarPane.js 35 WebInspector.NativeBreakpointsSidebarPane = function(title)
51 _addListElement: function(element, beforeElement)
64 _removeListElement: function(element)
73 _reset: function()

Completed in 405 milliseconds

<<11121314151617181920>>