Home
last modified time | relevance | path

Searched refs:string (Results 8076 - 8100 of 27806) sorted by relevance

1...<<321322323324325326327328329330>>...1113

/third_party/gn/src/gn/
H A Drust_tool.cc57 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 Dstring_output_buffer.cc15 std::string StringOutputBuffer::str() const { in str()
16 std::string result; in str()
H A Dtrace.cc62 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 Dgmock-cardinalities.cc40 #include <string>
94 inline std::string FormatTimes(int n) { in FormatTimes()
/third_party/gn/src/util/
H A Dexe_path.cc37 std::string executable_path; in GetExePath()
94 return base::FilePath(std::string(i_info.name)); in GetExePath()
/third_party/icu/tools/colprobe/
H A Dstrengthprobe.h79 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 DCapDocument.java94 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 Drun-test-suites.pl85 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 Dtagged-template-literal.js63 tag`string text line 1 \n string text line 2`;
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDictionary.h117 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 Dssl_tls13_keys.h22 /* 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 Dminimal-raw-adopt-udp.c19 #include <string.h>
29 #include <string.h>
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/
H A Dmain.c13 #include <string.h>
23 #include <string.h>
/third_party/node/lib/internal/util/
H A Dinspector.js60 function isInspectorMessage(string) {
61 return isUsingInspector() && RegExpPrototypeExec(kInspectMsgRegex, string) !== null;
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dspan.h10 #include <string>
68 inline span<uint8_t> SpanFrom(const std::string& v) { in SpanFrom()
H A Dmaybe.h93 struct MaybeTypedef<std::string> {
94 typedef ValueMaybe<std::string> type;
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.h177 std::string encoding;
184 std::string password;
/third_party/node/test/parallel/
H A Dtest-zlib-bytes-read.js68 `Should get original string on ${method[0]}/` +
95 `Should get original string on ${method[0]}/` +
/third_party/node/deps/zlib/google/
H A Dzip.h180 std::string encoding;
190 std::string password;
/third_party/node/src/
H A Dnode_binding.h92 const std::string filename_;
94 std::string errmsg_;
H A Dnode_metadata.cc49 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 Dnode_process_events.cc57 // 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 Dnode_snapshotable.h20 std::string name; // name for debugging
91 std::string GetTypeName() const;
H A Duv.cc121 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 Dpacket.h14 #include <string>
110 std::string ToString() const;

Completed in 26 milliseconds

1...<<321322323324325326327328329330>>...1113