Home
last modified time | relevance | path

Searched refs:str (Results 6076 - 6100 of 14584) sorted by relevance

1...<<241242243244245246247248249250>>...584

/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c61 { "size", "set video size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, { .str = "1920x1080" }, 0, 0, FLAGS },
62 { "s", "set video size", OFFSET(width), AV_OPT_TYPE_IMAGE_SIZE, { .str = "1920x1080" }, 0, 0, FLAGS },
63 { "fps", "set video rate", OFFSET(rate), AV_OPT_TYPE_VIDEO_RATE, { .str = "25" }, 1, 1000, FLAGS },
64 { "rate", "set video rate", OFFSET(rate), AV_OPT_TYPE_VIDEO_RATE, { .str = "25" }, 1, 1000, FLAGS },
65 { "r", "set video rate", OFFSET(rate), AV_OPT_TYPE_VIDEO_RATE, { .str = "25" }, 1, 1000, FLAGS },
70 { "sono_v", "set sonogram volume", OFFSET(sono_v), AV_OPT_TYPE_STRING, { .str = "16" }, 0, 0, FLAGS },
71 { "volume", "set sonogram volume", OFFSET(sono_v), AV_OPT_TYPE_STRING, { .str = "16" }, 0, 0, FLAGS },
72 { "bar_v", "set bargraph volume", OFFSET(bar_v), AV_OPT_TYPE_STRING, { .str = "sono_v" }, 0, 0, FLAGS },
73 { "volume2", "set bargraph volume", OFFSET(bar_v), AV_OPT_TYPE_STRING, { .str = "sono_v" }, 0, 0, FLAGS },
85 { "tlength", "set tlength", OFFSET(tlength), AV_OPT_TYPE_STRING, { .str
508 const char *str = "EF G A BC D "; render_freetype() local
655 const char *str = "EF G A BC D "; render_default_font() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dverifier.cc56 std::ostringstream str; in CheckNotTyped() local
57 str << "TypeError: node #" << node->id() << ":" << *node->op() in CheckNotTyped()
59 FATAL("%s", str.str().c_str()); in CheckNotTyped()
64 std::ostringstream str; in CheckTypeIs() local
65 str << "TypeError: node #" << node->id() << ":" << *node->op() << " type " in CheckTypeIs()
67 FATAL("%s", str.str().c_str()); in CheckTypeIs()
72 std::ostringstream str; in CheckTypeMaybe() local
73 str << "TypeErro in CheckTypeMaybe()
81 std::ostringstream str; CheckValueInputIs() local
91 std::ostringstream str; CheckOutput() local
[all...]
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dbug.h11 extern void die(const char *str, struct pt_regs *fp, unsigned long err);
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dkdebug.h16 extern void dump_mem(const char *str, const char *loglvl,
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dbug.h9 void __noreturn die(const char *str, struct pt_regs *regs, long err);
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dkdebug.h16 extern void dump_mem(const char *str, const char *loglvl,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtopdown.h10 int topdown_filter_events(const char **attr, char **str, bool use_group);
H A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
/kernel/linux/linux-5.10/include/linux/
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/kernel/linux/linux-6.6/include/linux/
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dworker_023.js21 let str = model.Init();
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dnewworker_027.js21 let str = model.Init();
/third_party/curl/lib/
H A Dstrtoofft.h51 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
/third_party/curl/lib/vauth/
H A Ddigest.h35 bool Curl_auth_digest_get_pair(const char *str, char *value, char *content,
/third_party/gn/examples/rust_example/hello_world/bar/src/
H A Dlib.rs11 s: &'static str,
12 i: &'static str
16 pub fn new(s: &'static str) -> Foo { in new()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtyping_util.py38 def write(self, text: str) -> Any:
/third_party/jerryscript/jerry-core/ext/
H A Ddebug-utils.h17 void PrintString(ecma_string_t* str);
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson_platform.h16 // Parses |str| into |result|. Returns false iff there are
18 bool StrToD(const char* str, double* result);
/third_party/mesa3d/src/gallium/auxiliary/os/
H A Dos_process.h37 os_get_process_name(char *str, size_t size);
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Derror.rs5 pub msg: &'static str,
6 pub label: Option<&'static str>,
7 pub note: Option<&'static str>,
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Derror.rs5 pub msg: &'static str,
6 pub label: Option<&'static str>,
7 pub note: Option<&'static str>,
/third_party/rust/crates/cxx/macro/src/syntax/
H A Derror.rs5 pub msg: &'static str,
6 pub label: Option<&'static str>,
7 pub note: Option<&'static str>,
/third_party/rust/crates/cxx/syntax/
H A Derror.rs5 pub msg: &'static str,
6 pub label: Option<&'static str>,
7 pub note: Option<&'static str>,
/third_party/rust/crates/cxx/tests/ui/
H A Dunsupported_elided.rs8 fn f(t: &T) -> &str; in f()
16 fn f<'a>(_t: &T<'a>) -> &'a str { in f()

Completed in 12 milliseconds

1...<<241242243244245246247248249250>>...584