/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | mdct_neon.S | 29 str x30, [sp, #16] 135 str x30, [sp, #16] 179 str x30, [sp, #16]
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_compand.c | 75 { "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 D | src_movie.c | 93 { "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 D | vf_stack.c | 491 { "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 D | vf_scale_qsv.c | 614 { "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 D | logging.h | 510 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 D | setup.c | 219 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 D | ninja_build_writer.cc | 272 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 D | ff.h | 467 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 D | fmtable.cpp | 982 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 D | astro.cpp | 52 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 D | unit-regression2.cpp | 229 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 D | test-ext-arg.c | 833 /* 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 D | headergen2.c | 234 static void printdelem (struct rnndelem *elem, uint64_t offset, const char *str) { in printdelem() argument 254 if (str) { in printdelem() 255 asprintf(®name, "REG_%s_%s", elem->fullname, str); in printdelem()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | server-ws.c | 27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); }
|
/third_party/node/deps/v8/tools/release/ |
H A D | test_scripts.py | 250 print("Calling %s with %s and %s" % (str(fun), str(args), str(kwargs)))
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 53 # 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 D | js_native_api.h | 82 const char* str, 86 const char* str, 90 const char16_t* str,
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 425 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 D | lexer.py | 44 # 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 D | musl_preinit.c | 462 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 D | musl_preinit.c | 476 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 D | astro.cpp | 52 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 D | fmtable.cpp | 982 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 D | mac_tool.py | 425 command_line.append(str(v)) 428 command_line.append(str(value)) 681 if isinstance(data, str):
|