Searched defs:extend (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-merge-descriptors.js28 var extend = function (d, b) { function
57 extend(Car, Super);
85 extend(SuperCar, Super);
H A Dregress-crbug-3184.js28 Object.extend = function (dest, source) {
33 Object.extend ( Function.prototype,
70 Object.extend( Array.prototype,
/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 (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.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r (…)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.isonscreen.js9 jQuery.extend({
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dpage_selection.js10 * extend operation to either grow or shrink the selection given a
89 cvox.PageSelection.prototype.extend = function(sel) {
98 // direction or towards one another. In the first case, shrink/extend this
99 // PageSelection to the end of "sel". In the second case, shrink/extend this
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua195 function mtConfig:extend(t)
233 -- It should be possible to extend GCMole to understand this.
314 cfg:extend { plugin = "dump-callees" },
366 cfg:extend { plugin = "find-problems",
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js104 Object.extend(klass, Class.Methods);
194 function extend(destination, source) { function
304 return extend({ }, object);
346 extend(Object, {
347 extend: extend,
365 Object.extend(Function.prototype, (function() {
520 Object.extend(String, {
534 Object.extend(String.prototype, (function() {
1191 Object.extend(arrayProt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelectionTest.cpp48 void setSelection(int base, int extend) argument
51 m_wrap->m_selection.setExtent(Position(textNode(), extend));
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py123 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
124 """Extends by appending the given sequence. Similar to list.extend()."""
132 self._values.extend(new_values)
139 self._values.extend(other._values)
223 def extend(self, elem_seq): member in class:RepeatedCompositeFieldContainer
241 self.extend(other._values)
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py112 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
113 """Extends by appending the given sequence. Similar to list.extend()."""
121 self._values.extend(new_values)
128 self._values.extend(other._values)
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c89 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
125 if (!extend(tst, rsp, sp_top_of_frame - rsp))
H A Dsigframe-ppc32-linux.c509 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
524 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
586 //.. if (!extend(tst, esp, sizeof(*frame)))
633 //.. if (!extend(tst, esp, sizeof(*frame)))
695 if (!extend(tst, sp, sp_top_of_frame - sp))
H A Dsigframe-ppc64-linux.c139 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
154 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
204 if (!extend(tst, sp, sp_top_of_frame - sp))
H A Dsigframe-x86-darwin.c92 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
134 if (!extend(tst, esp, sp_top_of_frame - esp))
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h83 inline AlignedBox& extend(const VectorType& p) function in class:Eigen::AlignedBox
87 inline AlignedBox& extend(const AlignedBox& b) function in class:Eigen::AlignedBox
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp75 // reading Reg multiple times. That is OK, extend() is idempotent.
101 extend(LR, Idx, Reg);
134 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg) { function in class:LiveRangeCalc
142 // Is there a def in the same MBB we can extend?
/external/openssl/ssl/
H A Ds2_pkt.c118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend);
319 unsigned int extend)
327 if (extend)
345 * First, if there is some left or we want to extend */
347 if ((s->s2->rbuf_left != 0) || ((s->packet_length != 0) && extend))
350 if (extend)
409 if (extend)
318 read_n(SSL *s, unsigned int n, unsigned int max, unsigned int extend) argument
/external/proguard/src/proguard/classfile/editor/
H A DInstructionWriter.java74 public void extend(int codeLength) method in class:InstructionWriter
80 codeAttributeEditor.extend(codeLength);
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
H A Dobject.js526 * goog.object.extend(o, {a: 0, b: 1});
528 * goog.object.extend(o, {b: 2, c: 3});
536 goog.object.extend = function(target, var_args) {
547 // extend String and change 'replace' (not that it is common for anyone to
548 // extend anything except Object).
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.cpp140 void FloatRect::extend(const FloatPoint& p) function in class:blink::FloatRect
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp112 Interval::extend(int a, int b) function in class:nv50_ir::Interval
192 this->extend(r->bgn, r->end);
200 this->extend(r->bgn, r->end);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerRectangles_Test.cpp225 static void assertOneContour(const SkPath& out, bool edge, bool extend) { argument
248 SkASSERT(count == (extend ? 4 : edge ? 6 : 8));
265 bool extend = start[startIndex] == rect2.fLeft && stop[stopIndex] == rect2.fRight; local
272 assertOneContour(out, edge, extend);
279 assertOneContour(out, edge, extend);
286 assertOneContour(out, edge, extend);
293 assertOneContour(out, edge, extend);
/external/llvm/include/llvm/ADT/
H A DAPSInt.h69 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { function in class:llvm::APSInt
268 return isSameValue(I1, I2.extend(I1.getBitWidth()));
270 return isSameValue(I1.extend(I2.getBitWidth()), I2);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp112 Interval::extend(int a, int b) function in class:nv50_ir::Interval
192 this->extend(r->bgn, r->end);
200 this->extend(r->bgn, r->end);
/external/skia/experimental/Intersection/
H A DEdgeWalkerRectangles_Test.cpp225 static void assertOneContour(const SkPath& out, bool edge, bool extend) { argument
248 SkASSERT(count == (extend ? 4 : edge ? 6 : 8));
265 bool extend = start[startIndex] == rect2.fLeft && stop[stopIndex] == rect2.fRight; local
272 assertOneContour(out, edge, extend);
279 assertOneContour(out, edge, extend);
286 assertOneContour(out, edge, extend);
293 assertOneContour(out, edge, extend);

Completed in 4692 milliseconds

123