| /third_party/vk-gl-cts/scripts/egl/ |
| D | call_log_wrapper.py | 65 def eglwPrefix (string): argument 71 def prefixedParams (command): argument 77 def commandLogWrapperMemberDecl (command): argument 90 def commandLogWrapperMemberDef (command): argument
|
| /third_party/vk-gl-cts/scripts/opengl/ |
| D | gen_call_log_wrapper.py | 356 def glwPrefix (string): argument 359 def prefixedParams (command): argument 365 def commandLogWrapperMemberDecl (command): argument 383 def commandLogWrapperMemberDef (command): argument
|
| /third_party/toybox/scripts/ |
| D | mkflags.c | 18 char *command; member 82 struct flag *digest(char *string) in digest() 157 char command[256], flags[1023], allflags[1024]; in main() local
|
| /third_party/glib/gio/ |
| D | gapplication-tool.c | 32 const gchar *command; member 81 const gchar *command) in app_help() 84 GString *string; in app_help() local 163 const gchar *command) in app_check_name() 181 app_no_args (const gchar *command) in app_no_args()
|
| /third_party/node/deps/npm/node_modules/yargs/locales/ |
| D | zh_CN.json | 7 "string": "字符串", string 40 "command": "命令" string
|
| D | tr.json | 7 "string": "string", string 40 "command": "komut" string
|
| D | en.json | 7 "string": "string", string 41 "command": "command" string
|
| D | nl.json | 7 "string": "string", string 41 "command": "commando" string
|
| D | ja.json | 7 "string": "文字列", string 41 "command": "コマンド" string
|
| D | id.json | 9 "string": "string", string 42 "command": "perintah" string
|
| D | hi.json | 7 "string": "वर्णों का तार ", string 41 "command": "आदेश" string
|
| D | ko.json | 7 "string": "문자열", string 41 "command": "명령" string
|
| D | pt_BR.json | 7 "string": "string", string 41 "command": "comando" string
|
| D | pl.json | 7 "string": "ciąg znaków", string 41 "command": "polecenie" string
|
| /third_party/ninja/misc/ |
| D | ninja_syntax.py | 54 def rule(self, name, command, description=None, depfile=None, argument 178 def escape(string): argument 186 def expand(string, vars, local_vars={}): argument
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 98 command: string; property 108 command: CommandTypes.ReloadProjects; property 140 command: string; property 180 command: CommandTypes.Status; property 198 command: CommandTypes.DocCommentTemplate; property 210 command: CommandTypes.TodoComments; property 232 command: CommandTypes.GetSpanOfEnclosingComment; property 245 command: CommandTypes.GetOutliningSpans; property 274 command: CommandTypes.Indentation; property 319 command: CommandTypes.ProjectInfo; property [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | ninja_syntax.py | 41 def rule(self, name, command, description=None, depfile=None, argument 155 def escape(string): argument
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | ninja_syntax.py | 45 command, argument 169 def escape(string): argument
|
| /third_party/nghttp2/integration-tests/ |
| D | server_tester.go | 37 func pair(name, value string) hpack.HeaderField { 67 func newServerTester(args []string, t *testing.T, handler http.HandlerFunc) *serverTester { 71 func newServerTesterConnectPort(args []string, t *testing.T, handler http.HandlerFunc, port int) *s… 75 func newServerTesterHandler(args []string, t *testing.T, handler http.Handler) *serverTester { 80 func newServerTesterTLS(args []string, t *testing.T, handler http.HandlerFunc) *serverTester { 84 func newServerTesterTLSConnectPort(args []string, t *testing.T, handler http.HandlerFunc, port int)… 90 func newServerTesterTLSConfig(args []string, t *testing.T, handler http.HandlerFunc, clientConfig *… 97 func newServerTesterInternal(src_args []string, t *testing.T, handler http.Handler, frontendTLS boo… 677 command proxyProtocolV2Command member
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| D | make.py | 639 def QuoteIfNecessary(string): argument 647 def StringToMakefileVariable(string): argument 1911 self, outputs, inputs, command, part_of_all, comment=None, postbuilds=False argument 1946 command=None, argument
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| D | make.py | 626 def QuoteIfNecessary(string): argument 634 def StringToMakefileVariable(string): argument 1709 def WriteDoCmd(self, outputs, inputs, command, part_of_all, comment=None, argument 1734 order_only=False, force=False, phony=False, command=None): argument
|
| /third_party/grpc/test/cpp/util/ |
| D | grpc_tool.cc | 131 std::multimap<std::string, std::string>* client_metadata) { in ParseMetadataFlag() 234 const char* command; member 288 std::string command = argv[1]; in GrpcToolMainLib() local
|
| /third_party/node/src/ |
| D | inspector_socket_server.cc | 27 void Escape(std::string* string) { in Escape() 58 std::string MapToString(const std::map<std::string, std::string>& object) { in MapToString() 74 const std::vector<std::map<std::string, std::string>>& array) { in MapsToString() 324 const char* command = MatchPathSegment(path.c_str(), "/json"); in HandleGetRequest() local
|
| /third_party/mindspore/mindspore/ccsrc/ps/core/ |
| D | abstract_node.cc | 65 …bstractNode::Broadcast(const NodeRole &node_role, const DataPtr &message, size_t size, int command, in Broadcast() 178 int command, const uint32_t &timeout) { in Send() 201 … const std::vector<DataPtr> &data, const std::vector<size_t> &lens, int command, in Send() 241 int command, VectorPtr *output, const uint32_t &timeout) { in Send() 281 … const std::vector<DataPtr> &data, const std::vector<size_t> &data_lens, int command, in Send() 1119 bool AbstractNode::IsWorkerOrServer0(const std::unordered_map<std::string, NodeInfo> &info) { in IsWorkerOrServer0()
|
| /third_party/icu/tools/colprobe/ |
| D | colprobeNew.cpp | 211 int UNIXgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in UNIXgetSortKey() 240 int WingetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in WingetSortKey() 282 int ICUgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in ICUgetSortKey() 299 void stringToLower(char *string) { in stringToLower() 623 char command[256]; in processInteractive() local
|