/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 1325 const char* const* str=uloc_getISOLanguages(); in TestISOFunctions() local 1336 /*str=uloc_getISOLanguages(); */ in TestISOFunctions() 1348 for(count = 0; *(str+count) != 0; count++) in TestISOFunctions() 1351 test = *(str+count); in TestISOFunctions()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 5254 static const char* str = "0.009876543210987654321098765432109876543211"; in formatTypes() local 5255 actual = formatter.precision(Precision::unlimited()).formatDecimal(str, status).toString(status); in formatTypes() 5256 assertEquals("Format decNumber to 40 digits", str, actual); in formatTypes()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 105 task = self.__class__.Task[str] 106 self.assertEqual(task.__args__, (str,)) 1068 self.assertEqual(str(cm.exception),
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCountersTests.cpp | 2688 return os.str(); in GenVSSrc() 2696 return os.str(); in GenFSSrc() 4243 std::string source = os.str(); in Run()
|
H A D | gl4cSparseBufferTests.cpp | 376 return result_sstream.str(); in getSparseBOFlagsString() 1058 n_counters_string = n_counters_sstream.str(); in initTestCaseGlobal() 6430 vs_body_define_string = vs_body_define_sstream.str();
|
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 752 s = ss.str(); in itoa() 2390 reference_str.append(ss.str()); in DrawAndCheck() 2410 result_str.append(ss.str()); in DrawAndCheck()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 213 TString str(int i) in str() function 3523 std::string errorStr = extraInfoStream.str(); in arrayExceedsLimits() 3784 const TString uniformName = name + "[" + str(i) + "]." + fieldName; in declareUniform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.cpp | 1892 void AssemblerARM32::str(const Operand *OpRt, const Operand *OpAddress, 1894 constexpr const char *StrName = "str"; 1939 // str<c> <Rt>, [<Rn>{, #+/-<imm12>}] ; p=1, w=0 1940 // str<c> <Rt>, [<Rn>], #+/-<imm12> ; p=1, w=1 1941 // str<c> <Rt>, [<Rn>, #+/-<imm12>]! ; p=0, w=1 2919 llvm::report_fatal_error(StrBuf.str()); 2951 llvm::report_fatal_error(StrBuf.str());
|
/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()
|
/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()
|