Home
last modified time | relevance | path

Searched refs:str (Results 13451 - 13475 of 14739) sorted by relevance

1...<<531532533534535536537538539540>>...590

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc136 << ss.str() << " " // in TYPED_TEST()
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h879 char *str; member
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs668 s: &str, in from_hex_str()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dword_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
/third_party/spirv-tools/source/opt/
H A Dinstruction.h651 // Pretty-prints |inst| to |str| and returns |str|.
657 std::ostream& operator<<(std::ostream& str, const Instruction& inst);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp449 throw CalibrationFailedException(msg.str());
H A Des3fPixelBufferObjectTests.cpp263 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fragmentShaderSource.str())); in init()
H A Des3fReadPixelsTests.cpp146 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSource, fragmentSource.str())); in render()
H A Des3fDefaultVertexAttributeTests.cpp439 return buf.str(); in genVertexSource()
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp503 formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, format, useDeviceGroup)); in createImageSparseBindingTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp278 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSource.str())<< buildOptions; in initFrameBufferProgramsFrag()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.hpp437 std::ostream& operator<< (std::ostream& str, const LogGradientFmt& fmt);
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp267 checkCallReturn(m_eglTestCtx, call.str().c_str(), image, noImageVal, expectError); in checkCreate()
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/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py191 assert all(isinstance(value, str) for value in extra_env.values())
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c6164 static int bnx2x_null_format_ver(u32 spirom_ver, u8 *str, u16 *len) in bnx2x_null_format_ver() argument
6166 str[0] = '\0'; in bnx2x_null_format_ver()
6171 static int bnx2x_format_ver(u32 num, u8 *str, u16 *len) in bnx2x_format_ver() argument
6177 bnx2x_null_format_ver(num, str, len); in bnx2x_format_ver()
6181 ret = scnprintf(str, *len, "%hx.%hx", num >> 16, num); in bnx2x_format_ver()
6186 static int bnx2x_3_seq_format_ver(u32 num, u8 *str, u16 *len) in bnx2x_3_seq_format_ver() argument
6192 bnx2x_null_format_ver(num, str, len); in bnx2x_3_seq_format_ver()
6196 ret = scnprintf(str, *len, "%hhx.%hhx.%hhx", num >> 16, num >> 8, num); in bnx2x_3_seq_format_ver()
10609 static int bnx2x_8485x_format_ver(u32 raw_ver, u8 *str, u16 *len) in bnx2x_8485x_format_ver() argument
10615 return bnx2x_3_seq_format_ver(num, str, le in bnx2x_8485x_format_ver()
10618 bnx2x_848xx_format_ver(u32 raw_ver, u8 *str, u16 *len) bnx2x_848xx_format_ver() argument
11538 bnx2x_7101_format_ver(u32 spirom_ver, u8 *str, u16 *len) bnx2x_7101_format_ver() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c6164 static int bnx2x_null_format_ver(u32 spirom_ver, u8 *str, u16 *len) in bnx2x_null_format_ver() argument
6166 str[0] = '\0'; in bnx2x_null_format_ver()
6171 static int bnx2x_format_ver(u32 num, u8 *str, u16 *len) in bnx2x_format_ver() argument
6177 bnx2x_null_format_ver(num, str, len); in bnx2x_format_ver()
6181 ret = scnprintf(str, *len, "%x.%x", (num >> 16) & 0xFFFF, in bnx2x_format_ver()
6187 static int bnx2x_3_seq_format_ver(u32 num, u8 *str, u16 *len) in bnx2x_3_seq_format_ver() argument
6193 bnx2x_null_format_ver(num, str, len); in bnx2x_3_seq_format_ver()
6197 ret = scnprintf(str, *len, "%x.%x.%x", (num >> 16) & 0xFF, in bnx2x_3_seq_format_ver()
10611 static int bnx2x_8485x_format_ver(u32 raw_ver, u8 *str, u16 *len) in bnx2x_8485x_format_ver() argument
10617 return bnx2x_3_seq_format_ver(num, str, le in bnx2x_8485x_format_ver()
10620 bnx2x_848xx_format_ver(u32 raw_ver, u8 *str, u16 *len) bnx2x_848xx_format_ver() argument
11540 bnx2x_7101_format_ver(u32 spirom_ver, u8 *str, u16 *len) bnx2x_7101_format_ver() argument
[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...]

Completed in 86 milliseconds

1...<<531532533534535536537538539540>>...590