Searched refs:Context (Results 151 - 175 of 602) sorted by relevance

1234567891011>>

/external/libnfc-nxp/src/
H A DphFriNfc_OvrHal.c341 OvrHal->TemporaryCompletionInfo.Context,
357 OvrHal->TemporarySndCompletionInfo.Context,
381 OvrHal->TemporaryRcvCompletionInfo.Context,
408 OvrHal->TemporaryCompletionInfo.Context, status);
424 OvrHal->TemporaryRcvCompletionInfo.Context = CompletionInfo->Context;
430 OvrHal->TemporarySndCompletionInfo.Context = CompletionInfo->Context;
436 OvrHal->TemporaryCompletionInfo.Context = CompletionInfo->Context;
[all...]
H A DphFriNfc_MifULFormat.h213 * \param[in] Context The context of the current (not the lower/upper) instance, as set by the lower,
222 void phFriNfc_MfUL_Process(void *Context,
/external/clang/lib/AST/
H A DASTImporter.cpp214 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
216 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
259 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, argument
278 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, argument
286 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, argument
297 return Context.IsStructurallyEquivalent(Arg1.getAsType(), Arg2.getAsType());
300 if (!Context.IsStructurallyEquivalent(Arg1.getIntegralType(),
307 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl());
310 return IsStructurallyEquivalent(Context,
315 return IsStructurallyEquivalent(Context,
342 IsArrayStructurallyEquivalent(StructuralEquivalenceContext &Context, const ArrayType *Array1, const ArrayType *Array2) argument
358 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, QualType T1, QualType T2) argument
828 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, FieldDecl *Field1, FieldDecl *Field2) argument
882 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, RecordDecl *D1, RecordDecl *D2) argument
1015 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, EnumDecl *D1, EnumDecl *D2) argument
1061 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, TemplateParameterList *Params1, TemplateParameterList *Params2) argument
1092 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, TemplateTypeParmDecl *D1, TemplateTypeParmDecl *D2) argument
1106 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, NonTypeTemplateParmDecl *D1, NonTypeTemplateParmDecl *D2) argument
1133 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, TemplateTemplateParmDecl *D1, TemplateTemplateParmDecl *D2) argument
1152 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, ClassTemplateDecl *D1, ClassTemplateDecl *D2) argument
1167 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, Decl *D1, Decl *D2) argument
[all...]
H A DVTableBuilder.cpp84 ASTContext &Context; member in class:__anon2769::FinalOverriders
154 Context(MostDerivedClass->getASTContext()),
155 MostDerivedClassLayout(Context.getASTRecordLayout(MostDerivedClass)) {
211 static BaseOffset ComputeBaseOffset(ASTContext &Context, argument
238 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class);
253 static BaseOffset ComputeBaseOffset(ASTContext &Context, argument
264 return ComputeBaseOffset(Context, DerivedRD, Paths.front());
268 ComputeReturnAdjustmentBaseOffset(ASTContext &Context, argument
276 Context.getCanonicalType(DerivedFT->getResultType());
278 Context
550 ASTContext &Context; member in class:__anon2769::VCallAndVBaseOffsetBuilder
814 ASTContext &Context; member in class:__anon2769::VTableBuilder
2172 CollectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context, VTableBuilder::PrimaryBasesSetVectorTy &PrimaryBases) argument
[all...]
H A DTemplateName.cpp42 ASTContext &Context) {
43 Profile(ID, Context, Parameter, TemplateArgument(Arguments, size()));
47 ASTContext &Context,
51 ArgPack.Profile(ID, Context);
41 Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context) argument
46 Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context, TemplateTemplateParmDecl *Parameter, const TemplateArgument &ArgPack) argument
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc329 // ProxyResolverV8::Context ---------------------------------------------------
331 class ProxyResolverV8::Context { class in class:net::ProxyResolverV8
333 explicit Context(ProxyResolverJSBindings* js_bindings) function in class:net::ProxyResolverV8::Context
338 ~Context() {
355 v8::Context::Scope function_scope(v8_context_);
446 v8_context_ = v8::Context::New(NULL, global_template);
448 v8::Context::Scope ctx(v8_context_);
535 Context* context =
536 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
554 Context* contex
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptDebugServer.cpp66 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
67 v8::Context::Scope contextScope(debuggerContext);
87 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
88 v8::Context::Scope contextScope(debuggerContext);
101 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
102 v8::Context::Scope contextScope(debuggerContext);
112 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
113 v8::Context::Scope contextScope(debuggerContext);
127 v8::Context::Scope contextScope(v8::Debug::GetDebugContext());
139 v8::Context
[all...]
H A DV8EventListenerList.h48 ASSERT(v8::Context::InContext());
68 ASSERT(v8::Context::InContext());
85 ASSERT(v8::Context::InContext());
/external/clang/lib/Sema/
H A DSemaTemplate.cpp44 static NamedDecl *isAcceptableTemplateName(ASTContext &Context, argument
85 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig);
117 if (isAcceptableTemplateName(Context, *I))
142 TName = Context.DeclarationNames.getCXXOperatorName(
147 TName = Context.DeclarationNames.getCXXLiteralOperatorName(Name.Identifier);
177 Template = Context.getOverloadedTemplateName(R.begin(), R.end());
188 Template = Context.getQualifiedTemplateName(Qualifier,
230 = TemplateTy::make(Context.getDependentTemplateName(Qualifier, &II));
390 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
396 return Owned(CXXDependentScopeMemberExpr::Create(Context,
1477 getRangeOfTypeInNestedNameSpecifier(ASTContext &Context, QualType T, const CXXScopeSpec &SS) argument
[all...]
H A DTypeLocBuilder.h105 TypeSourceInfo *getTypeSourceInfo(ASTContext& Context, QualType T) { argument
111 TypeSourceInfo *DI = Context.CreateTypeSourceInfo(T, FullDataSize);
118 TypeLoc getTypeLocInContext(ASTContext &Context, QualType T) { argument
124 void *Mem = Context.Allocate(FullDataSize);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp48 const Expr *TheArgument, ASTContext &Context) const;
60 ASTContext &Context) const {
83 if (rhs->isEvaluatable(Context))
86 && lhs->isEvaluatable(Context))
118 ASTContext &Context; member in class:__anon3059::CheckOverflowOps
124 if (E->EvaluateAsInt(Result, Context))
187 toScanFor(v), Context(ctx)
/external/icu4c/i18n/
H A Dcsdetect.cpp343 } Context; typedef in typeref:struct:__anon4774
363 if(((Context *)en->context)->currIndex >= fCSRecognizers_size) {
369 const char *currName = fCSRecognizers[((Context *)en->context)->currIndex]->getName();
373 ((Context *)en->context)->currIndex++;
380 ((Context *)en->context)->currIndex = 0;
407 en->context = (void*)NEW_ARRAY(Context, 1);
408 uprv_memset(en->context, 0, sizeof(Context));
/external/icu4c/samples/layout/
H A Dlayout.cpp28 struct Context struct
50 void InitParagraph(HWND hwnd, Context *context)
120 Context *context;
143 context = new Context();
160 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
217 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
242 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
298 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
335 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp52 virtual void Initialize(ASTContext &Context) { argument
53 Ctx = &Context;
58 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts,
H A DCodeGenTBAA.h39 ASTContext &Context; member in class:clang::CodeGen::CodeGenTBAA
/external/clang/include/clang/AST/
H A DASTConsumer.h45 virtual void Initialize(ASTContext &Context) {} argument
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h35 virtual void Initialize(ASTContext &Context);
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h43 AccessedEntity(ASTContext &Context, argument
50 BaseObjectType(BaseObjectType), Diag(0, Context.getDiagAllocator()) {
53 AccessedEntity(ASTContext &Context, argument
61 Diag(0, Context.getDiagAllocator()) {
/external/llvm/examples/BrainF/
H A DBrainF.h74 BasicBlock *testbb, LLVMContext &Context);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h249 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { argument
250 X.Profile(ID, Context);
253 FoldingSetNodeID &TempID, Ctx Context);
255 Ctx Context);
362 Ctx Context) {
363 ContextualFoldingSetTrait<T, Ctx>::Profile(X, TempID, Context);
370 Ctx Context) {
371 ContextualFoldingSetTrait<T, Ctx>::Profile(X, TempID, Context);
458 Ctx Context; member in class:llvm::ContextualFoldingSet
465 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context);
359 Equals(T &X, const FoldingSetNodeID &ID, FoldingSetNodeID &TempID, Ctx Context) argument
368 ComputeHash(T &X, FoldingSetNodeID &TempID, Ctx Context) argument
480 ContextualFoldingSet(Ctx Context, unsigned Log2InitSize = 6) argument
[all...]
/external/llvm/include/llvm/
H A DIntrinsics.h52 FunctionType *getType(LLVMContext &Context, ID id,
H A DLLVMContext.h55 typedef void (*InlineAsmDiagHandlerTy)(const SMDiagnostic&, void *Context,
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.cpp20 return DataExtractor(Context.getInfoSection(),
21 Context.isLittleEndian(), getAddressByteSize());
31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev();
39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset;
/external/llvm/lib/MC/
H A DMCELFStreamer.h28 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, argument
30 : MCObjectStreamer(Context, TAB, OS, Emitter) {}
32 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, argument
35 : MCObjectStreamer(Context, TAB, OS, Emitter, Assembler) {}
/external/replicaisland/src/com/replica/replicaisland/
H A DGameOverActivity.java22 import android.content.Context;
55 public IncrementingTextView(Context context) {
59 public IncrementingTextView(Context context, AttributeSet attrs) {
63 public IncrementingTextView(Context context, AttributeSet attrs, int defStyle) {

Completed in 723 milliseconds

1234567891011>>