Home
last modified time | relevance | path

Searched refs:string (Results 27751 - 27775 of 28633) sorted by relevance

1...<<1111111211131114111511161117111811191120>>...1146

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp474 const std::map<VkFormat, std::string> spirvFormats = {
526 const std::string getSpirvFormat(VkFormat fmt) in getSpirvFormat()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h482 #include <string.h>
487 #include <string.h>
1016 // returns 1/0 whether the first string interpreted as utf8 is identical to
1017 // the second string interpreted as big-endian utf16... useful for strings from next func
1020 // returns the string (which may be big-endian double byte, e.g. for unicode)
1398 stbtt__cff_get_index(&b); // string INDEX in stbtt_InitFont_internal()
4607 // check if a utf8 string contains a prefix which is the utf16 string; if so return length of matching utf8 string
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl32.h483 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
626 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
/third_party/python/Lib/test/
H A Dtest_zipfile.py9 import string namespace
1945 string and doesn't advance file pointer."""
3283 self.assertRegex(warnings[0], rb"^<string>:8: EncodingWarning:")
3284 self.assertRegex(warnings[1], rb"^<string>:9: EncodingWarning:")
3434 data = ['/'.join(string.ascii_lowercase + str(n)) for n in range(10000)]
H A Dtest_shutil.py16 import string namespace
76 If *path* is a tuple instead of a string, os.path.join will be used to
98 chunk = b"".join([random.choice(string.ascii_letters).encode()
108 If *path* is a tuple instead of a string, os.path.join will be used to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp92 #include <string>
133 std::string Prefix;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp59 #include <string>
3538 report_fatal_error(std::string("Unknown .new type: ") + in getDotNewOp()
4311 // Count the number of register definitions to find the asm string. in getSize()
4315 assert(NumDefs != MI.getNumOperands()-2 && "No asm string?"); in getSize()
4317 assert(MI.getOperand(NumDefs).isSymbol() && "No asm string?"); in getSize()
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h285 virtual DisassemblerStream& operator<<(const char* string) { in operator <<() argument
286 os_ << string; in operator <<() local
H A Dassembler-aarch32.h6153 std::string error_message(std::string("Ill-formed '") + in UnimplementedDelegate()
6154 std::string(ToCString(type)) + in UnimplementedDelegate()
6155 std::string("' instruction.\n")); in UnimplementedDelegate()
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl32.h462 typedef void (GL_APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
605 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c7653 const char string[ETH_GSTRING_LEN]; member
7689 const char string[ETH_GSTRING_LEN]; member
7708 const char string[ETH_GSTRING_LEN]; member
7720 const char string[ETH_GSTRING_LEN]; member
8340 dev_err(np->device, "Illegal phy string [%s]\n", in niu_pci_vpd_validate()
9223 netdev_err(dev, "%pOF: Illegal phy string [%s]\n", in niu_get_of_props()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dniu.c7671 const char string[ETH_GSTRING_LEN]; member
7707 const char string[ETH_GSTRING_LEN]; member
7726 const char string[ETH_GSTRING_LEN]; member
7738 const char string[ETH_GSTRING_LEN]; member
8359 dev_err(np->device, "Illegal phy string [%s]\n", in niu_pci_vpd_validate()
9247 netdev_err(dev, "%pOF: Illegal phy string [%s]\n", in niu_get_of_props()
/third_party/libevdev/
H A Dconfigure593 # Sed expression to map a string onto a valid CPP name.
596 # Sed expression to map a string onto a valid variable name.
641 # include <string.h>
1400 # This message is too long to be a string in the A/UX 3.1 sh.
1810 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
2234 case '\''s'\'': // string
2263 char *restrict newvar = "Another string";
2266 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
2279 .name = L"Test wide string",
2330 char const utf8_literal[] = u8"happens to be ASCII" "another string";
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1604 // Check if {value} is the empty string. in TruncateTaggedPointerToBit()
3819 Node* string = node->InputAt(0); in LowerStringToNumber() local
3828 return __ Call(call_descriptor, __ HeapConstant(callable.code()), string, in LowerStringToNumber()
3852 // Dispatch on the current {receiver}s string representation. in StringCharCodeAt()
4047 // Load the isolate wide single character string cache. in LowerStringFromSingleCharCode()
4053 // Check if we have an entry for the {code} in the single character string in LowerStringFromSingleCharCode()
4171 // Load the isolate wide single character string cache. in LowerStringFromSingleCodePoint()
4177 // Check if we have an entry for the {code} in the single character string in LowerStringFromSingleCodePoint()
4235 // Generate surrogate pair string in LowerStringFromSingleCodePoint()
4293 Node* string in LowerStringFromCodePointAt() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp4774 static std::map<GLenum, std::string> attachment_name_map; in TestBase()
5498 /** Retrieves a string representing name of target passed by argument.
5500 * @param target GLES target to retrieve a string for.
5502 * @return A relevant string or "?" (without double quotation marks)
6119 /** Retrieves a string representing name of internal format passed by argument.
6121 * @param internalformat GLES internal format to retrieve a string for.
6123 * @return A relevant string or "?" (without double quotation marks)
9200 std::map<std::string, std::string> specializationMap;
9205 static std::string shader_sourc
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp57 #include <string>
1981 std::string ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; in processInstruction()
6729 static std::string MipsMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
6743 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS); in ParseInstruction()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc29 #include <string>
53 std::string MoveForm() { return instr_form_; } in MoveForm()
56 std::string instr_form_;
77 std::string form = reporter.MoveForm(); in CheckAndMaybeDisassembleMovprfxPairs()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp2769 enumerateInstanceExtensionProperties( Optional<const std::string> layerName VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT ) const;
2885 VULKAN_HPP_NODISCARD PFN_vkVoidFunction getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT;
2965 const std::string & layerPrefix,
2966 const std::string & message ) const VULKAN_HPP_NOEXCEPT;
3173 enumerateDeviceExtensionProperties( Optional<const std::string> layerName VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT ) const;
3618 VULKAN_HPP_NODISCARD PFN_vkVoidFunction getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT;
11801 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT
11810 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT
11844 Context::enumerateInstanceExtensionProperties( Optional<const std::string> layerName ) const in enumerateInstanceExtensionProperties()
11873 PhysicalDevice::enumerateDeviceExtensionProperties( Optional<const std::string> layerNam
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c517 * will emulate SYSCALL in legacy mode if the vendor string in guest
5053 int size, in, string; in handle_io() local
5057 string = (exit_qualification & 16) != 0; in handle_io()
5061 if (string) in handle_io()
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c81 #include <linux/string.h>
2824 rc = selinux_add_opt(opt, param->string, &fc->security); in selinux_fs_context_parse_param()
2826 param->string = NULL; in selinux_fs_context_parse_param()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c42 #include <linux/string.h>
1102 dprintk("nfs: couldn't resolve uid %d to string\n", in encode_attrs()
1116 dprintk("nfs: couldn't resolve gid %d to string\n", in encode_attrs()
3147 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline() argument
3149 ssize_t ret = xdr_stream_decode_opaque_inline(xdr, (void **)string, in decode_opaque_inline()
5391 /* skip netid string */ in decode_setclientid()
5400 /* skip uaddr string */ in decode_setclientid()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4xdr.c42 #include <linux/string.h>
1114 dprintk("nfs: couldn't resolve uid %d to string\n", in encode_attrs()
1128 dprintk("nfs: couldn't resolve gid %d to string\n", in encode_attrs()
3175 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline() argument
3177 ssize_t ret = xdr_stream_decode_opaque_inline(xdr, (void **)string, in decode_opaque_inline()
5499 /* skip netid string */ in decode_setclientid()
5508 /* skip uaddr string */ in decode_setclientid()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c5364 int size, in, string; in handle_io() local
5368 string = (exit_qualification & 16) != 0; in handle_io()
5372 if (string) in handle_io()
8385 * will emulate SYSCALL in legacy mode if the vendor string in guest in vmx_setup_user_return_msrs()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c208 UChar string[MAXLEN]; in doTests() local
215 getStringFromDirProps(tests[testNumber].text, tests[testNumber].length, string); in doTests()
217 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode); in doTests()
365 /* This function converts a pseudo-Bidi string into a UChar string. in pseudoToU16()
366 It returns the length of the UChar string. in pseudoToU16()
382 /* This function converts a UChar string into a pseudo-Bidi string. in u16ToPseudo()
383 It returns the length of the pseudo-Bidi string. in u16ToPseudo()
1381 /* NULL string */ in testGetBaseDirection()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java367 errln("Fail to parse the string: " + s); in TestExponential()
452 // the string to be parsed, parsed position, parsed error index in TestSpaceParsing()
594 "$1,234.56", // string to be parsed in TestCurrencyFormatForMixParsing()
657 // string to be parsed, the parsed result (number) in TestDecimalFormatCurrencyParse()
838 // each has: string to be parsed, parsed position, error position in TestMiscCurrencyParsing()
984 assertEquals("Expected to fail on 'us denmark' string", 4, ppos.getErrorIndex()); in TestParseCurrencyWithWhitespace()
1619 errln("numberformat of string did not throw exception"); in TestCoverage()
1622 logln("PASS: numberformat of string failed as expected"); in TestCoverage()
1628 logln("compare to string returns: " + fmt.equals("")); in TestCoverage()
1749 logln("NumberFormat.parse empty string succeed in TestParseEmpty()
2818 expectCurrency(NumberFormat nf, Currency curr, double value, String string) expectCurrency() argument
[all...]

Completed in 212 milliseconds

1...<<1111111211131114111511161117111811191120>>...1146