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

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 64 public function ANTLRStringStream(input:String = null, lineDelimiter:String = "\n") {
76 public function reset():void {
83 public function consume():void {
94 public function LA(i:int):int {
111 public function LT(i:int):int {
119 public function get index():int {
123 public function get size():int {
127 public function mark():int {
148 public function rewindTo(m:int):void {
157 public function rewind():void
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
knockout-2.0.0.js 5 (function(window,undefined){
6 function c(a){throw a;}var l=void 0,m=!0,o=null,p=!1,r=window.ko={};r.b=function(a,b){for(var d=a.split("."),e=window,f=0;f<d.length-1;f++)e=e[d[f]];e[d[d.length-1]]=b};r.l=function(a,b,d){a[b]=d};
7 r.a=new function(){function a(a,e){if("INPUT"!=a.tagName||!a.type)return p;if("click"!=e.toLowerCase())return p;var b=a.type.toLowerCase();return"checkbox"==b||"radio"==b}var b=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,d={},e={};d[/Firefox\/2/i.test(navigator.userAgent)?"KeyboardEvent":"UIEvents"]=["keyup","keydown","keypress"];d.MouseEvents="click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave".split(",");for(var f in d){var h=d[f];if(h.length)for(var g=0,i=h.length;g<i;g++)e[h[g]]=
8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.innerHTML="<\!--[if gt IE "+ ++a+"]><i></i><![endif]--\>",b[0];);return 4<a?a:l}();return{Ba:["authenticity_token",/^__RequestVerificationToken(_.*)?$/],n:function(a,e){for(var b=0,f=a.length;b<f;b++)e(a[b])},k:function(a,e){if("function"==typeof Array.prototype.indexOf)return Array.prototype.indexOf.call(a,e);for(var b=0,f=a.length;b (…)
    [all...]
  /external/v8/test/webkit/fast/js/
function-apply.js 24 description('Tests to ensure that Function.apply works correctly for Arrays, arguments and array-like objects.');
26 function argumentsApply1(a, b, c)
28 function t(a, b, c)
35 function argumentsApply2(a, b, c)
37 function t(a, b, c)
44 function argumentsApply3(a, b, c)
46 function t(a, b, c)
53 function argumentsApplyLength(a, b, c)
55 function t(a, b, c)
62 function argumentsApplyExcessArguments(a, b, c
    [all...]
basic-strict-mode.js 27 function testThis() {
31 function testThisDotAccess() {
35 function testThisBracketAccess(prop) {
39 function testGlobalAccess() {
42 function shouldBeSyntaxError(str) {
44 shouldThrow("(function(){" + str + "})");
46 function testLineContinuation() {
51 function testEscapeSequence() {
76 shouldBeUndefined("Function('\"use strict\"; return this;')()");
77 shouldThrow("Function('\"use strict\"; with({});')")
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTree.as 53 public function CommonTree(node:CommonTree = null) {
62 public static function createFromToken(t:Token):CommonTree {
68 public function get token():Token {
72 public override function dupNode():Tree {
76 public override function get isNil():Boolean {
80 public override function get type():int {
87 public override function get text():String {
94 public override function get line():int {
104 public override function get charPositionInLine():int {
114 public override function get tokenStartIndex():int
    [all...]
TreeRuleReturnScope.as 45 public override function get tree():Object {
49 public function set tree(tree:Object):void {
53 public function get values():Object {
57 public override function get start():Object {
61 public function set start(value:Object):void {
  /sdk/templates/docs/
default.js 17 $(document).ready(function() {
21 var sluggify_ = function(s) {
25 $('h2, h3, h4.includetoc').each(function() {
27 $(this).click(function() {
32 var buildNav_ = function(queries, $contentRoot, $navRoot) {
37 $contentRoot.find(queries[0]).each(function() {
48 function buildNav() {
53 $('#page-content').find('h2, h3, h4.includetoc').each(function() {
75 .click(function() {
89 var rebuildHeaderPositionCache_ = function() {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ByFunctionOrdering.java 22 import com.google.common.base.Function;
31 * function on those elements.
36 final Function<F, ? extends T> function; field in class:ByFunctionOrdering
40 Function<F, ? extends T> function, Ordering<T> ordering) {
41 this.function = checkNotNull(function);
46 return ordering.compare(function.apply(left), function.apply(right))
    [all...]
  /external/libvncserver/webclients/novnc/include/
websock.js 35 (function () {
36 function get_INCLUDE_URI() {
57 function Websock() {
68 'message' : function() {},
69 'open' : function() {},
70 'close' : function() {},
71 'error' : function() {}
81 function get_sQ() {
85 function get_rQ() {
88 function get_rQi()
    [all...]
  /external/v8/test/mjsunit/harmony/regress/
regress-405844.js 7 var proxy = Proxy.create({ fix: function() { return {}; } });
9 Object.observe(proxy, function(){});
11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){});
13 Object.observe(functionProxy, function(){});
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
complex.h 54 so we can easily declare each function as both `name' and `__name',
57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
93 # define __MATHDECL_1(type, function, args) \
94 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
complex.h 54 so we can easily declare each function as both `name' and `__name',
57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
92 # define __MATHDECL_1(type, function, args) \
93 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 7 org.antlr.runtime.tree.CommonTree = function(node) {
35 getToken: function() {
39 dupNode: function() {
43 isNil: function() {
47 getType: function() {
54 getText: function() {
61 getLine: function() {
71 getCharPositionInLine: function() {
81 getTokenStartIndex: function() {
88 setTokenStartIndex: function(index)
    [all...]
CommonTreeAdaptor.js 10 org.antlr.runtime.tree.CommonTreeAdaptor = function() {};
20 dupNode: function(t) {
27 create: function(payload) {
56 createToken: function(fromToken) {
69 setTokenBoundaries: function(t, startToken, stopToken) {
97 getTokenStartIndex: function(t) {
104 getTokenStopIndex: function(t) {
111 getText: function(t) {
118 getType: function(t) {
129 getToken: function(t)
    [all...]
RewriteRuleNodeStream.js 4 org.antlr.runtime.tree.RewriteRuleNodeStream = function(adaptor, elementDescription, el) {
11 nextNode: function() {
15 toTree: function(el) {
19 dup: function() {
  /external/v8/test/mjsunit/harmony/
proxies.js 37 function TestWithProxies(test, x, y, z) {
39 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
48 function TestGetOwnProperty(handler) {
52 function TestGetOwnProperty2(create, handler) {
61 getOwnPropertyDescriptor: function(k) {
68 getOwnPropertyDescriptor: function(k) {
71 getOwnPropertyDescriptor2: function(k) {
78 getOwnPropertyDescriptor: function(k) {
85 get: function(pr, pk)
    [all...]
block-let-semantics.js 33 // function and block scopes.
35 function TestFunctionLocal(s) {
37 eval("(function(){" + s + "; })")();
45 function TestBlockLocal(s,e) {
47 eval("(function(){ {" + s + ";} })")();
56 function TestAll(s) {
76 TestAll('f(); let x; function f() { return x + 1; }');
77 TestAll('f(); let x; function f() { x = 1; }');
78 TestAll('f(); let x; function f() { x += 1; }');
79 TestAll('f(); let x; function f() { ++x; }')
    [all...]
  /external/clang/www/analyzer/scripts/
menu.js 1 startList = function() {
7 node.onmouseover=function() {
10 node.onmouseout=function() {
  /external/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/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/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/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/
Gruntfile.js 2 module.exports = function(grunt) {

Completed in 1266 milliseconds

1 2 34 5 6 7 8 91011>>