Searched defs:Context (Results 176 - 200 of 465) sorted by relevance

1234567891011>>

/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp90 std::vector<std::pair<MatcherCtor, unsigned> > Context; local
94 Context.push_back(std::make_pair(*Ctor, ArgNo1));
95 return Registry::getCompletions(Context);
100 std::vector<std::pair<MatcherCtor, unsigned> > Context; local
104 Context.push_back(std::make_pair(*Ctor, ArgNo1));
108 Context.push_back(std::make_pair(*Ctor, ArgNo2));
109 return Registry::getCompletions(Context);
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp534 static void CountingDiagHandler(const SMDiagnostic &, void *Context) { argument
535 VFSFromYAMLTest *Test = static_cast<VFSFromYAMLTest *>(Context);
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp113 ASTContext &Context = CurrentSema->getASTContext(); local
117 DestContext = Context.getTranslationUnitDecl();
121 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(),
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp38 return Replacement(Context.Sources, Start, Length, ReplacementText);
41 RewriterTestContext Context; member in class:clang::tooling::ReplacementTest
45 FileID ID = Context.createInMemoryFile("input.cpp", "text");
46 SourceLocation Location = Context.getLocation(ID, 1, 1);
48 EXPECT_TRUE(Replace.apply(Context.Rewrite));
49 EXPECT_EQ("", Context.getRewrittenText(ID));
53 FileID ID = Context.createInMemoryFile("input.cpp", "line1\nline2\nline3");
54 SourceLocation Location = Context.getLocation(ID, 1, 1);
56 EXPECT_TRUE(Replace.apply(Context.Rewrite));
57 EXPECT_EQ("", Context
260 RewriterTestContext Context; member in class:clang::tooling::FlushRewrittenFilesTest
290 HandleTranslationUnit(clang::ASTContext &Context) argument
[all...]
H A DTestVisitor.h85 virtual void HandleTranslationUnit(clang::ASTContext &Context) { argument
86 Visitor->Context = &Context;
87 Visitor->TraverseDecl(Context.getTranslationUnitDecl());
108 ASTContext *Context; member in class:clang::TestVisitor
150 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location);
162 It->UpdateFor(Name, FullLocation, this->Context->getSourceManager());
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp44 class Context;
183 * Context is currently made current to current thread in constructor
187 class Context class in namespace:tcu::wgl
190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
191 ~Context (void);
201 Context (const Context& other);
202 Context& operator= (const Context& other);
/external/icu/icu4c/source/i18n/
H A Dcsdetect.cpp332 } Context; typedef in typeref:struct:__anon21893
347 if (((Context *)en->context)->all) {
354 UBool *enabledArray = ((Context *)en->context)->enabledRecognizers;
377 if (((Context *)en->context)->currIndex < fCSRecognizers_size) {
378 if (((Context *)en->context)->all) {
380 currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName();
381 ((Context *)en->context)->currIndex++;
384 UBool *enabledArray = ((Context *)en->context)->enabledRecognizers;
387 while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) {
388 if (enabledArray[((Context *)e
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dcgnomelayout.c21 struct Context struct
28 typedef struct Context Context; typedef in typeref:struct:Context
80 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
195 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context)
209 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context)
226 Context *context = NEW_ARRAY(Context, 1);
281 Context *contex
[all...]
H A Dclayout.c27 struct Context struct
34 typedef struct Context Context; typedef in typeref:struct:Context
51 void InitParagraph(HWND hwnd, Context *context)
121 Context *context;
145 context = NEW_ARRAY(Context, 1);
162 context = (Context *) GetWindowLongPtr(hwnd, 0);
219 context = (Context *) GetWindowLongPtr(hwnd, 0);
244 context = (Context *) GetWindowLongPtr(hwnd, 0);
302 context = (Context *) GetWindowLongPt
[all...]
H A Dgnomelayout.cpp33 struct Context struct
88 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
203 gint eventConfigure(GtkWidget */*widget*/, GdkEventConfigure *event, Context *context)
217 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context)
232 Context *context = new Context();
282 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
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/libnfc-nxp/src/
H A DphFriNfc_DesfireFormat.c944 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NdefSmtCrdFmt;
1236 void phFriNfc_Desf_Process( void *Context, argument
1242 NdefSmtCrdFmt = (phFriNfc_sNdefSmtCrdFmt_t *)Context;
H A DphFriNfc_DesfireMap.c619 void phFriNfc_Desfire_Process(void *Context, argument
623 phFriNfc_NdefMap_t *NdefMap = (phFriNfc_NdefMap_t *)Context;
1757 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1764 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1771 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1778 CompletionRoutine(NdefMap->CompletionRoutine->Context,\
1803 NdefMap->MapCompletionInfo.Context = NdefMap;
H A DphFriNfc_MifStdFormat.c246 void phFriNfc_MfStd_Process(void *Context, argument
249 phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt = (phFriNfc_sNdefSmtCrdFmt_t *)Context;
529 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NdefSmtCrdFmt;
H A DphFriNfc_NdefMap.c123 NdefMap->CompletionRoutine[index].Context = NULL;
181 NdefMap->MapCompletionInfo.Context = NULL;
255 NdefMap->CompletionRoutine[FunctionID].Context = CompletionRoutineContext;
295 || (NdefMap->CompletionRoutine->Context == NULL )
480 || (NdefMap->CompletionRoutine->Context == NULL)
657 || (NdefMap->CompletionRoutine->Context == NULL))
733 else if ( (NdefMap->CompletionRoutine->CompletionRoutine == NULL) || (NdefMap->CompletionRoutine->Context == NULL ))
948 void phFriNfc_NdefMap_Process( void *Context, argument
952 if ( Context != NULL )
954 phFriNfc_NdefMap_t *NdefMap = (phFriNfc_NdefMap_t *)Context;
[all...]
H A DphFriNfc_TopazMap.c502 void phFriNfc_TopazMap_Process( void *Context, argument
517 psNdefMap = (phFriNfc_NdefMap_t *)Context;
906 NdefMap->MapCompletionInfo.Context = NdefMap;
1084 NdefMap->MapCompletionInfo.Context = NdefMap;
1805 CompletionRoutine(NdefMap->CompletionRoutine->Context, Status);
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp52 ASTResultSynthesizer::Initialize(ASTContext &Context) argument
54 m_ast_context = &Context;
57 m_passthrough->Initialize(Context);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h130 struct Context struct in class:DNBArchMachARM
139 Context context;
/external/llvm/bindings/python/llvm/
H A Dcore.py31 "Context",
202 Context.GetGlobalContext().take_ownership(m)
419 class Context(LLVMObject): class in inherits:LLVMObject
430 return Context(lib.LLVMGetGlobalContext())
484 # Context declarations.
488 library.LLVMContextDispose.argtypes = [Context]
613 Context.GetGlobalContext()
/external/llvm/examples/BrainF/
H A DBrainF.cpp41 LLVMContext& Context) {
46 header(Context);
47 readloop(0, 0, 0, Context);
40 parse(std::istream *in1, int mem, CompileFlags cf, LLVMContext& Context) argument
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp243 LLVMContext Context; local
246 Module *M = new Module("test", Context);
/external/llvm/include/llvm/IR/
H A DBasicBlock.h110 static BasicBlock *Create(LLVMContext &Context, const Twine &Name = "", argument
113 return new BasicBlock(Context, Name, Parent, InsertBefore);
H A DMetadata.h46 static MDString *get(LLVMContext &Context, StringRef Str);
47 static MDString *get(LLVMContext &Context, const char *Str) { argument
48 return get(Context, Str ? StringRef(Str) : StringRef());
122 static MDNode *get(LLVMContext &Context, ArrayRef<Value*> Vals);
125 static MDNode *getWhenValsUnresolved(LLVMContext &Context,
129 static MDNode *getIfExists(LLVMContext &Context, ArrayRef<Value*> Vals);
134 static MDNode *getTemporary(LLVMContext &Context, ArrayRef<Value*> Vals);
/external/llvm/include/llvm/MC/
H A DMCStreamer.h172 MCContext &Context; member in class:llvm::MCStreamer
199 const MCExpr *BuildSymbolDiff(MCContext &Context, const MCSymbol *A,
228 MCContext &getContext() const { return Context; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp122 MCContext &Context = Streamer.getContext(); local
123 const MCExpr *FromRef = MCSymbolRefExpr::Create(From, Variant, Context),
124 *ToRef = MCSymbolRefExpr::Create(To, Variant, Context);
126 MCBinaryExpr::Create(MCBinaryExpr::Sub, ToRef, FromRef, Context);

Completed in 299 milliseconds

1234567891011>>