HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1351 - 1375 of 6482) sorted by null

<<51525354555657585960>>

  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent12.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
69 function loadComplete() {
88 function EventListenerN10035() {
99 EventListenerN10035.prototype.handleEvent = function(evt) {
101 // bring class variables into function scope
115 function dispatchEvent12() {
149 function runTest() {
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent12.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
69 function loadComplete() {
88 function EventListenerN10035() {
99 EventListenerN10035.prototype.handleEvent = function(evt) {
101 // bring class variables into function scope
115 function dispatchEvent12() {
149 function runTest() {
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 19 function getTargetURI() {
27 // This function is called by the testing framework before
35 function setUpPage() {
63 function loadComplete() {
80 function DOMErrorHandlerN10049() {
92 DOMErrorHandlerN10049.prototype.handleError = function(error) {
94 // bring class variables into function scope
107 function domconfigerrorhandler1() {
150 function runTest() {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 13 public function CommonErrorNode(input:TokenStream, start:Token, stop:Token,
33 public override function get isNil():Boolean {
37 public function getType():int {
41 public function getText():String {
62 public override function toString():String {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 1 org.antlr.runtime.tree.CommonErrorNode = function(input, start, stop, e) {
19 isNil: function() {
23 getType: function() {
27 getText: function() {
48 toString: function() {
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 5 function takeScreenshot() {
6 chrome.tabs.captureVisibleTab(null, function(img) {
11 chrome.tabs.create({url: viewTabUrl}, function(tab) {
14 var addSnapshotImageToTab = function(tabId, changedProps) {
46 chrome.browserAction.onClicked.addListener(function(tab) {
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 1 var fileXHREnabled = function() {
4 xhr.onreadystatechange = function() {};
5 xhr.onerror = function() {};
31 window.postRender = function() {
45 window.onload = function() {
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 5 function MyObject() {
9 MyObject.prototype.toString = function() {
13 function expectEquals(expectation, actual) {
19 function FindProxyForURL(url, host) {
61 function fn() {}
  /external/stlport/stlport/
functional 119 # include <boost/function.hpp>
124 class function;
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
135 using ::boost::function;
  /external/v8/src/
math.js 38 function MathConstructor() {}
45 function MathAbs(x) {
53 function MathAcos(x) {
59 function MathAsin(x) {
65 function MathAtan(x) {
73 function MathAtan2(y, x) {
80 function MathCeil(x) {
86 function MathCos(x) {
92 function MathExp(x) {
98 function MathFloor(x)
    [all...]
runtime.js 33 // it does not push the function onto the stack. This means that you
48 var $Function = global.Function;
54 function EQUALS(y) {
100 function STRICT_EQUALS(x) {
120 function COMPARE(x, ncr) {
163 function ADD(x) {
183 function STRING_ADD_LEFT(y) {
198 function STRING_ADD_RIGHT(y) {
214 function SUB(y)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1447.js 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
29 [0].every(function(){ Object.seal(Array.prototype.every); });
31 function testStrict(){
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
34 [0].every(function(){ Object.seal(Array.prototype.every); });
  /external/v8/test/mjsunit/
string-charat.js 30 function getTwoByteString() { return "\u1234t"; }
31 function getCons() { return "testtesttesttest" + getTwoByteString() }
33 var slowIndex1 = { valueOf: function() { return 1; } };
34 var slowIndex2 = { toString: function() { return "2"; } };
35 var slowIndexOutOfRange = { valueOf: function() { return -1; } };
37 function basicTest(s, len) {
80 basicTest(function() { return s; }, s.length);
101 toString: function() { return "012"; },
102 valueOf: function() { return "should not be called"; }
105 function stealTest()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
functional 119 # include <boost/function.hpp>
124 class function;
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
135 using ::boost::function;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
functional 119 # include <boost/function.hpp>
124 class function;
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
135 using ::boost::function;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
functional 119 # include <boost/function.hpp>
124 class function;
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
135 using ::boost::function;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
functional 119 # include <boost/function.hpp>
124 class function;
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
135 using ::boost::function;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
functional 119 # include <boost/function.hpp>
124 class function;
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
135 using ::boost::function;
  /external/v8/benchmarks/
base.js 33 // A benchmark has a name (string) and a function that will be run to
38 function Benchmark(name, run, setup, tearDown) {
41 this.Setup = setup ? setup : function() { };
42 this.TearDown = tearDown ? tearDown : function() { };
49 function BenchmarkResult(benchmark, time) {
57 BenchmarkResult.prototype.valueOf = function() {
66 function BenchmarkSuite(name, reference, benchmarks) {
86 Math.random = (function() {
88 return function() {
89 // Robert Jenkins' 32 bit integer hash function
    [all...]
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 47 function initialize()
85 function computeItemTotals()
99 function computeTotals()
113 function computeMeans()
124 function standardDeviation(mean, items)
135 function computeStdDevs()
148 function computeStdErrors()
168 function tDist(n)
176 function formatResult(meanWidth, mean, stdErr, n)
189 function computeLabelWidth(
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
treeoutline.js 29 function TreeOutline(listNode)
50 TreeOutline._appendChild = function(child)
91 TreeOutline._insertChild = function(child, index)
139 TreeOutline._removeChildAtIndex = function(childIndex)
174 TreeOutline._removeChild = function(child)
186 TreeOutline._removeChildren = function()
207 TreeOutline._removeChildrenRecursive = function()
234 TreeOutline.prototype._rememberTreeElement = function(element)
248 TreeOutline.prototype._forgetTreeElement = function(element)
254 TreeOutline.prototype._forgetChildrenRecursive = function(parentElement
    [all...]
TimelinePanel.js 31 WebInspector.TimelinePanel = function()
110 _createTopPane: function() {
190 recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category: this.categories.scripting };
201 _createStatusbarButtons: function()
219 _updateRecordsCounter: function()
224 _updateEventDividers: function()
243 _createEventDivider: function(record)
265 _timelinesOverviewItemSelected: function(event) {
269 _memoryOverviewItemSelected: function(event) {
273 _toggleTimelineButtonClicked: function()
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 15 function url(s) {
29 function gaia_setFocus() {
38 function showGaiaLogin(args) {
88 function showCaptcha(args) {
106 function showAccessCodeRequired() {
118 function CloseDialog() {
122 function showGaiaSuccessAndClose() {
127 function showGaiaSuccessAndSettingUp() {
134 function load() {
151 loginForm.onsubmit = function() {
    [all...]
  /external/ceres-solver/include/ceres/
numeric_diff_cost_function.h 35 // To get a numerically differentiated cost function, define a subclass of
36 // CostFunction such that the Evaluate() function ignores the jacobian
38 // parameter if nececssary by repeatedly calling the Evaluate() function with
41 // concrete cost function, even though it could be implemented only in terms of
44 // The numerically differentiated version of a cost function for a cost function
55 // twice as many function evaluations than forward difference. Consider using
89 const CostFunctionNoJacobian *function,
142 if (!function->Evaluate(parameters, residuals, NULL)) {
156 // Compute the function on the other side of x(j)
    [all...]
  /external/chromium/base/win/
i18n.cc 39 // in |languages|. |function| identifies the function to call and |flags| is
40 // the function-specific flags (callers must not specify MUI_LANGUAGE_ID or
43 bool GetMUIPreferredUILanguageList(LanguageFunction function, ULONG flags,
45 DCHECK(0 <= function && NUM_FUNCTIONS > function);
55 GetProcAddress(kernel32, kLanguageFunctionNames[function]));
120 bool GetPreferredUILanguageList(LanguageFunction function, ULONG flags,
126 if (GetMUIPreferredUILanguageList(function, flags, &buffer)) {

Completed in 1297 milliseconds

<<51525354555657585960>>