Home
last modified time | relevance | path

Searched refs:str (Results 13251 - 13275 of 15574) sorted by relevance

1...<<531532533534535536537538539540>>...623

/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1168 str r12, [$key, #244]
1439 str r12, [$key, #244]
1609 str r0, [sp, #0x1c] @ next counter value
1611 str r8, [sp, #0x1c] @ next counter value
1688 str r12, [$key, #244]
2095 str r12, [$key, #244]
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1168 str r12, [$key, #244]
1439 str r12, [$key, #244]
1609 str r0, [sp, #0x1c] @ next counter value
1611 str r8, [sp, #0x1c] @ next counter value
1688 str r12, [$key, #244]
2095 str r12, [$key, #244]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1195 log << tcu::TestLog::Message << ess.str() << tcu::TestLog::EndMessage; in iterate()
2246 TCU_FAIL(msg.str()); in verifyOutputBuffer()
2897 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
2914 programCollection.glslSources.add("rgen") << glu::RaygenSource(rgen.str()) << buildOptions; in initPrograms()
2930 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
2940 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp557 the_log.append(bitfield_string_stream.str()); in LogFail()
572 the_log.append(number.str()); in LogFail()
588 the_log.append(number.str()); in LogFail()
641 the_log.append(bitfield_string_stream.str()); in LogError()
800 the_log.append(number.str()); in LogFail()
816 the_log.append(number.str()); in LogFail()
/third_party/openssl/test/
H A Devp_test.c3985 #define STR_STARTS_WITH(str, pre) OPENSSL_strncasecmp(pre, str, strlen(pre)) == 0
3986 #define STR_ENDS_WITH(str, pre) \
3987 strlen(str) < strlen(pre) ? 0 : (OPENSSL_strcasecmp(pre, str + strlen(str) - strlen(pre)) == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp215 Twine(BI->getNumBits())).str(); in SetValue()
217 InitType = (Twine("' of type '") + TI->getType()->getAsString()).str(); in SetValue()
1317 .str()); in ParseOperation()
1612 .str()); in ParseOperation()
1630 .str()); in ParseOperation()
2534 Type = (Twine("' of type '") + TI->getType()->getAsString()).str(); in ParseForeachDeclaration()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c733 const char *str; in ssl_info_cb() local
739 str = "SSL_connect"; in ssl_info_cb()
741 str = "SSL_accept"; in ssl_info_cb()
743 str = "undefined"; in ssl_info_cb()
747 str, SSL_state_string_long(ssl)); in ssl_info_cb()
773 str, ret == 0 ? "failed" : "error", in ssl_info_cb()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp805 TString str = "unknown"; in getIoArrayImplicitSize() local
810 str = TQualifier::getGeometryString(intermediate.getInputPrimitive()); in getIoArrayImplicitSize()
814 str = "vertices"; in getIoArrayImplicitSize()
818 str = "vertices"; in getIoArrayImplicitSize()
824 str = "max_primitives*"; in getIoArrayImplicitSize()
825 str += TQualifier::getGeometryString(intermediate.getOutputPrimitive()); in getIoArrayImplicitSize()
830 str = "max_primitives"; in getIoArrayImplicitSize()
834 str = "max_primitives"; in getIoArrayImplicitSize()
838 str = "max_vertices"; in getIoArrayImplicitSize()
842 *featureString = str; in getIoArrayImplicitSize()
868 handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* left, TIntermTyped* right) handleBinaryMath() argument
910 handleUnaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* childNode) handleUnaryMath() argument
[all...]
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp284 std::string formatedLogStr = oss.str(); in WriteLogData()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp206 result = output.str(); in ExecuteCmd()
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp426 dumpCmdSs.str().c_str(), requestIt.second->GetUid(), requestIt.second->GetPid()); in GetIdleRequest()
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp232 return jsonStream.str(); in AsJsonStr()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h1368 * @param str Indicates the action of a common event.
1371 bool IsSystemEvent(std::string &str);
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp168 return std::stoi(mr[EXPECTED_SUBMATCH].str()); in ParseDeviceId()
/base/request/request/services/src/service/
H A Dstub.rs66 const SERVICE_TOKEN: &str = "OHOS.Download.RequestServiceInterface"; in on_remote_request()
/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs55 fn remove_db(file_path: &str, calling_info: &CallingInfo, is_ce: bool) -> Result<()> { in remove_db()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.cpp132 content = buffer.str(); in ReadCfgContent()
/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_parameters_js.cpp160 napi_throw_error((env), nullptr, ss.str().c_str());
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h60 int32_t SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result);
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h54 int32_t SetUssd(int32_t serialId, const std::string &str);
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp187 return ret.str(); in regProcessSmsAddrs()
/base/update/packaging_tools/
H A Dupdate_package.py428 max_stash_file_obj.write(str(OPTIONS_MANAGER.max_stash_size))
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp45 description_ = ss.str(); in FrameworkExecutorCallback()
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp290 return ss.str(); in GetDescription()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h110 void SearchAllAsync(std::string str);

Completed in 53 milliseconds

1...<<531532533534535536537538539540>>...623