HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 3126 - 3150 of 46739) sorted by null

<<121122123124125126127128129130>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 59 readonly string[] HeaderLines =
70 const string Footer = "}";
71 const string NodeFormat = " {0} [label=\"{1}\"];";
72 const string EdgeFormat = " {0} -> {1} // \"{2}\" -> \"{3}\"";
95 public virtual string ToDot( object tree, ITreeAdaptor adaptor )
98 foreach ( string line in HeaderLines )
120 public virtual string ToDot( ITree tree )
124 protected virtual IEnumerable<string> DefineNodes( object tree, ITreeAdaptor adaptor )
150 protected virtual IEnumerable<string> DefineEdges( object tree, ITreeAdaptor adaptor )
163 string parentName = "n" + GetNodeNumber( tree )
    [all...]
  /external/boringssl/src/tool/
generate_ed25519.cc 19 #include <string.h>
37 static bool WriteToFile(const std::string &path, const uint8_t *in,
52 bool GenerateEd25519Key(const std::vector<std::string> &args) {
53 std::map<std::string, std::string> args_map;
  /external/bsdiff/
bsdiff_arguments.h 10 #include <string>
46 // Parse the compression type from string.
47 static bool ParseCompressorType(const std::string& str, CompressorType* type);
49 // Parse the minimum length parameter from string.
50 static bool ParseMinLength(const std::string& str, size_t* len);
52 // Parse the bsdiff format from string.
53 static bool ParseBsdiffFormat(const std::string& str, BsdiffFormat* format);
55 // Parse the compression quality (for brotli) from string.
56 static bool ParseQuality(const std::string& str, int* quality);
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 58 std::string FromId;
59 std::string ToText;
70 std::string FromId;
71 std::string ToId;
83 std::string Id;
  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-sanity-test.cc 18 #include <string>
20 using std::string;
25 string path = string(argv[0]) + "-so.so";
49 #include <string.h>
  /external/compiler-rt/test/tsan/
dl_iterate_phdr.cc 18 #include <string.h>
19 #include <string>
37 std::string path = std::string(argv[0]) + std::string("-so.so");
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVProgram.hpp 29 #include <string>
58 SpirVAsmSource (const std::string& source_)
70 std::string source;
81 std::string source;
82 std::string infoLog;
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 35 #include <string>
50 const string* file_path);
74 const string* dump_path);
105 bool MakeMinidumpFilename(string& outFilename);
120 string dump_dir_;
  /external/gptfdisk/
cgdisk.cc 23 #include <string.h>
31 string device = "";
45 device = (string) argv[1];
49 device = (string) argv[2];
51 device = (string) argv[1];
gptcl.h 45 GPTDataCL(string filename);
47 void LoadBackupFile(string backupFile, int &saveData, int &neverSaveData);
52 uint64_t GetInt(const string & argument, int itemNum);
53 string GetString(string argument, int itemNum);
parttypes.h 9 #define UnicodeString string
11 #include <string>
27 string name;
48 PartType & operator=(const string & orig);
58 string TypeName(void) const;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CaseInsensitiveString.java 15 * A string used as a key in java.util.Hashtable and other
22 private String string; field in class:CaseInsensitiveString
26 private String folded = null;
28 private static String foldCase(String foldee)
36 folded = foldCase(string);
41 * Constructs an CaseInsentiveString object from the given string
42 * @param s The string to construct this object from
44 public CaseInsensitiveString(String s)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CaseInsensitiveString.java 14 * A string used as a key in java.util.Hashtable and other
21 private String string; field in class:CaseInsensitiveString
25 private String folded = null;
27 private static String foldCase(String foldee)
35 folded = foldCase(string);
40 * Constructs an CaseInsentiveString object from the given string
41 * @param s The string to construct this object from
44 public CaseInsensitiveString(String s)
    [all...]
  /external/libbrillo/brillo/
data_encoding.cc 30 std::string Base64EncodeHelper(const void* data, size_t size) {
36 return std::string{buffer.begin(), buffer.begin() + out_size};
45 std::string UrlEncode(const char* data, bool encodeSpaceAsPlus) {
46 std::string result;
70 std::string UrlDecode(const char* data) {
71 std::string result;
75 // HexToDec would return -1 even for character 0 (end of string),
89 std::string WebParamsEncode(const WebParamList& params,
91 std::vector<std::string> pairs;
94 std::string key = UrlEncode(p.first.c_str(), encodeSpaceAsPlus)
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_service_watcher.h 8 #include <string>
21 // DBus connection transitions to the empty string. After registering a
24 // point an empty string is found for the connection name owner,
33 const std::string& connection_name,
36 virtual std::string connection_name() const { return connection_name_; }
39 void OnServiceOwnerChange(const std::string& service_owner);
42 const std::string connection_name_;
dbus_signal.h 8 #include <string>
28 const std::string& interface_name,
29 const std::string& signal_name);
35 std::string interface_name_;
36 std::string signal_name_;
utils.h 9 #include <string>
23 const std::string& error_name,
24 const std::string& error_message);
29 // Any inner errors are formatted as "domain/code:message" string and appended
38 const std::string& dbus_error_name,
39 const std::string& dbus_error_message);
  /external/libchrome/base/metrics/
histogram_delta_serialization.h 9 #include <string>
25 // |caller_name| is string used in histograms for counting inconsistencies.
26 explicit HistogramDeltaSerialization(const std::string& caller_name);
35 void PrepareAndSerializeDeltas(std::vector<std::string>* serialized_deltas,
41 const std::vector<std::string>& serialized_deltas);
58 std::vector<std::string>* serialized_deltas_;
  /external/libchrome/base/test/
multiprocess_test.h 8 #include <string>
76 SpawnChildResult SpawnMultiProcessTestChild(const std::string& procname,
135 SpawnChildResult SpawnChild(const std::string& procname);
140 SpawnChildResult SpawnChildWithOptions(const std::string& procname,
150 virtual CommandLine MakeCmdLine(const std::string& procname);
  /external/libcxx/src/
system_error.cpp 20 #include "string"
21 #include "string.h"
66 string do_strerror_r(int ev);
69 string do_strerror_r(int ev) {
72 return string(buffer);
74 return string(buffer);
84 // GNU always returns a string pointer in its return value. The
85 // string might point to either the input buffer, or a static
113 string do_strerror_r(int ev) {
126 return string(error_message)
    [all...]
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 34 typedef forward_iterator<std::string::const_iterator> F;
35 std::string s1("\\(a\\)");
36 std::string s2("\\(a[bc]\\)");
37 std::string s3("\\(a\\([bc]\\)\\)");
38 std::string s4("(a([bc]))");
  /external/libcxx/test/std/re/re.submatch/re.submatch.op/
compare.pass.cpp 224 typedef std::basic_string<CharT> string; typedef
225 typedef std::sub_match<typename string::const_iterator> sub_match;
266 assert((x[0] == sm2) == (string(1, x[0]) == y));
267 assert((x[0] != sm2) == (string(1, x[0]) != y));
268 assert((x[0] < sm2) == (string(1, x[0]) < y));
269 assert((x[0] > sm2) == (string(1, x[0]) > y));
270 assert((x[0] <= sm2) == (string(1, x[0]) <= y));
271 assert((x[0] >= sm2) == (string(1, x[0]) >= y));
272 assert((sm1 == y[0]) == (x == string(1, y[0])));
273 assert((sm1 != y[0]) == (x != string(1, y[0])))
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_string16.cc 7 #include <string>
15 return new std::string(base::UTF16ToUTF8(input));
21 delete static_cast<std::string*>(context);
27 return static_cast<std::string*>(context)->size();
33 return static_cast<std::string*>(context)->data();
  /external/libtextclassifier/util/base/
logging_raw.cc 20 #include <string>
50 void LowLevelLogging(LogSeverity severity, const std::string& tag,
51 const std::string& message) {
89 void LowLevelLogging(LogSeverity severity, const std::string &tag,
90 const std::string &message) {
  /external/libtextclassifier/util/strings/
stringpiece.h 22 #include <string>
39 StringPiece(const std::string &s) // NOLINT(runtime/explicit)
42 StringPiece(const std::string &s, int offset, int len)
56 // Returns a std::string containing a copy of the underlying data.
57 std::string ToString() const {
58 return std::string(data(), size());

Completed in 1600 milliseconds

<<121122123124125126127128129130>>