/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
|
/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/google-smali/util/src/main/java/com/android/tools/smali/util/jcommander/ |
D | ExtendedCommands.java | 48 private static ExtendedParameters getExtendedParameters(Object command) { in getExtendedParameters() 63 public static String commandName(Object command) { in commandName() 73 public static String[] commandAliases(Object command) { in commandAliases() 81 public static boolean includeParametersInUsage(Object command) { in includeParametersInUsage() 91 public static String postfixDescription(Object command) { in postfixDescription() 95 public static void addExtendedCommand(JCommander jc, Command command) { in addExtendedCommand() 96 jc.addCommand(commandName(command), command, commandAliases(command)); in addExtendedCommand() local
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 523 COMMAND *command in ClearCpRpHashes() 541 COMMAND *command, in GetCpHashPointer() 572 COMMAND *command, in GetRpHashPointer() 604 COMMAND *command, // IN: command parsing structure in ComputeCpHash() 643 COMMAND *command, in GetCpHash() 663 COMMAND *command, // IN: parsing structure in CompareTemplateHash() 711 COMMAND *command, // IN: main parsing structure in CompareNameHash() 813 COMMAND *command, // IN: primary control structure in ComputeCommandHMAC() 930 COMMAND *command, // IN: primary control structure in CheckSessionHMAC() 976 COMMAND *command, // IN: primary parsing structure in CheckPolicyAuthSession() [all …]
|
/external/deqp/scripts/egl/ |
D | library.py | 33 def virtualMemberDecl (command): argument 39 def concreteMemberDecl (command): argument 45 def memberImpl (command): argument 59 def initFunctionEntry (command): argument 79 def commandLibraryEntry (command): argument
|
D | gtf_wrapper.py | 39 def commandAliasDefinition (command): argument 42 def commandWrapperDeclaration (command): argument 54 def commandWrapperDefinition (command): argument 81 def getDefaultReturn (command): argument
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ListeningScheduledExecutorService.java | 42 ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit); in schedule() 49 default ListenableScheduledFuture<?> schedule(Runnable command, Duration delay) { in schedule() 71 Runnable command, long initialDelay, long period, TimeUnit unit); in scheduleAtFixedRate() 79 Runnable command, Duration initialDelay, Duration period) { in scheduleAtFixedRate() 87 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay() 95 Runnable command, Duration initialDelay, Duration delay) { in scheduleWithFixedDelay()
|
/external/python/bumble/bumble/ |
D | controller.py | 255 def on_hci_command_packet(self, command): argument 651 def on_hci_command(self, command): argument 655 def on_hci_create_connection_command(self, command): argument 686 def on_hci_disconnect_command(self, command): argument 720 def on_hci_accept_connection_request_command(self, command): argument 736 def on_hci_switch_role_command(self, command): argument 752 def on_hci_set_event_mask_command(self, command): argument 766 def on_hci_write_local_name_command(self, command): argument 814 def on_hci_write_synchronous_flow_control_enable_command(self, command): argument 840 def on_hci_set_event_mask_page_2_command(self, command): argument [all …]
|
/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/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/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.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.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.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.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/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.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/toolchain-utils/compiler_wrapper/ |
D | compiler_wrapper.go | 19 func callCompiler(env env, cfg *config, inputCmd *command) int { 68 func runAndroidClangTidy(env env, cmd *command) error { 112 func callCompilerInternal(env env, cfg *config, inputCmd *command) (exitCode int, err error) { 399 func getAbsWrapperPath(env env, wrapperCmd *command) (string, error) { 422 func needStdinTee(inputCmd *command) bool { 433 func prebufferStdinIfNeeded(env env, inputCmd *command) (getStdin func() io.Reader, err error) {
|
/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.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.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/skia/tools/ |
D | dump_record.cpp | 45 void operator()(const T& command) { in operator ()() 56 void print(const T& command, double ns) { in print() 60 void print(const SkRecords::Restore& command, double ns) { in print() 65 void print(const SkRecords::Save& command, double ns) { in print() 70 void print(const SkRecords::SaveLayer& command, double ns) { in print() 75 void print(const SkRecords::DrawPicture& command, double ns) { in print() 90 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 109 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
/external/deqp/scripts/opengl/ |
D | gen_wrapper.py | 36 def commandAliasDefinition (command): argument 39 def commandWrapperDeclaration (command): argument 51 def getDefaultReturn (command): argument 58 def commandWrapperDefinition (command): argument
|