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

<<11121314151617181920>>

  /external/chromium_org/ppapi/tests/
test_network_monitor.h 8 #include <string>
23 virtual void RunTests(const std::string& filter);
26 std::string TestBasic();
27 std::string Test2Monitors();
28 std::string TestDeleteInCallback();
30 std::string VerifyNetworkListResource(PP_Resource network_resource);
31 std::string VerifyNetworkList(const pp::NetworkList& network_list);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
region_data_constants.h 21 #include <string>
29 static const bool IsSupported(const std::string& region_code);
30 static const std::vector<std::string>& GetRegionCodes();
31 static const std::string& GetRegionData(const std::string& region_code);
32 static const std::string& GetDefaultRegionData();
33 static size_t GetMaxLookupKeyDepth(const std::string& region_code);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslmechanism.h 31 #include <string>
49 virtual std::string GetMechanismName() = 0;
67 static std::string Base64Encode(const std::string & plain);
68 static std::string Base64Decode(const std::string & encoded);
69 static std::string Base64EncodeFromArray(const char * plain, size_t length);
  /external/deqp/framework/common/
tcuStringTemplate.hpp 23 * \brief String template class.
27 #include <string>
36 StringTemplate (const std::string& str);
39 void setString (const std::string& str);
41 std::string specialize (const std::map<std::string, std::string>& params) const;
47 std::string m_template;
  /external/oprofile/libpp/
op_header.h 16 #include <string>
29 std::string const & filename);
31 bool is_jit_sample(std::string const & filename);
37 void check_mtime(std::string const & file, opd_header const & header);
45 opd_header const read_header(std::string const & sample_filename);
51 std::string const describe_header(opd_header const & header);
54 std::string const describe_cpu(opd_header const & header);
  /external/oprofile/libutil++/
path_filter.h 18 * path_filter - filtering of a string based on globbed include/exclude list
20 * This class is an oracle on whether a particular string matches
32 path_filter(std::string const & include_patterns = std::string(),
33 std::string const & exclude_patterns = std::string())
39 path_filter(std::vector<std::string> const & include_patterns,
40 std::vector<std::string> const & exclude_patterns)
44 /// Returns true if the given string matches
45 virtual bool match(std::string const & str) const
    [all...]
xml_output.h 15 std::string tag_name(tag_t tag);
16 std::string open_element(tag_t tag, bool with_attrs = false);
17 std::string close_element(tag_t tag = NONE, bool has_nested = false);
18 std::string init_attr(tag_t attr, size_t value);
19 std::string init_attr(tag_t attr, double value);
20 std::string init_attr(tag_t attr, std::string const & str);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.h 10 #include <string>
35 // Converts a string sent from IBus IME engines, which is written in English,
36 // into Chrome's string ID, then pulls internationalized resource string from
42 base::string16 TranslateString(const std::string& english_string) const;
47 std::string GetLanguageCodeFromInputMethodId(
48 const std::string& input_method_id) const;
53 std::string GetInputMethodDisplayNameFromId(
54 const std::string& input_method_id) const;
68 const std::string& input_method_id) const
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_instructions.h 8 #include <string>
12 #define VALUE_FALSE std::string(1, '\x00')
13 #define VALUE_TRUE std::string(1, '\x01')
15 #define OP_NAVIGATE(key) std::string(1, '\x00') + key
16 #define OP_NAVIGATE_ANY std::string(1, '\x01')
17 #define OP_NAVIGATE_BACK std::string(1, '\x02')
18 #define OP_STORE_BOOL(name, value) std::string(1, '\x10') + name + value
20 std::string(1, '\x11') + name + value + default_value
21 #define OP_STORE_HASH(name, value) std::string(1, '\x12') + name + value
23 std::string(1, '\x13') + name + value + default_valu
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb.h 8 #include <string>
17 virtual Status GetDevices(std::vector<std::string>* devices) = 0;
18 virtual Status ForwardPort(const std::string& device_serial,
20 const std::string& remote_abstract) = 0;
21 virtual Status SetCommandLineFile(const std::string& device_serial,
22 const std::string& command_line_file,
23 const std::string& exec_name,
24 const std::string& args) = 0;
25 virtual Status CheckAppInstalled(const std::string& device_serial,
26 const std::string& package) = 0
    [all...]
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.h 46 #include <string>
53 std::string DumpOidString(SECItem* oid);
54 std::string GetOIDText(SECItem* oid);
56 std::string ProcessRDN(CERTRDN* rdn);
57 std::string ProcessName(CERTName* name);
58 std::string ProcessBasicConstraints(SECItem* extension_data);
59 std::string ProcessGeneralName(PRArenaPool* arena,
61 std::string ProcessGeneralNames(PRArenaPool* arena,
63 std::string ProcessAltName(SECItem* extension_data);
64 std::string ProcessSubjectKeyId(SECItem* extension_data)
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.h 8 #include <string>
27 std::string job_id;
29 std::string file_url;
30 std::string ticket_url;
31 std::string title;
34 std::string file;
35 std::string ticket;
40 bool ParseRegisterStartResponse(const std::string& response,
41 std::string* error_description,
42 std::string* polling_url
    [all...]
print_job_handler.h 9 #include <string>
31 const std::string& ticket,
32 std::string* job_id_out,
35 std::string* error_description_out);
40 std::string* job_id_out,
42 std::string* error_description_out,
48 const std::string& job_id,
50 std::string* error_description_out,
54 bool GetJobState(const std::string& id, LocalPrintJob::Info* info_out);
57 bool SavePrintJob(const std::string& content
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.h 10 #include <string>
38 bool Store(const std::string& key,
39 const std::string& subkey,
40 const std::string& data);
45 bool Load(const std::string& key,
46 const std::string& subkey,
47 std::string* data);
50 void LoadAllSubkeys(const std::string& key,
51 std::map<std::string, std::string>* contents)
    [all...]
  /external/chromium_org/components/sync_driver/
device_info.h 8 #include <string>
23 DeviceInfo(const std::string& guid,
24 const std::string& client_name,
25 const std::string& chrome_version,
26 const std::string& sync_user_agent,
28 const std::string& signin_scoped_device_id);
35 const std::string& guid() const;
38 const std::string& client_name() const;
40 // Chrome version string.
41 const std::string& chrome_version() const
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.h 11 #include <string>
33 extern std::string LogFileName(const std::string& dbname, uint64_t number);
38 extern std::string TableFileName(const std::string& dbname, uint64_t number);
43 extern std::string SSTTableFileName(const std::string& dbname, uint64_t number);
48 extern std::string DescriptorFileName(const std::string& dbname,
54 extern std::string CurrentFileName(const std::string& dbname)
    [all...]
  /external/chromium_org/components/feedback/
feedback_common.h 9 #include <string>
23 const std::string& data,
24 std::string* compressed_data);
31 typedef std::map<std::string, std::string> SystemLogsMap;
34 explicit AttachedFile(const std::string& filename,
35 scoped_ptr<std::string> data);
38 std::string name;
39 scoped_ptr<std::string> data;
44 static bool BelowCompressionThreshold(const std::string& content)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.h 37 #include <string>
50 using std::string;
64 // given string parameter for convenience).
65 const string& InputDigit(char32 next_char, string* result);
72 // given string parameter for convenience).
73 const string& InputDigitAndRememberPosition(char32 next_char, string* result);
86 explicit AsYouTypeFormatter(const string& region_code);
90 const PhoneMetadata* GetMetadataForRegion(const string& region_code) const
    [all...]
  /external/chromium_org/chromeos/network/
network_ip_config.h 8 #include <string>
31 NetworkIPConfig(const std::string& device_path, IPConfigType type,
32 const std::string& address, const std::string& netmask,
33 const std::string& gateway, const std::string& name_servers);
36 std::string ToString() const;
38 std::string device_path; // This looks like "/device/0011aa22bb33"
40 std::string address;
41 std::string netmask
    [all...]
  /external/chromium_org/net/test/embedded_test_server/
http_response.h 9 #include <string>
27 virtual std::string ToResponseString() const = 0;
42 const std::string& content() const { return content_; }
43 void set_content(const std::string& content) { content_ = content; }
46 const std::string& content_type() const { return content_type_; }
47 void set_content_type(const std::string& content_type) {
52 void AddCustomHeader(const std::string& key, const std::string& value) {
56 // Generates and returns a http response string.
57 virtual std::string ToResponseString() const OVERRIDE
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.h 31 #include <string>
43 void AddXmlns(const std::string& prefix, const std::string& ns);
49 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
50 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
51 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
52 std::pair<std::string, bool> AddNewPrefix(const std::string& ns, bool isAttr)
    [all...]
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlnsstack.h 14 #include <string>
26 void AddXmlns(const std::string& prefix, const std::string& ns);
32 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
33 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
34 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
35 std::pair<std::string, bool> AddNewPrefix(const std::string& ns, bool isAttr)
    [all...]
  /external/chromium_org/net/http/
http_util.h 8 #include <string>
18 // This is a macro to support extending this string literal at compile time.
28 static std::string PathForRequest(const GURL& url);
33 static std::string SpecForRequest(const GURL& url);
37 // within a quoted string). Returns the offset of the found delimiter or
39 static size_t FindDelimiter(const std::string& line,
49 static void ParseContentType(const std::string& content_type_str,
50 std::string* mime_type,
51 std::string* charset,
53 std::string* boundary)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.h 8 #include <string>
34 CloudExternalDataStore(const std::string& cache_key,
44 bool Store(const std::string& policy,
45 const std::string& hash,
46 const std::string& data);
52 bool Load(const std::string& policy,
53 const std::string& hash,
55 std::string* data);
58 std::string cache_key_;
  /external/chromium_org/chrome/browser/local_discovery/
privetv3_crypto_provider.h 8 #include <string>
37 const std::vector<std::string>& available_auth_methods);
43 virtual std::string GetAuthMethod() = 0;
48 virtual HandshakeState GetNextStep(int* step, std::string* package) = 0;
51 // number, |state| is the received state string, |package| is the received
54 const std::string& state,
55 const std::string& package) = 0;
58 virtual std::string GetVerificationCode() = 0;
64 // Encrypt a string using the session key.
65 virtual bool EncryptData(const std::string& input, std::string* output) = 0
    [all...]

Completed in 2152 milliseconds

<<11121314151617181920>>