/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 235 VIXL_ABORT_WITH_MSG(sstream.str().c_str()); in GetMTETag() 257 VIXL_WARNING(sstream.str().c_str()); in SetMTETag() 3107 VIXL_WARNING(sstream.str().c_str());
|
/third_party/spirv-tools/test/val/ |
H A D | val_image_test.cpp | 354 return ss.str(); in GenerateShaderCode() 454 return ss.str(); in GenerateKernelCode() 513 return ss.str(); in GetShaderHeader()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 3632 static char * alloc_strdup(const char *str) in alloc_strdup() argument 3634 if (str == NULL) in alloc_strdup() 3636 return os_strdup(str); in alloc_strdup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 4085 static char * alloc_strdup(const char *str) in alloc_strdup() argument 4087 if (str == NULL) in alloc_strdup() 4089 return os_strdup(str); in alloc_strdup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 2281 return rendererString.str(); in getRendererDescription() 3091 std::string profile = profileStream.str(); in compileToExecutable() 4341 return versionString.str(); in getVersionString()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 526 * An extra '\0' is added, in case none was contained in str. 528 * \param str the initial value of the string instance. Note that '\0' 532 * \param size the number of characters to copy from str. 534 string(const char * str, ::size_t size) : 541 memcpy(str_, str, size_ * sizeof(char)); 552 * \param str the null-terminated initial value of the string instance. 555 string(const char * str) : 559 if( str ) { 560 size_= ::strlen(str); 565 memcpy(str_, str, (size [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 968 str w9, [x16, #12] //store the updated counter 1946 str w9, [x16, #12] //store the updated counter 3014 str w9, [x16, #12] //store the updated counter 4038 str w9, [x16, #12] //store the updated counter 5204 str w9, [x16, #12] //store the updated counter 6365 str w9, [x16, #12] //store the updated counter
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 968 str w9, [x16, #12] //store the updated counter 1946 str w9, [x16, #12] //store the updated counter 3014 str w9, [x16, #12] //store the updated counter 4038 str w9, [x16, #12] //store the updated counter 5204 str w9, [x16, #12] //store the updated counter 6365 str w9, [x16, #12] //store the updated counter
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 968 str w9, [x16, #12] //store the updated counter 1946 str w9, [x16, #12] //store the updated counter 3014 str w9, [x16, #12] //store the updated counter 4038 str w9, [x16, #12] //store the updated counter 5204 str w9, [x16, #12] //store the updated counter 6365 str w9, [x16, #12] //store the updated counter
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 968 str w9, [x16, #12] //store the updated counter 1946 str w9, [x16, #12] //store the updated counter 3014 str w9, [x16, #12] //store the updated counter 4038 str w9, [x16, #12] //store the updated counter 5204 str w9, [x16, #12] //store the updated counter 6365 str w9, [x16, #12] //store the updated counter
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 175 // - We use memchr(), pay attention that well optimized versions of those str/mem functions are much faster than a casually written loop. in TextEx() 3766 static void stb_textedit_replace(ImGuiInputTextState* str, STB_TexteditState* state, const STB_TEXTEDIT_CHARTYPE* text, int text_len) in stb_textedit_replace() argument 3768 stb_text_makeundo_replace(str, state, 0, str->CurLenW, text_len); in stb_textedit_replace() 3769 ImStb::STB_TEXTEDIT_DELETECHARS(str, 0, str->CurLenW); in stb_textedit_replace() 3772 if (ImStb::STB_TEXTEDIT_INSERTCHARS(str, 0, text, text_len)) in stb_textedit_replace()
|
/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 428 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument 431 dest[i] = str[i]; in RemoveLastChar()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 3334 for (auto&& str : strUriVec) { in GrantPermissionToShell() 3335 Uri uri(str); in GrantPermissionToShell()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_dialog_view.cpp | 1632 auto str = pickerPattern->GetSelectedObject(true); 1635 datePickerEventHub->FireDialogChangeEvent(str);
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2919 void PipelineContext::StartSystemDrag(const std::string& str, const RefPtr<PixelMap>& pixmap) in StartSystemDrag() argument 2924 dragEventHandler_(str, pixmap); in StartSystemDrag()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 211 auto str = std::get<std::string>(value); in CompareDetails() local 212 EXPECT_EQ(str, "udmf_value"); in CompareDetails()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 1892 string str(buf.get(), size); in GetActiveUniformBlockName() 1893 return NVal::CreateUTF8String(env, str).val_; in GetActiveUniformBlockName()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 2606 static_cast<int32_t>(WindowDFXHelperType::WINDOW_RECT_CHECK), getpid(), oss.str()); in RectSizeCheckProcess() 2647 static_cast<int32_t>(WindowDFXHelperType::WINDOW_RECT_CHECK), getpid(), oss.str()); in RectCheckProcess()
|
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 108 void splitStringToIntArray(char *str,uint8_t *temp) {
in splitStringToIntArray() argument 110 char *p = str;
in splitStringToIntArray()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_surround.c | 1677 { "chl_out", "set output channel layout", OFFSET(out_channel_layout_str), AV_OPT_TYPE_STRING, {.str="5.1"}, 0, 0, FLAGS }, 1678 { "chl_in", "set input channel layout", OFFSET(in_channel_layout_str), AV_OPT_TYPE_STRING, {.str="stereo"},0, 0, FLAGS },
|
H A D | vf_lut3d.c | 1219 { "file", "set 3D LUT file name", OFFSET(file), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS }, 1773 { "file", "set 1D LUT file name", OFFSET(file), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = TFLAGS },
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 4380 data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY]: in servercert() 4381 data->set.str[STRING_SSL_PINNEDPUBLICKEY]; in servercert()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 461 static long parse_long(const char *str, int *err) in parse_long() argument 467 val = strtol(str, &endptr, 0); in parse_long()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 2844 static void print_vol_size(const char *str, s64 bytes) in print_vol_size() argument 2846 printf("%s: %lld bytes (%lld MB)\n", str, (long long)bytes, in print_vol_size()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 3200 StringRef{params.sct_dir.str()}) != 0) { in parse_config() 4392 auto t = s.str(); in compute_affinity_hash()
|