HomeSort by relevance Sort by last modified time
    Searched defs:extend (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/v8/test/mjsunit/regress/
regress-merge-descriptors.js 28 var extend = function (d, b) { function
57 extend(Car, Super);
85 extend(SuperCar, Super);
regress-crbug-3184.js 28 Object.extend = function (dest, source) {
33 Object.extend ( Function.prototype,
70 Object.extend( Array.prototype,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.isonscreen.js 9 jQuery.extend({
  /external/v8/test/mjsunit/regress/
regress-crbug-3184.js 28 Object.extend = function (dest, source) {
33 Object.extend ( Function.prototype,
70 Object.extend( Array.prototype,
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 186 function mtConfig:extend(t)
222 -- It should be possible to extend GCMole to understand this.
303 cfg:extend { plugin = "dump-callees" },
355 cfg:extend { plugin = "find-problems",
  /external/v8/tools/gcmole/
gcmole.lua 183 function mtConfig:extend(t)
219 -- It should be possible to extend GCMole to understand this.
300 cfg:extend { plugin = "dump-callees" },
352 cfg:extend { plugin = "find-problems",
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 104 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(arrayProto, Enumerable)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.cpp 78 void CSSParserValueList::extend(CSSParserValueList& valueList) function in class:WebCore::CSSParserValueList
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
containers.py 123 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/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 83 inline AlignedBox& extend(const VectorType& p) function in class:Eigen::AlignedBox
87 inline AlignedBox& extend(const AlignedBox& b) function in class:Eigen::AlignedBox
  /external/protobuf/python/google/protobuf/internal/
containers.py 112 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/
sigframe-amd64-darwin.c 85 /* Extend the stack segment downwards if needed so as to ensure the
89 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
131 if (!extend(tst, rsp, sp_top_of_frame - rsp))
sigframe-x86-darwin.c 88 /* Extend the stack segment downwards if needed so as to ensure the
92 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
134 if (!extend(tst, esp, sp_top_of_frame - esp))
sigframe-amd64-linux.c 375 /* Extend the stack segment downwards if needed so as to ensure the
379 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
394 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
458 if (!extend(tst, rsp, sizeof(*frame)))
sigframe-arm-linux.c 84 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
99 "Can't extend stack to %#lx during signal delivery for thread %d:",
226 if(!extend(tst, sp, size))
sigframe-mips32-linux.c 77 /* Extend the stack segment downwards if needed so as to ensure the
81 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
94 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
191 if (!extend(tst, sp, sp_top_of_frame - sp))
sigframe-ppc32-linux.c 505 /* Extend the stack segment downwards if needed so as to ensure the
509 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))
    [all...]
sigframe-ppc64-linux.c 135 /* Extend the stack segment downwards if needed so as to ensure the
139 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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 72 function extend(obj, obj2) { function
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.cpp 140 void FloatRect::extend(const FloatPoint& p) function in class:WebCore::FloatRect
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 112 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/llvm/lib/CodeGen/
LiveRangeCalc.cpp 77 // reading Reg multiple times. That is OK, extend() is idempotent.
85 // Extend the live range to be live-out from PredMBB.
102 extend(LI, Idx, Reg);
135 void LiveRangeCalc::extend(LiveInterval *LI, function in class:LiveRangeCalc
146 // Is there a def in the same MBB we can extend?
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 112 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);

Completed in 1577 milliseconds

1 2 3 4