/external/syslinux/gpxe/src/include/gpxe/ |
D | cbc.h | 63 struct _cbc_name ## _context { \ 69 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \ 74 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \ 80 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \ 86 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \ 92 .ctxsize = sizeof ( struct _cbc_name ## _context ), \
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_view.mm | 21 EAGLContext* _context; 92 _context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2]; 94 if (!_context) { 98 if (![EAGLContext setCurrentContext:_context]) { 109 [_context renderbufferStorage:GL_RENDERBUFFER 133 if (![_context presentRenderbuffer:GL_RENDERBUFFER]) { 146 if (![EAGLContext setCurrentContext:_context]) {
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 857 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/webrtc/webrtc/api/objc/ |
D | RTCOpenGLVideoRenderer.mm | 146 EAGLContext *_context; 148 NSOpenGLContext *_context; 183 _context = context; 209 [_context flushBuffer]; 253 NSAssert(_context, @"context shouldn't be nil"); 255 if ([EAGLContext currentContext] != _context) { 256 [EAGLContext setCurrentContext:_context]; 259 if ([NSOpenGLContext currentContext] != _context) { 260 [_context makeCurrentContext]; 373 BOOL hasUnpackRowLength = _context.API == kEAGLRenderingAPIOpenGLES3;
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 74 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/ |
D | tr_context.c | 1359 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/webrtc/talk/app/webrtc/objc/ |
D | RTCOpenGLVideoRenderer.mm | 167 EAGLContext* _context; 169 NSOpenGLContext* _context; 202 _context = context; 228 [_context flushBuffer]; 272 NSAssert(_context, @"context shouldn't be nil"); 274 if ([EAGLContext currentContext] != _context) { 275 [EAGLContext setCurrentContext:_context]; 278 if ([NSOpenGLContext currentContext] != _context) { 279 [_context makeCurrentContext]; 391 BOOL hasUnpackRowLength = _context.API == kEAGLRenderingAPIOpenGLES3;
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 766 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/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 372 local _context=$4 374 echo "Installing $_to/$_basename $_mode $_context" 380 if [[ -n "$_context" ]]; then 381 adb_shell chcon "$_context" "$_to/$_basename"
|
/external/libmojo/third_party/jinja2/ |
D | runtime.py | 258 self._context = context 266 return self._context.environment. \ 269 return BlockReference(self.name, self._context, self._stack, 274 rv = concat(self._stack[self._depth](self._context)) 275 if self._context.eval_ctx.autoescape:
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 1023 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/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | inspector_backend.py | 65 self._context = context 106 return self._context['id'] 110 return self._context['webSocketDebuggerUrl']
|
/external/libunwind/doc/ |
D | unw_getcontext.tex | 15 \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
|
D | unw_init_local.tex | 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
|
D | libunwind.tex | 16 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*});\\ 18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
|
D | libunwind-ia64.tex | 196 On IA-64, \Type{unw\_context\_t} is simply an alias for
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 72 : _context(getGlobalContext()), in LTOCodeGenerator() 73 _linker("LinkTimeOptimizer", "ld-temp.o", _context), _target(NULL), in LTOCodeGenerator() 336 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context); in applyScopeRestrictions()
|
D | LTOCodeGenerator.h | 59 llvm::LLVMContext& _context; member
|
/external/mesa3d/src/egl/main/ |
D | egldriver.h | 61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
|
/external/v8/src/debug/ |
D | mirrors.js | 1038 if (!this._context) 1039 this._context = new ContextMirror(%FunctionGetContextData(this.value_)); 1040 return this._context;
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | ... protected org.mortbay.jetty.webapp.WebAppContext _context
protected org.mortbay.xml.XmlParser _xmlParser
protected ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.mortbay.jetty.util_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar | ... private static volatile org.osgi.framework.BundleContext _context
private static volatile org.osgi.service.packageadmin ... |
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 1 .. _context:
|