Home
last modified time | relevance | path

Searched refs:Command1 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/structopt/tests/
Dflatten.rs103 Command1(Command1), in merge_subcommands_with_flatten() enumerator
107 struct Command1 { in merge_subcommands_with_flatten() struct
124 Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 42 })), in merge_subcommands_with_flatten()
/external/capstone/bindings/vb6/
DForm1.frm21 Begin VB.CommandButton Command1
30 Begin VB.CommandButton Command1
39 Begin VB.CommandButton Command1
48 Begin VB.CommandButton Command1
57 Begin VB.CommandButton Command1
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp99 StringRef Command1("command1"); in TEST() local
106 "\"command\":\"" + Command1 + "\"," in TEST()
116 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage; in TEST()
128 "\"command\":\"" + Command1 + "\"," in TEST()
139 EXPECT_EQ(Command1, Commands[1].CommandLine[0]) << ErrorMessage; in TEST()
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp118 StringRef Command1("command1"); in TEST() local
127 ("[{\"directory\":\"" + Directory1 + "\"," + "\"command\":\"" + Command1 + in TEST()
143 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage; in TEST()
158 Directory1 + "\"," + "\"command\":\"" + Command1 + "\"," in TEST()
171 EXPECT_EQ(Command1, Commands[1].CommandLine[0]) << ErrorMessage; in TEST()