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

<<11121314151617181920>>

  /external/v8/test/mjsunit/harmony/
proxies-function.js 33 function CreateFrozen(handler, callTrap, constructTrap) {
34 if (handler.fix === undefined) handler.fix = function() { return {} }
41 // Ensures that checking the "length" property of a function proxy doesn't
44 get : function(r, n) { return n == "length" ? 2 : undefined }
48 // Calling (call, Function.prototype.call, Function.prototype.apply,
49 // Function.prototype.bind).
54 function TestCall(isStrict, callTrap) {
59 get: function(r, k) {
60 return k == "length" ? 2 : Function.prototype[k
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 40 _fwalk(int (*function)(FILE *))
50 ret |= (*function)(fp);
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.jscrollpane.min.js 8 (function(b,a,c){b.fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,ap,X,t,A,aq,af,am,G,l,at,ax,x,av,aH,f,L,ai=true,P=true,aG=false,k=false,ao=D.clone(false,false).empty(),ac=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aH=D.css("paddingTop")+" "+D.css("paddingRight")+" "+D.css("paddingBottom")+" "+D.css("paddingLeft");f=(parseInt(D.css("paddingLeft"),10)||0)+(parseInt(D.css("paddingRight"),10)||0);function ar(aQ){var aL,aN,aM,aJ,aI,aP,aO=false,aK=false;ay=aQ;if(Y===c){aI=D.scrollTop();aP=D.scrollLeft();D.css({overflow:"hidden",padding:0});aj=D.innerWidth()+f;v=D.innerHeight();D.width(aj);Y=b('<div class="jspPane" />').css("padding",aH).append(D.children());al=b('<div class="jspContainer" />').css({width:aj+"px",height:v+"px"}).append(Y).appendTo(D)}else{D.css("width","");aO=ay.stickToBottom&&K();aK=ay.stickToRight&&B();aJ=D.innerWidth()+f!=aj||D.outerHeight()!=v;if(aJ){aj=D.innerWidth()+f;v=D.innerHeight();al.css({width:aj+"px",height:v+"px"})}if(!aJ&&L==T&&Y.outerHeight()==Z){D.width(aj);return}L=T;Y.css("width","");D.width(aj);al.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}Y.css("overflow","auto");if(aQ.contentWidth){T=aQ.contentWidth}else{T=Y[0].scrollWidth}Z=Y[0].scrollHeight;Y.css("overflow","");y=T/aj;q=Z/v;az=q>1;aE=y>1;if(!(aE||az)){D.removeClass("jspScrollable");Y.css({top:0,width:al.width()-f});n();E();R();w()}else{D.addClass("jspScrollable");aL=ay.maintainPosition&&(I||aa);if(aL){aN=aC();aM=aA()}aF();z();F();if(aL){N(aK?(T-aj):aN,false);M(aO?(Z-v):aM,false)}J();ag();an();if(ay.enableKeyboardNavigation){S()}if(ay.clickOnTrack){p()}C();if(ay.hijackInternalLinks){m()}}if(ay.autoReinitialise&&!av){av=setInterval(function(){ar(ay)},ay.autoReinitialiseDelay)}else{if(!ay.autoReinitialise&&av){clearInterval(av)}}aI&&D.scrollTop(0)&&M(aI,false);aP&&D.scrollLeft(0)&&N(aP,false);D.trigger("jsp-initialised",[aE||az])}function aF(){if(az){al.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));U=al.find(">.jspVerticalBar");ap=U.find(">.jspTrack");au=ap.find(">.jspDrag");if(ay.showArrows){aq=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",aD(0,-1)).bind("click.jsp",aB);af=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",aD(0,1)).bind("click.jsp",aB);if(ay.arrowScrollOnHover){aq.bind("mouseover.jsp",aD(0,-1,aq));af.bind("mouseover.jsp",aD(0,1,af))}ak(ap,ay.verticalArrowPositions,aq,af)}t=v;al.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});au.hover(function(){au.addClass("jspHover")},function(){au.removeClass("jspHover")}).bind("mousedown.jsp",function(aI){b("html").bind("dragstart.jsp selectstart.jsp",aB);au.addClass("jspActive");var s=aI.pageY-au. (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
NoViableAltException.as 35 public function NoViableAltException(grammarDecisionDescription:String,
46 public function toString():String {
MissingTokenException.as 7 public function MissingTokenException(expecting:int, input:IntStream, inserted:Object) {
12 public function get missingType():int {
16 public override function toString():String {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 42 public function BaseTree(node:Tree = null) {
45 public function getChild(i:int):Tree {
55 public function get children():Array {
59 public function getFirstChildWithType(type:int):Tree {
69 public function get childCount():int {
82 public function addChild(t:Tree):void {
122 public function addChildren(kids:Array):void {
129 public function setChild(i:int, t:Tree):void {
144 public function deleteChild(i:int):Object {
159 public function replaceChildren(startChildIndex:int, stopChildIndex:int, t:Object):void
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js 12 org.antlr.runtime.FailedPredicateException = function(input, ruleName, predicateText){
26 toString: function() {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteEmptyStreamException.js 2 org.antlr.runtime.tree.RewriteEmptyStreamException = function(elementDescription) {
9 name: function() {
  /external/boringssl/linux-x86_64/crypto/modes/
aesni-gcm-x86_64.S 6 .type aesni_gcm_encrypt,@function
14 .type aesni_gcm_decrypt,@function
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
common.js 37 glMatrix.setMatrixArrayType = function(type) {
48 glMatrix.toRadian = function(a){
  /external/skia/tools/lua/
gradients.lua 2 function sk_scrape_startcanvas(c, fileName) end
4 function sk_scrape_endcanvas(c, fileName) end
9 function sk_scrape_accumulate(t)
30 function sk_scrape_summarize()
skia.lua 3 function string.startsWith(String,Start)
7 function string.endsWith(String,End)
14 function Sk.isFinite(x)
23 function Sk.Rect.new(l, t, r, b)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
59 function Sk.Rect:setEmpty()
66 function Sk.Rect:set(l, t, r, b
    [all...]
  /external/v8/test/mjsunit/es6/debug-promises/
reentry.js 12 Debug.setListener(function(event, exec_state, event_data, data) { });
14 var p = new Promise(function(resolve, reject) { resolve(); });
15 var q = p.chain(function() {
16 new Promise(function(resolve, reject) { resolve(); });
  /external/v8/test/mjsunit/regress/
regress-crbug-346636.js 7 function assertSame(expected, found) {
14 function foo(x) {
18 function getter1() {
25 function getter2() {
regress-crbug-350890.js 7 function set_length(a, l) {
11 function test1() {
19 function test2() {
29 function test3() {
regress-3204.js 9 function SmiTaggingCanOverflow(x) {
22 function ModILeftCanBeNegative() {
34 function ModIRightCanBeZero() {
regress-3334.js 5 function foo(){}
9 function bar(){}
12 assertThrows(function() { "use strict"; bar.prototype = 10; }, TypeError);
regress-348280.js 7 function baz(f) { f(); }
8 function goo() {}
12 function bar(p) { if (p == 0) baz(1); }
  /external/v8/test/mjsunit/
eval.js 31 function f() { return 'The f function'; };
34 function g(x, y) { return 4; };
50 assertEquals(void 0, eval(eval("var eval = function f(x) { return 'hest';}")))
55 eval = function(x, y) { return x + y; };
62 (function() {
71 (function() {
80 function MyObject() { this.self = eval('this'); }
88 (function() {
97 (function() { e('var foo = 2;'); })()
    [all...]
strict-mode-implicit-receiver.js 32 function get_y() { return this.y; }
33 function strict_get_y() { "use strict"; return this.y; }
35 // Test calls to strict mode function as methods.
40 // Test calls to strict mode function with implicit receiver.
41 function g() {
48 // Test calls to local strict mode function with implicit receiver.
49 function local_function_test() {
50 function get_y() { return this.y; }
51 function strict_get_y() { "use strict"; return this.y; }
67 // Test call to catch variable strict-mode function. Implici
    [all...]
array-shift2.js 8 get: function() { return "element 1"; },
9 set: function(value) { }
11 function test(array) {
debug-is-active.js 9 function f() { return %_DebugIsActive() != 0; }
13 Debug.setListener(function() {});
22 Debug.setListener(function() {});
  /bionic/libc/bionic/
dlmalloc.c 24 static void __bionic_heap_corruption_error(const char* function);
25 static void __bionic_heap_usage_error(const char* function, void* address);
38 static void __bionic_heap_corruption_error(const char* function) {
39 __libc_fatal("heap corruption detected by %s", function);
42 static void __bionic_heap_usage_error(const char* function, void* address) {
44 address, function);
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
run_tests.js 10 fs.readdirSync(fixturesDir).forEach(function (file) {
14 mocha.run(function (failed) {
15 process.on('exit', function () {
  /external/lldb/tools/debugserver/source/
PThreadMutex.cpp 24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) :
26 m_function(function),
34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) :
36 m_function(function),
44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) :
46 m_function(function),
69 fprintf(stdout, "::pthread_mutex_trylock (%8.8p) mutex is locked (function %s in %s:%i), waiting...\n", m_pMutex, m_function, m_file, m_line);
71 fprintf(stdout, "::pthread_mutex_lock (%8.8p) succeeded after %6llu usecs (function %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line);

Completed in 2078 milliseconds

<<11121314151617181920>>