HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 576 - 600 of 27455) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ppapi/tests/
test_var_deprecated.h 8 #include <string>
20 virtual void RunTests(const std::string& filter);
29 std::string TestBasicString();
30 std::string TestInvalidAndEmpty();
31 std::string TestInvalidUtf8();
32 std::string TestNullInputInUtf8Conversion();
33 std::string TestValidUtf8();
34 std::string TestUtf8WithEmbeddedNulls();
35 std::string TestVarToUtf8ForWrongType();
36 std::string TestHasPropertyAndMethod()
    [all...]
test_host_resolver_private.h 8 #include <string>
28 virtual void RunTests(const std::string& filter);
31 std::string SyncConnect(pp::TCPSocketPrivate* socket,
32 const std::string& host,
34 std::string SyncConnect(pp::TCPSocketPrivate* socket,
36 std::string SyncRead(pp::TCPSocketPrivate* socket,
40 std::string SyncWrite(pp::TCPSocketPrivate* socket,
44 std::string CheckHTTPResponse(pp::TCPSocketPrivate* socket,
45 const std::string& request,
46 const std::string& response)
    [all...]
  /external/chromium_org/storage/common/database/
database_identifier.h 8 #include <string>
17 STORAGE_COMMON_EXPORT std::string GetIdentifierFromOrigin(
20 const std::string& identifier);
26 static DatabaseIdentifier Parse(const std::string& identifier);
29 std::string ToString() const;
32 std::string scheme() const { return scheme_; }
33 std::string hostname() const { return hostname_; }
39 DatabaseIdentifier(const std::string& scheme,
40 const std::string& hostname,
45 std::string scheme_
    [all...]
  /external/chromium_org/sync/test/fake_server/
permanent_entity.h 8 #include <string>
25 const std::string& server_tag,
26 const std::string& name,
27 const std::string& parent_server_tag);
40 virtual std::string GetParentId() const OVERRIDE;
46 PermanentEntity(const std::string& id,
48 const std::string& name,
49 const std::string& parent_id,
50 const std::string& server_defined_unique_tag,
54 std::string server_defined_unique_tag_
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 40 #include <string>
55 // map<string, string> vars;
76 void Print(const map<string, string>& variables, const char* text);
81 void Print(const char* text, const char* variable, const string& value);
83 void Print(const char* text, const char* variable1, const string& value1,
84 const char* variable2, const string& value2);
86 void Print(const char* text, const char* variable1, const string& value1,
87 const char* variable2, const string& value2
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
data_log.h 34 #include <string>
54 // Combines the string table_name and the integer table_id into a new string
55 // table_name + _ + table_id. The new string will be lower-case.
56 static std::string Combine(const std::string& table_name, int table_id);
61 static int AddTable(const std::string& table_name);
66 static int AddColumn(const std::string& table_name,
67 const std::string& column_name,
78 static int InsertCell(const std::string& table_name
    [all...]
  /external/deqp/framework/delibs/decpp/
deStringUtil.hpp 23 * \brief String utilities.
28 #include <string>
38 inline std::string toString (const T& value)
45 std::string toLower (const std::string& s);
46 std::string toUpper (const std::string& s);
47 std::string capitalize (const std::string& s);
48 std::vector<std::string> splitString (const std::string& s, char delim='\0')
    [all...]
  /external/e2fsprogs/lib/e2p/
hashstr.c 14 #include <string.h>
22 const char *string; member in struct:hash
37 for (p = hash_list; p->string; p++) {
39 return p->string;
48 int e2p_string2hash(char *string)
54 for (p = hash_list; p->string; p++) {
55 if (!strcasecmp(string, p->string)) {
59 if (strncasecmp(string, "HASHALG_", 8))
62 if (string[8] == 0
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-utils.h 47 static inline char *strim(char *string)
51 if (!string)
53 while (*string) {
54 if (!isspace(*string))
56 string++;
58 ret = string;
60 string = ret + strlen(ret) - 1;
61 while (string > ret) {
62 if (!isspace(*string))
64 string--
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.h 8 #include <string>
36 AuthAttempt(const std::string& username,
37 const std::string& password,
50 void RecordHash(const std::string& hash);
55 std::string hash();
58 const std::string username;
59 const std::string password;
66 std::string hash_;
78 virtual void OnMountSuccess(const std::string& mount_hash) = 0;
85 void AuthenticateToMount(const std::string& username
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
fake_supervised_user_manager.h 20 virtual bool HasSupervisedUsers(const std::string& manager_id) const OVERRIDE;
22 const std::string& manager_id,
23 const std::string& local_user_id,
24 const std::string& sync_user_id,
26 virtual std::string GenerateUserId() OVERRIDE;
30 const std::string& sync_id) const OVERRIDE;
31 virtual std::string GetUserSyncId(const std::string& user_id) const OVERRIDE;
32 virtual base::string16 GetManagerDisplayName(const std::string& user_id) const
34 virtual std::string GetManagerUserId(const std::string& user_id) cons
    [all...]
  /external/chromium_org/chromeos/ime/
input_method_descriptor.h 8 #include <string>
22 InputMethodDescriptor(const std::string& id,
23 const std::string& name,
24 const std::string& indicator,
25 const std::vector<std::string>& keyboard_layouts,
26 const std::vector<std::string>& language_codes,
33 const std::string& id() const { return id_; }
34 const std::string& name() const { return name_; }
35 const std::string& indicator() const { return indicator_; }
36 const std::vector<std::string>& language_codes() const
    [all...]
  /external/chromium_org/components/policy/core/browser/
policy_error_map.h 9 #include <string>
22 typedef std::multimap<std::string, base::string16> PolicyMapType;
37 void AddError(const std::string& policy, int message_id);
41 void AddError(const std::string& policy,
42 const std::string& subkey,
47 void AddError(const std::string& policy,
54 void AddError(const std::string& policy,
56 const std::string& replacement_string);
61 void AddError(const std::string& policy,
62 const std::string& subkey
    [all...]
  /external/chromium_org/components/search_engines/
default_search_pref_test_util.h 8 #include <string>
21 const std::string& name,
22 const std::string& keyword,
23 const std::string& search_url,
24 const std::string& suggest_url,
25 const std::string& icon_url,
26 const std::string& encodings,
27 const std::string& alternate_url,
28 const std::string& search_terms_replacement_key);
36 const std::string& name
    [all...]
template_url_data.h 8 #include <string>
34 void SetURL(const std::string& url);
35 const std::string& url() const { return url_; }
38 std::string suggestions_url;
39 std::string instant_url;
40 std::string image_url;
41 std::string new_tab_url;
42 std::string contextual_search_url;
46 std::string search_url_post_params;
47 std::string suggestions_url_post_params
    [all...]
  /external/chromium_org/components/variations/
variations_associated_data.h 9 #include <string>
30 // std::map<std::string, std::string> params;
35 // std::string value = GetVariationParamValue("trial", "param_x");
75 const std::string& trial_name,
76 const std::string& group_name,
81 const std::string& trial_name,
82 const std::string& group_name,
92 const std::string& trial_name,
93 const std::string& group_name)
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive_tester.h 8 #include <string>
19 // each possible string, and if so, where the match is.
28 const vector<string>& alphabet,
29 const vector<string>& ops,
31 const vector<string>& stralphabet,
32 const string& wrapper,
33 const string& topwrapper)
46 void HandleRegexp(const string& regexp);
57 string wrapper_; // Regexp wrapper - either empty or has one %s.
58 string topwrapper_; // Regexp top-level wrapper
    [all...]
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.h 8 #include <string>
51 std::string account_id;
52 std::string client_id;
53 std::string client_secret;
63 const std::string& account_id) const OVERRIDE;
66 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
68 virtual std::vector<std::string> GetAccounts() OVERRIDE;
72 virtual void UpdateCredentials(const std::string& account_id,
73 const std::string& refresh_token) OVERRIDE;
78 void IssueRefreshToken(const std::string& token)
    [all...]
  /external/chromium_org/chromeos/cryptohome/
mock_async_method_caller.h 8 #include <string>
30 MOCK_METHOD3(AsyncCheckKey, void(const std::string& user_email,
31 const std::string& passhash,
33 MOCK_METHOD4(AsyncMigrateKey, void(const std::string& user_email,
34 const std::string& old_hash,
35 const std::string& new_hash,
37 MOCK_METHOD4(AsyncMount, void(const std::string& user_email,
38 const std::string& passhash,
41 MOCK_METHOD4(AsyncAddKey, void(const std::string& user_email,
42 const std::string& passhash
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DirectoryString.java 19 private ASN1String string; field in class:DirectoryString
67 DERT61String string)
69 this.string = string;
73 DERPrintableString string)
75 this.string = string;
79 DERUniversalString string)
81 this.string = string;
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 12 #include <string>
27 virtual bool MyIpAddress(std::string* first_ip_address) {
32 virtual bool MyIpAddressEx(std::string* ip_address_list) {
37 virtual bool DnsResolve(const std::string& host,
38 std::string* first_ip_address) {
43 virtual bool DnsResolveEx(const std::string& host,
44 std::string* ip_address_list) {
49 bool MyIpAddressImpl(std::string* first_ip_address) {
50 std::string my_hostname = GetHostName();
56 bool MyIpAddressExImpl(std::string* ip_address_list)
    [all...]
  /external/chromium_org/chromeos/network/
certificate_pattern.h 8 #include <string>
25 IssuerSubjectPattern(const std::string& common_name,
26 const std::string& locality,
27 const std::string& organization,
28 const std::string& organizational_unit);
37 void set_common_name(const std::string& name) { common_name_ = name; }
38 void set_locality(const std::string& locality) { locality_ = locality; }
39 void set_organization(const std::string& organization) {
42 void set_organizational_unit(const std::string& unit) {
46 const std::string& common_name() const
    [all...]
  /external/chromium_org/google_apis/gcm/monitoring/
fake_gcm_stats_recorder.cc 24 void FakeGCMStatsRecorder::RecordCheckinFailure(std::string status,
28 void FakeGCMStatsRecorder::RecordConnectionInitiated(const std::string& host) {
46 const std::string& app_id,
47 const std::string& sender_ids) {
51 const std::string& app_id,
52 const std::vector<std::string>& sender_ids,
57 const std::string& app_id,
58 const std::vector<std::string>& sender_ids,
63 const std::string& app_id) {
67 const std::string& app_id,
    [all...]
fake_gcm_stats_recorder.h 21 virtual void RecordCheckinFailure(std::string status,
23 virtual void RecordConnectionInitiated(const std::string& host) OVERRIDE;
29 virtual void RecordRegistrationSent(const std::string& app_id,
30 const std::string& sender_ids) OVERRIDE;
32 const std::string& app_id,
33 const std::vector<std::string>& sender_ids,
36 const std::string& app_id,
37 const std::vector<std::string>& sender_ids,
39 virtual void RecordUnregistrationSent(const std::string& app_id) OVERRIDE;
41 const std::string& app_id,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
input_helpers.h 17 #include <string>
32 InputBuilder(const std::string& title,
45 std::string AskForInput() const;
54 InputBuilder& WithDefault(const std::string& default_value);
56 InputBuilder& WithAdditionalInfo(const std::string& title);
59 const std::string& GetOverride() const;
60 std::string ActuallyAskUser() const;
65 std::string default_value_;
66 std::string title_;
67 std::string additional_info_
    [all...]

Completed in 1792 milliseconds

<<21222324252627282930>>