Searched refs:string (Results 51 - 75 of 26356) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/media_galleries/
H A Dmetadata_types.h8 #include <string>
13 std::string type;
14 std::string data;
/external/chromium_org/components/crash/app/
H A Dbreakpad_mac.h8 #include <string>
15 void InitCrashReporter(const std::string& process_type);
20 void InitCrashProcessInfo(const std::string& process_type_switch);
/external/chromium_org/components/proximity_auth/
H A Dremote_device.h8 #include <string>
14 std::string name;
15 std::string bluetooth_address;
/external/chromium_org/dbus/
H A Dutil.cc9 std::string GetAbsoluteMemberName(const std::string& interface_name,
10 const std::string& member_name) {
/external/chromium_org/google_apis/drive/
H A Drequest_util.h8 #include <string>
16 // Returns If-Match header string for |etag|.
18 std::string GenerateIfMatchHeader(const std::string& etag);
/external/chromium_org/ios/web/public/
H A Duser_agent.h8 #include <string>
15 std::string BuildUserAgentFromProduct(const std::string& product);
/external/chromium_org/ppapi/tests/
H A Dtest_net_address_private.h8 #include <string>
18 virtual void RunTests(const std::string& filter);
21 std::string TestAreEqual();
22 std::string TestAreHostsEqual();
23 std::string TestDescribe();
24 std::string TestReplacePort();
25 std::string TestGetAnyAddress();
26 std::string TestDescribeIPv6();
27 std::string TestGetFamily();
28 std::string TestGetPor
[all...]
/external/chromium_org/sync/engine/net/
H A Durl_translator.cc14 using std::string;
31 string CgiEscapeString(const char* src) {
32 return CgiEscapeString(string(src));
35 string CgiEscapeString(const string& src) {
39 // This method appends the query string to the sync server path.
40 string MakeSyncServerPath(const string& path, const string& query_string) {
41 string resul
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dfallback_data_store.cc7 #include <string>
11 bool FallbackDataStore::Get(const std::string& key, std::string* data) {
/external/chromium_org/third_party/skia/src/core/
H A DSkStringUtils.cpp11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument
14 string->append("|");
16 string->append(flagStr);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfield_trial.h14 #include <string>
23 // std::string webrtc::field_trial::FindFullName(const std::string& trial).
61 // Returns the group name chosen for the named trial, or the empty string
65 std::string FindFullName(const std::string& name);
/external/chromium_org/third_party/webrtc/test/testsupport/android/
H A Droot_path_android.cc11 #include <string>
17 std::string ProjectRootPathAndroid() {
21 std::string OutputPathAndroid() {
/external/chromium_org/ui/gfx/
H A Dfont_fallback.h8 #include <string>
15 std::vector<std::string> GetFallbackFontFamilies(
16 const std::string& font_family);
/external/libcxx/test/extensions/hash/
H A Dspecializations.fail.cpp12 #include <string>
16 assert(__gnu_cxx::hash<std::string>()(std::string()) == 0); // error
/external/llvm/include/llvm/Support/
H A DErrno.h17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
/external/oprofile/libpp/
H A Dparse_filename.h14 #include <string>
23 std::string image;
24 std::string lib_image;
27 std::string cg_image;
28 std::string event;
29 std::string count;
30 std::string unitmask;
31 std::string tgid;
32 std::string tid;
33 std::string cp
[all...]
H A Dprofile_spec.h26 * @internal implemented through a map of string, pointer to function member
41 static profile_spec create(std::list<std::string> const & args,
42 std::vector<std::string> const & image_path,
43 std::string const & root_path);
51 std::list<std::string>
63 * returns an empty string if not using an archive.
65 std::string get_archive_path() const;
74 void parse(std::string const & tag_value);
82 void set_image_or_lib_name(std::string const & image);
89 bool is_valid_tag(std::string cons
[all...]
/external/oprofile/libregex/
H A Ddemangle_symbol.h14 #include <string>
38 std::string const demangle_symbol(std::string const & name);
/external/skia/src/core/
H A DSkStringUtils.cpp11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument
14 string->append("|");
16 string->append(flagStr);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringOperatorsTest.cpp47 String string("String");
53 EXPECT_N_WTF_STRING_COPIES(2, string + string);
54 EXPECT_N_WTF_STRING_COPIES(2, string + atomicString);
55 EXPECT_N_WTF_STRING_COPIES(2, atomicString + string);
58 EXPECT_N_WTF_STRING_COPIES(1, "C string" + string);
59 EXPECT_N_WTF_STRING_COPIES(1, string + "C string");
60 EXPECT_N_WTF_STRING_COPIES(1, "C string"
[all...]
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dperf_test.h18 #include <string>
34 // string to specify a particular graph and the |trace| to identify a trace
36 void PrintResult(const std::string& measurement,
37 const std::string& modifier,
38 const std::string& trace,
40 const std::string& units,
43 void AppendResult(std::string& output,
44 const std::string& measurement,
45 const std::string& modifier,
46 const std::string
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.h36 #include <string>
68 MockCodeGenerator(const string& name);
78 static void ExpectGenerated(const string& name,
79 const string& parameter,
80 const string& insertions,
81 const string& file,
82 const string& first_message_name,
83 const string& parsed_file_list,
84 const string& output_directory);
87 static string GetOutputFileNam
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.h8 #include <string>
46 static bool IsValidSuffix(const std::string& suffix);
47 static bool IsValidBytes(const std::string& bytes);
51 static std::string RandomSuffix();
63 static UniquePosition FromInt64(int64 i, const std::string& suffix);
66 static UniquePosition InitialPosition(const std::string& suffix);
71 const std::string& suffix);
73 const std::string& suffix);
76 const std::string& suffix);
87 // Serializes the protobuf representation of this object as a string
[all...]
/external/bison/lib/
H A Dstrnlen.c20 #include <string.h>
26 strnlen (const char *string, size_t maxlen) argument
28 const char *end = memchr (string, '\0', maxlen);
29 return end ? (size_t) (end - string) : maxlen;
H A Dstrnlen1.c22 #include <string.h>
26 /* This is the same as strnlen (string, maxlen - 1) + 1. */
28 strnlen1 (const char *string, size_t maxlen) argument
30 const char *end = (const char *) memchr (string, '\0', maxlen);
32 return end - string + 1;

Completed in 6531 milliseconds

1234567891011>>