/external/r8/src/test/examples/multidexfakeframeworks/ |
H A D | Context.java | 7 public class Context { class
|
/external/llvm/lib/MC/ |
H A D | MCNullStreamer.cpp | 22 MCNullStreamer(MCContext &Context) : MCStreamer(Context) {} argument 41 MCStreamer *llvm::createNullStreamer(MCContext &Context) { argument 42 return new MCNullStreamer(Context);
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | OrcTestCommon.cpp | 20 ModuleBuilder::ModuleBuilder(LLVMContext &Context, StringRef Triple, argument 22 : M(new Module(Name, Context)) {
|
H A D | IndirectionUtilsTest.cpp | 20 LLVMContext Context; local 21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", "");
|
/external/r8/src/test/examplesAndroidO/multidex004/fakeframeworks/ |
H A D | Context.java | 7 public class Context { class
|
/external/v8/tools/testrunner/objects/ |
H A D | context.py | 29 class Context(): class in inherits: 63 return Context(packed[0], packed[1], None, packed[2], False,
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 40 class Context class in namespace:sglr 43 Context (glu::ContextType type) : m_type(type) {} function in class:sglr::Context 44 virtual ~Context (void) {} 204 // Helpers implemented by Context.
|
/external/deqp/modules/gles2/ |
H A D | tes2Context.cpp | 40 Context::Context (tcu::TestContext& testCtx) function in class:deqp::gles2::Context 64 Context::~Context (void) 73 const tcu::RenderTarget& Context::getRenderTarget (void) const
|
/external/deqp/modules/gles3/ |
H A D | tes3Context.cpp | 37 Context::Context (tcu::TestContext& testCtx) function in class:deqp::gles3::Context 61 Context::~Context (void) 70 const tcu::RenderTarget& Context::getRenderTarget (void) const
|
/external/deqp/modules/gles31/ |
H A D | tes31Context.cpp | 38 Context::Context (tcu::TestContext& testCtx) function in class:deqp::gles31::Context 49 Context::~Context (void) 54 void Context::createRenderContext (void) 77 void Context::destroyRenderContext (void) 86 const tcu::RenderTarget& Context::getRenderTarget (void) const
|
/external/parameter-framework/upstream/parameter/log/include/log/ |
H A D | Context.h | 41 class Context class in namespace:core::log 50 Context(Logger &logger, const std::string &context) : mLogger(logger) function in class:core::log::Context 57 ~Context() 64 Context(const Context &); 65 Context &operator=(const Context &);
|
/external/swiftshader/src/OpenGL/libEGL/ |
H A D | Context.hpp | 31 class [[clang::lto_visibility_public]] Context : public gl::Object class in namespace:egl 46 Context(egl::Display *display) : display(display) {} function in class:egl::Context 47 virtual ~Context() {};
|
/external/clang/unittests/CodeGen/ |
H A D | BufferSourceTest.cpp | 42 LLVMContext Context; local 69 Context)));
|
/external/brotli/java/org/brotli/dec/ |
H A D | Context.java | 12 final class Context { class
|
/external/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 32 const ASTContext &Context; member in class:clang::EvaluatedExprVisitorBase 37 explicit EvaluatedExprVisitorBase(const ASTContext &Context) : Context(Context) { } argument 85 if (!CE->isUnevaluatedBuiltinCall(Context)) 114 explicit EvaluatedExprVisitor(const ASTContext &Context) : argument 115 EvaluatedExprVisitorBase<make_ptr, ImplClass>(Context) { } 123 explicit ConstEvaluatedExprVisitor(const ASTContext &Context) : argument 124 EvaluatedExprVisitorBase<make_const_ptr, ImplClass>(Context) { }
|
/external/clang/lib/Tooling/ |
H A D | FixIt.cpp | 22 StringRef getText(SourceRange Range, const ASTContext &Context) { argument 24 Context.getSourceManager(), 25 Context.getLangOpts());
|
/external/llvm/include/llvm/LTO/ |
H A D | LTO.h | 30 LLVMContext &Context, bool Lazy); 36 LLVMContext &Context; member in class:llvm::ModuleLoader 43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap) argument 44 : Context(Context), ModuleMap(ModuleMap) {} 48 return loadModuleFromBuffer(ModuleMap[Identifier], Context, /*Lazy*/ true);
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUELFStreamer.cpp | 15 MCELFStreamer *llvm::createAMDGPUELFStreamer(MCContext &Context, argument 20 return new AMDGPUELFStreamer(Context, MAB, OS, Emitter);
|
H A D | AMDGPUELFStreamer.h | 28 AMDGPUELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS, argument 30 : MCELFStreamer(Context, MAB, OS, Emitter) { } 34 MCELFStreamer *createAMDGPUELFStreamer(MCContext &Context, MCAsmBackend &MAB,
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
H A D | HtmlChangeReporterTest.java | 37 static class Context { class in class:HtmlChangeReporterTest 43 final Context testContext = new Context(); 49 HtmlChangeListener<Context> listener = new HtmlChangeListener<Context>() { 50 public void discardedTag(Context context, String elementName) { 56 Context context, String tagName, String... attributeNames) { 65 HtmlChangeReporter<Context> hcr = new HtmlChangeReporter<Context>(
|
/external/skia/include/core/ |
H A D | SkDrawLooper.h | 41 class SK_API Context : ::SkNoncopyable { class in class:SkDrawLooper 43 Context() {} function in class:SkDrawLooper::Context 44 virtual ~Context() {} 64 * Called right before something is being drawn. Returns a Context 67 virtual Context* makeContext(SkCanvas*, SkArenaAlloc*) const = 0;
|
/external/clang/test/CodeGenCXX/ |
H A D | linetable-eh.cpp | 27 class Context { class 34 virtual shared_ptr<Context> GetContext () = 0;
|
/external/clang/unittests/Tooling/ |
H A D | FixItTest.cpp | 24 OnCall(Expr, Context); 28 std::function<void(CallExpr *, ASTContext *Context)> OnCall; 31 std::string LocationToString(SourceLocation Loc, ASTContext *Context) { argument 32 return Loc.printToString(Context->getSourceManager()); 38 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { 39 EXPECT_EQ("foo(x, y)", getText(*CE, *Context)); 40 EXPECT_EQ("foo(x, y)", getText(CE->getSourceRange(), *Context)); 44 EXPECT_EQ("x", getText(*P0, *Context)); 45 EXPECT_EQ("y", getText(*P1, *Context)); 49 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { [all...] |
H A D | RewriterTest.cpp | 19 RewriterTestContext Context; local 20 FileID ID = Context.createOnDiskFile("t.cpp", "line1\nline2\nline3\nline4"); 21 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced"); 22 EXPECT_FALSE(Context.Rewrite.overwriteChangedFiles()); 24 Context.getFileContentFromDisk("t.cpp")); 28 RewriterTestContext Context; local 29 FileID FailingID = Context.createInMemoryFile("invalid/failing.cpp", "test"); 30 Context.Rewrite.ReplaceText(Context [all...] |
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
H A D | Context.java | 25 public interface Context { interface
|