/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 216 std::string str = ""; in genName() local 221 str.insert(str.begin(), (char)(first + ((ndx-1)%alphabetLen))); in genName() 225 str.insert(str.begin(), (char)(first + (ndx%(alphabetLen+1)) - 1)); in genName() 227 return str; in genName()
|
/third_party/python/Lib/test/ |
H A D | test_array.py | 102 str, "b", 0, b"") 536 str(a) 1141 self.assertIn("cannot use a str", str(cm.exception)) 1144 self.assertIn("cannot use a unicode array", str(cm.exception)) 1173 outside = str('\x33') 1206 self.assertRaises(ValueError, str, a)
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 2145 auto str = text(run.textRange()); in GetLineFontMetrics() local 2146 auto advance = font.measureText(str.data(), str.size(), SkTextEncoding::kUTF8, &bounds, nullptr); in GetLineFontMetrics() 2186 auto str = text(run.textRange()); in GetLineFontMetrics() local 2187 auto advance = font.MeasureText(str.data(), str.size(), RSDrawing::TextEncoding::UTF8, &bounds); in GetLineFontMetrics()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 6 use std::str; 66 pub fn create(oid: &str, sn: &str, ln: &str) -> Result<Nid, ErrorStack> { in create() 104 pub fn long_name(&self) -> Result<&'static str, ErrorStack> { in long_name() 107 .map(|nameptr| str::from_utf8(CStr::from_ptr(nameptr).to_bytes()).unwrap()) in long_name() 114 pub fn short_name(&self) -> Result<&'static str, ErrorStack> { in short_name() 117 .map(|nameptr| str::from_utf8(CStr::from_ptr(nameptr).to_bytes()).unwrap()) in short_name()
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 36 char *str = NULL; in cond_expr_to_str() local 105 str = new_val; in cond_expr_to_str() 108 return str; in cond_expr_to_str() 127 char *str = NULL; in constraint_expr_to_str() local 257 str = new_val; in constraint_expr_to_str() 261 return str; in constraint_expr_to_str()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1295 return ProgramContext(vtx.str(), frag.str(), attributes, description); 1767 return ProgramContext(vtx.str(), frag.str(), attributes, description); 1929 shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, useSwizzle, isVertex, shaderGroupCalibrationStorage)); 2305 caseName.str().c_str(), "",
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1820 return textureType.str(); in getGlslTextureType() 1828 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl() 1836 return imageCount > 1 ? textureArray.str() : "texImage"; in getGlslTextureDecl() 2024 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms() 2025 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms() 2235 return samplerType.str(); in getGlslSamplerType()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 359 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderName.str()), 0), 2 + shaderNdx); in initRayTracingShaders() 846 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 864 programCollection.glslSources.add(shaderName.str()) << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 879 programCollection.glslSources.add("isect") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 893 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 216 std::string str = ""; in genName() local 221 str.insert(str.begin(), (char)(first + ((ndx-1)%alphabetLen))); in genName() 225 str.insert(str.begin(), (char)(first + (ndx%(alphabetLen+1)) - 1)); in genName() 227 return str; in genName()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1291 return ProgramContext(vtx.str(), frag.str(), attributes, description); 1759 return ProgramContext(vtx.str(), frag.str(), attributes, description); 1921 shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, useSwizzle, isVertex, shaderGroupCalibrationStorage)); 2260 caseName.str().c_str(), "",
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 966 int (*ssl_error_cb) (const char *str, size_t len, void *u);
|
H A D | MQTTClient.h | 725 int (*ssl_error_cb) (const char *str, size_t len, void *u);
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 502 extern int usb_string_ids_tab(struct usb_composite_dev *c, struct usb_string *str);
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 196 std::ofstream rawDataFile(filePath.str(), std::ofstream::binary); in DumpLayerBuffer()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 196 std::ofstream rawDataFile(filePath.str(), std::ofstream::binary); in DumpLayerBuffer()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 196 std::ofstream rawDataFile(filePath.str(), std::ofstream::binary);
in DumpLayerBuffer()
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 521 struct usb_string *str);
|
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
H A D | uv_time.c | 324 static int __init uv_enable_evt_rtc(char *str) in uv_enable_evt_rtc() argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | uaccess.h | 350 __put_user_asm("str", "sttr", "%w", __pu_val, (ptr), \ 354 __put_user_asm("str", "sttr", "%x", __pu_val, (ptr), \ 434 extern __must_check long strnlen_user(const char __user *str, long n);
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_titan.h | 76 titan_64 str; member
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | uaccess.h | 387 extern __must_check long strnlen_user(const char __user *str, long n);
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | time.c | 243 static int __init nojitter_setup(char *str) in nojitter_setup() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | nmi.c | 85 static int __init setup_unknown_nmi_panic(char *str) in setup_unknown_nmi_panic() argument
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 486 static int __init setup_disable_tlbie(char *str) in setup_disable_tlbie() argument
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 199 str lr, [sp, #-8]!
|