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

1234

/external/protobuf/js/commonjs/
H A Dexport.js22 exports.object = {extend: goog.object.extend};
/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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithExtends.java45 default N setExtendedType(int i, ClassOrInterfaceType extend) { argument
46 getExtendedTypes().set(i, extend);
51 default N addExtendedType(ClassOrInterfaceType extend) { argument
52 getExtendedTypes().add(extend);
/external/annotation-tools/scene-lib/src/annotations/io/
H A DASTRecord.java183 public ASTRecord extend(ASTPath.ASTEntry entry) { method in class:ASTRecord
185 astPath.extend(entry));
188 public ASTRecord extend(Kind kind, String sel) { method in class:ASTRecord
189 return extend(new ASTPath.ASTEntry(kind, sel));
192 public ASTRecord extend(Kind kind, String sel, int arg) { method in class:ASTRecord
193 return extend(new ASTPath.ASTEntry(kind, sel, arg));
/external/nanopb-c/generator/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/python/cpython2/Lib/distutils/
H A Dfilelist.py55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
/external/python/cpython3/Lib/distutils/
H A Dfilelist.py54 def extend(self, items): member in class:FileList
55 self.files.extend(items)
/external/v8/tools/gcmole/
H A Dgcmole.lua302 function mtConfig:extend(t)
344 -- It should be possible to extend GCMole to understand this.
425 cfg:extend { plugin = "dump-callees" },
477 cfg:extend { plugin = "find-problems",
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dproject.py41 def extend(self, iterable): member in class:AbsFilenameList
94 self.source_paths.extend(source_paths)
187 pending.extend(start_modules)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DSelection.java110 int direction, boolean extend) {
111 if (!extend && anchor != caret) caret -= direction;
113 if (!extend) anchor = caret;
109 nextBound(BreakIterator breaker, int direction, boolean 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/python/cpython2/Lib/
H A DUserList.py84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
/external/skia/src/core/
H A DSkRasterPipeline.cpp34 void SkRasterPipeline::extend(const SkRasterPipeline& src) { function in class:SkRasterPipeline
/external/skqp/src/core/
H A DSkRasterPipeline.cpp34 void SkRasterPipeline::extend(const SkRasterPipeline& src) { function in class:SkRasterPipeline
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeCalc.cpp57 void LiveRangeCalc::extend(LiveInterval *LI, function in class:LiveRangeCalc
70 // Is there a def in the same MBB we can extend?
/external/ImageMagick/coders/
H A Dfits.c233 extend,
311 fits_info.extend=MagickFalse;
355 if (LocaleCompare(keyword,"extend") == 0)
356 fits_info.extend=(*p == 'T') || (*p == 't') ? MagickTrue : MagickFalse;
397 if (fits_info.extend == MagickFalse)
228 extend, member in struct:_FITSInfo
/external/boringssl/src/crypto/bn_extra/
H A Dconvert.c389 int extend = 0; local
391 extend = 1;
394 const size_t len = bytes + extend;
414 if (extend) {
417 BN_bn2bin(in, out + 4 + extend);
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp207 // reading Reg multiple times. That is OK, extend() is idempotent.
208 extend(LR, UseIdx, Reg);
239 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { function in class:LiveRangeCalc
247 // Is there a def in the same MBB we can extend?
/external/mesa3d/src/gallium/drivers/nouveau/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/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp294 extend(T &v, enum module::argument::ext_type ext, size_t n) { function in namespace:__anon16844
392 extend(w, marg.ext_type, marg.target_size);
425 extend(v, marg.ext_type, marg.target_size);
460 extend(v, module::argument::zero_ext, marg.target_size);
490 extend(v, module::argument::zero_ext, marg.target_size);
525 extend(v, module::argument::zero_ext, marg.target_size);
556 extend(v, module::argument::zero_ext, marg.target_size);
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py261 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
262 """Extends by appending the given iterable. Similar to list.extend()."""
277 self._values.extend(new_values)
284 self._values.extend(other._values)
379 def extend(self, elem_seq): member in class:RepeatedCompositeFieldContainer
397 self.extend(other._values)
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPSInt.h75 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h198 * \sa extend(const AlignedBox&) */
200 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const MatrixBase<Derived>& p) function in class:Eigen::AlignedBox
209 * \sa merged, extend(const MatrixBase&) */
210 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) function in class:Eigen::AlignedBox
235 * \sa extend(const AlignedBox&) */
/external/fio/
H A Dfile.h26 FIO_FILE_extend = 1 << 2, /* needs extend */
172 FILE_FLAG_FNS(extend); variable
/external/llvm/include/llvm/ADT/
H A DAPSInt.h85 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { function in class:llvm::APSInt
301 return compareValues(I1, I2.extend(I1.getBitWidth()));
303 return compareValues(I1.extend(I2.getBitWidth()), I2);

Completed in 919 milliseconds

1234