Home
last modified time | relevance | path

Searched refs:str (Results 5401 - 5425 of 11147) sorted by relevance

1...<<211212213214215216217218219220>>...446

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp314 const auto& str = s.str(); variable
315 deMemcpy(info.description, str.c_str(), str.length());
/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h415 static inline void *thread_safe_strtok(char *str, const char *delim, char **saveptr) { return strtok_r(str, delim, saveptr); } in thread_safe_strtok() argument
581 static inline void *thread_safe_strtok(char *str, const char *delimiters, char **context) { in thread_safe_strtok() argument
582 return strtok_s(str, delimiters, context); in thread_safe_strtok()
/third_party/zlib/
H A Dgzread.c583 char *str; in gzgets() local
613 str = buf; in gzgets()
644 if (buf == str) in gzgets()
649 return str; in gzgets()
/third_party/backends/backend/
H A Dartec_eplus48u.c4111 SANE_String str = s->val[OPT_SCAN_MODE].s; in sane_get_parameters() local
4117 XDBG ((2, "sane_get_params: string %s\n", str)); in sane_get_parameters()
4140 str = s->val[OPT_SCAN_MODE].s; in sane_get_parameters()
4143 if ((strcmp (str, mode_list[0]) == 0) || (strcmp (str, mode_list[1]) == 0)) in sane_get_parameters()
4148 if (strcmp (str, mode_list[0]) == 0) in sane_get_parameters()
4178 if (strcmp (str, mode_list[0]) == 0) in sane_get_parameters()
4428 char str[PATH_MAX] = _DEFAULT_DEVICE; in sane_init() local
4463 while (sanei_config_read (str, sizeof (str), f in sane_init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp1065 TCU_FAIL(message.str()); in verifyTransformFeedbackBuffer()
2443 log << tcu::TestLog::Message << css.str() << tcu::TestLog::EndMessage; in verifyTransformFeedbackBufferLines()
2445 TCU_FAIL(err.str()); in verifyTransformFeedbackBufferLines()
2516 log << tcu::TestLog::Message << css.str() << tcu::TestLog::EndMessage; in verifyTransformFeedbackBufferTriangles()
2518 TCU_FAIL(err.str()); in verifyTransformFeedbackBufferTriangles()
2612 return css.str().substr(0, css.str().size() - 1); in vectorToString()
2724 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2742 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2764 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
[all...]
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/parser/
H A Dconfig_parser.h33 std::optional<int32_t> GetTypeId(const std::string& str, G_STREAM_INFO info, const int32_t& size) const;
/drivers/peripheral/face_auth/common/utils/
H A Diam_para2str.h33 return ss.str(); in GetMaskedString()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Diam_fuzz_test.h32 void FillFuzzString(Parcel &parcel, std::string &str);
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Diam_fuzz_test.h32 void FillFuzzString(Parcel &parcel, std::string &str);
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Diam_fuzz_test.h31 void FillFuzzString(Parcel &parcel, std::string &str);
/drivers/peripheral/user_auth/common/utils/
H A Diam_para2str.h33 return ss.str(); in GetMaskedString()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_utils.h34 static void TrimStr(std::string& str);
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Diam_fuzz_test.h32 void FillFuzzString(Parcel &parcel, std::string &str);
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Dtool_system_test.h34 static bool IsSubSequence(const std::string& str, const std::string& subStr);
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Ddouble_wrapper.h43 static sptr<IDouble> Parse(const std::string &str); /* [in] */
H A Dint_wrapper.h43 static sptr<IInteger> Parse(const std::string &str); /* [in] */
H A Dbool_wrapper.h43 static sptr<IBoolean> Parse(const std::string &str); /* [in] */
H A Dfloat_wrapper.h43 static sptr<IFloat> Parse(const std::string &str); /* [in] */
H A Dbyte_wrapper.h43 static sptr<IByte> Parse(const std::string &str); /* [in] */
H A Dlong_wrapper.h43 static sptr<ILong> Parse(const std::string &str); /* [in] */
H A Dshort_wrapper.h43 static sptr<IShort> Parse(const std::string &str); /* [in] */
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_post_event_timeout.h29 AbilityPostEventTimeout(std::string str, std::shared_ptr<AbilityHandler> &eventHandler);
H A Ddata_uri_utils.h81 * @param str indicates string.
84 static bool IsNumber(const string &str);
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_utils.h42 static IdParseResult ParseThemeIdReference(const std::string& str,
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_impl_mapping.h30 const std::string& content = ostream.str(); in HapAssetImplMapping()

Completed in 29 milliseconds

1...<<211212213214215216217218219220>>...446