/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | logger.py | 455 if str(level).lower() in level_map.keys(): 456 logger_level = level_map.get(str(level).lower(), logging.INFO) 475 if str(level).lower() in level_map.keys(): 476 logger_level = level_map.get(str(level).lower(), logging.INFO)
|
/third_party/ffmpeg/libavcodec/ |
H A D | libzvbi-teletextdec.c | 161 dialog = ff_ass_get_dialog(ctx->readorder++, 0, NULL, NULL, buf.str); in create_ass_text() 220 sub_rect->ass = create_ass_text(ctx, buf.str); in gen_sub_text() 398 sub_rect->ass = ff_ass_get_dialog(ctx->readorder++, 0, is_subtitle_page ? "Subtitle" : "Teletext", NULL, buf.str); in gen_sub_ass() 791 {"txt_page", "page numbers to decode, subtitle for subtitles, * for all", OFFSET(pgno), AV_OPT_TYPE_STRING, {.str = "*"}, 0, 0, SD},
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_enc.c | 765 { "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 D | dump.c | 227 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 D | vf_lensfun.c | 97 { "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 D | command_desc.cc | 177 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 D | ucm_subs.c | 671 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 D | gencnval.c | 201 #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 D | process.c | 49 #define E_V(str) { L##str, L##str L"=", sizeof(str) }
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 426 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 D | regdb.py | 604 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 D | code.py | 37 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 D | data.py | 37 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 D | interface.js | 988 [kGetDisplayPos](str) { 992 str = stripVTControlCharacters(str); 993 for (const char of new SafeStringIterator(str)) {
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 410 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 D | test262.py | 113 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 D | trace_event.h | 34 #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 D | MSVSSettings.py | 109 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 D | hdr_histogram.c | 974 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 D | MSVSSettings.py | 109 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 D | gen_pack.py | 341 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 D | runtime-internal.cc | 583 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 D | libc_string.cpp | 260 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 D | process.c | 46 #define E_V(str) { L##str, L##str L"=", sizeof(str) }
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 78 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...] |