HomeSort by relevance Sort by last modified time
    Searched full:extend (Results 276 - 300 of 1530) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.cpp 108 d[i] = static_cast<unsigned char>(c[i]); // use unsigned char to zero-extend instead of sign-extend
  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 231 rules.extend(path_rules)
232 rules.extend(self._user_rules)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 42 /** The class information for intent(Set this informations in the extend class) */
44 /** The class information for intent(Set this informations in the extend class) */
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutBridge.java 31 * <li>Bridge should extend {@link Bridge} instead of implementing {@link ILayoutBridge}.</li>
49 * @deprecated Extend {@link Bridge} instead.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery-1.4.2.min.js 25 function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
26 c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
37 s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
38 applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
39 else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
40 a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
42 cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(functi (…)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 90 // This allows us to later extend the text buffer.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 156 /**** Is this the mechanism to extend with filter effects?
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 46 * If you ever need a context to do your work in tests, you can extend
  /development/testrunner/
test_defs.xsd 131 <!-- The test class to run. Must extend DeviceTestSuite, and
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 159 return TUNNEL_PROXY; // need to extend the proxy chain
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEMac.java 157 * the classes that extend directly off us.
  /external/chromium/base/memory/
ref_counted.h 71 // knock-off of WebKit's RefCounted<T> class. To use this guy just extend your
  /external/chromium/base/
platform_file_win.cc 167 // If length > file size, SetFilePointerEx() should extend the file
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 130 // Extend the encapsulation boundary to utilities for internal member
sync_session_context.h 102 // extend our encapsulation boundary to scoped helpers that take care of this
  /external/chromium/net/test/
test_server_win.cc 177 // 32-bit) or sign-extend the handle (when passing it from 32-bit to
  /external/chromium/third_party/libjingle/source/talk/base/
sec_buffer.h 99 // This class must not extend the size of SecBuffer, since
  /external/clang/examples/clang-interpreter/
main.cpp 84 // recognize. We need to extend the driver library to support this use model
  /external/clang/include/clang/Driver/
OptTable.h 156 /// ArgEnd), and their lifetime should extend past that of the returned
  /external/clang/include/clang/Frontend/
ASTUnit.h 611 /// lifetime is expected to extend past that of the returned ASTUnit.
642 /// lifetime is expected to extend past that of the returned ASTUnit.
661 /// lifetime is expected to extend past that of the returned ASTUnit.
682 /// lifetime is expected to extend past that of the returned ASTUnit.
  /external/e2fsprogs/e2fsck/
Makefile.in 163 extend: extend.o
165 $(Q) $(LD) $(ALL_LDFLAGS) -o extend extend.o $(CHECKLIB)
  /external/e2fsprogs/resize/
online.c 121 _("While trying to extend the last group"));
  /external/guava/src/com/google/common/base/
Service.java 39 * <p>Implementors of this interface are strongly encouraged to extend {@link
  /external/harfbuzz/src/
harfbuzz-shape.h 179 * to accomodate application structures that extend HB_GlyphItem.
  /external/icu4c/data/unidata/
PropertyValueAliases.txt 543 GCB; EX ; Extend
    [all...]

Completed in 1888 milliseconds

<<11121314151617181920>>