HomeSort by relevance Sort by last modified time
    Searched refs:_context (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeContainerCheckContextInfo.mm 40 _context = context;
56 return _context;
WebNetscapeContainerCheckContextInfo.h 36 void *_context; variable
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 81 public EmailServiceProxy(Context _context, Class<?> _class) {
82 this(_context, _class, null);
85 public EmailServiceProxy(Context _context, Class<?> _class, IEmailServiceCallback _callback) {
86 super(_context, new Intent(_context, _class));
93 public EmailServiceProxy(Context _context, Intent _intent, IEmailServiceCallback _callback) {
94 super(_context, _intent);
96 Device.getDeviceId(_context);
97 TempDirectory.setTempDirectory(_context);
104 public EmailServiceProxy(Context _context, String _action, IEmailServiceCallback _callback)
    [all...]
AccountServiceProxy.java 33 public AccountServiceProxy(Context _context) {
34 super(_context, new Intent(ACCOUNT_INTENT));
PolicyServiceProxy.java 38 public PolicyServiceProxy(Context _context) {
39 super(_context, new Intent(POLICY_INTENT));
ServiceProxy.java 61 public ServiceProxy(Context _context, Intent _intent) {
62 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/llvm/tools/lto/
LTOCodeGenerator.h 68 llvm::LLVMContext& _context; member in struct:LTOCodeGenerator
LTOModule.h 58 llvm::MCContext _context; member in struct:LTOModule
LTOCodeGenerator.cpp 70 : _context(getGlobalContext()),
71 _linker("LinkTimeOptimizer", "ld-temp.o", _context), _target(NULL),
328 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context);
LTOModule.cpp 160 _context(*_target->getMCAsmInfo(), *_target->getRegisterInfo(), NULL),
161 _mangler(_context, *_target->getDataLayout()) {}
822 OwningPtr<RecordStreamer> Streamer(new RecordStreamer(_context));
827 _context, *Streamer,
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 37 WKContextRef _context; variable
BrowserWindowController.m 49 _context = WKRetain(context);
58 assert(!_context);
160 WKRelease(_context);
161 _context = 0;
568 _webView = [[WKView alloc] initWithFrame:[containerView frame] contextRef:_context];
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java 109 public AbstractSyncService(Context _context, Mailbox _mailbox) {
110 mContext = _context;
114 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
EasOutboxService.java 83 protected EasOutboxService(Context _context, Mailbox _mailbox) {
84 super(_context, _mailbox);
EasSyncService.java 178 protected EasSyncService(Context _context, Mailbox _mailbox) {
179 super(_context, _mailbox);
180 mContentResolver = _context.getContentResolver();
185 HostAuth ha = HostAuth.restoreHostAuthWithId(_context, mAccount.mHostAuthKeyRecv);
    [all...]
EasAccountService.java 131 protected EasAccountService(Context _context, Mailbox _mailbox) {
132 super(_context, _mailbox);
    [all...]
  /packages/apps/Email/src/com/android/email/
Controller.java 121 protected Controller(Context _context) {
122 mContext = _context.getApplicationContext();
123 mProviderContext = _context;
150 public synchronized static Controller getInstance(Context _context) {
152 sInstance = new Controller(_context);
    [all...]
MessagingController.java 148 protected MessagingController(Context _context, Controller _controller) {
149 mContext = _context.getApplicationContext();
159 public synchronized static MessagingController getInstance(Context _context,
162 sInstance = new MessagingController(_context, _controller);
    [all...]
  /external/v8/test/mjsunit/compiler/
inline-construct.js 71 gc(); // Makes V8 forget about type information for *_context.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 402 milliseconds