Searched refs:_context (Results 1 - 23 of 23) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A 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
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A 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
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelineOverviewPane.js397 this._context = this._canvas.getContext("2d");
501 var ctx = this._context;
549 this._fillStyles[category] = WebInspector.TimelinePresentationModel.createFillStyleForCategory(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight, categories[category]);
551 this._disabledCategoryFillStyle = WebInspector.TimelinePresentationModel.createFillStyle(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight,
575 this._context.fillStyle = "rgba(0, 0, 0, 0.05)";
577 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight);
627 this._context.save();
628 this._context.translate(x, y);
629 this._context.scale(1, innerStripHeight / WebInspector.TimelineEventOverview._stripGradientHeight);
630 this._context
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.h61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
/external/llvm/tools/lto/
H A DLTOCodeGenerator.h118 llvm::LLVMContext& _context; member in struct:LTOCodeGenerator
H A DLTOCodeGenerator.cpp73 : _context(getGlobalContext()),
74 _linker(new Module("ld-temp.o", _context)), _target(NULL),
362 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);
H A DLTOModule.h58 llvm::MCContext _context; member in struct:LTOModule
H A DLTOModule.cpp146 _context(_target->getMCAsmInfo(), _target->getRegisterInfo(), NULL),
147 _mangler(_context, t) {}
807 OwningPtr<RecordStreamer> Streamer(new RecordStreamer(_context));
812 _context, *Streamer,
/external/mesa3d/src/egl/main/
H A Degldriver.h61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c1359 trace_context_get_transfer(struct pipe_context *_context, argument
1365 struct trace_context *tr_context = trace_context(_context);
1388 trace_context_transfer_destroy(struct pipe_context *_context, argument
1391 struct trace_context *tr_context = trace_context(_context);
1399 trace_context_transfer_map(struct pipe_context *_context, argument
1402 struct trace_context *tr_context = trace_context(_context);
1421 trace_context_transfer_flush_region( struct pipe_context *_context, argument
1425 struct trace_context *tr_context = trace_context(_context);
1436 trace_context_transfer_unmap(struct pipe_context *_context, argument
1439 struct trace_context *tr_ctx = trace_context(_context);
1485 trace_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
1527 trace_context_render_condition(struct pipe_context *_context, struct pipe_query *query, uint mode) argument
1546 trace_context_texture_barrier(struct pipe_context *_context) argument
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c1359 trace_context_get_transfer(struct pipe_context *_context, argument
1365 struct trace_context *tr_context = trace_context(_context);
1388 trace_context_transfer_destroy(struct pipe_context *_context, argument
1391 struct trace_context *tr_context = trace_context(_context);
1399 trace_context_transfer_map(struct pipe_context *_context, argument
1402 struct trace_context *tr_context = trace_context(_context);
1421 trace_context_transfer_flush_region( struct pipe_context *_context, argument
1425 struct trace_context *tr_context = trace_context(_context);
1436 trace_context_transfer_unmap(struct pipe_context *_context, argument
1439 struct trace_context *tr_ctx = trace_context(_context);
1485 trace_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
1527 trace_context_render_condition(struct pipe_context *_context, struct pipe_query *query, uint mode) argument
1546 trace_context_texture_barrier(struct pipe_context *_context) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c857 galahad_context_get_transfer(struct pipe_context *_context, argument
863 struct galahad_context *glhd_context = galahad_context(_context);
889 galahad_context_transfer_map(struct pipe_context *_context, argument
892 struct galahad_context *glhd_context = galahad_context(_context);
908 galahad_context_transfer_flush_region(struct pipe_context *_context, argument
912 struct galahad_context *glhd_context = galahad_context(_context);
924 galahad_context_transfer_unmap(struct pipe_context *_context, argument
927 struct galahad_context *glhd_context = galahad_context(_context);
946 galahad_context_transfer_inline_write(struct pipe_context *_context, argument
955 struct galahad_context *glhd_context = galahad_context(_context);
972 galahad_context_render_condition(struct pipe_context *_context, struct pipe_query *query, uint mode) argument
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c857 galahad_context_get_transfer(struct pipe_context *_context, argument
863 struct galahad_context *glhd_context = galahad_context(_context);
889 galahad_context_transfer_map(struct pipe_context *_context, argument
892 struct galahad_context *glhd_context = galahad_context(_context);
908 galahad_context_transfer_flush_region(struct pipe_context *_context, argument
912 struct galahad_context *glhd_context = galahad_context(_context);
924 galahad_context_transfer_unmap(struct pipe_context *_context, argument
927 struct galahad_context *glhd_context = galahad_context(_context);
946 galahad_context_transfer_inline_write(struct pipe_context *_context, argument
955 struct galahad_context *glhd_context = galahad_context(_context);
972 galahad_context_render_condition(struct pipe_context *_context, struct pipe_query *query, uint mode) argument
[all...]
/external/chromium_org/third_party/jinja2/
H A Druntime.py245 self._context = context
253 return self._context.environment. \
256 return BlockReference(self.name, self._context, self._stack,
261 rv = concat(self._stack[self._depth](self._context))
262 if self._context.eval_ctx.autoescape:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c766 identity_context_get_transfer(struct pipe_context *_context, argument
772 struct identity_context *id_context = identity_context(_context);
798 identity_context_transfer_map(struct pipe_context *_context, argument
801 struct identity_context *id_context = identity_context(_context);
813 identity_context_transfer_flush_region(struct pipe_context *_context, argument
817 struct identity_context *id_context = identity_context(_context);
829 identity_context_transfer_unmap(struct pipe_context *_context, argument
832 struct identity_context *id_context = identity_context(_context);
843 identity_context_transfer_inline_write(struct pipe_context *_context, argument
852 struct identity_context *id_context = identity_context(_context);
[all...]
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c766 identity_context_get_transfer(struct pipe_context *_context, argument
772 struct identity_context *id_context = identity_context(_context);
798 identity_context_transfer_map(struct pipe_context *_context, argument
801 struct identity_context *id_context = identity_context(_context);
813 identity_context_transfer_flush_region(struct pipe_context *_context, argument
817 struct identity_context *id_context = identity_context(_context);
829 identity_context_transfer_unmap(struct pipe_context *_context, argument
832 struct identity_context *id_context = identity_context(_context);
843 identity_context_transfer_inline_write(struct pipe_context *_context, argument
852 struct identity_context *id_context = identity_context(_context);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c1023 rbug_context_get_transfer(struct pipe_context *_context, argument
1029 struct rbug_context *rb_pipe = rbug_context(_context);
1062 rbug_context_transfer_map(struct pipe_context *_context, argument
1065 struct rbug_context *rb_pipe = rbug_context(_context);
1082 rbug_context_transfer_flush_region(struct pipe_context *_context, argument
1086 struct rbug_context *rb_pipe = rbug_context(_context);
1100 rbug_context_transfer_unmap(struct pipe_context *_context, argument
1103 struct rbug_context *rb_pipe = rbug_context(_context);
1116 rbug_context_transfer_inline_write(struct pipe_context *_context, argument
1125 struct rbug_context *rb_pipe = rbug_context(_context);
[all...]
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c1023 rbug_context_get_transfer(struct pipe_context *_context, argument
1029 struct rbug_context *rb_pipe = rbug_context(_context);
1062 rbug_context_transfer_map(struct pipe_context *_context, argument
1065 struct rbug_context *rb_pipe = rbug_context(_context);
1082 rbug_context_transfer_flush_region(struct pipe_context *_context, argument
1086 struct rbug_context *rb_pipe = rbug_context(_context);
1100 rbug_context_transfer_unmap(struct pipe_context *_context, argument
1103 struct rbug_context *rb_pipe = rbug_context(_context);
1116 rbug_context_transfer_inline_write(struct pipe_context *_context, argument
1125 struct rbug_context *rb_pipe = rbug_context(_context);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jar ... private static volatile org.osgi.framework.BundleContext _context private static volatile org.osgi.service.packageadmin ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1111 milliseconds