HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 651 - 675 of 4292) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface;
80 function DupTree(const Tree: IANTLRInterface): IANTLRInterface;
87 function GetNilNode: IANTLRInterface;
105 function ErrorNode(const Input: ITokenStream; const Start, Stop: IToken;
111 function IsNil(const Tree: IANTLRInterface): Boolean;
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload;
178 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface;
198 function GetUniqueID(const Node: IANTLRInterface): Integer;
209 function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overload
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 53 org.antlr.runtime.TokenRewriteStream = function() {
74 (function(){
87 trs.RewriteOperation = function(index, text) {
96 execute: function(buf) {
99 toString: function() {
108 trs.InsertBeforeOp = function(index, text) {
112 execute: function(buf) {
121 trs.ReplaceOp = function(from, to, text) {
126 execute: function(buf) {
134 trs.DeleteOp = function(from, to)
    [all...]
  /external/clang/tools/scan-build/
sorttable.js 22 init: function() {
23 // quit if this function has already been called
25 // flag this function so we don't do the same thing twice
34 forEach(document.getElementsByTagName('table'), function(table) {
42 makeSortable: function(table) {
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
92 dean_addEvent(headrow[i],"click", function(e) {
123 forEach(theadrow.childNodes, function(cell) {
166 guessType: function(table, column) {
199 getInnerText: function(node)
    [all...]
  /external/v8/src/
runtime.js 10 // it does not push the function onto the stack. This means that you
25 var $Function = global.Function;
30 function EQUALS(y) {
83 function STRICT_EQUALS(x) {
103 function COMPARE(x, ncr) {
146 function ADD(x) {
166 function STRING_ADD_LEFT(y) {
181 function STRING_ADD_RIGHT(y) {
197 function SUB(y)
    [all...]
generator.js 9 // var $Function = global.Function;
17 function GeneratorObjectNext(value) {
27 function GeneratorObjectThrow(exn) {
36 function GeneratorObjectIterator() {
40 function GeneratorFunctionPrototypeConstructor(x) {
46 function GeneratorFunctionConstructor(arg1) { // length == 1
47 var source = NewFunctionString(arguments, 'function*');
57 function SetUpGenerators() {
77 %InternalSetPrototype(GeneratorFunctionPrototype, $Function.prototype)
    [all...]
string-iterator.js 18 function StringIterator() {}
22 function CreateStringIterator(string) {
32 function StringIteratorIterator() {
38 function StringIteratorNext() {
78 function SetUpStringIterator() {
95 function StringPrototypeIterator() {
100 function ExtendStringPrototypeWithIterator() {
  /frameworks/base/tools/preload/
sorttable.js 22 init: function() {
23 // quit if this function has already been called
25 // flag this function so we don't do the same thing twice
34 forEach(document.getElementsByTagName('table'), function(table) {
42 makeSortable: function(table) {
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
92 dean_addEvent(headrow[i],"click", function(e) {
123 forEach(theadrow.childNodes, function(cell) {
166 guessType: function(table, column) {
199 getInnerText: function(node)
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
sorttable.js 22 init: function() {
23 // quit if this function has already been called
25 // flag this function so we don't do the same thing twice
34 forEach(document.getElementsByTagName('table'), function(table) {
42 makeSortable: function(table) {
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
92 dean_addEvent(headrow[i],"click", function(e) {
123 forEach(theadrow.childNodes, function(cell) {
166 guessType: function(table, column) {
199 getInnerText: function(node)
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
sorttable.js 22 init: function() {
23 // quit if this function has already been called
25 // flag this function so we don't do the same thing twice
34 forEach(document.getElementsByTagName('table'), function(table) {
42 makeSortable: function(table) {
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
92 dean_addEvent(headrow[i],"click", function(e) {
123 forEach(theadrow.childNodes, function(cell) {
166 guessType: function(table, column) {
199 getInnerText: function(node)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 37 function runNavierStokes()
46 function checkResult(dens) {
58 function setupNavierStokes()
63 solver.setDisplayFunction(function(){});
68 function tearDownNavierStokes()
73 function addPoints(field) {
88 function prepareFrame(field)
100 function FluidField(canvas) {
101 function addFields(x, s, dt)
106 function set_bnd(b, x
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverImpl.java 39 /** Maximum error of function. */
42 /** Default maximum error of function. */
51 /** Value of the function at the last computed result. */
54 /** The function to solve.
55 * @deprecated as of 2.0 the function to solve is passed as an argument
65 * @param f the function to solve.
70 * @deprecated as of 2.0 the function to solve is passed as an argument
81 throw new NullArgumentException(LocalizedFormats.FUNCTION);
145 * @param function the function to solve
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
vec3.js 34 vec3.create = function() {
48 vec3.clone = function(a) {
64 vec3.fromValues = function(x, y, z) {
79 vec3.copy = function(out, a) {
95 vec3.set = function(out, x, y, z) {
110 vec3.add = function(out, a, b) {
125 vec3.subtract = function(out, a, b) {
134 * @function
146 vec3.multiply = function(out, a, b) {
155 * @function
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 12 function setEndLocation(element, closingToken, treeAdapter) {
44 function patchOpenElementsStack(stack, parser) {
47 stack.pop = function () {
52 stack.popAllUpToHtmlElement = function () {
59 stack.remove = function (element) {
65 exports.assign = function (parser) {
72 parser._reset = function (html, document, fragmentContext) {
82 parser._processTokenInForeignContent = function (token) {
87 parser._processToken = function (token) {
108 parser._setDocumentType = function (token)
    [all...]
  /external/libvncserver/webclients/novnc/include/
webutil.js 20 window.$D = function (id) {
40 WebUtil.init_logging = function() {
50 WebUtil.dirObj = function (obj, depth, parent) {
77 WebUtil.getQueryVar = function(name, defVal) {
89 WebUtil.createCookie = function(name,value,days) {
102 WebUtil.readCookie = function(name, defaultValue) {
112 WebUtil.eraseCookie = function(name) {
119 WebUtil.getStylesheets = function() { var i, links, sheets = [];
132 WebUtil.selectStylesheet = function(sheet) {
  /external/v8/test/mjsunit/
array-feedback.js 47 function getKind(obj) {
54 function isHoley(obj) {
59 function assertKind(expected, obj, name_opt) {
66 (function (){
67 function create0() {
80 function create1(arg) {
97 function create3(arg1, arg2, arg3) {
113 (function (){
114 function create0(name) {
129 (function (){
    [all...]
array-store-and-grow.js 35 function array_store_1(a,b,c) {
56 function array_store_2(a,b,c) {
67 function array_store_3(a,b,c) {
80 function makeCOW() {
84 function array_store_4(a,b,c) {
95 function array_store_5(a,b,c) {
109 function array_store_6(a,b,c) {
128 function array_store_5(a,b,c) {
139 function array_store_6(a,b,c) {
150 function array_store_7(a,b,c)
    [all...]
setters-on-elements.js 30 // We specify max-opt-count because we opt/deopt the same function many
36 assertTrue = function(val) {
42 assertFalse = function(val) {
48 assertEquals = function(expected, val) {
54 empty_func = function(name) { }
62 optimize = function(name) {
65 clearFunctionTypeFeedback = function(name) {
68 deoptimizeFunction = function(name) {
73 function base_setter_test(create_func, index, store_value) {
77 foo = function(a) { a[index] = store_value;
    [all...]
  /external/v8/test/mjsunit/compiler/
assignment.js 49 // Test compound assignments in an anonymous function with local variables.
50 (function () {
71 // Test compound assignments in an anonymous function with global variables.
72 (function () {
93 // Test compound assignments in a named function with local variables.
94 function foo() {
117 // Test compound assignments in a named function with global variables.
118 function bar() {
166 // Test compound assignments in an anonymous function with local variables.
167 (function () {
    [all...]
simple-inlining.js 30 // Test that we can inline a function that returns a constant.
31 function TestInlineConstant(o) {
45 o1.f = function() { return 42; };
52 // Test that we can inline a function that returns 'this'.
53 function TestInlineThis(o) {
67 o2.g = function() { return this; };
74 // Test that we can inline a function that returns 'this.x'.
75 function TestInlineThisX(o) {
89 o3.h = function() { return this.x; };
96 // Test that we can inline a function that returns 'this.x.length'
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1229.js 32 function foo1(x, y, z) {
38 function foo2(x, y, z) {
44 function foo3(x, y, z) {
56 function f1(y, z) {
60 function f2(y, z) {
64 function f3(y, z) {
68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
69 function g1(z, y) {
73 function g2(z, y, x) {
77 function g3(z, y, x)
    [all...]
  /external/v8/test/webkit/
array-enumerators-functions.js 30 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
31 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
32 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
33 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
34 function(prev, elem, index, array) { return currentFunc.call(this, elem, index, array); },
35 function(elem, index, array) { return currentFunc.call(this, elem, index, array); },
36 function(prev, elem, index, array) { return currentFunc.call(this, elem, index, array); }
39 function toObject(array) {
46 function toUnorderedObject(array) {
56 function returnFalse() { count++; return false;
    [all...]
  /external/v8/test/webkit/fast/js/
function-toString-parentheses.js 29 function compileAndSerialize(expression)
31 var f = eval("(function () { return " + expression + "; })");
34 serializedString = serializedString.replace("function () { return ", "");
39 function compileAndSerializeLeftmostTest(expression)
41 var f = eval("(function () { " + expression + "; })");
44 serializedString = serializedString.replace("function () { ", "");
51 function testKeepParentheses(expression)
57 function testOptionalParentheses(expression)
66 function testLeftAssociativeSame(opA, opB)
73 function testRightAssociativeSame(opA, opB
    [all...]
  /external/okhttp/website/static/
jquery.smooth-scroll.min.js 7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pa (…)
    [all...]
  /external/skia/resources/
test.lua 9 function setImageFilename(filename)
16 function rnd(range)
20 rndX = function () return rnd(640) end
21 rndY = function () return rnd(480) end
23 function draw_rand_path(canvas);
46 function onStartup()
58 function onDrawContent(canvas)
  /external/v8/test/mjsunit/es6/
generators-relocation.js 9 function assertIteratorResult(value, done, result) {
13 function RunTest(formals_and_body, args, value1, value2) {
15 function listener(event, exec_state, event_data, data) {
18 // Create the generator function outside a debugging context. It will probably
20 var gen = (function*(){}).constructor.apply(null, formals_and_body);
32 // function and relocation of the suspended generator activation.
46 function prog(a, b, c) {

Completed in 1821 milliseconds

<<21222324252627282930>>