Home
last modified time | relevance | path

Searched refs:_context (Results 1 – 25 of 43) sorted by relevance

12

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp172 _context = context; in CFX_QuartzDeviceDriver()
174 CGContextRetain(_context); in CFX_QuartzDeviceDriver()
183 CGImageRef image = CGBitmapContextCreateImage(_context); in CFX_QuartzDeviceDriver()
197 CGAffineTransform ctm = CGContextGetCTM(_context); in CFX_QuartzDeviceDriver()
198 CGContextSaveGState(_context); in CFX_QuartzDeviceDriver()
204 CGContextTranslateCTM(_context, -offset_x, -offset_y); in CFX_QuartzDeviceDriver()
205 … CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y)); in CFX_QuartzDeviceDriver()
212 CGContextRestoreGState(_context); in ~CFX_QuartzDeviceDriver()
215 CGContextRestoreGState(_context); in ~CFX_QuartzDeviceDriver()
217 if (_context) { in ~CFX_QuartzDeviceDriver()
[all …]
/external/jetty/src/java/org/eclipse/jetty/continuation/
DServlet3Continuation.java47 private AsyncContext _context; field in Servlet3Continuation
111 if (_context!=null) in addContinuationListener()
112 _context.addListener(wrapped); in addContinuationListener()
120 AsyncContext context=_context; in complete()
123 _context.complete(); in complete()
166 AsyncContext context=_context; in resume()
170 _context.dispatch(); in resume()
177 if (_context!=null) in setTimeout()
178 _context.setTimeout(timeoutMs); in setTimeout()
188 _context=_request.startAsync(); in suspend()
[all …]
DContinuationFilter.java60 ServletContext _context; field in ContinuationFilter
66 _context = filterConfig.getServletContext(); in init()
85 _faux=!(jetty_7_or_greater || _jetty6 || _context.getMajorVersion()>=3); in init()
89 _context.log("ContinuationFilter "+ in init()
150 _context.log(string); in debug()
159 _context.log(string+":"+th); in debug()
161 _context.log(string,th); in debug()
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Decmametadatapass.py195 self._context = None
201 return EcmaContext(type, self._token, self._context)
213 self._context = self._CreateContext(type)
224 top_context = self._context
226 self._context = top_context.parent
227 if self._context:
249 if self._context.type == EcmaContext.IMPLIED_BLOCK:
266 if self._context.type in EcmaContext.BLOCK_TYPES:
272 parent = self._context.parent
276 elif self._context.type == EcmaContext.ARRAY_LITERAL:
[all …]
/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebAppClassLoader.java65 private final Context _context; field in WebAppClassLoader
146 _context=context; in WebAppClassLoader()
188 return _context; in getContext()
226 Resource resource= _context.newResource(tokenizer.nextToken().trim()); in addClassPath()
297 PermissionCollection permissions=_context.getPermissions(); in getPermissions()
305 boolean system_class=_context.isSystemClass(name); in getResources()
306 boolean server_class=_context.isServerClass(name); in getResources()
311 if (_context.isParentLoaderPriority()) in getResources()
340 boolean system_class=_context.isSystemClass(name); in getResource()
341 boolean server_class=_context.isServerClass(name); in getResource()
[all …]
DTagLibConfiguration.java88 private WebAppContext _context; field in TagLibConfiguration.TagLibListener
91 _context = context; in TagLibListener()
116 ClassLoader loader = _context.getClassLoader(); in contextInitialized()
123 … Collection<Resource> tld_resources = (Collection<Resource>)_context.getAttribute(TLD_RESOURCES); in contextInitialized()
163 _context.addEventListener(l); in contextInitialized()
213 if (_context.getResourceAliases()!=null && in findTldResources()
214 _context.getBaseResource()!=null && in findTldResources()
215 _context.getBaseResource().exists()) in findTldResources()
217 Iterator<String> iter=_context.getResourceAliases().values().iterator(); in findTldResources()
225 Resource l=_context.getBaseResource().addPath(location); in findTldResources()
[all …]
DDiscoveredAnnotation.java37 protected WebAppContext _context; field in DiscoveredAnnotation
52 _context = context; in DiscoveredAnnotation()
/external/jetty/src/java/org/eclipse/jetty/servlets/
DConcatServlet.java69 ServletContext _context; field in ConcatServlet
75 _context=getServletContext(); in init()
102 String t = _context.getMimeType(parts[i]); in doGet()
120 RequestDispatcher dispatcher=_context.getRequestDispatcher(parts[i]); in doGet()
DPutFilter.java72 private ServletContext _context; field in PutFilter
82 _context=config.getServletContext(); in init()
84 _tmpdir=(File)_context.getAttribute("javax.servlet.context.tempdir"); in init()
86 if (_context.getRealPath("/")==null) in init()
96 File base=new File(_context.getRealPath("/")); in init()
160 _context.log(e.toString(),e); in doFilter()
248 _context.log(ex.toString(),ex); in handlePut()
262 _context.log(e.toString(),e); in handlePut()
286 _context.log(sex.toString(),sex); in handleDelete()
DQoSFilter.java91 ServletContext _context; field in QoSFilter
108 _context=filterConfig.getServletContext(); in init()
148 …if (_context!=null && Boolean.parseBoolean(filterConfig.getInitParameter(MANAGED_ATTR_INIT_PARAM))) in init()
149 _context.setAttribute(filterConfig.getFilterName(),this); in init()
219 _context.log("QoS",e); in doFilter()
DProxyServlet.java111 protected ServletContext _context; field in ProxyServlet
124 _context = config.getServletContext(); in init()
134 if (_context != null) in init()
136_context.setAttribute(config.getServletName() + ".ThreadPool",_client.getThreadPool()); in init()
137 _context.setAttribute(config.getServletName() + ".HttpClient",_client); in init()
872 String contextPath = _context.getContextPath(); in init()
DMultiPartFilter.java95 private ServletContext _context; field in MultiPartFilter
119 _context=filterConfig.getServletContext(); in init()
216 _context.log("Error deleting multipart tmp files", e); in deleteFiles()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSessionManager.java112 protected ContextHandler.Context _context; field in AbstractSessionManager
162 return _context; in getContext()
168 return _context.getContextHandler(); in getContextHandler()
197 … HttpCookie cookie=getSessionCookie(session,_context==null?"/":(_context.getContextPath()),secure); in access()
233 _context=ContextHandler.getCurrentContext(); in doStart()
253 if (_context!=null) in doStart()
255 String tmp=_context.getInitParameter(SessionManager.__SessionCookieProperty); in doStart()
259 tmp=_context.getInitParameter(SessionManager.__SessionIdPathParameterNameProperty); in doStart()
266 tmp=_context.getInitParameter(SessionManager.__MaxAgeProperty); in doStart()
273 _sessionDomain=_context.getInitParameter(SessionManager.__SessionDomainProperty); in doStart()
[all …]
DJDBCSessionManager.java153 _virtualHost = JDBCSessionManager.getVirtualHost(_context); in Session()
154 _canonicalContext = canonicalize(_context.getContextPath()); in Session()
482 …session = loadSession(idInCluster, canonicalize(_context.getContextPath()), getVirtualHost(_contex… in getSession()
487 …session = loadSession(idInCluster, canonicalize(_context.getContextPath()), getVirtualHost(_contex… in getSession()
865 if (_context==null) in loadSession()
868 _context.getContextHandler().handle(load); in loadSession()
1134 String rowId = canonicalize(_context.getContextPath()); in calculateRowId()
1135 rowId = rowId + "_" + getVirtualHost(_context); in calculateRowId()
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java196 private SSLContext _context; field in SslContextFactory
240 if (_context == null) in doStart()
255 _context = SSLContext.getInstance(_sslProtocol); in doStart()
256 _context.init(null, trust_managers, secureRandom); in doStart()
295_context = (_sslProvider == null)?SSLContext.getInstance(_sslProtocol):SSLContext.getInstance(_ssl… in doStart()
296 _context.init(keyManagers,trustManagers,secureRandom); in doStart()
989 return _context; in getSslContext()
1001 _context = sslContext; in setSslContext()
1164 if (_context != null) in checkKeyStore()
1454 SSLServerSocketFactory factory = _context.getServerSocketFactory(); in newSslServerSocket()
[all …]
/external/jetty/src/java/org/eclipse/jetty/server/
DRequest.java190 private ContextHandler.Context _context; field in Request
312 if (_context != null) in extractParameters()
314 … maxFormContentSize = _context.getContextHandler().getMaxFormContentSize(); in extractParameters()
315 maxFormKeys = _context.getContextHandler().getMaxFormKeys(); in extractParameters()
543 return _context; in getContext()
855 if (_pathInfo == null || _context == null) in getPathTranslated()
857 return _context.getRealPath(_pathInfo); in getPathTranslated()
930 if (_context == null) in getRealPath()
932 return _context.getRealPath(path); in getRealPath()
990 if (path == null || _context == null) in getRequestDispatcher()
[all …]
/external/jetty/src/java/org/eclipse/jetty/xml/
DXmlParser.java288 private Node _context = _top; field in XmlParser.Handler
301 _context = null; in clear()
314 Node node = new Node(_context, name, attrs); in startElement()
331 _context.add(node); in startElement()
332 _context = node; in startElement()
341 _context.add(node); in startElement()
342 _context = node; in startElement()
358 _context = _context._parent; in endElement()
376 _context.add(new String(buf, offset, len)); in characters()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c857 galahad_context_get_transfer(struct pipe_context *_context, in galahad_context_get_transfer() argument
863 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_get_transfer()
889 galahad_context_transfer_map(struct pipe_context *_context, in galahad_context_transfer_map() argument
892 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_transfer_map()
908 galahad_context_transfer_flush_region(struct pipe_context *_context, in galahad_context_transfer_flush_region() argument
912 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_transfer_flush_region()
924 galahad_context_transfer_unmap(struct pipe_context *_context, in galahad_context_transfer_unmap() argument
927 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_transfer_unmap()
946 galahad_context_transfer_inline_write(struct pipe_context *_context, in galahad_context_transfer_inline_write() argument
955 struct galahad_context *glhd_context = galahad_context(_context); in galahad_context_transfer_inline_write()
[all …]
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DResourceHandler.java63 ContextHandler _context; field in ResourceHandler
156 _context = (scontext==null?null:scontext.getContextHandler()); in doStart()
158 if (_context!=null) in doStart()
159 _aliases=_context.isAliases(); in doStart()
297 if (_context==null) in getResource()
299 base=_context.getBaseResource(); in getResource()
DConnectHandler.java524 private final ConcurrentMap<String, Object> _context; field in ConnectHandler.ProxyToServerConnection
532 _context = context; in ProxyToServerConnection()
554 int read = read(_endPoint, _buffer, _context); in handle()
572 int written = write(_toClient._endPoint, _buffer, _context); in handle()
615 int written = write(_endPoint, _data, _context); in writeData()
741 private final ConcurrentMap<String, Object> _context; field in ConnectHandler.ClientToProxyConnection
750 _context = context; in ClientToProxyConnection()
779 int read = read(_endPoint, _buffer, _context); in handle()
797 int written = write(_toServer._endPoint, _buffer, _context); in handle()
/external/parameter-framework/tools/xmlGenerator/
DEddParser.py74 self._context = {
82 self._context = propagationContext
86 contextCopy = self._context.copy()
88 for key in iter(self._context) :
94 return self._context["DomainOptions"]
97 return self._context["Configurations"]
100 return self._context["ConfigurationOptions"]
103 return self._context["Rules"]
106 return self._context["PathOptions"]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1359 trace_context_get_transfer(struct pipe_context *_context, in trace_context_get_transfer() argument
1365 struct trace_context *tr_context = trace_context(_context); in trace_context_get_transfer()
1388 trace_context_transfer_destroy(struct pipe_context *_context, in trace_context_transfer_destroy() argument
1391 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_destroy()
1399 trace_context_transfer_map(struct pipe_context *_context, in trace_context_transfer_map() argument
1402 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map()
1421 trace_context_transfer_flush_region( struct pipe_context *_context, in trace_context_transfer_flush_region() argument
1425 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region()
1436 trace_context_transfer_unmap(struct pipe_context *_context, in trace_context_transfer_unmap() argument
1439 struct trace_context *tr_ctx = trace_context(_context); in trace_context_transfer_unmap()
[all …]
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c766 identity_context_get_transfer(struct pipe_context *_context, in identity_context_get_transfer() argument
772 struct identity_context *id_context = identity_context(_context); in identity_context_get_transfer()
798 identity_context_transfer_map(struct pipe_context *_context, in identity_context_transfer_map() argument
801 struct identity_context *id_context = identity_context(_context); in identity_context_transfer_map()
813 identity_context_transfer_flush_region(struct pipe_context *_context, in identity_context_transfer_flush_region() argument
817 struct identity_context *id_context = identity_context(_context); in identity_context_transfer_flush_region()
829 identity_context_transfer_unmap(struct pipe_context *_context, in identity_context_transfer_unmap() argument
832 struct identity_context *id_context = identity_context(_context); in identity_context_transfer_unmap()
843 identity_context_transfer_inline_write(struct pipe_context *_context, in identity_context_transfer_inline_write() argument
852 struct identity_context *id_context = identity_context(_context); in identity_context_transfer_inline_write()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c1023 rbug_context_get_transfer(struct pipe_context *_context, in rbug_context_get_transfer() argument
1029 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_get_transfer()
1062 rbug_context_transfer_map(struct pipe_context *_context, in rbug_context_transfer_map() argument
1065 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_map()
1082 rbug_context_transfer_flush_region(struct pipe_context *_context, in rbug_context_transfer_flush_region() argument
1086 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_flush_region()
1100 rbug_context_transfer_unmap(struct pipe_context *_context, in rbug_context_transfer_unmap() argument
1103 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_unmap()
1116 rbug_context_transfer_inline_write(struct pipe_context *_context, in rbug_context_transfer_inline_write() argument
1125 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_inline_write()
/external/libunwind/doc/
Dunw_getcontext.tex15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with

12