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

<<211212213214215216217218219220>>

  /external/gflags/android/gflags/
gflags.h 81 #include <string>
135 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
156 std::string name; // the name of the flag
157 std::string type; // the type of the flag: int32, etc
158 std::string description; // the "help text" associated with the flag
159 std::string current_value; // the current value, as a string
160 std::string default_value; // the default value, as a string
    [all...]
  /external/google-benchmark/src/
json_reporter.cc 21 #include <string>
34 std::string FormatKV(std::string const& key, std::string const& value) {
38 std::string FormatKV(std::string const& key, const char* value) {
42 std::string FormatKV(std::string const& key, bool value) {
46 std::string FormatKV(std::string const& key, int64_t value)
    [all...]
  /external/google-breakpad/src/client/linux/handler/
minidump_descriptor.h 36 #include <string>
56 explicit MinidumpDescriptor(const string& directory)
87 string directory() const { return directory_; }
117 string directory_;
119 string path_;
120 // The C string of |path_|. Precomputed so it can be access from a compromised
  /external/google-breakpad/src/common/tests/
auto_tempdir.h 38 #include <string>
64 const string& path() const {
69 void DeleteRecursively(const string& path) {
79 string entry_path = path + "/" + entry->d_name;
95 string path_;
  /external/google-breakpad/src/google_breakpad/processor/
process_state.h 37 #include <string>
102 string crash_reason() const { return crash_reason_; }
104 string assertion() const { return assertion_; }
140 string crash_reason_;
151 string assertion_;
  /external/google-breakpad/src/processor/
minidump_stackwalk.cc 36 #include <string.h>
38 #include <string>
71 bool PrintMinidumpProcess(const string &minidump_file,
72 const std::vector<string> &symbol_paths,
152 std::vector<string> symbol_paths;
  /external/gptfdisk/
gptcurses.h 23 #include <string>
34 string name; // Item name; 8 characters
35 string desc; // Description
84 string whichOptions;
133 void Report(string theText);
sgdisk.cc 14 #include <string.h>
15 #include <string>
46 if (!mbrData.ReadMBRData((string) device)) {
63 if (!gptData.LoadPartitions((string) device)) {
85 string resString = res.str();
  /external/libbrillo/brillo/daemons/
dbus_daemon.h 9 #include <string>
60 explicit DBusServiceDaemon(const std::string& service_name);
61 DBusServiceDaemon(const std::string& service_name,
63 DBusServiceDaemon(const std::string& service_name,
78 std::string service_name_;
  /external/libbrillo/brillo/http/
http_connection.h 9 #include <string>
81 virtual std::string GetResponseStatusText() const = 0;
83 virtual std::string GetProtocolVersion() const = 0;
84 // Returns the value of particular response header, or empty string if the
86 virtual std::string GetResponseHeader(
87 const std::string& header_name) const = 0;
mock_connection.h 9 #include <string>
29 MOCK_CONST_METHOD0(GetResponseStatusText, std::string());
30 MOCK_CONST_METHOD0(GetProtocolVersion, std::string());
31 MOCK_CONST_METHOD1(GetResponseHeader, std::string(const std::string&));
  /external/libbrillo/brillo/
process_mock.h 8 #include <string>
21 MOCK_METHOD1(AddArg, void(const std::string& arg));
22 MOCK_METHOD1(RedirectOutput, void(const std::string& output_file));
28 MOCK_METHOD1(ApplySyscallFilter, void(const std::string& path));
40 MOCK_METHOD1(ResetPidByFile, bool(const std::string& pid_file));
type_name_undecorate.h 8 #include <string>
34 // tag string.
51 extern template BRILLO_EXPORT const char* GetTypeTag<std::string>();
55 BRILLO_EXPORT std::string UndecorateTypeName(const char* type_name);
58 // actual type name from the type tag string.
59 BRILLO_EXPORT std::string GetUndecoratedTypeNameForTag(const char* type_tag);
63 inline std::string GetUndecoratedTypeName() {
  /external/libchrome/base/
cpu.h 8 #include <string>
34 const std::string& vendor_name() const { return cpu_vendor_; }
58 const std::string& cpu_brand() const { return cpu_brand_; }
83 std::string cpu_vendor_;
84 std::string cpu_brand_;
md5_unittest.cc 7 #include <string.h>
10 #include <string>
29 std::string actual = MD5DigestToBase16(digest);
30 std::string expected = "d41d8cd98f00b204e9800998ecf8427e";
147 std::string actual = MD5String("");
148 std::string expected = "d41d8cd98f00b204e9800998ecf8427e";
153 std::string actual = MD5String("a");
154 std::string expected = "0cc175b9c0f1b6a831c399e269772661";
159 std::string actual = MD5String("abc");
160 std::string expected = "900150983cd24fb0d6963f7d28e17f72"
    [all...]
version.h 11 #include <string>
31 explicit Version(const std::string& version_str);
42 // Returns true if the version wildcard string is valid. The version wildcard
43 // string may end with ".*" (e.g. 1.2.*, 1.*). Any other arrangement with "*"
46 static bool IsValidWildcardString(const std::string& wildcard_string);
52 // newer version. This function will default to CompareTo if the string does
55 int CompareToWildcardString(const std::string& wildcard_string) const;
57 // Return the string representation of this version.
58 const std::string GetString() const;
  /external/libchrome/base/metrics/
field_trial_param_associator.cc 21 const std::string& trial_name,
22 const std::string& group_name,
37 const std::string& trial_name,
54 const std::string& trial_name,
55 const std::string& group_name,
  /external/libchrome/base/process/
internal_linux.h 41 bool ReadProcStats(pid_t pid, std::string* buffer);
46 bool ParseProcStats(const std::string& stats_data,
47 std::vector<std::string>* proc_stats);
68 int64_t GetProcStatsFieldAsInt64(const std::vector<std::string>& proc_stats,
72 size_t GetProcStatsFieldAsSizeT(const std::vector<std::string>& proc_stats,
  /external/libchrome/base/trace_event/
trace_config_category_filter.h 8 #include <string>
21 using StringList = std::vector<std::string>;
29 // Initializes from category filter string. See TraceConfig constructor for
30 // description of how to write category filter string.
53 std::string ToFilterString() const;
55 // Returns true if category name is a valid string.
72 std::string* out,
75 std::string* out) const;
  /external/libcxx/test/std/containers/unord/unord.multimap/
iterators.fail.cpp 24 #include <string>
32 typedef std::unordered_multimap<int, std::string> C;
33 typedef std::pair<int, std::string> P;
54 typedef std::unordered_multimap<int, std::string> C;
55 typedef std::pair<int, std::string> P;
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 21 // explicit time_put_byname(const string& nm, size_t refs = 0);
42 explicit my_facet(const std::string& nm, std::size_t refs = 0)
63 std::string pat("Today is %A which is abbreviated %a.");
66 std::string ex(str, iter.base());
71 std::string pat("Today is %A which is abbreviated %a.");
74 std::string ex(str, iter.base());
  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 12 #include <string>
28 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
33 static_assert ( !is_transparent<std::bit_or<std::string>>::value, "" );
38 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" );
43 static_assert ( !is_transparent<std::bit_not<std::string>>::value, "" );
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
implicit_deduction_guides.pass.cpp 26 #include <string>
71 std::pair<std::string, void*> p("abc", nullptr);
73 ASSERT_SAME_TYPE(decltype(p1), std::pair<std::string, void*>);
76 std::pair<std::string, E> p("abc", E{});
78 ASSERT_SAME_TYPE(decltype(p1), std::pair<std::string, E>);
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 21 #include <string>
34 std::string FormatKV(std::string const& key, std::string const& value) {
38 std::string FormatKV(std::string const& key, const char* value) {
42 std::string FormatKV(std::string const& key, bool value) {
46 std::string FormatKV(std::string const& key, int64_t value)
    [all...]
  /external/libmojo/base/android/
jni_string.h 9 #include <string>
18 // Convert a Java string to UTF8. Returns a std string.
21 std::string* result);
22 BASE_EXPORT std::string ConvertJavaStringToUTF8(JNIEnv* env, jstring str);
23 BASE_EXPORT std::string ConvertJavaStringToUTF8(const JavaRef<jstring>& str);
24 BASE_EXPORT std::string ConvertJavaStringToUTF8(JNIEnv* env,
27 // Convert a std string to Java string.
32 // Convert a Java string to UTF16. Returns a string16
    [all...]

Completed in 1285 milliseconds

<<211212213214215216217218219220>>