Home
last modified time | relevance | path

Searched refs:str (Results 9176 - 9200 of 10030) sorted by relevance

1...<<361362363364365366367368369370>>...402

/third_party/vk-gl-cts/modules/egl/
H A DteglMakeCurrentPerfTests.cpp148 return name.str(); in toName()
H A DteglPreservingSwapTests.cpp573 return stream.str(); in generateTestName()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp362 return buf.str(); in genVertexSource()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp439 return buf.str(); in genVertexSource()
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py191 assert all(isinstance(value, str) for value in extra_env.values())
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2786 std::string str = ""; in HWTEST_F() local
2793 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr); in HWTEST_F()
2794 str = "123"; in HWTEST_F()
2795 unsigned char *bytes = (unsigned char *)str.c_str(); in HWTEST_F()
2798 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr); in HWTEST_F()
2799 str = "1"; in HWTEST_F()
2800 EXPECT_TRUE(simUtils->IsShowableAsciiOnly(str)); in HWTEST_F()
2801 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr); in HWTEST_F()
2803 str = "12"; in HWTEST_F()
2804 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, bytesle in HWTEST_F()
[all...]
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java1415 void printchars(String str) { in printchars() argument
1416 char[] chars = str.toCharArray(); in printchars()
1443 public boolean equals(CharBuffer buf, String str) { in equals() argument
1444 return equals(buf, str.toCharArray()); in equals()
1446 public boolean equals(CharBuffer buf, CharBuffer str) { in equals() argument
1447 if (buf.limit() != str.limit()) in equals()
1451 if (buf.get(i) != str.get(i)) in equals()
1455 public boolean equals(CharBuffer buf, CharBuffer str, int limit) { in equals() argument
1456 if (limit > buf.limit() || limit > str.limit()) in equals()
1459 if (buf.get(i) != str in equals()
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c51 const char *str = getenv("MESA_SPIRV_LOG_LEVEL"); in vtn_default_log_level() local
53 if (str == NULL) in vtn_default_log_level()
57 if (strcasecmp(str, vtn_log_level_strings[i]) == 0) { in vtn_default_log_level()
461 const char *str = (char *)words; in vtn_string_literal() local
462 const char *end = memchr(str, 0, word_count * 4); in vtn_string_literal()
466 *words_used = DIV_ROUND_UP(end - str + 1, sizeof(*words)); in vtn_string_literal()
468 return str; in vtn_string_literal()
492 b->file = vtn_value(b, w[1], vtn_value_type_string)->str; in vtn_foreach_instruction()
4446 (count > 3) ? vtn_value(b, w[3], vtn_value_type_string)->str : ""; in vtn_handle_preamble_instruction()
4927 vtn_push_value(b, w[1], vtn_value_type_string)->str in vtn_handle_preamble_instruction()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c346 const char *str; in radv_get_int_debug_option() local
349 str = getenv(name); in radv_get_int_debug_option()
350 if (!str) { in radv_get_int_debug_option()
355 result = strtol(str, &endptr, 0); in radv_get_int_debug_option()
356 if (str == endptr) { in radv_get_int_debug_option()
3155 radv_parse_vrs_rates(const char *str) in radv_parse_vrs_rates() argument
3157 if (!strcmp(str, "2x2")) { in radv_parse_vrs_rates()
3159 } else if (!strcmp(str, "2x1")) { in radv_parse_vrs_rates()
3161 } else if (!strcmp(str, "1x2")) { in radv_parse_vrs_rates()
3163 } else if (!strcmp(str, " in radv_parse_vrs_rates()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp313 return oss.str(); in intervalToString()
328 return oss.str(); in value16ToString()
369 return oss.str(); in comparisonMessage()
383 return oss.str(); in comparisonMessage()
400 return oss.str(); in comparisonMessage()
419 return oss.str(); in comparisonMessage()
433 return oss.str(); in value32ToString()
447 return oss.str(); in value64ToString()
6260 testLog << TestLog::Message << "Reference definitions:\n" << oss.str()
6483 m_spec.globalDeclarations = os.str();
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp601 return ss.str(); in GenSource()
781 return ss.str(); in GenSource()
975 return ss.str(); in GenSource()
1186 return ss.str(); in GenSource()
1390 return ss.str(); in GenSource()
2029 return ss.str(); in GenSource()
3585 return ss.str(); in GenSource()
3739 return ss.str(); in GenSource()
4293 return ss.str(); in GenGLSL()
6391 return ss.str(); in Shader1()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2439 const auto &str = Token.getString(); in isNamedOperandModifier() local
2440 return str == "abs" || str == "neg" || str == "sext"; in isNamedOperandModifier()
3635 if (Target != ExpectedTargetOS.str()) in ParseDirectiveAMDGCNTarget()
4050 return TokError(Err.str()); in ParseAMDKernelCodeTValue()
4151 if (ISAVersionStringFromASM != ISAVersionStreamFromSTI.str()) { in ParseDirectiveISAVersion()
4157 getTargetStreamer().EmitISAVersion(ISAVersionStreamFromSTI.str()); in ParseDirectiveISAVersion()
4176 "not available on non-amdhsa OSes")).str()); in ParseDirectiveHSAMetadata()
4256 "not available on non-amdpal OSes")).str()); in ParseDirectivePALMetadata()
[all...]
/third_party/python/Lib/test/
H A Dtest_os.py109 self.assertIsInstance(cwd, str)
1025 # correct str type.
1028 self.assertEqual(type(key), str)
1029 self.assertEqual(type(val), str)
2069 self._test_internal_execvpe(str)
2971 with subprocess.Popen([sys.executable, '-c', command, filename, str(deadline)]) as proc:
3143 self.key = str(uuid.uuid4())
3634 self._check_xattrs_str(str, *args, **kwargs)
3815 class Str(str):
3895 if isinstance(name, (str, byte
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp314 return oss.str(); in intervalToString()
329 return oss.str(); in value16ToString()
370 return oss.str(); in comparisonMessage()
384 return oss.str(); in comparisonMessage()
401 return oss.str(); in comparisonMessage()
420 return oss.str(); in comparisonMessage()
434 return oss.str(); in value32ToString()
448 return oss.str(); in value64ToString()
6249 testLog << TestLog::Message << "Reference definitions:\n" << oss.str()
6472 m_spec.globalDeclarations = os.str();
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenc.c109 { "brand", "Override major brand", offsetof(MOVMuxContext, major_brand), AV_OPT_TYPE_STRING, {.str = NULL}, .flags = AV_OPT_FLAG_ENCODING_PARAM },
114 { "encryption_scheme", "Configures the encryption scheme, allowed values are none, cenc-aes-ctr", offsetof(MOVMuxContext, encryption_scheme_str), AV_OPT_TYPE_STRING, {.str = NULL}, .flags = AV_OPT_FLAG_ENCODING_PARAM },
3747 const char *tag, const char *str)
3750 AVDictionaryEntry *t = av_dict_get(st->metadata, str, NULL, 0);
4642 static uint16_t language_code(const char *str) argument
4644 return (((str[0] - 0x60) & 0x1F) << 10) +
4645 (((str[1] - 0x60) & 0x1F) << 5) +
4646 (( str[2] - 0x60) & 0x1F);
4650 const char *tag, const char *str)
4653 AVDictionaryEntry *t = av_dict_get(s->metadata, str, NUL
3746 mov_write_track_metadata(AVIOContext *pb, AVStream *st, const char *tag, const char *str) global() argument
4649 mov_write_3gp_udta_tag(AVIOContext *pb, AVFormatContext *s, const char *tag, const char *str) global() argument
4760 mov_write_psp_udta_tag(AVIOContext *pb, const char *str, const char *lang, int type) global() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3282 shaderName.str(), in QueryPoolStatisticsTest()
3317 << source.str(); in initPrograms()
3318 sourceCollections.glslSources.add(m_parameters[shaderNdx].shaderName) << glu::ComputeSource(src.str()); in initPrograms()
3388 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
3414 sourceCollections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
3430 sourceCollections.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()
3505 tcu::StringTemplate sourceTemplate(source.str()); in initPrograms()
3518 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(source.str()); in initPrograms()
3532 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(source.str()); in initPrograms()
4107 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3267 shaderName.str(), in QueryPoolStatisticsTest()
3302 << source.str(); in initPrograms()
3303 sourceCollections.glslSources.add(m_parameters[shaderNdx].shaderName) << glu::ComputeSource(src.str()); in initPrograms()
3373 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
3400 sourceCollections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
3416 sourceCollections.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()
3491 tcu::StringTemplate sourceTemplate(source.str()); in initPrograms()
3504 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(source.str()); in initPrograms()
3518 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(source.str()); in initPrograms()
4093 sourceCollections.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc964 std::string schedule_string(schedule_stream.str()); in TraceScheduleAndVerify()
1050 for (const auto& c : disassembly.str()) { in CreatePipelineStatistics()
3096 for (auto const c : disassembler_stream.str()) { in GenerateCodeForWasmNativeStub()
3214 for (auto const c : disassembler_stream.str()) { in GenerateCodeForWasmFunction()
3471 data_->set_source_position_output(source_position_output.str()); in SelectInstructions()
3648 std::string disassembly_string(disassembly_stream.str()); in FinalizeCode()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc817 __ str(pc, MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
963 __ str(value, MemOperand(object, immediate)); in AssembleArchInstruction()
968 __ str(value, MemOperand(object, reg)); in AssembleArchInstruction()
1622 __ str(i.InputRegister(0), i.InputOffset(1)); in AssembleArchInstruction()
1755 __ str(i.InputRegister(0), MemOperand(sp, slot * kSystemPointerSize)); in AssembleArchInstruction()
3352 ASSEMBLE_ATOMIC_STORE_INTEGER(str, in AssembleArchInstruction()
3948 __ str(g.ToRegister(source), dst); in AssembleArchInstruction()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2448 pub const USB_BUS_DRIVER_NAME: &str = "USBBusDriver";
2449 pub const USB_CAM_DRIVER_NAME: &str = "USBCamDriver";
2450 pub const USB_CAM_MIC_DRIVER_NAME: &str = "USBCamMicDriver";
2451 pub const USB_STOR_DRIVER_NAME: &str = "USBStor_Driver";
3796 pub fn sceUtilitySetSystemParamString(id: SystemParamId, str: *const u8) -> i32; in sceUtilitySetSystemParamString()
3798 pub fn sceUtilityGetSystemParamString(id: SystemParamId, str: *mut u8, len: i32) -> i32; in sceUtilityGetSystemParamString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp3869 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in UpgradeRetainReleaseMarker()
4045 NewValue += S.str(); in UpgradeModuleFlags()
4080 return OS.str().substr(1); in UpgradeSectionAttributes()
4119 .str()); in upgradeLoopTag()
4174 std::string Res = (Groups[1] + AddrSpaces + Groups[3]).toStringRef(Buf).str(); in UpgradeDataLayoutString()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp2013 c->str = s;
2015 std::string str;
2029 EXPECT_EQ(c.str, "hello world");
3563 std::string str = "std::string";
3578 RR_WATCH(str);
3600 " str: std::string",
3903 return addressSS.str();
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c3908 char *str = NULL; in wpa_supplicant_notify_avoid_freq() local
3913 str = freq_range_list_str(list); in wpa_supplicant_notify_avoid_freq()
3915 str ? str : ""); in wpa_supplicant_notify_avoid_freq()
3918 if (freq_range_list_parse(&wpa_s->global->p2p_go_avoid_freq, str)) { in wpa_supplicant_notify_avoid_freq()
3933 os_free(str); in wpa_supplicant_notify_avoid_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c739 const char *str; in ssl_info_cb() local
745 str = "SSL_connect"; in ssl_info_cb()
747 str = "SSL_accept"; in ssl_info_cb()
749 str = "undefined"; in ssl_info_cb()
753 str, SSL_state_string_long(ssl)); in ssl_info_cb()
779 str, ret == 0 ? "failed" : "error", in ssl_info_cb()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2469 str lr,[sp,#-4]! @ push lr
2523 str r4,[r0,#0]
2525 str r5,[r0,#4]
2527 str r6,[r0,#8]
2529 str r7,[r0,#12]
2531 str r8,[r0,#16]
2533 str r9,[r0,#20]
2535 str r10,[r0,#24]
2536 str r11,[r0,#28]
2559 str l
[all...]

Completed in 156 milliseconds

1...<<361362363364365366367368369370>>...402