/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 1244 doc = xmlReadMemory(buf.str, buf.len, c->base_url, NULL, 0); in parse_manifest() 2354 {.str = "aac,m4a,m4s,m4v,mov,mp4,webm,ts"}, 2356 { "cenc_decryption_key", "Media decryption key (hex)", OFFSET(cenc_decryption_key), AV_OPT_TYPE_STRING, {.str = NULL}, INT_MIN, INT_MAX, .flags = FLAGS },
|
/third_party/backends/backend/ |
H A D | apple.c | 1897 const char *str = dev_name + 7; in sane_init() local 1899 while (isspace (*str)) in sane_init() 1900 ++str; in sane_init()
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 108 # lines.append(str(self.context_mark)) 112 # lines.append(str(self.problem_mark)) 127 # if isinstance(self.character, str):
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 1022 static int write_string_file(const char *filepath, const char *str) in write_string_file() argument 1028 if (write(fd, str, strlen(str)) < 0) in write_string_file()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 477 print("extra_sources: ", str(extra_sources)) 478 print('spec.get("sources"): ', str(spec.get("sources"))) 1896 assert not isinstance(values, str)
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 2225 << ss.str(); in http_end_request_headers() 2806 << ss.str(); in log_response_headers() 2868 auto path = dir.str(); in open_qlog_file()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 477 print("extra_sources: ", str(extra_sources)) 478 print('spec.get("sources"): ', str(spec.get("sources"))) 1893 assert not isinstance(values, str)
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 1870 std::string str = child_results->matched_input().ToString(); in MakeRightShiftIdentifier() local 1871 for (auto character : str) { in MakeRightShiftIdentifier() 1876 return ParseResult{MakeNode<Identifier>(str)}; in MakeRightShiftIdentifier()
|
/third_party/mksh/ |
H A D | funcs.c | 2408 tf |= t->left->str[0]; in timex() 2466 t->str[0] |= TF_POSIX; in timex_hook() 2483 t->str[0] |= TF_NOARGS; in timex_hook()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 337 static inline std::string replace(const std::string& str, const std::string& from, const std::string& to) in replace() argument 339 std::string result(str); in replace() 634 log << tcu::TestLog::Message << s.str() << tcu::TestLog::EndMessage; in verify()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 2452 m_testCtx.getLog() << tcu::TestLog::Message << message.str() << tcu::TestLog::EndMessage; in iterate() 3398 commonUtils::writeSpirV(ssw.str().c_str(), stage.binary); in iterate() 3423 m_testCtx.getLog() << tcu::TestLog::Message << ssLog.str() << tcu::TestLog::EndMessage; in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 313 templateArgs.insert(pair<string, string>("LOCAL_SIZE_X", localSize.str())); in makeComputePipeline() 318 templateArgs.insert(pair<string, string>("LOCAL_SIZE_Y", localSize.str())); in makeComputePipeline() 323 templateArgs.insert(pair<string, string>("LOCAL_SIZE_Z", localSize.str())); in makeComputePipeline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 365 return V->hasName() ? (V->getName() + Suffix).str() : DefaultName.str(); in suffixed_name_or() 1127 << (Cache.count(BDV) ? Cache[BDV]->getName().str() : "none") in findBasePointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1278 return Parser.printError(IDLoc, ES.str()); in OutOfRange() 1466 .str() + in processInstruction() 1472 .str() + in processInstruction()
|
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 201 static SkString* str_append(SkString* str, const SkRect& r) { in str_append() argument 202 str->appendf(" [%g %g %g %g]", r.left(), r.top(), r.right(), r.bottom()); in str_append() 203 return str; in str_append()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 3093 const UChar *str; in ures_getVersionByKey() local 3095 str = ures_getStringByKey(res, key, &len, status); in ures_getVersionByKey() 3097 u_versionFromUString(ver, str); in ures_getVersionByKey()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format_test.cc | 1204 const std::string input = oss.str(); in TEST() 1279 const std::string nanos = oss.str(); in TEST() 1285 const std::string input = nanos + ps_oss.str() + "999"; in TEST()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 16 use std::str::FromStr; 2504 sa: &str, in test_recverr_impl() 2518 const MESSAGE_CONTENTS: &str = "ABCDEF"; in test_recverr_impl()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 2973 char *str;
member 2979 .str = "dumptrace",
3007 ret += scnprintf(buf + ret, PAGE_SIZE - ret, "%s\n", debug_commands[i].str);
in show_debug() 3043 if (sysfs_streq(debug_commands[i].str, buf)) {
in issue_debug()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 2881 char *str; member 2892 .str = "dumptrace", 2922 debug_commands[i].str); in show_debug() 2960 if (sysfs_streq(debug_commands[i].str, buf)) { in issue_debug()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 2955 char *str; member 2967 .str = "dumptrace", 2996 ret += scnprintf(buf + ret, PAGE_SIZE - ret, "%s\n", debug_commands[i].str); in show_debug() 3033 if (sysfs_streq(debug_commands[i].str, buf)) { in issue_debug()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 3162 char *str; member 3169 .str = "dumptrace", 3198 ret += scnprintf(buf + ret, PAGE_SIZE - ret, "%s\n", debug_commands[i].str); in show_debug() 3235 if (sysfs_streq(debug_commands[i].str, buf)) { in issue_debug()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 711 auto str = GetSelectedObject(true); in FireChangeEvent() local 712 auto info = std::make_shared<DatePickerChangeEvent>(str); in FireChangeEvent() 714 datePickerEventHub->FireDialogChangeEvent(str); in FireChangeEvent() 715 firedDateStr_ = str; in FireChangeEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 348 panda::StringRef::NewFromUtf8(vm, resNameResults.str(1).c_str())); in CompleteResourceObjectFromParams() 856 std::string str = jsValue->ToString(vm)->ToString(vm); in ParseJsDimension() local 857 std::strtod(str.c_str(), &pEnd); in ParseJsDimension() 858 if (pEnd == str.c_str() || errno == ERANGE) { in ParseJsDimension()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 672 rawStack = ssRawStack.str(); in StartNapiProfilerTrace() 808 void GetCString(EcmaVM* vm, Local<StringRef> str, char* buffer, size_t size, size_t* length) in GetCString() argument 814 *length = str->Utf8Length(vm, true) - 1; in GetCString() 816 uint32_t copied = str->WriteUtf8(vm, buffer, size - 1, true) - 1; in GetCString()
|