/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemDeviceFaultTests.cpp | 314 const auto& str = s.str(); variable 315 deMemcpy(info.description, str.c_str(), str.length());
|
/third_party/vulkan-loader/loader/ |
H A D | vk_loader_platform.h | 415 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 D | gzread.c | 583 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 D | artec_eplus48u.c | 4111 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 D | vktTransformFeedbackSimpleTests.cpp | 1065 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 D | config_parser.h | 33 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 D | iam_para2str.h | 33 return ss.str();
in GetMaskedString()
|
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | iam_fuzz_test.h | 32 void FillFuzzString(Parcel &parcel, std::string &str);
|
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | iam_fuzz_test.h | 32 void FillFuzzString(Parcel &parcel, std::string &str);
|
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | iam_fuzz_test.h | 31 void FillFuzzString(Parcel &parcel, std::string &str);
|
/drivers/peripheral/user_auth/common/utils/ |
H A D | iam_para2str.h | 33 return ss.str();
in GetMaskedString()
|
/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_hdf_utils.h | 34 static void TrimStr(std::string& str);
|
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | iam_fuzz_test.h | 32 void FillFuzzString(Parcel &parcel, std::string &str);
|
/foundation/ability/ability_runtime/tools/test/systemtest/aa/ |
H A D | tool_system_test.h | 34 static bool IsSubSequence(const std::string& str, const std::string& subStr);
|
/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | double_wrapper.h | 43 static sptr<IDouble> Parse(const std::string &str); /* [in] */
|
H A D | int_wrapper.h | 43 static sptr<IInteger> Parse(const std::string &str); /* [in] */
|
H A D | bool_wrapper.h | 43 static sptr<IBoolean> Parse(const std::string &str); /* [in] */
|
H A D | float_wrapper.h | 43 static sptr<IFloat> Parse(const std::string &str); /* [in] */
|
H A D | byte_wrapper.h | 43 static sptr<IByte> Parse(const std::string &str); /* [in] */
|
H A D | long_wrapper.h | 43 static sptr<ILong> Parse(const std::string &str); /* [in] */
|
H A D | short_wrapper.h | 43 static sptr<IShort> Parse(const std::string &str); /* [in] */
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_post_event_timeout.h | 29 AbilityPostEventTimeout(std::string str, std::shared_ptr<AbilityHandler> &eventHandler);
|
H A D | data_uri_utils.h | 81 * @param str indicates string. 84 static bool IsNumber(const string &str);
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_utils.h | 42 static IdParseResult ParseThemeIdReference(const std::string& str,
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | hap_asset_impl_mapping.h | 30 const std::string& content = ostream.str(); in HapAssetImplMapping()
|