HomeSort by relevance Sort by last modified time
    Searched full:_context (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome_frame/
exception_barrier.cc 27 struct _CONTEXT* context,
49 struct _CONTEXT* context,
68 struct _CONTEXT* context,
exception_barrier.h 57 struct _CONTEXT* context,
71 struct _CONTEXT* context,
81 struct _CONTEXT* context,
91 struct _CONTEXT* context,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 397 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.fillStyle = category.hidden ? this._disabledCategoryFillStyle : this._fillStyles[category.name]
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 31 public AccountServiceProxy(Context _context) {
32 super(_context, getIntentForEmailPackage(_context, "ACCOUNT_INTENT"));
PolicyServiceProxy.java 34 public PolicyServiceProxy(Context _context) {
35 super(_context, getIntentForEmailPackage(_context, "POLICY_INTENT"));
EmailServiceProxy.java 79 public EmailServiceProxy(Context _context, Class<?> _class) {
80 super(_context, new Intent(_context, _class));
81 TempDirectory.setTempDirectory(_context);
87 public EmailServiceProxy(Context _context, Intent _intent) {
88 super(_context, _intent);
90 Device.getDeviceId(_context);
93 TempDirectory.setTempDirectory(_context);
ServiceProxy.java 89 public ServiceProxy(Context _context, Intent _intent) {
90 mContext = _context;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 195 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/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py 195 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/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 857 galahad_context_get_transfer(struct pipe_context *_context,
863 struct galahad_context *glhd_context = galahad_context(_context);
889 galahad_context_transfer_map(struct pipe_context *_context,
892 struct galahad_context *glhd_context = galahad_context(_context);
908 galahad_context_transfer_flush_region(struct pipe_context *_context,
912 struct galahad_context *glhd_context = galahad_context(_context);
924 galahad_context_transfer_unmap(struct pipe_context *_context,
927 struct galahad_context *glhd_context = galahad_context(_context);
946 galahad_context_transfer_inline_write(struct pipe_context *_context,
955 struct galahad_context *glhd_context = galahad_context(_context);
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 857 galahad_context_get_transfer(struct pipe_context *_context,
863 struct galahad_context *glhd_context = galahad_context(_context);
889 galahad_context_transfer_map(struct pipe_context *_context,
892 struct galahad_context *glhd_context = galahad_context(_context);
908 galahad_context_transfer_flush_region(struct pipe_context *_context,
912 struct galahad_context *glhd_context = galahad_context(_context);
924 galahad_context_transfer_unmap(struct pipe_context *_context,
927 struct galahad_context *glhd_context = galahad_context(_context);
946 galahad_context_transfer_inline_write(struct pipe_context *_context,
955 struct galahad_context *glhd_context = galahad_context(_context);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 766 identity_context_get_transfer(struct pipe_context *_context,
772 struct identity_context *id_context = identity_context(_context);
798 identity_context_transfer_map(struct pipe_context *_context,
801 struct identity_context *id_context = identity_context(_context);
813 identity_context_transfer_flush_region(struct pipe_context *_context,
817 struct identity_context *id_context = identity_context(_context);
829 identity_context_transfer_unmap(struct pipe_context *_context,
832 struct identity_context *id_context = identity_context(_context);
843 identity_context_transfer_inline_write(struct pipe_context *_context,
852 struct identity_context *id_context = identity_context(_context);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 1023 rbug_context_get_transfer(struct pipe_context *_context,
1029 struct rbug_context *rb_pipe = rbug_context(_context);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 766 identity_context_get_transfer(struct pipe_context *_context,
772 struct identity_context *id_context = identity_context(_context);
798 identity_context_transfer_map(struct pipe_context *_context,
801 struct identity_context *id_context = identity_context(_context);
813 identity_context_transfer_flush_region(struct pipe_context *_context,
817 struct identity_context *id_context = identity_context(_context);
829 identity_context_transfer_unmap(struct pipe_context *_context,
832 struct identity_context *id_context = identity_context(_context);
843 identity_context_transfer_inline_write(struct pipe_context *_context,
852 struct identity_context *id_context = identity_context(_context);
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 1023 rbug_context_get_transfer(struct pipe_context *_context,
1029 struct rbug_context *rb_pipe = rbug_context(_context);
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
AbstractSyncService.java 111 public AbstractSyncService(Context _context, Mailbox _mailbox) {
112 mContext = _context;
116 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.h 61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
  /external/mesa3d/src/egl/main/
egldriver.h 61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
  /external/chromium_org/third_party/jinja2/
runtime.py 245 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/llvm/tools/lto/
LTOCodeGenerator.cpp 73 : _context(getGlobalContext()),
74 _linker(new Module("ld-temp.o", _context)), _target(NULL),
362 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);
LTOCodeGenerator.h 118 llvm::LLVMContext& _context; member in struct:LTOCodeGenerator
  /external/v8/test/mjsunit/compiler/
inline-construct.js 71 gc(); // Makes V8 forget about type information for *_context.
  /external/chromium_org/chrome_frame/test/
exception_barrier_unittest.cc 158 struct _CONTEXT* context,

Completed in 1838 milliseconds

1 2