/third_party/ffmpeg/libavfilter/ |
H A D | avf_showcqt.c | 61 { "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 D | verifier.cc | 56 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 D | bug.h | 11 extern void die(const char *str, struct pt_regs *fp, unsigned long err);
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | kdebug.h | 16 extern void dump_mem(const char *str, const char *loglvl,
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | bug.h | 9 void __noreturn die(const char *str, struct pt_regs *regs, long err);
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | kdebug.h | 16 extern void dump_mem(const char *str, const char *loglvl,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | topdown.h | 10 int topdown_filter_events(const char **attr, char **str, bool use_group);
|
H A D | clockid.h | 7 int parse_clockid(const struct option *opt, const char *str, int unset);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | clockid.h | 7 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 D | worker_023.js | 21 let str = model.Init();
|
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/ |
H A D | newworker_027.js | 21 let str = model.Init();
|
/third_party/curl/lib/ |
H A D | strtoofft.h | 51 CURLofft curlx_strtoofft(const char *str, char **endp, int base,
|
/third_party/curl/lib/vauth/ |
H A D | digest.h | 35 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 D | lib.rs | 11 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 D | typing_util.py | 38 def write(self, text: str) -> Any:
|
/third_party/jerryscript/jerry-core/ext/ |
H A D | debug-utils.h | 17 void PrintString(ecma_string_t* str);
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json_platform.h | 16 // 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 D | os_process.h | 37 os_get_process_name(char *str, size_t size);
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | error.rs | 5 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 D | error.rs | 5 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 D | error.rs | 5 pub msg: &'static str, 6 pub label: Option<&'static str>, 7 pub note: Option<&'static str>,
|
/third_party/rust/crates/cxx/syntax/ |
H A D | error.rs | 5 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 D | unsupported_elided.rs | 8 fn f(t: &T) -> &str; in f() 16 fn f<'a>(_t: &T<'a>) -> &'a str { in f()
|