HomeSort by relevance Sort by last modified time
    Searched refs:change (Results 351 - 375 of 440) sorted by null

<<1112131415161718

  /external/libvorbis/doc/
07-floor1.tex 37 performed logically even if y_new represents no change to the
  /external/v8/src/
liveedit.cc 1450 bool change = *above_frame_address != *pointer_address; local
    [all...]
regexp.js 152 // property from the global object since this may change.
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 402 void HTMLMediaElement::recalcStyle(StyleChange change)
404 HTMLElement::recalcStyle(change);
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 269 * Test deflate with large buffers and dynamic change of compression level
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 63 import org.eclipse.ltk.core.refactoring.Change;
129 protected List<Change> mChanges;
236 protected abstract List<Change> computeChanges(IProgressMonitor monitor);
242 mChanges = new ArrayList<Change>();
250 List<Change> changes = computeChanges(monitor);
262 public Change createChange(IProgressMonitor monitor) throws CoreException,
267 CompositeChange change = new CompositeChange( local
269 mChanges.toArray(new Change[mChanges.size()])) {
278 return change;
    [all...]
  /build/core/
main.mk 210 # change the behavior of the build.
218 # ENABLE_INCREMENTALJAVAC should NOT be enabled by default, because change of
459 # Change CUSTOM_MODULES to include only modules that were
    [all...]
  /external/bison/data/
yacc.c     [all...]
  /external/ceres-solver/docs/
modeling.tex 231 one can change the length scale at which robustification takes
471 In fact you can set any number of parameter blocks to be constant, and Ceres is smart enough to figure out what part of the problem you have constructed depends on the parameter blocks that are free to change and only spends time solving it. So for example if you constructed a problem with a million parameter blocks and 2 million residual blocks, but then set all but one parameter blocks to be constant and say only 10 residual blocks depend on this one non-constant parameter block. Then the computational effort Ceres spends in solving this problem will be the same if you had defined a problem with one parameter block and 10 residual blocks.
  /external/chromium/chrome/browser/resources/net_internals/
main.js 871 * of the change.
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 123 double change; local
173 (change = cvNorm(param, prevParam, CV_RELATIVE_L2)) < criteria.epsilon )
191 double change; local
239 (change = cvNorm(param, prevParam, CV_RELATIVE_L2)) < criteria.epsilon )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 354 # you to call init() yourself and then change the configuration
690 you change this, you should set $checkType to a function that will
  /external/webkit/Source/WebCore/dom/
Document.h 252 DEFINE_ATTRIBUTE_EVENT_LISTENER(change);
664 stylesheets using the DOM. May be subject to change as
    [all...]
  /external/bison/
maint.mk     [all...]
  /external/grub/docs/
texinfo.tex 202 % change spans more than two lines of output. To handle that, we would
204 % vertical list for the beginning and end of each change).
220 % For a thicker or thinner bar, change the `1pt'.
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 23 * TODO(oshima): change these string to enum numbers once it becomes possible
  /external/chromium/chrome/browser/resources/ntp/
apps.js 176 * triggered the launch, used to detect modifier keys that change
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery-1.4.2.min.js 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,
63 e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
64 "_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
68 u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 36 c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var n=r.createElement("div");n.style.width=n.style.paddingLeft="1px";r.body.appendChild(n);c.boxModel=c.support.boxModel=n.offsetWidth===2;r.body.removeChild(n).style.display="none"});a=function(n){var o=r.createElement("div");n="on"+n;var m=n in o;if(!m){o.setAttribute(n,"return;");m=typeof o[n]==="function"}return m};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=i=null}})();c.props=
62 d.type!=="radio")c.data(d,"_change_data",e);if(!(f===v||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}}c.event.special.change={filters:{focusout:ea,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return ea.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return ea.call(this,a)},beforeactivate:function(a){a=
63 a.target;a.nodeName.toLowerCase()==="input"&&a.type==="radio"&&c.data(a,"_change_data",Ca(a))}},setup:function(a,b,d){for(var f in T)c.event.add(this,f+".specialChange."+d.guid,T[f]);return da.test(this.nodeName)},remove:function(a,b){for(var d in T)c.event.remove(this,d+".specialChange"+(b?"."+b.guid:""),T[d]);return da.test(this.nodeName)}};var T=c.event.special.change.filters}r.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,
67 live:i},e):c(this.context).unbind(oa(i,this.selector),e?{guid:e.guid+this.selector+i}:null)}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});z.attachEvent&&!z.addEventListener&&z.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 15 * `change`, `click`, etc. events in order to take appropriate action in
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 

Completed in 1959 milliseconds

<<1112131415161718