Searched defs:getContext (Results 76 - 100 of 133) sorted by relevance

123456

/external/clang/lib/CodeGen/
H A DCodeGenModule.h505 ASTContext &getContext() const { return Context; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h955 ASTContext &getContext() const { return CGM.getContext(); } function in class:clang::CodeGen::CodeGenFunction
1247 return ConvertType(getContext().getTypeDeclType(T));
1339 return LValue::MakeAddr(V, T, Alignment, getContext(),
1346 Alignment = getContext().getTypeAlignInChars(T);
1347 return LValue::MakeAddr(V, T, Alignment, getContext(),
1374 CharUnits Alignment = getContext().getTypeAlignInChars(T);
2509 getContext().getAsVariableArrayType(ActualBaseType)) {
2515 assert(getContext().getCanonicalType(ArgType.getNonReferenceType()).
2517 getContext()
[all...]
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp3321 UDisplayContext SimpleDateFormat::getContext(UDisplayContextType type, UErrorCode& status) const function in class:SimpleDateFormat
/external/llvm/include/llvm/MC/
H A DMCAssembler.h993 MCContext &getContext() const { return Context; } function in class:llvm::MCAssembler
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java240 public final Context getContext() { method in class:ShadowView
840 mHandler = getContext().getClass().getMethod(handlerName,
849 + getContext().getClass() + " for onClick handler"
854 mHandler.invoke(getContext(), realView);
/external/clang/include/clang/Serialization/
H A DASTReader.h1854 ASTContext &getContext() { return Context; } function in class:clang::ASTReader
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/include/llvm/IR/
H A DIRBuilder.h75 LLVMContext &getContext() const { return Context; } function in class:llvm::IRBuilderBase
371 : IRBuilderBase(TheBB->getContext()), Folder(F),
377 : IRBuilderBase(TheBB->getContext()), Folder(),
383 : IRBuilderBase(IP->getContext()), Folder(), DefaultFPMathTag(FPMathTag),
390 : IRBuilderBase(U->getContext()), Folder(), DefaultFPMathTag(FPMathTag),
398 : IRBuilderBase(TheBB->getContext()), Folder(F),
404 : IRBuilderBase(TheBB->getContext()), Folder(),
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java462 getContext().getResources().getDisplayMetrics().density);
467 getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
474 public Context getContext() { method in class:ContentViewCore
516 View anchorView = new View(getContext());
527 float scale = (float) DeviceDisplayInfo.create(getContext()).getDIPScale();
884 getContext().getContentResolver().unregisterContentObserver(
1130 if (DeviceUtils.isTablet(getContext())) {
1131 scale = getContext().getResources().getDisplayMetrics().density;
1577 getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
1997 (WindowManager) getContext()
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h1604 TheContext getContext() const { return Context; } function in class:clang::Declarator
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp201 virtual MCContext &getContext() { return Ctx; } function in class:__anon21271::AsmParser
613 if (getContext().getGenDwarfForAssembly()) {
614 getContext().setGenDwarfSection(getStreamer().getCurrentSection().first);
615 MCSymbol *SectionStartSym = getContext().CreateTempSymbol();
617 getContext().setGenDwarfSectionStartSym(SectionStartSym);
618 getStreamer().EmitDwarfFileDirective(getContext().nextGenDwarfFileNumber(),
620 getContext().getMainFileName());
640 getContext().getMCDwarfFiles();
651 const MCContext::SymbolTable &Symbols = getContext().getSymbols();
766 Res = MCUnaryExpr::CreateLNot(Res, getContext());
[all...]
/external/expat/lib/
H A Dxmlparse.c384 static const XML_Char * getContext(XML_Parser parser);
2365 context = getContext(parser);
5493 getContext(XML_Parser parser) function

Completed in 1727 milliseconds

123456