Searched defs:Context (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp37 } Context; typedef in typeref:struct:__anon2181
104 Context *context = (Context *) pContext;
290 Context context;
/frameworks/rs/
H A DrsContext.cpp45 pthread_mutex_t Context::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
46 pthread_mutex_t Context::gMessageMutex = PTHREAD_MUTEX_INITIALIZER;
47 pthread_mutex_t Context::gLibMutex = PTHREAD_MUTEX_INITIALIZER;
49 bool Context::initGLThread() {
64 void Context::deinitEGL() {
70 Context::PushState::PushState(Context *con) {
83 Context::PushState::~PushState() {
96 uint32_t Context::runScript(Script *s) {
103 uint32_t Context
427 Context::Context() { function in class:android::renderscript::Context
[all...]
H A DrsContext.h72 class Context { class in namespace:android::renderscript
82 static Context * createContext(Device *, const RsSurfaceConfig *sc,
86 static Context * createContextLite();
87 ~Context();
96 explicit PushState(Context *);
107 Context *mRsc;
333 Context();
381 void LF_ObjDestroy_handcode(const Context *rsc, RsAsyncVoidPtr objPtr);
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp52 RSExportReduce *RSExportReduce::Create(RSContext *Context, argument
60 slangAssert(Context);
61 RSExportReduce *RNE = new RSExportReduce(Context,
H A Dslang_rs_reflection_cpp.cpp119 RSReflectionCpp::RSReflectionCpp(const RSContext *Context, argument
123 : mRSContext(Context), mRSSourceFilePath(RSSourceFileName),
H A Dslang_backend.cpp244 Backend::Backend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine, argument
256 mBufferOutStream(*mpOS), mContext(Context),
264 mASTChecker(Context, Context->getTargetAPI(), IsFilterscript),
265 mForEachHandler(Context),
H A Dslang_rs_export_type.cpp183 slang::RSContext *Context,
189 static void ReportTypeError(slang::RSContext *Context, argument
198 Context->ReportError(TopLevelRecord->getLocation(), Message)
201 Context->ReportError(ND->getLocation(), Message) << ND->getName()
211 slang::RSContext *Context,
218 ReportTypeError(Context, VD, TopLevelRecord,
228 ReportTypeError(Context, VD, TopLevelRecord,
234 ReportTypeError(Context, VD, TopLevelRecord,
240 if (TypeExportableHelper(ElementType, SPS, Context, VD,
260 slang::RSContext *Context,
208 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, slang::RSContext *Context, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord, ExportKind EK) argument
257 TypeExportableHelper( clang::Type const *T, llvm::SmallPtrSet<clang::Type const *, 8> &SPS, slang::RSContext *Context, clang::VarDecl const *VD, clang::RecordDecl const *TopLevelRecord, ExportKind EK) argument
436 TypeExportable(const clang::Type *T, slang::RSContext *Context, const clang::VarDecl *VD, ExportKind EK) argument
446 ValidateRSObjectInVarDecl(slang::RSContext *Context, const clang::VarDecl *VD, bool InCompositeType, unsigned int TargetAPI) argument
487 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, const clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument
684 NormalizeType(const clang::Type *&T, llvm::StringRef &TypeName, RSContext *Context, const clang::VarDecl *VD, ExportKind EK) argument
707 ValidateType(slang::RSContext *Context, clang::ASTContext &C, clang::QualType QT, const clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument
729 ValidateVarDecl(slang::RSContext *Context, clang::VarDecl *VD, unsigned int TargetAPI, bool IsFilterscript) argument
831 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, ExportKind EK) argument
923 Create(RSContext *Context, const clang::Type *T, ExportKind EK, const clang::VarDecl *VD) argument
933 CreateFromDecl(RSContext *Context, const clang::VarDecl *VD) argument
947 RSExportType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name) argument
1106 GetDataType(RSContext *Context, const clang::Type *T) argument
1139 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, bool Normalized) argument
1152 Create(RSContext *Context, const clang::Type *T) argument
1253 Create(RSContext *Context, const clang::PointerType *PT, const llvm::StringRef &TypeName) argument
1324 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
1356 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1442 Create(RSContext *Context, const clang::ConstantArrayType *CAT) argument
1485 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]
H A Dslang_rs_export_type.h218 RSExportType(RSContext *Context,
231 static RSExportType *Create(RSContext *Context,
260 RSContext *Context,
267 static bool ValidateType(slang::RSContext *Context, clang::ASTContext &C,
275 static bool ValidateVarDecl(slang::RSContext *Context, clang::VarDecl *VD,
279 static RSExportType *Create(RSContext *Context, const clang::Type *T,
283 static RSExportType *CreateFromDecl(RSContext *Context,
381 static RSExportPrimitiveType *Create(RSContext *Context,
387 RSExportPrimitiveType(RSContext *Context, argument
393 : RSExportType(Context, Clas
457 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
487 RSExportVectorType(RSContext *Context, const llvm::StringRef &Name, DataType DT, bool Normalized, unsigned NumElement) argument
535 RSExportMatrixType(RSContext *Context, const llvm::StringRef &Name, unsigned Dim) argument
564 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned NumElement) argument
639 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, bool IsPacked, bool IsArtificial, size_t StoreSize, size_t AllocSize) argument
[all...]
H A Dslang_rs_reflection.cpp380 RSReflectionJava::RSReflectionJava(const RSContext *Context, argument
386 : mRSContext(Context), mPackageName(Context->getReflectJavaPackageName()),
387 mRSPackageName(Context->getRSPackageName()),
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp104 LLVMContext &Context; member in class:__anon1362::BitcodeReaderValueList
106 explicit BitcodeReaderValueList(LLVMContext &C) : Context(C) {}
156 LLVMContext &Context;
159 : NumFwdRefs(0), AnyFwdRefs(false), Context(C) {}
186 LLVMContext &Context;
286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
287 StructType *createIdentifiedStructType(LLVMContext &Context);
394 : Context(C), DiagnosticHandler(getDiagHandler(DiagnosticHandler, C)),
551 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
553 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
791 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
798 createIdentifiedStructType(LLVMContext &Context) argument
3498 getLazyBitcodeModuleImpl(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, bool WillMaterializeAll, const DiagnosticHandlerFunction &DiagnosticHandler) argument
3520 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, const DiagnosticHandlerFunction &DiagnosticHandler) argument
3530 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, const DiagnosticHandlerFunction &DiagnosticHandler) argument
3548 getBitcodeTargetTriple(MemoryBufferRef Buffer, LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler) argument
[all...]
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp125 llvm::LLVMContext *Context; member in class:__anon1380::RSKernelExpandPass
191 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
216 llvm::Type *V2xi64Ty = llvm::VectorType::get(llvm::Type::getInt64Ty(*Context), 2);
217 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context);
255 llvm::Type *Int8Ty = llvm::Type::getInt8Ty(*Context);
258 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context);
260 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
326 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context);
352 llvm::BasicBlock *Begin = llvm::BasicBlock::Create(*Context, "Begi
[all...]
/frameworks/base/core/java/android/content/
H A DContext.java87 public abstract class Context { class
467 * Context whose lifecycle is separate from the current context, that is
481 * <li> <p>If used from the Context returned here, the receiver is being
489 public abstract Context getApplicationContext();
516 * Context, which will be called at the same times as the ComponentCallbacks
627 * before any views are instantiated in the Context (for example before
642 * Return the Theme object associated with this Context.
648 * Retrieve styled attribute information in this Context's theme. See
659 * Retrieve styled attribute information in this Context's theme. See
671 * Retrieve styled attribute information in this Context'
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp87 LLVMContext &Context = LPI->getContext(); local
118 PointerType::getUnqual(Type::getInt8Ty(Context)),
148 LLVMContext &Context = M->getContext();
149 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context));
150 Type *SelTy = Type::getInt32Ty(Context);
207 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
224 IRBuilder<> Builder(Context);
251 IRBuilder<> Builder(Context);
276 IRBuilder<> Builder(Context);
346 LLVMContext &Context; member in class:__anon1365::BitcodeReaderValueList
826 ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
1066 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
1073 createIdentifiedStructType(LLVMContext &Context) argument
3840 getLazyBitcodeModuleImpl(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, bool WillMaterializeAll, const DiagnosticHandlerFunction &DiagnosticHandler) argument
3862 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, const DiagnosticHandlerFunction &DiagnosticHandler) argument
3872 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, const DiagnosticHandlerFunction &DiagnosticHandler) argument
3890 getBitcodeTargetTriple(MemoryBufferRef Buffer, LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 193 milliseconds

12