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

12

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp282 RSReflectionJava::RSReflectionJava(const RSContext *Context, argument
288 : mRSContext(Context), mPackageName(Context->getReflectJavaPackageName()),
289 mRSPackageName(Context->getRSPackageName()),
/frameworks/base/core/java/android/content/
H A DContext.java74 public abstract class Context { class
343 * Context whose lifecycle is separate from the current context, that is
357 * <li> <p>If used from the Context returned here, the receiver is being
365 public abstract Context getApplicationContext();
369 * Context, which will be called at the same times as the ComponentCallbacks
480 * before any views are instantiated in the Context (for example before
495 * Return the Theme object associated with this Context.
501 * Retrieve styled attribute information in this Context's theme. See
512 * Retrieve styled attribute information in this Context's theme. See
524 * 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);
252 IRBuilder<> Builder(Context);
277 IRBuilder<> Builder(Context);
347 LLVMContext &Context; member in class:__anon1115::BitcodeReaderValueList
818 ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
1058 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
1065 createIdentifiedStructType(LLVMContext &Context) argument
3829 getLazyBitcodeModuleImpl(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, bool WillMaterializeAll, DiagnosticHandlerFunction DiagnosticHandler) argument
3851 getLazyBitcodeModule(std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler) argument
3861 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler) argument
3879 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 4846 milliseconds

12