Searched refs:Context (Results 251 - 275 of 602) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/bindings/v8/
H A DV8WorkerContextErrorHandler.cpp55 v8::Local<v8::Object> thisValue = v8::Context::GetCurrent()->Global();
H A DV8DOMWrapper.cpp151 v8::Local<v8::Function> V8DOMWrapper::getConstructorForContext(WrapperTypeInfo* type, v8::Handle<v8::Context> context)
154 v8::Context::Scope scope(context);
165 v8::Handle<v8::Context> context = V8Proxy::context(frame);
180 v8::Handle<v8::Context> context = proxy->context();
204 v8::Handle<v8::Context> context = V8Proxy::context(frame);
265 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
460 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
/external/chromium/base/
H A Dmd5.cc27 struct Context { struct
149 struct Context *ctx = (struct Context *)pCtx;
163 struct Context *ctx = (struct Context *)pCtx;
213 struct Context *ctx = (struct Context *)pCtx;
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp27 ScalarEvolutionsTest() : M("", Context), SE(*new ScalarEvolution) {}
33 LLVMContext Context; member in class:llvm::__anon7176::ScalarEvolutionsTest
40 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context),
43 BasicBlock *BB = BasicBlock::Create(Context, "entry", F);
44 ReturnInst::Create(Context, 0, BB);
46 Type *Ty = Type::getInt1Ty(Context);
91 Type *Ty = Type::getInt32Ty(Context);
94 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false);
96 BasicBlock *BB = BasicBlock::Create(Context, "entry", F);
97 ReturnInst::Create(Context,
[all...]
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp42 WinCOFFStreamer(MCContext &Context,
126 WinCOFFStreamer::WinCOFFStreamer(MCContext &Context, argument
130 : MCObjectStreamer(Context, MAB, OS, &CE)
399 MCStreamer *createWinCOFFStreamer(MCContext &Context, argument
404 WinCOFFStreamer *S = new WinCOFFStreamer(Context, MAB, CE, OS);
/external/llvm/lib/VMCore/
H A DType.cpp378 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, argument
390 StructType *&ST = Context.pImpl->AnonStructTypes[Key];
394 ST = new (Context.pImpl->TypeAllocator) StructType(Context);
457 StructType *StructType::create(LLVMContext &Context, StringRef Name) { argument
458 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context);
464 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
465 return get(Context, llvm::ArrayRef<Type*>(), isPacked);
481 StructType *StructType::create(LLVMContext &Context, ArrayRe argument
488 create(LLVMContext &Context, ArrayRef<Type*> Elements) argument
492 create(LLVMContext &Context) argument
[all...]
/external/clang/lib/AST/
H A DDecl.cpp215 ASTContext &Context = D->getASTContext(); local
232 if (Context.getLangOptions().CPlusPlus &&
233 Var->getType().isConstant(Context) &&
338 if (Context.getLangOptions().CPlusPlus && !Var->isExternC()) {
349 if (!Context.getLangOptions().CPlusPlus &&
384 if (!Context.getLangOptions().CPlusPlus &&
408 if (Context.getLangOptions().CPlusPlus && !Function->isExternC() &&
453 (Context.getLangOptions().CPlusPlus &&
492 LV.mergeVisibility(Context.getLangOptions().getVisibilityMode());
929 ASTContext &Context local
1026 setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) argument
1097 setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) argument
1159 ASTContext &Context = getASTContext(); local
1571 ASTContext &Context = getASTContext(); local
1655 ASTContext &Context = getASTContext(); local
1790 ASTContext &Context = getASTContext(); local
1827 ASTContext &Context = getASTContext(); local
2062 setDependentTemplateSpecialization(ASTContext &Context, const UnresolvedSetImpl &Templates, const TemplateArgumentListInfo &TemplateArgs) argument
2326 setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) argument
2465 setCaptures(ASTContext &Context, const Capture *begin, const Capture *end, bool capturesCXXThis) argument
[all...]
H A DDeclObjC.cpp559 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, argument
566 selfTy = Context.getObjCInterfaceType(OID);
567 selfTy = Context.getObjCObjectPointerType(selfTy);
569 selfTy = Context.getObjCIdType();
572 selfTy = Context.getObjCClassType();
576 if (isInstanceMethod() && Context.getLangOptions().ObjCAutoRefCount) {
583 selfTy = Context.getQualifiedType(selfTy, qs);
593 = ImplicitParamDecl::Create(Context, this, SourceLocation(),
594 &Context.Idents.get("self"), selfTy);
598 self->addAttr(new (Context) NSConsumedAtt
[all...]
H A DCXXInheritance.cpp160 bool CXXBasePaths::lookupInBases(ASTContext &Context, argument
175 QualType BaseType = Context.getCanonicalType(BaseSpec->getType())
255 if (lookupInBases(Context, BaseRecord, BaseMatches, UserData)) {
671 AddIndirectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context, argument
674 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
689 AddIndirectPrimaryBases(BaseDecl, Context, Bases);
696 ASTContext &Context = getASTContext(); local
712 AddIndirectPrimaryBases(BaseDecl, Context, Bases);
H A DMangle.cpp39 static void mangleFunctionBlock(MangleContext &Context, argument
43 Out << "__" << Outer << "_block_invoke_" << Context.getBlockId(BD, true);
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc1027 struct Context { struct in namespace:__anon2219
1028 Context() : result(net::ERR_IO_PENDING) {} function in struct:__anon2219::Context
1148 scoped_ptr<Context> c(new Context());
1193 scoped_ptr<Context> c(new Context());
1500 std::vector<Context*> context_list;
1504 context_list.push_back(new Context());
1505 Context* c = context_list[i];
1516 Context*
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c187 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) { argument
188 return LLVMInt1TypeInContext(Context);
192 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) { argument
193 return LLVMInt8TypeInContext(Context);
197 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) { argument
198 return LLVMInt16TypeInContext(Context);
202 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context) { argument
203 return LLVMInt32TypeInContext(Context);
207 CAMLprim LLVMTypeRef llvm_i64_type (LLVMContextRef Context) { argument
208 return LLVMInt64TypeInContext(Context);
212 llvm_integer_type(LLVMContextRef Context, value Width) argument
224 llvm_float_type(LLVMContextRef Context) argument
229 llvm_double_type(LLVMContextRef Context) argument
234 llvm_x86fp80_type(LLVMContextRef Context) argument
239 llvm_fp128_type(LLVMContextRef Context) argument
244 llvm_ppc_fp128_type(LLVMContextRef Context) argument
249 llvm_x86mmx_type(LLVMContextRef Context) argument
381 llvm_void_type(LLVMContextRef Context) argument
386 llvm_label_type(LLVMContextRef Context) argument
649 llvm_const_string(LLVMContextRef Context, value Str, value NullTerminate) argument
656 llvm_const_stringz(LLVMContextRef Context, value Str, value NullTerminate) argument
1140 llvm_append_block(LLVMContextRef Context, value Name, LLVMValueRef Fn) argument
1146 llvm_insert_block(LLVMContextRef Context, value Name, LLVMBasicBlockRef BB) argument
[all...]
/external/v8/samples/
H A Dshell.cc57 v8::Persistent<v8::Context> CreateShellContext();
58 void RunShell(v8::Handle<v8::Context> context);
186 v8::Persistent<v8::Context> context = CreateShellContext();
188 v8::Context::Scope cscope(context);
215 v8::Persistent<v8::Context> context = CreateShellContext();
333 v8::Persistent<v8::Context> CreateShellContext() {
365 return v8::Context::New(NULL, global);
543 void RunShell(v8::Handle<v8::Context> context) {
547 v8::Context::Scope context_scope(context);
/external/clang/lib/Sema/
H A DDeclSpec.cpp54 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, argument
56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, argument
68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, argument
81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
91 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, argument
94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
104 void CXXScopeSpec::MakeGlobal(ASTContext &Context, argument
106 Builder.MakeGlobal(Context, ColonColonLo
114 MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier, SourceRange R) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp92 Attr *NewAttr = TmplAttr->clone(Context);
104 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
118 = NamespaceAliasDecl::Create(SemaRef.Context, Owner,
139 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
148 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
151 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
222 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
320 VarDecl *Var = VarDecl::Create(SemaRef.Context, Owner,
370 SemaRef.Context
[all...]
H A DSemaLookup.cpp368 QualType T = SemaRef.Context.getTypeDeclType(TD);
369 if (!UniqueTypes.insert(SemaRef.Context.getCanonicalType(T))) {
492 S.Context.BuiltinInfo.isPredefinedLibFunction(BuiltinID))
506 S.Context.BuiltinInfo.ForgetBuiltin(BuiltinID, S.Context.Idents);
519 static bool CanDeclareSpecialMemberFunction(ASTContext &Context, argument
531 = Context.getTypeDeclType(Class)->getAs<RecordType>())
538 if (!CanDeclareSpecialMemberFunction(Context, Class))
598 CanDeclareSpecialMemberFunction(S.Context, Record)) {
613 CanDeclareSpecialMemberFunction(S.Context, Recor
735 CppNamespaceLookup(Sema &S, LookupResult &R, ASTContext &Context, DeclContext *NS, UnqualUsingDirectiveSet &UDirs) argument
2085 IsAcceptableNonMemberOperatorCandidate(FunctionDecl *Fn, QualType T1, QualType T2, ASTContext &Context) argument
3189 ASTContext &Context; member in class:__anon2964::NamespaceSpecifierSet
3204 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext) argument
[all...]
/external/v8/src/
H A Disolate.h229 Context* context_;
534 Context* context() { return thread_local_top_.context_; }
535 void set_context(Context* context) {
538 Context** context_address() { return &thread_local_top_.context_; }
759 Handle<Context> global_context();
763 Handle<Context> GetCallingGlobalContext();
1257 context_ = Handle<Context>(isolate->context());
1259 dummy_ = Handle<Context>(isolate->context());
1281 Handle<Context> context() { return context_; }
1290 Handle<Context> context
[all...]
H A Dcompilation-cache.cc256 Handle<Context> context,
289 Handle<Context> context,
298 Handle<Context> context,
307 Handle<Context> context,
394 Handle<Context> context,
432 Handle<Context> context,
H A Dd8.cc95 Persistent<Context> Shell::utility_context_;
96 Persistent<Context> Shell::evaluation_context_;
275 Context::Scope context_scope(utility_context_);
287 Context::Scope context_scope(utility_context_);
298 Context::Scope context_scope(utility_context_);
440 utility_context_ = Context::New(NULL, global_template);
442 Context::Scope utility_scope(utility_context_);
491 evaluation_context_ = Context::New(NULL, global_template);
597 Context::Scope context_scope(evaluation_context_);
653 Persistent<Context> thread_contex
[all...]
H A Dbootstrapper.cc149 Handle<Context> result() { return result_; }
154 Handle<Context> global_context_;
161 Handle<Context> global_context() { return global_context_; }
202 static bool InstallExtensions(Handle<Context> global_context,
206 static void InstallSpecialObjects(Handle<Context> global_context);
248 Handle<Context> top_context,
251 Handle<Context> result_;
271 Handle<Context> Bootstrapper::CreateEnvironment(
276 Handle<Context> env;
284 return Handle<Context>();
[all...]
/external/llvm/include/llvm/Support/
H A DIRBuilder.h49 LLVMContext &Context; member in class:llvm::IRBuilderBase
53 : Context(context) {
69 LLVMContext &getContext() const { return Context; }
187 return ConstantInt::getTrue(Context);
192 return ConstantInt::getFalse(Context);
217 return ConstantInt::get(Context, AI);
226 return Type::getInt1Ty(Context);
231 return Type::getInt8Ty(Context);
236 return Type::getInt16Ty(Context);
241 return Type::getInt32Ty(Context);
[all...]
/external/clang/tools/libclang/
H A DCXType.cpp117 ASTContext &Context = static_cast<ASTUnit *>(TU->TUData)->getASTContext(); local
127 return MakeCXType(Context.getTypeDeclType(TD), TU);
129 return MakeCXType(Context.getObjCInterfaceType(ID), TU);
143 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first);
148 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first);
153 QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first);
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp69 unsigned castSize = Context.getTypeSize(castTy);
76 QualType T = Context.getCanonicalType(se->getType(Context));
77 if (T == Context.getCanonicalType(castTy))
102 i = i.extOrTrunc(Context.getTypeSize(castTy));
127 unsigned BitWidth = Context.getTypeSize(castTy);
313 i = i.extOrTrunc(Context.getTypeSize(Context.VoidPtrTy));
375 assert(symIntExpr->getType(Context) == resultTy);
419 if (RSym->getType(Context)
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_TopazMap.h388 void phFriNfc_TopazMap_Process( void *Context,
598 void phFriNfc_TopazDynamicMap_Process( void *Context,
H A DphHal4Nfc.h1023 * \param[in] Context Upper layer context.
1036 void *Context
1057 * \param[in] Context Upper layer context.
1071 void *Context

Completed in 6850 milliseconds

<<11121314151617181920>>