HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 801 - 825 of 4874) sorted by null

<<31323334353637383940>>

  /external/autotest/frontend/client/src/autotest/tko/
FilterSelector.java 166 // Restore all the filters/conditions
180 // Restore the "all" or "any" selection
  /external/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 308 mov %rbx,144($context) # restore context->Rbx
309 mov %rbp,160($context) # restore context->Rbp
310 mov %r12,216($context) # restore context->R12
311 mov %r14,232($context) # restore context->R14
312 mov %r15,240($context) # restore context->R15
317 mov %rax,152($context) # restore context->Rsp
318 mov %rsi,168($context) # restore context->Rsi
319 mov %rdi,176($context) # restore context->Rdi
  /external/chromium-trace/catapult/experimental/heatmap/
renderer.js 132 this.context.restore();
166 this.context.restore();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend_unittest.py 39 self._stubs.Restore()
181 self._stubs.Restore()
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.canvas.min.js 7 (function($){var options={canvas:true};var render,getTextInfo,addText;var hasOwnProperty=Object.prototype.hasOwnProperty;function init(plot,classes){var Canvas=classes.Canvas;if(render==null){getTextInfo=Canvas.prototype.getTextInfo,addText=Canvas.prototype.addText,render=Canvas.prototype.render}Canvas.prototype.render=function(){if(!plot.getOptions().canvas){return render.call(this)}var context=this.context,cache=this._textCache;context.save();context.textBaseline="middle";for(var layerKey in cache){if(hasOwnProperty.call(cache,layerKey)){var layerCache=cache[layerKey];for(var styleKey in layerCache){if(hasOwnProperty.call(layerCache,styleKey)){var styleCache=layerCache[styleKey],updateStyles=true;for(var key in styleCache){if(hasOwnProperty.call(styleCache,key)){var info=styleCache[key],positions=info.positions,lines=info.lines;if(updateStyles){context.fillStyle=info.font.color;context.font=info.font.definition;updateStyles=false}for(var i=0,position;position=positions[i];i++){if(position.active){for(var j=0,line;line=position.lines[j];j++){context.fillText(lines[j].text,line[0],line[1])}}else{positions.splice(i--,1)}}if(positions.length==0){delete styleCache[key]}}}}}}}context.restore()};Canvas.prototype.getTextInfo=function(layer,text,font,angle,width){if(!plot.getOptions().canvas){return getTextInfo.call(this,layer,text,font,angle,width)}var textStyle,layerCache,styleCache,info;text=""+text;if(typeof font==="object"){textStyle=font.style+" "+font.variant+" "+font.weight+" "+font.size+"px "+font.family}else{textStyle=font}layerCache=this._textCache[layer];if(layerCache==null){layerCache=this._textCache[layer]={}}styleCache=layerCache[textStyle];if(styleCache==null){styleCache=layerCache[textStyle]={}}info=styleCache[text];if(info==null){var context=this.context;if(typeof font!=="object"){var element=$("<div>&nbsp;</div>").css("position","absolute").addClass(typeof font==="string"?font:null).appendTo(this.getTextLayer(layer));font={lineHeight:element.height(),style:element.css("font-style"),variant:element.css("font-variant"),weight:element.css("font-weight"),family:element.css("font-family"),color:element.css("color")};font.size=element.css("line-height",1).height();element.remove()}textStyle=font.style+" "+font.variant+" "+font.weight+" "+font.size+"px "+font.family;info=styleCache[text]={width:0,height:0,positions:[],lines:[],font:{definition:textStyle,color:font.color}};context.save();context.font=textStyle;var lines=(text+"").replace(/<br ?\/?>|\r\n|\r/g,"\n").split("\n");for(var i=0;i<lines.length;++i){var lineText=lines[i],measured=context.measureText(lineText);info.width=Math.max(measured.width,info.width);info.height+=font.lineHeight;info.lines.push({text:lineText,width:measured.width,height:font.lineHeight})}context.restore()}return info};Canvas.prototype.addText=function(layer,x,y,text,font,angle,width,halign,valign){if (…)
  /external/chromium-trace/catapult/tracing/tracing/ui/
timeline_interest_range.html 190 ctx.restore();
239 ctx.restore();
  /external/curl/src/
tool_vms.c 205 #pragma extern_model restore
212 #pragma extern_model restore
  /external/dbus/dbus/
dbus-threads.h 57 * this, because it does not save/restore the recursion count when
86 * condition variables (does not save/restore the recursion count) so
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_ppc.h 122 uint32_t srr0; /* Machine status save/restore: stores pc
124 uint32_t srr1; /* Machine status save/restore: stores msr
minidump_cpu_ppc64.h 95 uint64_t srr0; /* Machine status save/restore: stores pc
97 uint64_t srr1; /* Machine status save/restore: stores msr
  /external/iproute2/tc/
tc_core.c 114 * - commit 01cb71d2d47 (net_sched: restore "overhead xxx" handling)
117 * - commit 8a8e3d84b17 (net_sched: restore "linklayer atm" handling)
  /external/iptables/include/linux/netfilter/ipset/
ip_set.h 41 IPSET_CMD_RESTORE = IPSET_MSG_MAX, /* 14: Enter restore mode */
63 IPSET_ATTR_LINENO, /* 9: Restore lineno */
  /external/jacoco/org.jacoco.doc/docroot/doc/
maven.html 122 <li><a href="restore-instrumented-classes-mojo.html">restore-instrumented-classes</a></li>
  /external/kernel-headers/original/uapi/linux/
fdreg.h 95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
100 #define FD_RESTORE 0x4e /* later restore */
  /external/kernel-headers/original/uapi/linux/netfilter/ipset/
ip_set.h 43 IPSET_CMD_RESTORE = IPSET_MSG_MAX, /* 14: Enter restore mode */
65 IPSET_ATTR_LINENO, /* 9: Restore lineno */
  /external/libunwind/src/x86_64/
getcontext.S 51 restores them, so don't restore garbage). */
81 /* Setting the flags to 0 above disables restore of segment
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_neon.c 112 // restore d8-d15 register values.
180 // restore d8-d15 register values.
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 29 /// is expected to restore the argument stack this should be a multiple of 16,
39 /// The number of bytes to restore to deallocate space for incoming
  /external/mesa3d/src/gallium/drivers/r300/
r300_render_stencilref.c 87 /* Restore the original state. */
94 /* Restore state. */
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.cpp 71 // TODO: Restore the saved session state only when appropriate, scheduling the
72 // final launch steps after the restore is complete
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
App.xaml.cpp 68 // TODO: Restore the saved session state only when appropriate, scheduling the
69 // final launch steps after the restore is complete.
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
App.xaml.cpp 94 // TODO: Restore the saved session state only when appropriate, scheduling the
95 // final launch steps after the restore is complete.
  /external/parameter-framework/upstream/parameter/
DomainConfiguration.h 87 /** Restore the configuration
94 bool restore(CParameterBlackboard *pMainBlackboard, bool bSync,
  /external/skia/bench/
AAClipBench.cpp 78 canvas->restore();
158 canvas->restore();
DisplacementBench.cpp 66 canvas->restore();
79 canvas->restore();

Completed in 3569 milliseconds

<<31323334353637383940>>