/third_party/musl/ldso/ |
H A D | dynlink.c | 6 #include <string.h> 1747 * and access string literals and static data, but cannot use extern
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-s390x.pl | 2279 .string "AES for s390x, CRYPTOGAMS by <appro\@openssl.org>"
|
/third_party/openssl/test/ |
H A D | ectest.c | 17 #include <string.h> 251 test_output_memory("Generator as octet string, compressed form:", in prime_field_tests() 260 test_output_memory("Generator as octet string, uncompressed form:", in prime_field_tests() 269 test_output_memory("Generator as octet string, hybrid form:", in prime_field_tests() 1037 test_output_memory("Generator as octet string, compressed form:", in char2_field_tests() 1047 test_output_memory("Generator as octet string, uncompressed form:", in char2_field_tests() 1059 test_output_memory("Generator as octet string, hybrid form:", in char2_field_tests()
|
H A D | bntest.c | 12 #include <string.h>
|
H A D | evp_test.c | 12 #include <string.h> 43 const char *err, *aux_err; /* Error string for test */ 45 char *reason; /* Expected error reason string */ 230 * Unescape some sequences in string literals (only \n for now). 272 * For a hex string "value" convert to a binary allocated buffer. 301 /* Check for string literal */ in parse_bin() 1114 /* Algorithm string for this MAC */ 2049 TEST_error("Integer overflow in string %s", value); in parse_uint64() 2054 TEST_error("Invalid character in string %s", value); in parse_uint64() 3676 * Return 1 if one of the providers named in the string i [all...] |
H A D | poly1305_internal_test.c | 13 #include <string.h>
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitLir.c | 39 #include <string.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.c | 27 #include <string.h>
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-s390x.pl | 2279 .string "AES for s390x, CRYPTOGAMS by <appro\@openssl.org>"
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 11 #include <string.h>
|
H A D | validationES2.cpp | 4789 const GLchar *const *string, in ValidateShaderSource() 4785 ValidateShaderSource(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID shader, GLsizei count, const GLchar *const *string, const GLint *length) ValidateShaderSource() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultisampledRenderToTextureTest.cpp | 788 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 62 #include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp 149 struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data 162 struct ImGuiTextBuffer; // Helper to hold and append into a text buffer (~string builder) 221 typedef unsigned int ImGuiID;// A unique ID used by widgets (typically the result of hashing a stack of string) 241 // (we generally use UTF-8 encoded string in the API. This is storage specifically for a decoded character used for keyboard input and display) 316 IMGUI_API const char* GetVersion(); // get the compiled version string e.g. "1.80 WIP" (essentially the value for IMGUI_VERSION from the compiled version of imgui.cpp) 473 // - In this header file we use the "label"/"name" terminology to denote a string that will be displayed + used as an ID, 474 // whereas "str_id" denote a string that is only used as an ID and not normally displayed. 475 IMGUI_API void PushID(const char* str_id); // push string into the ID stack (will hash string) [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | TextureZeroInitTests.cpp | 85 std::string source = R"( in CreateBasicVertexShaderForTest()
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 25 #include <string.h> 2071 pa_log(_("Failed to set format: invalid format string %s"), format); in set_sink_formats() 3182 pa_log(_("Excess arguments given, they will be ignored. Note that all message parameters must be given as a single string.")); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.cpp | 131 std::string Buffer; in emitUsingTextFixup() 1912 // when vmov{c}'ing, we need to emit a width string. Otherwise, the in emitSingleDestSingleSource()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 207 // Unfortunately this can't be determined just from the ISA naming string. in RISCVTargetLowering() 2692 SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, in LowerAsmOperandForConstraint()
|
/third_party/python/Lib/test/ |
H A D | test_unicode.py | 51 string ('') are singletons and cannot be cloned. 197 with self.subTest(string=case): 403 # same length, remove a letter, or replace with a longer string. 1098 # class with __format__ that forwards to string, for some format_spec's 1103 return "string is " + self.x 1247 self.assertEqual('{0!s}'.format(G('data')), 'string is data') 1262 # string format specifiers 1335 # string format spec errors 1336 sign_msg = "Sign not allowed in string format specifier" 1339 space_msg = "Space not allowed in string forma [all...] |
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 3184 pub fn strsep(string: *mut *mut ::c_char, delim: *const ::c_char) -> *mut ::c_char; in strsep()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 58 static std::string Name() { in Name() 1584 // Immutable move-only string with sizeof equal to sizeof(void*). The string
|
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 35 #include <string.h>
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 565 # 1. string with version token (without ' 1' at the end) 720 # save array containing 'device' or 'instance' string followed by the optional vulkan version in which this extension is core; 1743 "\tstd::string driver;\n" 1818 # save array containing 'device' or 'instance' string followed by the optional vulkan version in which this extension is core; 1872 yield '::std::string instanceExtensionNames[] =\n{' 1879 yield '::std::string deviceExtensionNames[] =\n{' 1891 yield 'void getInstanceExtensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)\n{' 1894 yield 'void getDeviceExtensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions)\n{' 2967 incFileName = inc.string[inc.start(1):inc.end(1)]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 2335 const GLchar *const *string, in glShaderSourceNULL() 2333 glShaderSourceNULL(GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) glShaderSourceNULL() argument
|
H A D | null_functions.h | 1479 const GLchar *const *string,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 362 VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const std::string & name, 380 VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const std::string & name, 479 enumerateInstanceExtensionProperties( Optional<const std::string> layerName, Dispatch const & d ) in enumerateInstanceExtensionProperties() 513 enumerateInstanceExtensionProperties( Optional<const std::string> layerName, in enumerateInstanceExtensionProperties() 560 PhysicalDevice::enumerateDeviceExtensionProperties( Optional<const std::string> layerName, in enumerateDeviceExtensionProperties() 596 PhysicalDevice::enumerateDeviceExtensionProperties( Optional<const std::string> layerName, in enumerateDeviceExtensionProperties() 8771 const std::string & layerPrefix, 8772 const std::string & message, [all...] |