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

1 2

  /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/v8/tools/gcmole/
gcmole.lua 143 function mtConfig:extend(t)
212 cfg:extend { plugin = "dump-callees" },
247 cfg:extend { plugin = "find-problems" },
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-aix5.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
132 if (!extend(tst, sp, sp_top_of_frame - sp))
sigframe-amd64-darwin.c 84 /* Extend the stack segment downwards if needed so as to ensure the
88 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
128 if (!extend(tst, rsp, sp_top_of_frame - rsp))
sigframe-ppc64-aix5.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
132 if (!extend(tst, sp, sp_top_of_frame - sp))
sigframe-x86-darwin.c 87 /* Extend the stack segment downwards if needed so as to ensure the
91 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
131 if (!extend(tst, esp, sp_top_of_frame - esp))
sigframe-amd64-linux.c 374 /* Extend the stack segment downwards if needed so as to ensure the
378 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
393 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
457 if (!extend(tst, rsp, sizeof(*frame)))
sigframe-arm-linux.c 73 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
88 "Can't extend stack to %#lx during signal delivery for thread %d:",
214 if(!extend(tst, sp, size))
sigframe-ppc32-linux.c 504 /* Extend the stack segment downwards if needed so as to ensure the
508 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
523 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
585 //.. if (!extend(tst, esp, sizeof(*frame)))
632 //.. if (!extend(tst, esp, sizeof(*frame)))
694 if (!extend(tst, sp, sp_top_of_frame - sp))
    [all...]
sigframe-ppc64-linux.c 134 /* Extend the stack segment downwards if needed so as to ensure the
138 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
153 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
203 if (!extend(tst, sp, sp_top_of_frame - sp))
sigframe-x86-linux.c 395 /* Extend the stack segment downwards if needed so as to ensure the
399 static Bool extend ( ThreadState *tst, Addr addr, SizeT size ) function
414 "Can't extend stack to %#lx during signal delivery for thread %d:\n",
480 if (!extend(tst, esp, sizeof(*frame)))
537 if (!extend(tst, esp, sizeof(*frame)))
  /external/webkit/Source/WebCore/css/
CSSParserValues.cpp 58 void CSSParserValueList::extend(CSSParserValueList& valueList) function in class:WebCore::CSSParserValueList
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 57 void LiveRangeCalc::extend(LiveInterval *LI, function in class:LiveRangeCalc
70 // Is there a def in the same MBB we can extend?
  /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/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 72 function extend(obj, obj2) { function
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 294 static const GLchar extend[] = { local
300 m_parsedSrc+=extend;
  /external/llvm/include/llvm/ADT/
APSInt.h 75 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 297 if (equalIgnoringCase(alterString, "extend"))
343 void DOMSelection::extend(Node* node, int offset, ExceptionCode& ec) function in class:WebCore::DOMSelection
  /external/grub/netboot/
main.c 964 static unsigned char *extdata = NULL, *extend = NULL; local
992 if (extend + len
996 grub_memmove (extend, p, len);
997 extend += len;
1007 endp = extend;
1080 extdata = extend = endp;
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm 190 # function: Extend ToC.
206 # function: Extend ToC.
320 # Extend ToCs
339 # Extend ToCs
1088 #--- HTML::TocGenerator::extend() ---------------------------------------------
1089 # function: Extend ToCs.
1093 sub extend { subroutine
1098 # Extend ToCs
1102 } # extend()
1106 # function: Extend ToCs
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cfgloop.h 316 If extend = UNKNOWN, first_special must be false, delta 0, mult 1 and value is
331 /* The type of extend applied to it (SIGN_EXTEND, ZERO_EXTEND or UNKNOWN). */
332 enum rtx_code extend; member in struct:rtx_iv
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 54 Object.extend(klass, Class.Methods);
106 Object.extend = function(destination, source) {
112 Object.extend(Object, {
170 return Object.extend({ }, object);
203 Object.extend(Function.prototype, {
328 Object.extend(String, {
342 Object.extend(String.prototype, {
536 if (Prototype.Browser.WebKit || Prototype.Browser.IE) Object.extend(String.prototype, {
553 Object.extend(String.prototype.escapeHTML, {
802 Object.extend(Enumerable,
    [all...]
mootools-1.2.2-core-nc.js 192 function $extend(original, extended){
403 return $extend(win, Window.Prototype);
433 return $extend(doc, Document.Prototype);
521 extend: function(array){
599 extend: function(properties){
610 if (options.event) args = [event || window.event].extend(args);
808 extend: function(properties){
978 return $extend(this, {
1056 }.extend(this);
1095 new Native({name: 'Class', initialize: Class}).extend({
    [all...]
  /external/v8/benchmarks/
raytrace.js 42 Object.extend = function(destination, source) {
357 Flog.RayTracer.Material.Solid.prototype = Object.extend(
382 Flog.RayTracer.Material.Chessboard.prototype = Object.extend(
608 this.options = Object.extend({
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 37 Object.extend = function(destination, source) {
358 Flog.RayTracer.Material.Solid.prototype = Object.extend(
383 Flog.RayTracer.Material.Chessboard.prototype = Object.extend(
634 this.options = Object.extend({

Completed in 557 milliseconds

1 2