Home
last modified time | relevance | path

Searched refs:string (Results 7426 - 7450 of 28878) sorted by relevance

1...<<291292293294295296297298299300>>...1156

/third_party/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc42 std::string TestPartResult::ExtractSummary(const char* message) { in ExtractSummary()
44 return stack_trace == nullptr ? message : std::string(message, stack_trace); in ExtractSummary()
/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dtest262.py34 def _parse_exception(self, string):
38 '^(?:\w:)?[^:]*:[0-9]+: ([^: ]+?)($|: )', string, re.MULTILINE)
/third_party/node/src/permission/
H A Dpermission.h42 static PermissionScope StringToPermission(const std::string& perm);
49 void Apply(const std::string& allow, PermissionScope scope);
/third_party/nghttp2/src/
H A Dshrpx_http.h30 #include <string>
64 std::string colorizeHeaders(const char *hdrs);
70 // Creates set-cookie-string for cookie based affinity. If |path| is
/third_party/ninja/src/
H A Ddepfile_parser.in.cc47 bool DepfileParser::Parse(string* content, string* err) { in Parse()
77 re2c:indent:string = " "; in Parse()
H A Ddepfile_parser_perftest.cc37 string buf; in main()
38 string err; in main()
/third_party/node/deps/npm/node_modules/@tufjs/canonical-json/lib/
H A Dindex.js14 if (typeof object === 'string') {
56 // quote (") characters and wrapping the resulting string in double quotes.
57 function canonicalizeString(string) {
58 const escapedString = string.replace(/\\/g, '\\\\').replace(/"/g, '\\"');
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
H A Dindex.js13 function startsWith(prefix, string) {
14 return string.slice(0, prefix.length) === prefix;
/third_party/ltp/testcases/kernel/syscalls/memcpy/
H A Dmemcpy01.c16 #include <string.h>
18 #include <string.h>
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.h17 #include <string>
26 using std::string;
47 // Class containing string constants of region codes for easier testing. Note
200 // Returns a region code string representing the "unknown" region.
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dplatform.h151 V8_EXPORT void Fatal(const std::string& reason = std::string(),
/third_party/node/deps/v8/include/cppgc/
H A Dplatform.h149 V8_EXPORT void Fatal(const std::string& reason = std::string(),
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.cc78 const std::string& LocalIsolate::DefaultLocale() { in DefaultLocale()
79 const std::string& res = in DefaultLocale()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dplatform.cc19 void Fatal(const std::string& reason, const SourceLocation& loc) { in Fatal()
27 void FatalOutOfMemoryHandler::operator()(const std::string& reason, in operator ()()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h11 #include "src/strings/string-hasher-inl.h"
55 uint32_t HeapSnapshotJSONSerializer::StringHash(const void* string) { in StringHash() argument
56 const char* s = reinterpret_cast<const char*>(string); in StringHash()
/third_party/node/deps/v8/src/objects/
H A Djs-break-iterator.h13 #include <string>
41 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
H A Djs-segmenter.h12 #include <string>
44 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
H A Djs-segments.h36 Isolate* isolate, Handle<JSSegmenter> segmenter, Handle<String> string);
45 icu::BreakIterator* break_iterator, const icu::UnicodeString& string,
/third_party/node/deps/v8/src/strings/
H A Duri.h39 // ES6 section B.2.1.1 escape (string)
40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
42 // ES6 section B.2.1.2 unescape (string)
43 static MaybeHandle<String> Unescape(Isolate* isolate, Handle<String> string);
/third_party/pulseaudio/src/
H A Ddepmod.py18 import sys, os, string namespace
70 print "%s: %s" % (fn, string.join(dependencies[fn], " "))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTestCaseUtil.hpp59 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, typename Instance::TestSpec testSpec) in InstanceFactory()
66 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, typename Instance::TestSpec testSpec, const Support& support) in InstanceFactory()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.h11 #include <string>
94 std::string text;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImageFunctionHLSL.h34 const std::set<std::string> &getUsedImage2DFunctionNames() const in getUsedImage2DFunctionNames()
91 std::set<std::string> mUsedImage2DFunctionNames;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLPlatformImpl.h38 std::string profile;
39 std::string name;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DFunctionsWGL.h28 std::vector<std::string> extensions;
29 bool hasExtension(const std::string &ext) const;

Completed in 17 milliseconds

1...<<291292293294295296297298299300>>...1156