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

  /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/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/webkit/WebCore/page/
DOMSelection.cpp 270 if (equalIgnoringCase(alterString, "extend"))
271 alter = SelectionController::EXTEND;
314 void DOMSelection::extend(Node* node, int offset, ExceptionCode& ec) function in class:WebCore::DOMSelection
413 selection->modify(SelectionController::EXTEND, SelectionController::BACKWARD, CharacterGranularity);
  /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...]
  /external/webkit/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) {
363 Flog.RayTracer.Material.Solid.prototype = Object.extend(
388 Flog.RayTracer.Material.Chessboard.prototype = Object.extend(
639 this.options = Object.extend({
  /external/webkit/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({
  /external/genext2fs/
genext2fs.c 977 int extend = 0, reduce = 0; local
985 extend = 1;
994 if(extend) // allocate first block
1003 if(extend) // allocate block
1014 if(extend) // allocate indirect block
1020 if(extend) // allocate first block
1031 if(extend) // allocate block
1043 if(extend) // allocate double indirect block
1048 if(extend) // allocate first indirect block
1054 if(extend) // allocate first bloc
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 303 milliseconds