Home
last modified time | relevance | path

Searched refs:str (Results 5876 - 5900 of 10762) sorted by relevance

1...<<231232233234235236237238239240>>...431

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_data_utils.cpp350 char str[STR_MAX_SIZE] = { 0 }; in GetValue() local
352 env, attributeNameNapi, str, STR_MAX_SIZE, &len), napi_invalid_arg); in GetValue()
353 std::string attributeName = str; in GetValue()
355 NAPI_CALL_BASE(env, napi_get_named_property(env, in, str, &attributeValueNapi), napi_invalid_arg); in GetValue()
/third_party/ffmpeg/libavcodec/arm/
H A Djrevdct_arm.S196 str r0, [lr, # 0]
197 str r0, [lr, # 4]
198 str r0, [lr, # 8]
199 str r0, [lr, #12]
/third_party/ffmpeg/libavfilter/
H A Davf_showvolume.c75 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
76 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
81 { "c", "set volume color expression", OFFSET(color), AV_OPT_TYPE_STRING, {.str="PEAK*255+floor((1-PEAK)*255)*256+0xff000000"}, 0, 0, FLAGS },
85 { "dmc","set color of the max value line", OFFSET(persistant_max_rgba), AV_OPT_TYPE_COLOR, {.str = "orange"}, 0, 0, FLAGS },
H A Daf_lv2.c356 char *str, *vstr; in config_output() local
370 str = arg; in config_output()
372 sym = lilv_new_string(s->world, str); in config_output()
376 av_log(s, AV_LOG_WARNING, "Unknown option: <%s>\n", str); in config_output()
H A Df_graphmonitor.c87 { "size", "set monitor size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, VF },
88 { "s", "set monitor size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, VF },
113 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, VF },
114 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, VF },
H A Davf_ahistogram.c71 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
72 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
73 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, FLAGS },
74 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="hd720"}, 0, 0, FLAGS },
H A Dvsrc_mandelbrot.c90 {"size", "set frame size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="640x480"}, 0, 0, FLAGS },
91 {"s", "set frame size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str="640x480"}, 0, 0, FLAGS },
92 {"rate", "set frame rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
93 {"r", "set frame rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str="25"}, 0, INT_MAX, FLAGS },
/third_party/ffmpeg/libavformat/
H A Dmlvdec.c212 char str[32]; in scan_file() local
224 if (strftime(str, sizeof(str), "%Y-%m-%d %H:%M:%S", &time)) in scan_file()
225 av_dict_set(&avctx->metadata, "time", str, 0); in scan_file()
H A Drtpproto.c81 { "sources", "Source list", OFFSET(sources), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
82 { "block", "Block list", OFFSET(block), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
83 { "fec", "FEC", OFFSET(fec_options_str), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = E },
84 { "localaddr", "Local address", OFFSET(localaddr), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
/third_party/curl/src/
H A Dtool_urlglob.c338 static bool peek_ipv6(const char *str, size_t *skip) in peek_ipv6() argument
347 char *endbr = strchr(str, ']'); in peek_ipv6()
353 hlen = endbr - str + 1; in peek_ipv6()
361 memcpy(hostname, str, hlen); in peek_ipv6()
/third_party/backends/backend/
H A Dkvs40xx.c366 char str[16]; in sane_open() local
367 st = inquiry (s, str); in sane_open()
371 s->id = !strcmp (str, "KV-S4085CL") ? KV_S4085CL : KV_S4085CW; in sane_open()
373 s->id = !strcmp (str, "KV-S4065CL") ? KV_S4065CL : KV_S4065CW; in sane_open()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h73 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() argument
74 return N <= M && internal::PrefixOf(prefix, str); in StartsWith()
78 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() argument
79 return N <= M && internal::PrefixOf(suffix, str + M - N); in EndsWith()
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py240 if ":" in str(attrs["start"]):
426 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path)
508 args.append(str(fieldref.start))
509 args.append(str(fieldref.end))
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_optimizer.cpp50 sfn_log << ss.str() << "\n\n"; in optimize()
114 sfn_log << ss.str() << "\n\n"; in dead_code_elimination()
308 sfn_log << ss.str() << "\n\n"; in copy_propagation_fwd()
329 sfn_log << ss.str() << "\n\n"; in copy_propagation_backward()
/third_party/node/test/parallel/
H A Dtest-stream-readable-async-iterators.js855 const str = JSON.stringify({ asd: true });
859 assert.strictEqual(JSON.stringify(body), str);
868 .end(str)
874 assert.strictEqual(body, str);
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py149 sys.stdout.write("error code " + str(rc) + " running clang-format.\n")
245 # Normalize '.' to check for it with str.startswith.
478 str = '(\%\s+(' + '|'.join(runtime_functions) + '))[\s\(]'
479 return re.compile(str)
580 lines.append(str(line))
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js557 function cleanString (str) {
558 return (!str || typeof (str) !== 'string') ? '' : str.trim()
/third_party/littlefs/scripts/
H A Dstructs.py33 if isinstance(x, str):
53 return str(self.x)
319 ','.join(str(getattr(r, k) or '') for k in by): r
322 ','.join(str(getattr(r, k) or '') for k in by): r
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc77 void Print(const char* str);
135 // Append the str to the output buffer.
136 void Decoder::Print(const char* str) { in Print() argument
137 char cur = *str++; in Print()
140 cur = *str++; in Print()
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc67 void Print(const char* str);
100 // Append the str to the output buffer.
101 void Decoder::Print(const char* str) { in Print() argument
102 char cur = *str++; in Print()
105 cur = *str++; in Print()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc94 __ RecordComment(ss.str()); in PreProcessBasicBlock()
106 __ RecordComment(ss.str()); in Process()
260 __ RecordComment(ss.str()); in EmitBlockEndGapMoves()
278 __ RecordComment(ss.str()); in EmitBlockEndGapMoves()
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc336 Handle<Object> str = in RUNTIME_FUNCTION() local
338 elements->set(i, *str); in RUNTIME_FUNCTION()
405 Handle<String> str = args.at<String>(0); in RUNTIME_FUNCTION() local
406 return *String::Flatten(isolate, str); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/tracing/
H A Dtrace-event.h51 #define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)
373 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c33 static int bio_puts(BIO *bio, const char *str);
601 static int bio_puts(BIO *bio, const char *str) in bio_puts() argument
603 return bio_write(bio, str, strlen(str)); in bio_puts()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_server.c376 const char *str = ossl_cmp_PKIStatus_to_string(pki_status); in process_certConf() local
379 str == NULL ? "without" : "with", in process_certConf()
380 str == NULL ? "PKIStatus" : str); in process_certConf()

Completed in 28 milliseconds

1...<<231232233234235236237238239240>>...431