/external/clang/tools/scan-build-py/tests/functional/src/compilation_database/ |
D | build_broken.json.in | 4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string 10 "command": "cc -c -o broken-one.o broken-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string 16 "command": "g++ -c -o broken-two.o broken-two.c -Wall -DDEBUG -Dvariable=value", string 22 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string 28 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string 34 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string 40 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
|
D | build_regular.json.in | 4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string 10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string 16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string 22 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string 28 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
|
D | build_clean.json.in | 4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string 10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string 16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
|
/external/deqp/scripts/egl/ |
D | library.py | 28 def virtualMemberDecl (command): argument 34 def concreteMemberDecl (command): argument 40 def memberImpl (command): argument 54 def initFunctionEntry (command): argument 74 def commandLibraryEntry (command): argument
|
/external/smali/util/src/main/java/org/jf/util/jcommander/ |
D | ExtendedCommands.java | 49 private static ExtendedParameters getExtendedParameters(Object command) { in getExtendedParameters() 64 public static String commandName(Object command) { in commandName() 74 public static String[] commandAliases(Object command) { in commandAliases() 82 public static boolean includeParametersInUsage(Object command) { in includeParametersInUsage() 92 public static String postfixDescription(Object command) { in postfixDescription() 96 public static void addExtendedCommand(JCommander jc, Command command) { in addExtendedCommand() 97 jc.addCommand(commandName(command), command, commandAliases(command)); in addExtendedCommand() local
|
/external/deqp/scripts/opengl/ |
D | gen_wrapper.py | 31 def commandAliasDefinition (command): argument 34 def commandWrapperDeclaration (command): argument 46 def getDefaultReturn (command): argument 53 def commandWrapperDefinition (command): argument
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | command.h | 9 struct command { struct 13 * Function implementing the command argument 22 #define COMMANDS __table ( struct command, "commands" ) argument
|
/external/skia/tools/ |
D | DumpRecord.cpp | 33 void operator()(const T& command) { in operator ()() 44 void print(const T& command, double ns) { in print() 48 void print(const SkRecords::Restore& command, double ns) { in print() 53 void print(const SkRecords::Save& command, double ns) { in print() 58 void print(const SkRecords::SaveLayer& command, double ns) { in print() 63 void print(const SkRecords::DrawPicture& command, double ns) { in print() 79 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 99 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 41 Command command = new Command("abc", PARAMETERS); in testConstructor() local 52 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 96 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 105 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 119 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 129 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/ |
D | CommandTest.java | 41 Command command = new Command("abc", PARAMETERS); in testConstructor() local 52 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 96 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 105 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 119 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 129 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 41 Command command = new Command("abc", PARAMETERS); in testConstructor() local 52 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 96 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 105 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 119 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 129 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 41 Command command = new Command("abc", PARAMETERS); in testConstructor() local 52 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 96 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 105 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 119 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 129 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | CommandTest.java | 40 Command command = new Command("abc", PARAMETERS); in testConstructor() local 51 Command command = new Command("abc", PARAMETERS_LIST); in testConstructor_List() local 95 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter() local 104 Command command = new Command("abc", array("123", "456")); in testGetRequiredParameter_IndexNotValid() local 118 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local 128 Command command = new Command("abc", array("123", "456")); in testGetParameter() local
|
/external/toybox/toys/pending/ |
D | sh.c | 94 struct command { struct 95 struct command *next; argument 106 struct command *cmd; argument 247 static void handle(char *command) in handle() 324 char *command = 0; in sh_main() local
|
/external/clang/test/Index/ |
D | compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string 9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
|
/external/clang/bindings/python/tests/cindex/INPUTS/ |
D | compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string 9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
|
/external/autotest/server/site_tests/firmware_Mosys/ |
D | firmware_Mosys.py | 49 def run_cmd(self, command): argument 62 def check_ec_version(self, command, exp_ec_version): argument 95 def check_pd_version(self, command, exp_pd_version): argument 125 def check_lsb_info(self, command, fieldname, exp_value): argument 148 def check_adb_devices(self, command, fieldname, exp_value): argument
|