Home
last modified time | relevance | path

Searched refs:args_str (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_helps.c225 .args_str = " [n]",
232 .args_str = " [n]",
239 .args_str = " [n]",
246 .args_str = " [n]",
254 .args_str = " [n]",
261 .args_str = " [n]",
268 .args_str = " [n]",
276 .args_str = " [n]",
283 .args_str = " [n]",
290 .args_str = " [n]",
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/amiga/
H A Dwhdload.py104 args_str = " ".join(args)
106 args_str = "KingsQuestEnhanced.Slave PRELOAD"
108 args_str = "PsychoKillerCDTV.Slave PRELOAD"
110 args_str = "QuestForGlory.Slave PRELOAD"
112 args_str = "Lorna.Slave PRELOAD"
114 args_str = "BrainBlasters.Slave PRELOAD"
116 args_str = "MikroMortalTennis.slave PRELOAD"
122 args_str = "Turbo.Slave PRELOAD"
128 args_str = "AlienBreed.Slave PRELOAD"
129 elif args_str.startswith(
[all …]
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/actions/
H A Ddbus_action.cpp73 QString args_str = _arguments; in execute() local
74 while (!args_str.isEmpty()) { in execute()
76 while (args_str[pos] == ' ') in execute()
78 if (args_str[pos] == '\"' || args_str[pos] == '\'') { in execute()
80 QChar sep = args_str[pos]; in execute()
84 if (args_str[pos] == '\\') { in execute()
91 val += args_str[pos]; in execute()
93 if (pos >= args_str.length()) in execute()
96 args_str = args_str.mid(pos); in execute()
101 args_str = args_str.mid(pos); in execute()
[all …]
/dports/sysutils/cpufetch/cpufetch-1.00/src/common/
H A Dargs.c54 const char *args_str[] = { variable
121 int len = sizeof(args_str) / sizeof(args_str[0]); in max_arg_str_length()
123 max_len = max(max_len, (int) strlen(args_str[i])); in max_arg_str_length()
253 {args_str[ARG_STYLE], required_argument, 0, args_chr[ARG_STYLE] }, in parse_args()
254 {args_str[ARG_COLOR], required_argument, 0, args_chr[ARG_COLOR] }, in parse_args()
255 {args_str[ARG_HELP], no_argument, 0, args_chr[ARG_HELP] }, in parse_args()
257 {args_str[ARG_LOGO_INTEL_NEW], no_argument, 0, args_chr[ARG_LOGO_INTEL_NEW] }, in parse_args()
258 {args_str[ARG_LOGO_INTEL_OLD], no_argument, 0, args_chr[ARG_LOGO_INTEL_OLD] }, in parse_args()
259 {args_str[ARG_FULLCPUNAME], no_argument, 0, args_chr[ARG_FULLCPUNAME] }, in parse_args()
341 …printWarn("%s and %s cannot be specified together", args_str[ARG_LOGO_INTEL_NEW], args_str[ARG_LOG… in parse_args()
[all …]
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/code_creators/
H A Dcalldef_ctypes.py54 args_str = ''
57 args_str = ' ' + args[0] + ' '
59 args_str = ' ' + arg_separator.join( args ) + ' '
60 if args_str.endswith( ' ' ):
61 args_str = args_str[:-1]
63 return '[%s]' % args_str
65 return args_str
/dports/misc/visp/visp-3.4.0/modules/java/
H A Dcheck-tests.py107 args_str = ''
110 args_str = m1.group(2)
115 args_str = m2.group(2)
127 args_str = args_str.replace("[]", "Array").replace("...", "Array ")
128 args_str = re.sub(r"List<(\w+)>", "ListOf\g<1>", args_str)
129 args_str = re.sub(r"List<(\w+)>", "ListOf\g<1>", args_str)
130 args = [a.split()[0] for a in args_str.split(",") if a]
/dports/graphics/opencv/opencv-4.5.3/modules/java/
H A Dcheck-tests.py106 args_str = ''
109 args_str = m1.group(2)
114 args_str = m2.group(2)
126 args_str = args_str.replace("[]", "Array").replace("...", "Array ")
127 args_str = re.sub(r"List<(\w+)>", "ListOf\g<1>", args_str)
128 args_str = re.sub(r"List<(\w+)>", "ListOf\g<1>", args_str)
129 args = [a.split()[0] for a in args_str.split(",") if a]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/chrome_ipc/
H A Dgenerate_mojom.py270 def parse_args(self, args_str): argument
271 args_str = args_str.strip()
272 if not args_str:
281 while i < len(args_str):
286 elif args_str[i:i + 2] == '/*':
290 comment_end = args_str.index('*/', i + 2)
292 elif args_str[i:i + 2] == '//':
296 comment_end = args_str.index('\n', i + 2)
298 elif args_str[i] == '<':
300 elif args_str[i] == '>':
[all …]
/dports/security/bfbtester/bfbtester-2.0.1/src/bfbt/
H A Ddata_stuff.c164 entry->args_str = args_to_str(entry->args); in TestEntry_init()
181 if (entry->args_str) free(entry->args_str); in TestEntry_destroy()
237 report->args_str = (test_entry->args_str ? strdup(test_entry->args_str) in CrashReport_init()
249 if (report->args_str) free(report->args_str); in CrashReport_destroy()
284 report->args_str ? report->args_str : "", in CrashReport_log()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Devent_tracer.cc142 std::string args_str; in Log() local
143 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
145 args_str.clear(); in Log()
147 args_str += ", \"args\": {"; in Log()
151 args_str += ","; in Log()
153 args_str += " \""; in Log()
154 args_str += arg.name; in Log()
155 args_str += "\": "; in Log()
156 args_str += TraceArgValueAsString(arg); in Log()
164 args_str += " }"; in Log()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Devent_tracer.cc142 std::string args_str; in Log() local
143 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
145 args_str.clear(); in Log()
147 args_str += ", \"args\": {"; in Log()
151 args_str += ","; in Log()
153 args_str += " \""; in Log()
154 args_str += arg.name; in Log()
155 args_str += "\": "; in Log()
156 args_str += TraceArgValueAsString(arg); in Log()
164 args_str += " }"; in Log()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/rtc_base/
H A Devent_tracer.cc141 std::string args_str; in Log() local
142 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
144 args_str.clear(); in Log()
146 args_str += ", \"args\": {"; in Log()
150 args_str += ","; in Log()
152 args_str += " \""; in Log()
153 args_str += arg.name; in Log()
154 args_str += "\": "; in Log()
155 args_str += TraceArgValueAsString(arg); in Log()
163 args_str += " }"; in Log()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Devent_tracer.cc142 std::string args_str; in Log() local
143 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
145 args_str.clear(); in Log()
147 args_str += ", \"args\": {"; in Log()
151 args_str += ","; in Log()
153 args_str += " \""; in Log()
154 args_str += arg.name; in Log()
155 args_str += "\": "; in Log()
156 args_str += TraceArgValueAsString(arg); in Log()
164 args_str += " }"; in Log()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Devent_tracer.cc142 std::string args_str; in Log() local
143 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
145 args_str.clear(); in Log()
147 args_str += ", \"args\": {"; in Log()
151 args_str += ","; in Log()
153 args_str += " \""; in Log()
154 args_str += arg.name; in Log()
155 args_str += "\": "; in Log()
156 args_str += TraceArgValueAsString(arg); in Log()
164 args_str += " }"; in Log()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Devent_tracer.cc144 std::string args_str; in Log() local
145 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
147 args_str.clear(); in Log()
149 args_str += ", \"args\": {"; in Log()
153 args_str += ","; in Log()
155 args_str += " \""; in Log()
156 args_str += arg.name; in Log()
157 args_str += "\": "; in Log()
158 args_str += TraceArgValueAsString(arg); in Log()
166 args_str += " }"; in Log()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Devent_tracer.cc141 std::string args_str; in Log() local
142 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
144 args_str.clear(); in Log()
146 args_str += ", \"args\": {"; in Log()
150 args_str += ","; in Log()
152 args_str += " \""; in Log()
153 args_str += arg.name; in Log()
154 args_str += "\": "; in Log()
155 args_str += TraceArgValueAsString(arg); in Log()
163 args_str += " }"; in Log()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Devent_tracer.cc144 std::string args_str; in Log() local
145 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
147 args_str.clear(); in Log()
149 args_str += ", \"args\": {"; in Log()
153 args_str += ","; in Log()
155 args_str += " \""; in Log()
156 args_str += arg.name; in Log()
157 args_str += "\": "; in Log()
158 args_str += TraceArgValueAsString(arg); in Log()
166 args_str += " }"; in Log()
[all …]
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/rtc_base/
H A Devent_tracer.cc142 std::string args_str; in Log() local
143 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
145 args_str.clear(); in Log()
147 args_str += ", \"args\": {"; in Log()
151 args_str += ","; in Log()
153 args_str += " \""; in Log()
154 args_str += arg.name; in Log()
155 args_str += "\": "; in Log()
156 args_str += TraceArgValueAsString(arg); in Log()
164 args_str += " }"; in Log()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Devent_tracer.cc144 std::string args_str; in Log() local
145 args_str.reserve(kEventLoggerArgsStrBufferInitialSize); in Log()
147 args_str.clear(); in Log()
149 args_str += ", \"args\": {"; in Log()
153 args_str += ","; in Log()
155 args_str += " \""; in Log()
156 args_str += arg.name; in Log()
157 args_str += "\": "; in Log()
158 args_str += TraceArgValueAsString(arg); in Log()
166 args_str += " }"; in Log()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/integration-testing/
H A Dhttp_client_test.py37 args_str = subprocess.list2cmdline(args)
41 args_str = subprocess.list2cmdline(args)
42 print(args_str)
46 …e RuntimeError("Timeout happened after {secs} secs from: {cmd}".format(secs=TIMEOUT, cmd=args_str))
48 … raise RuntimeError("Return code {code} from: {cmd}".format(code=process.returncode, cmd=args_str))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/channel/
H A Dhandshaker.cc41 char* args_str = grpc_channel_args_string(args->args); in HandshakerArgsString() local
49 args->endpoint, args->args, num_args, args_str, in HandshakerArgsString()
51 gpr_free(args_str); in HandshakerArgsString()
130 char* args_str = HandshakerArgsString(&args_); in CallNextHandshakerLocked() local
134 this, grpc_error_string(error), is_shutdown_, index_, args_str); in CallNextHandshakerLocked()
135 gpr_free(args_str); in CallNextHandshakerLocked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/timeline/
H A Devent.py45 args_str = ', ' + repr(self.args)
47 args_str = ''
56 args_str)
/dports/security/sudo/sudo-1.9.8p2/plugins/python/
H A Dpyhelpers.c336 char *args_str = NULL; in _py_debug_python_function() local
349 args_str = py_create_string_rep(py_args); in _py_debug_python_function()
350 if (args_str != NULL && strncmp(args_str, "RC.", 3) == 0) { in _py_debug_python_function()
352 memmove(args_str, args_str + 3, strlen(args_str + 3) + 1); in _py_debug_python_function()
374 function_name, message, args_str ? args_str : "()", in _py_debug_python_function()
376 free(args_str); in _py_debug_python_function()
/dports/math/gap/gap-4.11.0/hpcgap/extern/libatomic_ops/src/atomic_ops/sysdeps/gcc/
H A Dmips.h32 # define AO_MIPS_LL_FIX(args_str) \ argument
33 " ll " args_str "\n"
35 # define AO_MIPS_LL_FIX(args_str) "" argument
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/cykdtree/tests/
H A D__init__.py40 args_str = ""
42 args_str += f"{a},"
44 args_str += f"{k}={v},"
45 if args_str.endswith(","):
46 args_str = args_str[:-1]

12345678910>>...17