Home
last modified time | relevance | path

Searched refs:string (Results 7276 - 7300 of 20062) sorted by relevance

1...<<291292293294295296297298299300>>...803

/third_party/spirv-tools/test/fuzz/
H A Dtransformation_swap_conditional_branch_operands_test.cpp27 std::string shader = R"( in TEST()
122 std::string after_transformation = R"( in TEST()
H A Dtransformation_swap_two_functions_test.cpp45 std::string shader = R"( in TEST()
174 std::string after_transformation = R"( in TEST()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureStateQueryTests.cpp115 std::string() + textureTargets[targetNdx].name + "_is_texture", in init()
126 std::string() + textureTargets[targetNdx].name + "_" + states[stateNdx].name + getVerifierSuffix(verifier), in init()
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-invalid-texture-funcs.py24 import string namespace
58 self.name = string.join([s.lower() for s in [funcname] + args], "_")
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3TestCaseWrapper.hpp43 void init (tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init()
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31TestCaseWrapper.hpp43 void init (tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init()
H A Dtes31TestPackage.cpp77 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
78 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderUtil.cpp48 std::string getGLSLShadingRateMask (FragmentSize fragmentSize) in getGLSLShadingRateMask()
50 std::string shadingRateMask; in getGLSLShadingRateMask()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp29 #include <string>
38 SocketError (const std::string& message) : std::runtime_error(message) {} in SocketError()
/third_party/vk-gl-cts/framework/egl/
H A DegluDefs.cpp31 #include <string>
56 : tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr : "", __FILE__, __LINE__) in Error()
H A DegluNativeWindow.cpp90 NativeWindowFactory::NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::Capability capabilities) in NativeWindowFactory()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgPrettyPrinter.cpp154 std::string f = de::toString(token.getFloat()); in processToken()
155 if (f.find('.') == std::string::npos) in processToken()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.hpp74 virtual std::string getRequiredExtension(void) const = 0;
83 de::MovePtr<ImageSource> createUnsupportedImageSource (const std::string& message, glw::GLenum format, bool isYUV);
/third_party/benchmark/test/
H A Dbenchmark_test.cc17 #include <string>
126 std::string s1(len, '-'); in BM_StringCompare()
127 std::string s2(len, '-'); in BM_StringCompare()
220 BENCHMARK_CAPTURE(BM_with_args, string_and_pair_test, std::string("abc"),
/third_party/icu/icu4c/source/i18n/
H A Dnumber_affixutils.cpp395 // End of string in nextToken()
398 // No more tokens in string. in nextToken()
406 // No more tokens in string. in nextToken()
425 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() argument
430 return string.length() > 0; in hasNext()
433 // Special case: the last character in string is an end quote. in hasNext()
434 if (tag.state == STATE_INSIDE_QUOTE && tag.offset == string.length() - 1 && in hasNext()
435 string.charAt(tag.offset) == u'\'') { in hasNext()
440 return tag.offset < string.length(); in hasNext()
/third_party/icu/icu4c/source/common/unicode/
H A Dplatform.h634 * - ICU will assume that all non-invariant char*, StringPiece, std::string etc.
675 * The size of wchar_t was 1 but L"xyz" string literals had 32-bit units anyway.
759 * and u"abc" UTF-16 string literals are supported.
760 * This is a new standard type and standard string literal syntax in C++0x
770 * and does not support u"abc" string literals.
772 * both char16_t and u"abc" string literals.
774 * does not support u"abc" string literals.
799 # define U_DECLARE_UTF16(string) u ## string
802 # define U_DECLARE_UTF16(string)
[all...]
/third_party/node/test/parallel/
H A Dtest-buffer-fill.js215 `string.${common.invalidArgTypeHelper(args[3])}`
240 // string while fill() blindly copies bytes into memory. To account for that an
243 function writeToFill(string, offset, end, encoding) {
244 if (typeof offset === 'string') {
248 } else if (typeof end === 'string') {
271 const written = buf2.write(string, offset, length, encoding);
285 function testBufs(string, offset, length, encoding) {
/third_party/node/src/
H A Dnode_http_common-inl.h80 std::string NgHeaderBase<allocator_t>::ToString() const { in ToString()
81 std::string ret = name(); in ToString()
180 std::string NgHeader<T>::name() const { in name()
185 std::string NgHeader<T>::value() const { in value()
H A Dnode_report_module.cc33 std::string filename; in WriteReport()
69 // Return value is the contents of a report as a string. in GetReport()
90 std::string directory = per_process::cli_options->report_directory; in GetDirectory()
106 std::string filename = per_process::cli_options->report_filename; in GetFilename()
121 std::string signal = env->isolate_data()->options()->report_signal; in GetSignal()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dplatform.h621 * - ICU will assume that all non-invariant char*, StringPiece, std::string etc.
662 * The size of wchar_t was 1 but L"xyz" string literals had 32-bit units anyway.
746 * and u"abc" UTF-16 string literals are supported.
747 * This is a new standard type and standard string literal syntax in C++11
780 # define U_DECLARE_UTF16(string) u ## string
783 # define U_DECLARE_UTF16(string) L ## string
/third_party/ninja/src/
H A Dsubprocess-posix.cc23 #include <string.h>
51 bool Subprocess::Start(SubprocessSet* set, const string& command) { in Start()
183 const string& Subprocess::GetOutput() const { in GetOutput()
241 Subprocess *SubprocessSet::Add(const string& command, bool use_console) { in Add()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_affixutils.cpp395 // End of string in nextToken()
398 // No more tokens in string. in nextToken()
406 // No more tokens in string. in nextToken()
425 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() argument
430 return string.length() > 0; in hasNext()
433 // Special case: the last character in string is an end quote. in hasNext()
434 if (tag.state == STATE_INSIDE_QUOTE && tag.offset == string.length() - 1 && in hasNext()
435 string.charAt(tag.offset) == u'\'') { in hasNext()
440 return tag.offset < string.length(); in hasNext()
/third_party/libexif/contrib/c++/
H A Dexif.hxx31 #include <string>
38 InvalidIndex(const std::string& s) in InvalidIndex()
44 InvalidFormat(const std::string& s) in InvalidFormat()
50 IOError(const std::string& s) in IOError()
/third_party/libexif/libexif/fuji/
H A Dmnote-fuji-entry.c23 #include <string.h>
57 const char *string; member
242 for (j = 0; items[i].elem[j].string && in mnote_fuji_entry_get_value()
249 strncpy (val, _(items[i].elem[j].string), maxlen); in mnote_fuji_entry_get_value()
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc5 #include "src/inspector/v8-string-conversions.h"
344 std::string UTF16ToUTF8(const UChar* stringStart, size_t length) { in UTF16ToUTF8()
345 if (!stringStart || !length) return std::string(); in UTF16ToUTF8()
355 // have a good chance of being able to write the string into the in UTF16ToUTF8()
357 if (length > std::numeric_limits<unsigned>::max() / 3) return std::string(); in UTF16ToUTF8()
359 std::string output(length * 3, '\0'); in UTF16ToUTF8()

Completed in 18 milliseconds

1...<<291292293294295296297298299300>>...803