Home
last modified time | relevance | path

Searched refs:str (Results 5826 - 5850 of 9277) sorted by relevance

1...<<231232233234235236237238239240>>...372

/third_party/ffmpeg/libavcodec/aarch64/
H A Dmdct_neon.S29 str x30, [sp, #16]
135 str x30, [sp, #16]
179 str x30, [sp, #16]
/third_party/ffmpeg/libavfilter/
H A Daf_compand.c75 { "attacks", "set time over which increase of volume is determined", OFFSET(attacks), AV_OPT_TYPE_STRING, { .str = "0" }, 0, 0, A },
76 { "decays", "set time over which decrease of volume is determined", OFFSET(decays), AV_OPT_TYPE_STRING, { .str = "0.8" }, 0, 0, A },
77 { "points", "set points of transfer function", OFFSET(points), AV_OPT_TYPE_STRING, { .str = "-70/-70|-60/-20|1/0" }, 0, 0, A },
H A Dsrc_movie.c93 { "streams", "set streams", OFFSET(stream_specs), AV_OPT_TYPE_STRING, {.str = 0}, 0, 0, FLAGS },
94 { "s", "set streams", OFFSET(stream_specs), AV_OPT_TYPE_STRING, {.str = 0}, 0, 0, FLAGS },
98 { "format_opts", "set format options for the opened file", OFFSET(format_opts), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, FLAGS},
H A Dvf_stack.c491 { "layout", "set custom layout", OFFSET(layout), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, .flags = FLAGS },
492 { "grid", "set fixed size grid layout", OFFSET(nb_grid_columns), AV_OPT_TYPE_IMAGE_SIZE, {.str=NULL}, 0, 0, .flags = FLAGS },
494 { "fill", "set the color for unused pixels", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str = "none"}, .flags = FLAGS },
H A Dvf_scale_qsv.c614 { "w", "Output video width", OFFSET(w_expr), AV_OPT_TYPE_STRING, { .str = "iw" }, .flags = FLAGS },
615 { "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str = "ih" }, .flags = FLAGS },
616 { "format", "Output pixel format", OFFSET(format_str), AV_OPT_TYPE_STRING, { .str = "same" }, .flags = FLAGS },
/third_party/gn/src/base/
H A Dlogging.h510 std::string* msg = new std::string(ss.str()); in MakeCheckOpString()
769 std::string str() { return stream_.str(); } in str() function in logging::LogMessage
/third_party/alsa-lib/src/control/
H A Dsetup.c219 const char *str; in snd_config_get_ctl_elem_enumerated() local
227 snd_config_get_string(n, &str); in snd_config_get_ctl_elem_enumerated()
241 if (strcmp(str, snd_ctl_elem_info_get_item_name(info)) == 0) in snd_config_get_ctl_elem_enumerated()
/third_party/gn/src/gn/
H A Dninja_build_writer.cc272 std::string ninja_contents = file.str(); in RunAndWriteFile()
281 std::string dep_contents = depfile.str(); in RunAndWriteFile()
314 return out.str(); in ExtractRegenerationCommands()
/third_party/FatFs/source/
H A Dff.h467 int f_puts (const TCHAR* str, FIL* cp); /* Put a string to the file */
468 int f_printf (FIL* fp, const TCHAR* str, ...); /* Put a formatted string to the file */
545 int ff_strnlen(const void *str, size_t maxlen);
/third_party/icu/icu4c/source/i18n/
H A Dfmtable.cpp982 UnicodeString &str = obj->getString(*status); in ufmt_getUChars() local
984 *len = str.length(); in ufmt_getUChars()
986 return str.getTerminatedBuffer(); in ufmt_getUChars()
H A Dastro.cpp52 UnicodeString str; in debug_astro_date() local
53 df->format(d,str); in debug_astro_date()
54 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1); in debug_astro_date()
/third_party/json/tests/src/
H A Dunit-regression2.cpp229 j.at("str").get_to(str); in _from_json()
232 std::string str{};
870 json j{{ "str", "value"}};
877 CHECK(td.str == "value");
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c833 /* test string: 'str: {DESERET CAPITAL LETTER LONG I}' */ in test_utf8_string()
834 jerry_value_t str = jerry_create_string ((jerry_char_t *) "\x73\x74\x72\x3a \xed\xa0\x81\xed\xb0\x80"); in test_utf8_string() local
844 jerry_value_t is_ok = jerryx_arg_transform_args (&str, in test_utf8_string()
852 jerry_release_value (str); in test_utf8_string()
/third_party/mesa3d/src/freedreno/rnn/
H A Dheadergen2.c234 static void printdelem (struct rnndelem *elem, uint64_t offset, const char *str) { in printdelem() argument
254 if (str) { in printdelem()
255 asprintf(&regname, "REG_%s_%s", elem->fullname, str); in printdelem()
/third_party/libwebsockets/lib/roles/ws/
H A Dserver-ws.c27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); }
/third_party/node/deps/v8/tools/release/
H A Dtest_scripts.py250 print("Calling %s with %s and %s" % (str(fun), str(args), str(kwargs)))
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py53 # str.isidentifier to validate during lexing.
266 return tuple.__new__(cls, (lineno, intern(str(type)), value))
637 value = str(value)
651 msg = str(e).split(":")[-1].strip()
/third_party/node/src/
H A Djs_native_api.h82 const char* str,
86 const char* str,
90 const char16_t* str,
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py425 command_line.append(str(v))
428 command_line.append(str(value))
681 if isinstance(data, str):
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py44 # to use str.isidentifier to validate during lexing
238 return tuple.__new__(cls, (lineno, intern(str(type)), value))
577 value = str(value)
589 msg = str(e).split(':')[-1].strip()
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c462 static bool is_empty_string(const char* str) in is_empty_string() argument
464 while (*str) { in is_empty_string()
465 if (!isspace((unsigned char)(*str))) { in is_empty_string()
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c476 static bool is_empty_string(const char* str) in is_empty_string() argument
478 while (*str) { in is_empty_string()
479 if (!isspace((unsigned char)(*str))) { in is_empty_string()
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp52 UnicodeString str; in debug_astro_date() local
53 df->format(d,str); in debug_astro_date()
54 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1); in debug_astro_date()
H A Dfmtable.cpp982 UnicodeString &str = obj->getString(*status); in ufmt_getUChars() local
984 *len = str.length(); in ufmt_getUChars()
986 return str.getTerminatedBuffer(); in ufmt_getUChars()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py425 command_line.append(str(v))
428 command_line.append(str(value))
681 if isinstance(data, str):

Completed in 39 milliseconds

1...<<231232233234235236237238239240>>...372