Home
last modified time | relevance | path

Searched refs:string (Results 6551 - 6575 of 27492) sorted by relevance

1...<<261262263264265266267268269270>>...1100

/third_party/gn/src/gn/
H A Dresolved_target_data.h24 // paths to add to their final linker command string, based on the
87 const std::vector<std::string>& GetLinkedFrameworks( in GetLinkedFrameworks()
94 const std::vector<std::string>& GetLinkedWeakFrameworks( in GetLinkedWeakFrameworks()
158 std::vector<std::string> frameworks;
159 std::vector<std::string> weak_frameworks;
H A Druntime_deps.cc42 // Automatically converts a string that looks like a source to an OutputFile.
43 void AddIfNew(const std::string& str, in AddIfNew()
135 std::string deps_target_list_file = in CollectRuntimeDepsFromFlag()
142 std::string list_contents; in CollectRuntimeDepsFromFlag()
147 std::string("File for --") + switches::kRuntimeDepsListFile + in CollectRuntimeDepsFromFlag()
/third_party/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc33 #include <string>
43 ::testing::Matcher<const std::string&> SameExceptSpaces(const std::string& s) { in SameExceptSpaces()
44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
54 // with an empty string.
/third_party/libunwind/libunwind/include/
H A Dlibunwind_i.h55 #include <string.h>
287 print_error (const char *string) in print_error() argument
289 return write (2, string, strlen (string)); in print_error()
/third_party/json/tests/src/
H A Dunit-serialization.cpp97 CHECK_THROWS_WITH_AS(j.dump(), "[json.exception.type_error.316] incomplete UTF-8 string; last byte: 0xC2", json::type_error&);
121 auto test = [&](std::string const & input, std::string const & expected)
154 auto test = [&](std::string const & input, std::string const & expected)
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerCorpus.h41 InputCorpus(const std::string &OutputCorpus) : OutputCorpus(OutputCorpus) { in InputCorpus()
82 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit()
205 std::unordered_set<std::string> Hashes;
212 std::string OutputCorpus;
/third_party/node/src/inspector/
H A Dtracing_agent.cc63 explicit SendMessageRequest(int object_id, const std::string& message) in SendMessageRequest()
79 std::string message_;
147 std::set<std::string> categories_set; in start()
148 protocol::Array<std::string>* categories = in start()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dunicodestring_test.cc30 string utf8; in operator <<()
38 string utf8; in TEST()
45 string utf8; in TEST()
52 string utf8; in TEST()
167 // tempSubString() returns an empty unicode string if one of the provided in TEST()
226 // Modify the string which should invalidate the iterator cache. in TEST()
/third_party/node/deps/v8/src/diagnostics/
H A Dcompilation-statistics.cc20 std::string phase_name_str(phase_name); in RecordPhaseStats()
33 std::string phase_kind_name_str(phase_kind_name); in RecordPhaseKindStats()
59 std::string CompilationStatistics::BasicStats::AsJSON() { in AsJSON()
65 DCHECK_EQ(function_name_.find("\""), std::string::npos); in AsJSON()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.cc208 // First, store the remaining characters to the right into a temp string. in GetRawChar()
209 std::string right = data_.substr(read_index_ + 1); in GetRawChar()
248 bool Packet::GetString(std::string* str) { in GetString()
258 bool Packet::GetHexString(std::string* str) { in GetHexString()
259 // Decode a string encoded as a series of 2-hex digit pairs. in GetHexString()
321 std::string Packet::GetPacketData() const { in GetPacketData()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h13 #include <string>
73 V8_EXPORT std::string utf8() const;
162 std::size_t operator()(const v8_inspector::String16& string) const { in operator ()()
163 return string.hash(); in operator ()()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.h137 static Opcode op_from_string(const std::string& s);
155 void read_tex_coord_normalitazion(const std::string& next_token);
156 void set_tex_param(const std::string& next_token);
187 static const std::map<Opcode, std::string> s_opcode_map;
H A Dsfn_instrfactory.cpp42 #include <string>
48 using std::string;
57 PInst InstrFactory::from_string(const std::string& s, int nesting_depth) in from_string()
59 string type; in from_string()
/third_party/rust/crates/clap/src/builder/
H A Dos_str.rs3 /// A UTF-8-encoded fixed string
5 /// **NOTE:** To support dynamic values (i.e. `OsString`), enable the [`string`
13 #[cfg(feature = "string")]
20 #[cfg(feature = "string")]
33 /// Get the raw string as an `std::ffi::OsStr`
38 /// Get the raw string as an `OsString`
50 #[cfg(feature = "string")] in from()
60 #[cfg(not(feature = "string"))]
83 #[cfg(feature = "string")] in from()
90 #[cfg(feature = "string")]
[all...]
/third_party/python/Python/
H A Dstructmember.c256 const char *string; in PyMember_SetOne() local
259 string = PyUnicode_AsUTF8AndSize(v, &len); in PyMember_SetOne()
260 if (string == NULL || len != 1) { in PyMember_SetOne()
264 *(char*)addr = string[0]; in PyMember_SetOne()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp34 #include <string>
40 using std::string;
193 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrImageOffsetTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBuffer.h49 std::string getLabel() const { return mLabel; } in getLabel()
54 std::string mLabel;
94 void setLabel(const Context *context, const std::string &label) override;
95 const std::string &getLabel() const override;
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp38 #include <string>
84 mutable std::string m_string;
305 std::string m_vertShaderSource;
306 std::string m_fragShaderSource;
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_capability.cpp18 #include <string>
283 return std::string("Unknown"); in CapabilityPass()
285 return std::string(desc->name); in CapabilityPass()
293 const std::string opencl_profile = opencl_embedded ? "Embedded" : "Full"; in CapabilityPass()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_pass_outline_functions_test.cpp26 std::string shader = R"(
188 std::string after_adjustment = R"( in TEST()
348 std::string after_adjustments = R"( in TEST()
495 std::string after_adjustments = R"( in TEST()
H A Dfuzzer_shrinker_test.cpp58 const std::string kTestShader1 = R"(
247 const std::string kTestShader2 = R"(
543 const std::string kTestShader3 = R"(
1021 void RunFuzzerAndShrinker(const std::string& shader,
H A Dshrinker_test.cpp33 const std::string kReferenceModule = R"( in TEST()
57 const std::string kDonorModule = R"( in TEST()
270 const std::string kReferenceModule = R"( in TEST()
294 const std::string kDonorModule = R"( in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DEXT_shader_framebuffer_fetch_test.cpp126 std::map<ShShaderOutput, std::string> shaderOutputList = {
144 void Initialize(std::map<ShShaderOutput, std::string> &shaderOutputList) in Initialize()
225 std::map<ShShaderOutput, std::string> mShaderOutputList;
332 std::map<ShShaderOutput, std::string> shaderOutputList = {
400 // in both GL2 and GL3, with and without the version string.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp110 std::string DisplayNULL::getRendererDescription() in getRendererDescription()
115 std::string DisplayNULL::getVendorString() in getVendorString()
120 std::string DisplayNULL::getVersionString() in getVersionString()
122 return std::string(); in getVersionString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_capability.cpp18 #include <string>
283 return std::string("Unknown"); in CapabilityPass()
285 return std::string(desc->name); in CapabilityPass()
293 const std::string opencl_profile = opencl_embedded ? "Embedded" : "Full"; in CapabilityPass()

Completed in 21 milliseconds

1...<<261262263264265266267268269270>>...1100