/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 1168 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 D | bsaes-armv7.pl | 1168 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 D | vktPipelineLibraryTests.cpp | 1195 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 D | gl4cDirectStateAccessBuffersTests.cpp | 557 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 D | evp_test.c | 3985 #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 D | TGParser.cpp | 215 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 D | tls_openssl.c | 733 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 D | ParseHelper.cpp | 805 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 D | log_persister.cpp | 284 std::string formatedLogStr = oss.str(); in WriteLogData()
|
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | tdd_util.cpp | 206 result = output.str(); in ExecuteCmd()
|
/base/hiviewdfx/hidumper/services/native/src/ |
H A D | dump_manager_service.cpp | 426 dumpCmdSs.str().c_str(), requestIt.second->GetUid(), requestIt.second->GetPid()); in GetIdleRequest()
|
/base/hiviewdfx/hiview/base/event_raw/decoded/ |
H A D | decoded_event.cpp | 232 return jsonStream.str(); in AsJsonStr()
|
/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_support.h | 1368 * @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 D | device_manager.cpp | 168 return std::stoi(mr[EXPECTED_SUBMATCH].str()); in ParseDeviceId()
|
/base/request/request/services/src/service/ |
H A D | stub.rs | 66 const SERVICE_TOKEN: &str = "OHOS.Download.RequestServiceInterface"; in on_remote_request()
|
/base/security/asset/services/core_service/src/common_event/ |
H A D | listener.rs | 55 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 D | first_use_dialog.cpp | 132 content = buffer.str(); in ReadCfgContent()
|
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_parameters_js.cpp | 160 napi_throw_error((env), nullptr, ss.str().c_str());
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 60 int32_t SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result);
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 54 int32_t SetUssd(int32_t serialId, const std::string &str);
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_param_decode.cpp | 187 return ret.str(); in regProcessSmsAddrs()
|
/base/update/packaging_tools/ |
H A D | update_package.py | 428 max_stash_file_obj.write(str(OPTIONS_MANAGER.max_stash_size))
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 45 description_ = ss.str(); in FrameworkExecutorCallback()
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | schedule_node_impl.cpp | 290 return ss.str(); in GetDescription()
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 110 void SearchAllAsync(std::string str);
|