Searched refs:Context (Results 1 - 25 of 602) sorted by relevance

1234567891011>>

/external/replicaisland/src/com/replica/replicaisland/
H A DTouchFilter.java19 import android.content.Context;
26 public boolean supportsMultitouch(Context context) {
H A DContextParameters.java19 import android.content.Context;
25 public Context context;
H A DYesNoDialogPreference.java19 import android.content.Context;
30 public YesNoDialogPreference(Context context, AttributeSet attrs) {
35 public YesNoDialogPreference(Context context, AttributeSet attrs,
41 public YesNoDialogPreference(Context context) {
/external/bluetooth/glib/glib/
H A Dgi18n.h31 #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1)
32 #define NC_(Context, String) (String)
H A Dgi18n-lib.h35 #define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE, Context "\004" String, strlen (Context) + 1)
36 #define NC_(Context, String) (String)
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp26 LLVMContext Context; local
30 Module *M = new Module("test", Context);
34 FunctionType::get(Type::getInt32Ty(Context), /*not vararg*/false);
42 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", F);
45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3);
56 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp26 ASTContext &Context; member in class:__anon2751::MicrosoftCXXABI
28 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { }
33 if (Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
44 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
48 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
H A DItaniumCXXABI.cpp32 ASTContext &Context; member in class:__anon2747::ItaniumCXXABI
34 ItaniumCXXABI(ASTContext &Ctx) : Context(Ctx) { }
54 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
56 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
H A DASTDiagnostic.cpp24 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) { argument
66 if (QualType(Ty,0) == Context.getObjCIdType() ||
67 QualType(Ty,0) == Context.getObjCClassType() ||
68 QualType(Ty,0) == Context.getObjCSelType() ||
69 QualType(Ty,0) == Context.getObjCProtoType())
73 if (QualType(Ty,0) == Context.getBuiltinVaListType())
116 QT = Context.getPointerType(Desugar(Context, Ty->getPointeeType(),
119 QT = Context.getLValueReferenceType(Desugar(Context, T
154 ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty, const DiagnosticsEngine::ArgumentValue *PrevArgs, unsigned NumPrevArgs, SmallVectorImpl<intptr_t> &QualTypeVals) argument
232 ASTContext &Context = *static_cast<ASTContext*>(Cookie); local
[all...]
/external/clang/tools/libclang/
H A DCXSourceLocation.h41 static inline CXSourceLocation translateSourceLocation(ASTContext &Context, argument
43 return translateSourceLocation(Context.getSourceManager(),
44 Context.getLangOptions(),
59 static inline CXSourceRange translateSourceRange(ASTContext &Context, argument
61 return translateSourceRange(Context.getSourceManager(),
62 Context.getLangOptions(),
/external/clang/include/clang/Sema/
H A DSemaInternal.h25 return PartialDiagnostic(DiagID, Context.getDiagAllocator());
/external/llvm/include/llvm/Support/
H A DTypeBuilder.h53 /// static StructType *get(LLVMContext &Context) {
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context),
59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context),
106 static PointerType *get(LLVMContext &Context) { argument
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
117 static ArrayType *get(LLVMContext &Context) { argument
118 return ArrayType::get(TypeBuilder<T, cross>::get(Context), N);
124 static ArrayType *get(LLVMContext &Context) { argument
125 return ArrayType::get(TypeBuilder<T, cross>::get(Context),
249 get(LLVMContext &Context) argument
255 get(LLVMContext &Context) argument
266 get(LLVMContext &Context) argument
278 get(LLVMContext &Context) argument
293 get(LLVMContext &Context) argument
309 get(LLVMContext &Context) argument
324 get(LLVMContext &Context) argument
331 get(LLVMContext &Context) argument
341 get(LLVMContext &Context) argument
353 get(LLVMContext &Context) argument
368 get(LLVMContext &Context) argument
384 get(LLVMContext &Context) argument
[all...]
H A DIRReader.h37 LLVMContext &Context) {
41 Module *M = getLazyBitcodeModule(Buffer, Context, &ErrMsg);
52 return ParseAssembly(Buffer, 0, Err, Context);
61 LLVMContext &Context) {
69 return getLazyIRModule(File.take(), Err, Context);
78 LLVMContext &Context) {
82 Module *M = ParseBitcodeFile(Buffer, Context, &ErrMsg);
91 return ParseAssembly(Buffer, 0, Err, Context);
99 LLVMContext &Context) {
107 return ParseIR(File.take(), Err, Context);
35 getLazyIRModule(MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context) argument
59 getLazyIRFileModule(const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) argument
76 ParseIR(MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context) argument
97 ParseIRFile(const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) argument
[all...]
/external/llvm/lib/VMCore/
H A DValueTypes.cpp23 LLVMContext &Context = LLVMTy->getContext(); local
24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
25 return getVectorVT(Context, IntTy, getVectorNumElements());
28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { argument
30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
35 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, argument
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
149 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
154 case MVT::isVoid: return Type::getVoidTy(Context);
155 case MVT::i1: return Type::getInt1Ty(Context);
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptControllerQt.cpp39 v8::Handle<v8::Context> v8Context = V8Proxy::mainWorldContext(m_frame);
40 v8::Context::Scope scope(v8Context);
H A DV8Helpers.h40 v8::Local<v8::Context> toV8Context(NPP, NPObject*);
/external/llvm/unittests/VMCore/
H A DMetadataTest.cpp25 LLVMContext Context; member in class:__anon7203::MetadataTest
33 MDString *s1 = MDString::get(Context, StringRef(&x[0], 3));
35 MDString *s2 = MDString::get(Context, StringRef(&x[0], 3));
45 MDString *s1 = MDString::get(Context, StringRef(&x[0], 3));
46 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3));
54 MDString *s = MDString::get(Context, StringRef(str, 13));
67 MDString *s = MDString::get(Context, StringRef(str+0, 5));
81 MDString *s1 = MDString::get(Context, StringRef(&x[0], 3));
82 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3));
90 MDNode *n1 = MDNode::get(Context,
124 LLVMContext Context; local
[all...]
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp39 static Function *CreateFibFunction(Module *M, LLVMContext &Context) { argument
43 cast<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),
44 Type::getInt32Ty(Context),
48 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF);
51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
59 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF);
61 BasicBlock* RecurseBB = BasicBlock::Create(Context, "recurse", FibF);
68 ReturnInst::Create(Context, One, RetBB);
86 ReturnInst::Create(Context, Su
96 LLVMContext Context; local
[all...]
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp56 LLVMContext Context; local
59 Module *M = new Module("test", Context);
65 cast<Function>(M->getOrInsertFunction("add1", Type::getInt32Ty(Context),
66 Type::getInt32Ty(Context),
71 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", Add1F);
97 cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),
101 BB = BasicBlock::Create(Context, "EntryBlock", FooF);
/external/llvm/include/llvm/Assembly/
H A DParser.h36 LLVMContext &Context ///< Context in which to allocate globals info.
49 LLVMContext &Context
60 LLVMContext &Context
H A DWriter.h34 const Module *Context = 0);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dmain.h19 #include "libGLESv2/Context.h"
25 Context *context;
29 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
31 Context *getContext();
/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.cc23 // WebSocketStreamHandleImpl::Context -----------------------------------------
25 class WebSocketStreamHandleImpl::Context class in class:webkit_glue::WebSocketStreamHandleImpl
26 : public base::RefCounted<Context>,
29 explicit Context(WebSocketStreamHandleImpl* handle);
52 friend class base::RefCounted<Context>;
53 ~Context() {
61 // |bridge_| is alive from Connect to DidClose, so Context must be alive
65 DISALLOW_COPY_AND_ASSIGN(Context);
68 WebSocketStreamHandleImpl::Context::Context(WebSocketStreamHandleImp function in class:webkit_glue::WebSocketStreamHandleImpl::Context
[all...]
/external/clang/lib/Sema/
H A DTargetAttributesSema.cpp41 if (!NumParamsExpr->isIntegerConstantExpr(NumParams, S.Context)) {
55 d->addAttr(::new (S.Context) MSP430InterruptAttr(Attr.getLoc(), S.Context, Num));
56 d->addAttr(::new (S.Context) UsedAttr(Attr.getLoc(), S.Context));
84 d->addAttr(::new (S.Context) MBlazeInterruptHandlerAttr(Attr.getLoc(),
85 S.Context));
86 d->addAttr(::new (S.Context) UsedAttr(Attr.getLoc(), S.Context));
99 d->addAttr(::new (S.Context) MBlazeSaveVolatilesAtt
[all...]
/external/v8/src/
H A Dsnapshot-common.cc63 Handle<Context> Snapshot::NewContextFromSnapshot() {
65 return Handle<Context>();
79 return Handle<Context>(Context::cast(root));

Completed in 429 milliseconds

1234567891011>>