/third_party/gn/src/gn/ |
H A D | rust_tool.cc | 57 std::string* var, in SetOutputExtension() 95 "You used the pattern " + std::string(cur_type->name) + in ReadOutputsPatternList() 116 // Check for a sysroot. Sets an empty string when not explicitly set. in InitTool()
|
H A D | string_output_buffer.cc | 15 std::string StringOutputBuffer::str() const { in str() 16 std::string result; in str()
|
H A D | trace.cc | 62 const std::string* name_ptr; // Pointer to a string with the name in it. in Coalesced() 88 std::map<std::string, Coalesced> coalesced; in Coalesced() 123 const std::string& name, in Coalesced() 129 ScopedTrace::ScopedTrace(TraceItem::Type t, const std::string& name) in Coalesced() 182 std::string SummarizeTraces() { in Coalesced() 184 return std::string(); in Coalesced() 255 std::string quote_buffer; // Allocate outside loop to prevent reallocationg. in SaveTraces() 362 std::string out_str = out.str(); in SaveTraces()
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 40 #include <string> 94 inline std::string FormatTimes(int n) { in FormatTimes()
|
/third_party/gn/src/util/ |
H A D | exe_path.cc | 37 std::string executable_path; in GetExePath() 94 return base::FilePath(std::string(i_info.name)); in GetExePath()
|
/third_party/icu/tools/colprobe/ |
H A D | strengthprobe.h | 79 int getSortKey(UChar *string, int32_t sLen, uint8_t *buffer, int32_t buffCap) { in getSortKey() argument 80 return skgetter(string, sLen, buffer, buffCap); in getSortKey()
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
H A D | CapDocument.java | 94 String string, Object object) { in printDOMTree() 95 pw.write(string+"\n"); in printDOMTree() 93 printDOMTree(CapDocument out, PrintWriter pw, String string, Object object) printDOMTree() argument
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-test-suites.pl | 85 my( $width, $padchar, $string ) = @_; 86 my $padlen = ( $width - length( $string ) - 2 ) / 2; 87 print $padchar x( $padlen ), " $string ", $padchar x( $padlen ), "\n";
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | tagged-template-literal.js | 63 tag`string text line 1 \n string text line 2`;
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerDictionary.h | 117 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U); 120 bool ParseDictionaryFile(const std::string &Text, std::vector<Unit> *Units);
|
/third_party/mbedtls/library/ |
H A D | ssl_tls13_keys.h | 22 /* This requires MBEDTLS_SSL_TLS1_3_LABEL( idx, name, string ) to be defined at 55 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ 56 const unsigned char name [sizeof(string) - 1];
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
H A D | minimal-raw-adopt-udp.c | 19 #include <string.h> 29 #include <string.h>
|
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/ |
H A D | main.c | 13 #include <string.h> 23 #include <string.h>
|
/third_party/node/lib/internal/util/ |
H A D | inspector.js | 60 function isInspectorMessage(string) { 61 return isUsingInspector() && RegExpPrototypeExec(kInspectMsgRegex, string) !== null;
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | span.h | 10 #include <string> 68 inline span<uint8_t> SpanFrom(const std::string& v) { in SpanFrom()
|
H A D | maybe.h | 93 struct MaybeTypedef<std::string> { 94 typedef ValueMaybe<std::string> type;
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip.h | 177 std::string encoding; 184 std::string password;
|
/third_party/node/test/parallel/ |
H A D | test-zlib-bytes-read.js | 68 `Should get original string on ${method[0]}/` + 95 `Should get original string on ${method[0]}/` +
|
/third_party/node/deps/zlib/google/ |
H A D | zip.h | 180 std::string encoding; 190 std::string password;
|
/third_party/node/src/ |
H A D | node_binding.h | 92 const std::string filename_; 94 std::string errmsg_;
|
H A D | node_metadata.cc | 49 static inline std::string GetOpenSSLVersion() { in GetOpenSSLVersion() 50 // sample openssl version string format in GetOpenSSLVersion() 54 return std::string(OPENSSL_VERSION_TEXT, start, len); in GetOpenSSLVersion()
|
H A D | node_process_events.cc | 57 // do proper error checking for string creation. in ProcessEmitWarningGeneric() 86 std::set<std::string> experimental_warnings; 94 std::string message(warning); in ProcessEmitExperimentalWarning()
|
H A D | node_snapshotable.h | 20 std::string name; // name for debugging 91 std::string GetTypeName() const;
|
H A D | uv.cc | 121 const std::string prefix = "UV_"; in Initialize() 124 const std::string prefixed_name = prefix + error.name; in Initialize()
|
/third_party/node/src/quic/ |
H A D | packet.h | 14 #include <string> 110 std::string ToString() const;
|