Home
last modified time | relevance | path

Searched refs:str (Results 8376 - 8400 of 13250) sorted by relevance

1...<<331332333334335336337338339340>>...530

/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c765 { "server", "set PulseAudio server", OFFSET(server), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E },
766 { "name", "set application name", OFFSET(name), AV_OPT_TYPE_STRING, {.str = LIBAVFORMAT_IDENT}, 0, 0, E },
767 { "stream_name", "set stream description", OFFSET(stream_name), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E },
768 { "device", "set device name", OFFSET(device), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E },
/third_party/ffmpeg/libavformat/
H A Ddump.c227 static void print_gain(void *ctx, const char *str, int32_t gain) in print_gain() argument
229 av_log(ctx, AV_LOG_INFO, "%s - ", str); in print_gain()
237 static void print_peak(void *ctx, const char *str, uint32_t peak) in print_peak() argument
239 av_log(ctx, AV_LOG_INFO, "%s - ", str); in print_peak()
/third_party/ffmpeg/libavfilter/
H A Dvf_lensfun.c97 { "make", "set camera maker", OFFSET(make), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
98 { "model", "set camera model", OFFSET(model), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
99 { "lens_model", "set lens model", OFFSET(lens_model), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
100 { "db_path", "set path to database", OFFSET(db_path), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
/third_party/gn/src/gn/
H A Dcommand_desc.cc177 base::Value str("(no visibility)"); in VisibilityHandler()
178 DefaultHandler(name, &str, value_only); in VisibilityHandler()
195 base::Value str("[All headers listed in the sources are public.]"); in PublicHandler()
196 DefaultHandler(name, &str, value_only); in PublicHandler()
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c671 static inline const char *strchr_with_escape(const char *str, char c) in strchr_with_escape() argument
676 s = strchr(str, c); in strchr_with_escape()
677 if (s && s != str) { in strchr_with_escape()
679 str = s + 1; in strchr_with_escape()
/third_party/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c201 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1))
202 #define GET_TAG_NUM(str) ((uint16_t)((str - tagStore) >> 1))
/third_party/libuv/src/win/
H A Dprocess.c49 #define E_V(str) { L##str, L##str L"=", sizeof(str) }
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c426 if (!strcmp("nop", val->str)) { in disasm_field_cb()
438 if (!strcmp("end", val->str)) { in disasm_field_cb()
441 } else if (!strcmp("chsh", val->str)) { in disasm_field_cb()
443 } else if (!strcmp("bary.f", val->str)) { in disasm_field_cb()
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py604 newname = enum_refs[0] + '_' + newchip + str(i)
625 newname = type_refs[0] + '_' + newchip + str(i)
728 remapped = enum_ref + suffix + str(i)
739 remapped = type_ref + suffix + str(i)
/third_party/littlefs/scripts/
H A Dcode.py37 if isinstance(x, str):
57 return str(self.x)
371 ','.join(str(getattr(r, k) or '') for k in by): r
374 ','.join(str(getattr(r, k) or '') for k in by): r
H A Ddata.py37 if isinstance(x, str):
57 return str(self.x)
371 ','.join(str(getattr(r, k) or '') for k in by): r
374 ','.join(str(getattr(r, k) or '') for k in by): r
/third_party/node/lib/internal/readline/
H A Dinterface.js988 [kGetDisplayPos](str) {
992 str = stripVTControlCharacters(str);
993 for (const char of new SafeStringIterator(str)) {
/third_party/node/src/crypto/
H A Dcrypto_util.cc410 ByteSource ByteSource::FromString(Environment* env, Local<String> str, in SetFipsCrypto() argument
412 CHECK(str->IsString()); in SetFipsCrypto()
413 size_t size = str->Utf8Length(env->isolate()); in SetFipsCrypto()
418 str->WriteUtf8(env->isolate(), out.data<char>(), alloc_size, nullptr, opts); in SetFipsCrypto()
/third_party/node/deps/v8/third_party/test262-harness/src/
H A Dtest262.py113 def Write(self, str):
114 os.write(self.fd, str)
132 logging.error("Error disposing temp file: %s", str(e))
343 logging.info("exec: %s", str(args))
/third_party/node/src/tracing/
H A Dtrace_event.h34 #define TRACE_STR_COPY(str) node::tracing::TraceStringWithCopy(str)
451 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() argument
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py109 if not isinstance(value, str):
113 if not isinstance(value, str):
125 if not isinstance(value, (list, str)):
129 if not isinstance(value, (list, str)):
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c974 static void format_line_string(char* str, size_t len, int significant_figures, format_type format) in format_line_string() argument
986 snprintf(str, len, format_str, "%.", significant_figures, "f,%f,%d,%.2f\n"); in format_line_string()
989 snprintf(str, len, format_str, "%12.", significant_figures, "f %12f %12d %12.2f\n"); in format_line_string()
992 snprintf(str, len, format_str, "%12.", significant_figures, "f %12f %12d %12.2f\n"); in format_line_string()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSSettings.py109 if not isinstance(value, str):
113 if not isinstance(value, str):
125 if not isinstance(value, (list, str)):
129 if not isinstance(value, (list, str)):
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py341 if ":" in str(attrs["start"]):
527 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path)
609 args.append(str(fieldref.start))
610 args.append(str(fieldref.end))
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc583 stats_stream.str().c_str()); in RUNTIME_FUNCTION()
716 char* const str = DoubleToRadixCString(number, radix); in RUNTIME_FUNCTION() local
717 Handle<String> result = isolate->factory()->NewStringFromAsciiChecked(str); in RUNTIME_FUNCTION()
718 DeleteArray(str); in RUNTIME_FUNCTION()
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp260 const char *str = "musl.ld.debug.dlclose"; in Bm_function_Strchrnul_exist() local
263 benchmark::DoNotOptimize(strchrnul(str, c)); in Bm_function_Strchrnul_exist()
269 const char *str = "all"; in Bm_function_Strchrnul_noexist() local
272 benchmark::DoNotOptimize(strchrnul(str, c)); in Bm_function_Strchrnul_noexist()
/third_party/node/deps/uv/src/win/
H A Dprocess.c46 #define E_V(str) { L##str, L##str L"=", sizeof(str) }
/third_party/rust/crates/glob/src/
H A Dlib.rs78 use std::str::FromStr;
160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob()
177 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with()
297 fn description(&self) -> &str { in description()
447 pub msg: &'static str,
451 fn description(&self) -> &str { in description()
508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str()
536 const ERROR_WILDCARDS: &str = "wildcards are either regular `*` or recursive `**`";
537 const ERROR_RECURSIVE_WILDCARDS: &str = "recursive wildcards must form a single path \
539 const ERROR_INVALID_RANGE: &str
[all...]
/third_party/python/Lib/
H A Dnntplib.py505 if isinstance(file, (str, bytes)):
810 def xhdr(self, hdr, str, *, file=None):
813 - str: an article nr, a message id, or a range nr1-nr2
820 resp, lines = self._longcmdstring('XHDR {0} {1}'.format(hdr, str), file)
1083 first = str(int(last) - args.nb_articles + 1)
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py295 str('x', **{b'foo':1 })
324 def f(*x:str): pass
325 self.assertEquals(f.__annotations__, {'x': str})
727 self.assertEquals(str(L), '[1, (1,), (1, 2), (1, 2, 3)]')

Completed in 37 milliseconds

1...<<331332333334335336337338339340>>...530