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

<<11121314151617181920>>

  /external/clang/test/Modules/
redecl-add-after-load.cpp 11 extern constexpr int function();
12 constexpr int test(bool b) { return b ? variable : function(); }
17 extern constexpr int function();
20 constexpr int N_test(bool b) { return b ? N::variable : N::function(); }
24 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }
29 static constexpr int function(); // expected-note {{here}}
32 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpression}} expected-note {{undefined}}
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw-diagnostics.s 6 .type require_fnstart,%function
14 .type check_arguments,%function
24 .type check_stack_offset,%function
34 .type comma_check,%function
44 .type require_opcode,%function
54 .type require_opcode_constant,%function
64 .type check_opcode_range,%function
  /external/skia/expectations/gm/
loader.js 8 function($httpProvider) {
11 $httpProvider.defaults.transformResponse = function(data, headersGetter) {
18 function($scope, $http) {
19 /* When the changePlatformPath function is called, download expected-results.json
25 $scope.changePlatformPath = function() {
27 function(response) {
30 angular.forEach(response['expected-results'], function(imageExpectations, imageName) {
33 angular.forEach(imageExpectations['allowed-digests'], function(allowedDigest, key) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Parser.js 4 org.antlr.runtime.Parser = function(input, state) {
10 reset: function() {
18 getCurrentInputSymbol: function(input) {
22 getMissingSymbol: function(input,
48 setTokenStream: function(input) {
54 getTokenStream: function() {
58 getSourceName: function() {
62 traceIn: function(ruleName, ruleIndex) {
67 traceOut: function(ruleName, ruleIndex) {
UnwantedTokenException.js 2 org.antlr.runtime.UnwantedTokenException = function(expecting, input) {
12 getUnexpectedToken: function() {
15 toString: function() {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js 14 org.antlr.runtime.tree.RewriteRuleElementStream = function(adaptor, elementDescription, el) {
48 reset: function() {
53 add: function(el) {
77 nextTree: function() {
96 _next: function() {
122 toTree: function(el) {
129 hasNext: function() {
134 size: function() {
145 getDescription: function() {
  /external/chromium_org/remoting/webapp/
wcs_loader.js 23 remoting.WcsLoader = function() {
47 * @param {function(string): void} onReady The callback function, called with
49 * @param {function(remoting.Error):void} onError Function to invoke with an
53 remoting.WcsLoader.prototype.start = function(token, onReady, onError) {
70 var onLoad = function() {
73 var onLoadError = function(event) {
77 var onValidateError = function(error) {
82 var onValidateOk = function() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
SearchableView.js 37 WebInspector.SearchableView = function(searchable)
132 WebInspector.SearchableView.findShortcuts = function()
145 WebInspector.SearchableView.cancelSearchShortcuts = function()
156 WebInspector.SearchableView.findNextShortcut = function()
169 WebInspector.SearchableView.findPreviousShortcuts = function()
183 defaultFocusedElement: function()
197 _onKeyDown: function(event)
205 _registerShortcuts: function()
211 * @param {function()} handler
214 function register(shortcuts, handler
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextUtils.js 36 isStopChar: function(char)
49 isWordChar: function(char)
58 isSpaceChar: function(char)
67 isWord: function(word)
80 isOpeningBraceChar: function(char)
89 isClosingBraceChar: function(char)
98 isBraceChar: function(char)
105 * @param {function(string):boolean} isWordChar
108 textToWords: function(text, isWordChar)
131 findBalancedCurlyBrackets: function(source, startIndex, lastIndex)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Tests.js 48 TestSuite = function()
59 TestSuite.prototype.fail = function(message)
74 TestSuite.prototype.assertEquals = function(expected, actual, opt_message)
89 TestSuite.prototype.assertTrue = function(value, opt_message)
100 TestSuite.prototype.assertHasKey = function(object, key)
112 TestSuite.prototype.assertContains = function(string, substring)
122 TestSuite.prototype.takeControl = function()
127 this.timerId_ = setTimeout(function() {
136 TestSuite.prototype.releaseControl = function()
149 TestSuite.prototype.reportOk_ = function()
    [all...]
InspectorFrontendEventSink.js 12 WebInspector.InspectorFrontendEventSink = function() {
18 * @param {function(!WebInspector.Event)} listener
21 addEventListener: function(eventType, listener, thisObject)
31 * @param {function(!WebInspector.Event)} listener
34 removeEventListener: function(eventType, listener, thisObject)
  /external/chromium_org/v8/test/mjsunit/
readonly.js 33 function CreateFromLiteral() {
37 function CreateFromObject() {
41 function CreateDefault() {
45 function CreateFromConstructor(proto) {
46 function C() {}
49 return function() { return new C; }
52 function CreateFromApi(proto) {
53 return function() { return Object.create(proto); }
56 function CreateWithProperty(proto) {
57 function C() { this.a = -100;
    [all...]
try.js 30 function Catch(f, g) {
36 function CatchReturn(f, g) {
44 assertEquals(1, c(function() { return 1; }));
45 assertEquals('bar', c(function() { return 'bar'; }));
46 assertEquals(1, c(function () { throw 1; }, function (x) { return x; }));
47 assertEquals('bar', c(function () { throw 'bar'; }, function (x) { return x; }));
51 assertEquals(1, (function() { try { return 1; } finally { } })());
52 assertEquals(1, (function() { try { return 1; } finally { var x = 12; } })())
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 24 var Native = function(options){
32 var afterImplement = options.afterImplement || function(){};
47 var add = function(obj, name, method, force){
54 object.alias = function(a1, a2, a3){
62 object.implement = function(a1, a2, a3){
73 Native.genericize = function(object, property, check){
74 if ((!check || !object[property]) && typeof object.prototype[property] == 'function') object[property] = function(){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family)
    [all...]
concat-jquery-mootools-prototype.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/chromium_org/third_party/d3/src/
d3.js 0 !function() {
5 if (!Date.now) Date.now = function() {
8 var d3_arraySlice = [].slice, d3_array = function(list) {
15 d3_array = function(list) {
25 d3_element_prototype.setAttribute = function(name, value) {
28 d3_element_prototype.setAttributeNS = function(space, local, value) {
31 d3_style_prototype.setProperty = function(name, value, priority) {
36 function d3_ascending(a, b) {
39 d3.descending = function(a, b) {
42 d3.min = function(array, f)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.as 32 public function RewriteRuleSubtreeStream(adaptor:TreeAdaptor, elementDescription:String, element:Object=null) {
49 public function nextNode():Object {
63 protected override function dup(el:Object):Object {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
app.js 5 function gotStream(stream) {
10 stream.onended = function() { console.log("Ended"); };
13 function getUserMediaError() {
17 function onAccessApproved(id) {
31 document.querySelector('#start').addEventListener('click', function(e) {
36 document.querySelector('#cancel').addEventListener('click', function(e) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
options.js 5 (function() {
12 function main() {
14 prefs.getUseNotifications(function(useNotifications) {
18 function() {prefs.setUseNotifications(checkbox.checked);});
22 prefs.getTryJobUsername(function(tryJobUsername) {
26 function() {prefs.setTryJobUsername(textbox.value);});
  /external/chromium_org/chrome/common/extensions/docs/static/js/
site.js 5 (function() {
7 function addGplusButton() {
13 function openFeedback(e) {
18 function addGoogleFeedback() {
19 [].forEach.call(document.querySelectorAll('[data-feedback]'), function(el, i) {
26 function prettyPrintCode() {
  /external/chromium_org/content/test/data/fileapi/
common.js 5 function debug(message)
10 function done(message)
21 function fail(message)
27 function getLog()
32 function fileErrorToString(e)
50 function unexpectedErrorCallback(e)
  /external/chromium_org/content/test/data/indexeddb/
common.js 5 function debug(message)
13 function done(message)
24 function fail(message)
30 function getLog()
35 function unexpectedUpgradeNeededCallback()
40 function unexpectedAbortCallback()
45 function unexpectedSuccessCallback()
50 function unexpectedCompleteCallback()
55 function unexpectedErrorCallback()
60 function unexpectedBlockedCallback(
    [all...]
  /external/chromium_org/content/test/data/workers/
worker_utils.js 2 function getWorker(worker_url)
9 worker.port.onmessage = function(evt) {
12 worker.postMessage = function(msg, port) {
21 function onSuccess()
26 function onFailure() {
30 function onFinished(result) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkItemView.js 36 WebInspector.NetworkItemView = function(request)
69 wasShown: function()
78 currentSourceFrame: function()
89 _selectTab: function(tabId)
98 _tabSelected: function(event)
115 request: function()
128 WebInspector.RequestContentView = function(request)
137 hasContent: function()
155 wasShown: function()
160 _ensureInnerViewShown: function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
FileSystemWorkspaceBinding.js 36 WebInspector.FileSystemWorkspaceBinding = function(isolatedFileSystemManager, workspace)
45 /** @type {!Object.<number, function(!Array.<string>)>} */
61 WebInspector.FileSystemWorkspaceBinding.projectId = function(fileSystemPath)
70 _fileSystemAdded: function(event)
80 _fileSystemRemoved: function(event)
92 fileSystemPath: function(projectId)
103 _nextId: function()
109 * @param {function(!Array.<string>)} callback
112 registerCallback: function(callback)
123 registerProgress: function(progress
    [all...]

Completed in 596 milliseconds

<<11121314151617181920>>