/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-test-part.cc | 42 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 D | test262.py | 34 def _parse_exception(self, string): 38 '^(?:\w:)?[^:]*:[0-9]+: ([^: ]+?)($|: )', string, re.MULTILINE)
|
/third_party/node/src/permission/ |
H A D | permission.h | 42 static PermissionScope StringToPermission(const std::string& perm); 49 void Apply(const std::string& allow, PermissionScope scope);
|
/third_party/nghttp2/src/ |
H A D | shrpx_http.h | 30 #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 D | depfile_parser.in.cc | 47 bool DepfileParser::Parse(string* content, string* err) { in Parse() 77 re2c:indent:string = " "; in Parse()
|
H A D | depfile_parser_perftest.cc | 37 string buf; in main() 38 string err; in main()
|
/third_party/node/deps/npm/node_modules/@tufjs/canonical-json/lib/ |
H A D | index.js | 14 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 D | index.js | 13 function startsWith(prefix, string) { 14 return string.slice(0, prefix.length) === prefix;
|
/third_party/ltp/testcases/kernel/syscalls/memcpy/ |
H A D | memcpy01.c | 16 #include <string.h> 18 #include <string.h>
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 17 #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 D | platform.h | 151 V8_EXPORT void Fatal(const std::string& reason = std::string(),
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | platform.h | 149 V8_EXPORT void Fatal(const std::string& reason = std::string(),
|
/third_party/node/deps/v8/src/execution/ |
H A D | local-isolate.cc | 78 const std::string& LocalIsolate::DefaultLocale() { in DefaultLocale() 79 const std::string& res = in DefaultLocale()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | platform.cc | 19 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 D | heap-snapshot-generator-inl.h | 11 #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 D | js-break-iterator.h | 13 #include <string> 41 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-segmenter.h | 12 #include <string> 44 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-segments.h | 36 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 D | uri.h | 39 // 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 D | depmod.py | 18 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 D | vktDrawTestCaseUtil.hpp | 59 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 D | Token.h | 11 #include <string> 94 std::string text;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImageFunctionHLSL.h | 34 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 D | CLPlatformImpl.h | 38 std::string profile; 39 std::string name;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | FunctionsWGL.h | 28 std::vector<std::string> extensions; 29 bool hasExtension(const std::string &ext) const;
|