Searched refs:target_ctx (Results 1 – 3 of 3) sorted by relevance
/external/bazelbuild-rules_android/rules/ |
D | processing_pipeline.bzl | 22 # uniform method signature foo(ctx, target_ctx) where we can pull the provider 23 # off the target_ctx using the provider type. 71 target_ctx = dict( 79 info = execute(ctx, **target_ctx) 81 if info.name in target_ctx: 83 target_ctx[info.name] = info.value 84 target_ctx[PROVIDERS].extend(getattr(info.value, PROVIDERS, [])) 85 target_ctx[VALIDATION_OUTPUTS].extend(getattr(info.value, VALIDATION_OUTPUTS, [])) 87 target_ctx["runfiles"] = target_ctx["runfiles"].merge(info.runfiles) 89 return processing_pipeline.finalize(ctx, **target_ctx)
|
/external/llvm-project/lldb/unittests/Target/ |
D | ExecutionContextTest.cpp | 92 ExecutionContext target_ctx(target_sp, false); in TEST_F() local 94 target_ctx.GetByteOrder()); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.h | 188 ASTImporterDelegate(ClangASTImporter &master, clang::ASTContext *target_ctx, in ASTImporterDelegate() 190 : clang::ASTImporter(*target_ctx, master.m_file_manager, *source_ctx, in ASTImporterDelegate()
|