/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/test/rtd/v1/ |
D | invocation.pb.go | 31 type Invocation struct { struct 32 state protoimpl.MessageState 33 sizeCache protoimpl.SizeCache 34 unknownFields protoimpl.UnknownFields 41 Requests []*Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` 44 …k_client_config,json=progressSinkClientConfig,proto3" json:"progress_sink_client_config,omitempty"` 47 …t_lab_services_config,json=testLabServicesConfig,proto3" json:"test_lab_services_config,omitempty"` 51 Duts []*DUT `protobuf:"bytes,4,rep,name=duts,proto3" json:"duts,omitempty"` 54 func (x *Invocation) Reset() { 63 func (x *Invocation) String() string { [all …]
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 94 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local 140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() local 260 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local 276 clang::CompilerInvocation *Invocation, in runInvocation() 290 CompilerInvocation *Invocation, FileManager *Files, in runInvocation() 442 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local 469 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation() 515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs() local
|
/external/libese/apps/boot/tests/ |
D | ese_app_boot_tests.cpp | 69 struct Invocation { struct in FakeTransceive 70 std::vector<uint8_t> rx; 71 std::vector<uint8_t> expected_tx;
|
/external/flatbuffers/docs-old/source/ |
D | IntermediateRepresentation.md | 21 ## Invocation section in Flatbuffers Intermediate Representation {#intermediate_representation}
|
/external/flatbuffers/docs/source/ |
D | intermediate_representation.md | 21 ## Invocation section in Flatbuffers Intermediate Representation {#intermediate_representation}
|
/external/easymock/src/org/easymock/internal/ |
D | Invocation.java | 29 public class Invocation implements Serializable { class 42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
|
/external/clang/tools/clang-fuzzer/ |
D | ClangFuzzer.cpp | 35 std::unique_ptr<clang::CompilerInvocation> Invocation( in LLVMFuzzerTestOneInput() local
|
/external/clang/unittests/Frontend/ |
D | CodeGenActionTest.cpp | 43 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
|
D | FrontendActionTest.cpp | 173 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
|
/external/mockito/src/main/java/org/mockito/invocation/ |
D | Invocation.java | 26 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
|
/external/llvm/tools/llvm-cov/ |
D | llvm-cov.cpp | 79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
|
/external/chromiumos-config/python/chromiumos/config/api/test/rtd/v1/ |
D | invocation_pb2.py | 256 Invocation = _reflection.GeneratedProtocolMessageType('Invocation', (_message.Message,), { variable
|
/external/chromiumos-config/proto/chromiumos/config/api/test/rtd/v1/ |
D | invocation.proto | 17 message Invocation { message
|
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 476 struct Invocation { struct in EseWireFake 477 std::vector<uint8_t> rx; 478 std::vector<uint8_t> expected_tx; 479 int expect_reset;
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
|
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/ |
D | _invocation.py | 18 class Invocation(object): class
|
/external/googleapis/google/devtools/resultstore/v2/ |
D | invocation.proto | 35 message Invocation { message
|
/external/clang/tools/diagtool/ |
D | ShowEnabledWarnings.cpp | 70 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
|
/external/libxkbcommon/test/ |
D | xkeyboard-config-test.py.in | 40 class Invocation: class
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local 190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
|
/external/pytorch/torch/onnx/_internal/diagnostics/infra/ |
D | _infra.py | 264 class Invocation: class
|
/external/sdk-platform-java/gapic-generator-java/src/test/proto/ |
D | testing.proto | 198 message Invocation { message
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 73 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
|
/external/sdk-platform-java/showcase/proto-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/ |
D | Test.java | 428 public static final class Invocation extends class in Test.Blueprint 434 private Invocation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Invocation() method in Test.Blueprint.Invocation 437 private Invocation() { in Invocation() method in Test.Blueprint.Invocation
|