HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 176 - 200 of 6305) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/www/analyzer/scripts/
menu.js 1 startList = function() {
7 node.onmouseover=function() {
10 node.onmouseout=function() {
  /external/chromium_org/v8/test/webkit/
array-reduce.js 28 function toObject(array) {
36 function toUnorderedObject(array) {
48 shouldBe("[0,1,2,3].reduce(function(a,b){ return a + b; })", "6");
49 shouldBe("[1,2,3].reduce(function(a,b){ return a + b; })", "6");
50 shouldBe("[0,1,2,3].reduce(function(a,b){ return a + b; }, 4)", "10");
51 shouldBe("[1,2,3].reduce(function(a,b){ return a + b; }, 4)", "10");
52 shouldBe("toObject([0,1,2,3]).reduce(function(a,b){ return a + b; })", "6");
53 shouldBe("toObject([1,2,3]).reduce(function(a,b){ return a + b; })", "6");
54 shouldBe("toObject([0,1,2,3]).reduce(function(a,b){ return a + b; }, 4)", "10");
55 shouldBe("toObject([1,2,3]).reduce(function(a,b){ return a + b; }, 4)", "10")
    [all...]
codegen-loops-logical-nodes.js 28 function while_or_eq()
38 function while_or_neq()
48 function while_or_less()
58 function while_or_lesseq()
68 function while_and_eq()
78 function while_and_neq()
88 function while_and_less()
98 function while_and_lesseq()
108 function for_or_eq()
117 function for_or_neq(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/browser/
browser_apitest.cc 29 scoped_refptr<api::BrowserOpenTabFunction> function = local
32 function->set_extension(extension.get());
34 function.get(),
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function_details.h 26 // Constructs a new ChromeExtensionFunctionDetails instance for |function|.
27 // This instance does not own |function| and must outlive it.
28 explicit ChromeExtensionFunctionDetails(UIThreadExtensionFunction* function);
33 // Returns true if this function (and the profile and extension that it was
66 UIThreadExtensionFunction* function() { return function_; } function in class:ChromeExtensionFunctionDetails
67 const UIThreadExtensionFunction* function() const { return function_; } function in class:ChromeExtensionFunctionDetails
70 // The function for which these details have been created. Must outlive the
  /external/chromium_org/extensions/browser/
api_unittest.cc 57 UIThreadExtensionFunction* function,
59 function->set_extension(extension());
61 function, args, browser_context()));
65 UIThreadExtensionFunction* function,
67 base::Value* value = RunFunctionAndReturnValue(function, args).release();
80 UIThreadExtensionFunction* function,
82 base::Value* value = RunFunctionAndReturnValue(function, args).release();
95 UIThreadExtensionFunction* function,
97 function->set_extension(extension());
98 return utils::RunFunctionAndReturnError(function, args, browser_context())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
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/console/
ConsolePanel.js 33 WebInspector.ConsolePanel = function()
42 WebInspector.ConsolePanel._view = function()
54 defaultFocusedElement: function()
59 wasShown: function()
65 willHide: function()
79 WebInspector.ConsolePanel.WrapperView = function()
92 wasShown: function()
101 defaultFocusedElement: function()
106 focus: function()
111 _showViewInWrapper: function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotProxy.js 33 * @param {function(string, *)} eventHandler
36 WebInspector.HeapSnapshotWorkerProxy = function(eventHandler)
50 * @param {function(!WebInspector.HeapSnapshotProxy)} snapshotReceivedCallback
53 createLoader: function(profileUid, snapshotReceivedCallback)
61 dispose: function()
68 disposeObject: function(objectId)
73 evaluateForTest: function(script, callback)
81 * @param {?function(...[?])} callback
84 * @param {function(new:T, ...[?])} proxyConstructor
88 callFactoryMethod: function(callback, objectId, methodName, proxyConstructor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker/
TempStorageSharedWorker.js 41 self.onconnect = function(event)
57 function clearTempStorage()
59 function didFail(e)
68 function didGetFS(fs)
75 function didReadEntries(entries)
82 function didDeleteEntry()
87 function failedToDeleteEntry(e)
104 function didClearTempStorage()
115 function notifyTempStorageCleared(port)
123 function handleMessage(event
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 38 WebInspector.TimelinePresentationModel = function(model, uiUtils)
55 setWindowTimes: function(startTime, endTime)
65 toPresentationRecord: function(record)
73 rootRecord: function()
78 reset: function()
89 addRecord: function(record)
104 _innerAddRecord: function(parentRecord, record)
135 _findCoalescedParent: function(record, newParent, bucket)
163 _replaceWithCoalescedRecord: function(presentationRecord)
184 _updateCoalescingParent: function(presentationRecord
    [all...]
  /external/llvm/test/MC/ELF/
type-propagate.s 13 .type sym02, @function
18 .type sym03, @function
30 .type sym10, @function
46 // CHECK-NEXT: Type: Function (0x2)
55 // CHECK-NEXT: Type: Function (0x2)
74 // GAS: Type: Function (0x2)
103 // CHECK-NEXT: Type: Function (0x2)
114 // CHECK-NEXT: Type: Function (0x2)
124 // CHECK-NEXT: Type: Function (0x2)
135 // CHECK-NEXT: Type: Function (0x2
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 10 chrome.embeddedSearch = new function() {
11 this.searchBox = new function() {
16 native function Focus();
17 native function GetDisplayInstantResults();
18 native function GetMostVisitedItemData();
19 native function GetQuery();
20 native function GetRightToLeft();
21 native function GetStartMargin();
22 native function GetSuggestionToPrefetch();
23 native function IsFocused()
    [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...]
  /external/chromium_org/v8/test/mjsunit/
arguments-read-and-assignment.js 30 assertEquals(42, function(){ return arguments;}(42)[0],
32 assertEquals(42, function(){ return arguments;}(42)[0],
34 assertEquals(42, function(){ arguments;return 42}(37),
36 assertEquals(42, function(){ if(arguments)return 42;}(),
38 assertEquals(42, function(){ return arguments || true;}(42)[0],
40 assertEquals(true, function(){ return arguments && [true];}(42)[0],
42 assertEquals(42, function(){ arguments = 42; return 42;}(),
45 assertEquals(42, function(){ return arguments[0]; }(42),
47 assertEquals(42, function(){ arguments[0]; return 42}(),
49 assertEquals(42, function(){ if (arguments[0]) return 42; }(37)
    [all...]
strict-mode.js 28 function CheckStrictMode(code, exception) {
33 function outer() {\
34 function inner() {\n"
39 function outer() {\
41 function inner() {\n"
47 function CheckFunctionConstructorStrictMode() {
52 // Create non-strict function. No exception.
54 assertDoesNotThrow(function() {
55 Function.apply(this, args);
57 // Create strict mode function. Exception expected
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 8 org.antlr.runtime.ANTLRStringStream = function(data) {
81 reset: function() {
91 consume: function() {
111 LA: function(i) {
130 index: function() {
138 size: function() {
155 mark: function() {
188 rewind: function(m) {
212 release: function(marker) {
247 seek: function(index)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.js 4 org.antlr.runtime.tree.RewriteRuleNodeStream = function(adaptor, elementDescription, el) {
11 nextNode: function() {
15 toTree: function(el) {
19 dup: function() {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_util.h 18 bool GetWindowFromWindowID(ChromeUIThreadExtensionFunction* function,
  /external/chromium_org/remoting/webapp/browser_test/
mock_signal_strategy.js 19 remoting.MockSignalStrategy = function() {};
21 remoting.MockSignalStrategy.prototype.dispose = function() {};
24 function(onIncomingStanzaCallback) {};
27 function(server, username, authToken) {};
29 remoting.MockSignalStrategy.prototype.sendMessage = function(message) {};
31 remoting.MockSignalStrategy.prototype.getState = function() {
35 remoting.MockSignalStrategy.prototype.getError = function() {
39 remoting.MockSignalStrategy.prototype.getJid = function() {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
TimelineManager.js 36 WebInspector.TimelineManager = function(target)
56 isStarted: function()
66 * @param {function(?Protocol.Error)=} callback
68 start: function(maxCallStackDepth, liveEvents, includeCounters, includeGPUEvents, callback)
84 * @param {function(?Protocol.Error,?ProfilerAgent.CPUProfile)} callback
86 stop: function(callback)
110 function timelineCallback(error)
119 function profilerCallback(error, profile)
125 function allDoneCallback()
136 _stopped: function(consoleTimeline, events
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
ShaderExecutable9.cpp 17 ShaderExecutable9::ShaderExecutable9(const void *function, size_t length, IDirect3DPixelShader9 *executable)
18 : ShaderExecutable(function, length)
24 ShaderExecutable9::ShaderExecutable9(const void *function, size_t length, IDirect3DVertexShader9 *executable)
25 : ShaderExecutable(function, length)
  /external/chromium_org/third_party/sinonjs/src/
sinon-qunit.js 35 sinon.assert.fail = function (msg) {
39 sinon.assert.pass = function (assertion) {
51 (function (global) {
54 QUnit.test = global.test = function (testName, expected, callback, async) {
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
utils.js 0 function make_results_header_sticky( ) {
4 $(window).scroll( function() {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftypesize.asm 8 type a function
16 type c function

Completed in 649 milliseconds

1 2 3 4 5 6 78 91011>>