Searched refs:string (Results 126 - 150 of 9301) sorted by relevance

1234567891011>>

/external/oprofile/libutil++/
H A Dglob_filter.h18 * glob_filter - filtering of a string based on globbed include/exclude list
20 * This class is an oracle on whether a particular string matches
31 glob_filter(std::string const & include_patterns,
32 std::string const & exclude_patterns)
38 glob_filter(std::vector<std::string> const & include_patterns,
39 std::vector<std::string> const & exclude_patterns)
42 /// Returns true if the given string matches
43 virtual bool match(std::string const & str) const;
49 fnmatcher(std::string const & str) : str_(str) {}
51 bool operator()(std::string cons
[all...]
H A Dstring_filter.h15 #include <string>
19 * string_filter - filtering of a string based on include/exclude list
21 * This class is an oracle on whether a particular string matches
34 string_filter(std::string const & include_patterns,
35 std::string const & exclude_patterns);
40 string_filter(std::vector<std::string> const & include_patterns,
41 std::vector<std::string> const & exclude_patterns);
45 /// Returns true if the given string matches
46 virtual bool match(std::string const & str) const;
50 std::vector<std::string> includ
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-515.js38 var string = s + 'x' + s + 'x' + s; variable
40 string.replace(/x/g, "")
/external/chromium/net/http/
H A Dhttp_util.h9 #include <string>
17 // This is a macro to support extending this string literal at compile time.
29 static std::string PathForRequest(const GURL& url);
34 static std::string SpecForRequest(const GURL& url);
38 // within a quoted string). Returns the offset of the found delimiter or
40 static size_t FindDelimiter(const std::string& line,
48 static void ParseContentType(const std::string& content_type_str,
49 std::string* mime_type,
50 std::string* charset,
59 static bool ParseRanges(const std::string
[all...]
/external/chromium/net/websockets/
H A Dwebsocket_handshake.h9 #include <string>
28 const std::string& origin,
29 const std::string& location,
30 const std::string& protocol);
35 virtual std::string CreateClientHandshakeMessage();
46 std::string GetResourceName() const;
47 std::string GetHostFieldValue() const;
48 std::string GetOriginFieldValue() const;
56 const std::string& name,
57 std::string* valu
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-100199.js40 var string = ''; variable
49 string = 'abc';
51 actualmatch = string.match(pattern);
55 string = '';
57 actualmatch = string.match(pattern);
61 string = '[';
63 actualmatch = string.match(pattern);
67 string = '/';
69 actualmatch = string.match(pattern);
73 string
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle.h10 #include <string>
21 typedef std::map<std::string, std::string> SubstitutionMap;
58 std::string* error);
63 // Returns empty string if it can't find a message.
66 std::string GetL10nMessage(const std::string& name) const;
69 static std::string GetL10nMessage(const std::string& name,
79 bool ReplaceMessages(std::string* tex
[all...]
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder.h83 #include <string>
98 static std::string Encode(const std::string& url, std::string base_path,
100 std::string filename;
102 std::string url_no_scheme = UrlUtilities::GetUrlHostPath(url);
108 std::string clean_url(url);
112 std::string host = UrlUtilities::GetUrlHost(clean_url);
121 std::string url_filename = UrlUtilities::GetUrlPath(clean_url);
138 const std::string slas
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dpathutils.h31 #include <string>
64 Pathname(const std::string& pathname);
65 Pathname(const std::string& folder, const std::string& filename);
81 std::string url() const;
84 // returns a string representing the current directory (as a relative path,
86 std::string pathname() const;
87 void SetPathname(const std::string& pathname);
88 void SetPathname(const std::string& folder, const std::string
[all...]
/external/chromium/chrome/browser/
H A Dcharacter_encoding.h9 #include <string>
24 // Gets string key of EncodingInfo. With this method, we can use
41 static std::string GetCanonicalEncodingNameByCommandId(int id);
54 static std::string GetCanonicalEncodingNameByIndex(int index);
68 static std::string GetCanonicalEncodingNameByAliasName(
69 const std::string& alias_name);
78 // |locale_encodings| is string of static encodings list which is from the
79 // corresponding string resource that is stored in the resource bundle.
80 // The parameter |recently_select_encodings| is string of encoding list which
84 const std::string
[all...]
H A Dbug_report_data.h8 #include <string>
33 const std::string& target_tab_url,
35 const std::string& page_url,
36 const std::string& description,
39 , const std::string& user_email
47 std::string* zip_content);
50 const std::string& target_tab_url() const { return target_tab_url_; }
53 const std::string& page_url() const { return page_url_; }
54 const std::string& description() const { return description_; }
57 const std::string
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dname_value_pairs_parser.h10 #include <string>
21 typedef std::map<std::string, std::string> NameValueMap;
26 void AddNameValuePair(const std::string& key, const std::string& value);
30 const std::string& key);
34 const std::string& eq,
35 const std::string& delim);
41 bool ParseNameValuePairs(const std::string& in_string,
42 const std::string
[all...]
/external/chromium/third_party/libjingle/overrides/talk/xmllite/
H A Dqname.h8 #include <string>
18 QName(const std::string & ns, const std::string & local);
19 QName(bool add, const std::string & ns, const std::string & local);
20 explicit QName(const std::string & mergedOrLocal);
22 const std::string & Namespace() const { return namespace_; }
23 const std::string & LocalPart() const { return local_part_; }
24 std::string Merged() const;
31 std::string namespace
[all...]
/external/e2fsprogs/lib/e2p/
H A Dhashstr.c14 #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) argument
54 for (p = hash_list; p->string; p++) {
55 if (!strcasecmp(string, p->string)) {
59 if (strncasecmp(string, "HASHALG_", 8))
62 if (string[
[all...]
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_message.h9 #include <string>
31 typedef base::hash_map<std::string, std::string> HeaderMap;
34 // an empty string as the default value.
39 DevToolsRemoteMessage(const HeaderMap& headers, const std::string& content);
46 const std::string& content() const {
54 const std::string tool() const {
58 const std::string destination() const {
64 const std::string GetHeader(const std::string
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_event_router_forwarder.h9 #include <string>
36 void BroadcastEventToRenderers(const std::string& event_name,
37 const std::string& event_args,
45 void BroadcastEventToExtension(const std::string& extension_id,
46 const std::string& event_name,
47 const std::string& event_args,
54 void DispatchEventToRenderers(const std::string& event_name,
55 const std::string& event_args,
64 void DispatchEventToExtension(const std::string& extension_id,
65 const std::string
[all...]
H A Dextension_pref_value_map.h11 #include <string>
55 virtual void OnPrefValueChanged(const std::string& key) = 0;
71 void SetExtensionPref(const std::string& ext_id,
72 const std::string& key,
78 void RemoveExtensionPref(const std::string& ext_id,
79 const std::string& key,
87 bool CanExtensionControlPref(const std::string& extension_id,
88 const std::string& pref_key,
97 bool DoesExtensionControlPref(const std::string& extension_id,
98 const std::string
[all...]
H A Dextension_devtools_events.h9 #include <string>
21 static bool IsDevToolsEventName(const std::string& event_name, int* tab_id);
23 // Generates the event string for an onPageEvent for a given tab.
24 static std::string OnPageEventNameForTab(int tab_id);
26 // Generates the event string for an onTabCloseEvent for a given tab.
27 static std::string OnTabCloseEventNameForTab(int tab_id);
/external/chromium/chrome/browser/sync/
H A Dsignin_manager.h14 #include <string>
28 GoogleServiceSigninSuccessDetails(const std::string& in_username,
29 const std::string& in_password)
32 std::string username;
33 std::string password;
48 // Otherwise, it will return an empty string.
49 const std::string& GetUsername();
52 void SetUsername(const std::string& username);
57 void StartSignIn(const std::string& username,
58 const std::string
[all...]
/external/astl/include/
H A Dstring42 // Simple string implementation. Its purpose is to be able to compile code that
43 // uses the STL and requires std::string.
48 // . We don't provide a std::basic_string template that std::string extends
58 class string
69 typedef __wrapper_iterator<pointer,string> iterator;
70 typedef __wrapper_iterator<const_pointer,string> const_iterator;
75 string();
77 string(const string& str);
79 // Construct a string fro
[all...]
/external/openfst/src/extensions/far/
H A Dfarscript.cc27 void FarCompileStrings(const vector<string> &in_fnames,
28 const string &out_fname,
29 const string &arc_type,
30 const string &fst_type,
35 const string &symbols_fname,
36 const string &unknown_symbol,
39 const string &key_prefix,
40 const string &key_suffix) {
50 void FarCreate(const vector<string> &in_fnames,
51 const string
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DDirectoryString.java19 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;
66 DirectoryString( DERT61String string) argument
72 DirectoryString( DERPrintableString string) argument
78 DirectoryString( DERUniversalString string) argument
84 DirectoryString( DERUTF8String string) argument
90 DirectoryString( DERBMPString string) argument
96 DirectoryString(String string) argument
[all...]
/external/chromium/chrome/browser/net/gaia/
H A Dtoken_service.h39 #include <string>
69 TokenAvailableDetails(const std::string& service,
70 const std::string& token)
72 const std::string& service() const { return service_; }
73 const std::string& token() const { return token_; }
75 std::string service_;
76 std::string token_;
83 TokenRequestFailedDetails(const std::string& service,
86 const std::string& service() const { return service_; }
89 std::string service
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERBMPString.java14 private char[] string; field in class:DERBMPString
59 * basic constructor - byte encoded string.
62 byte[] string)
64 char[] cs = new char[string.length / 2];
68 cs[i] = (char)((string[2 * i] << 8) | (string[2 * i + 1] & 0xff));
71 this.string = cs;
74 DERBMPString(char[] string) argument
76 this.string = string;
61 DERBMPString( byte[] string) argument
82 DERBMPString( String string) argument
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.h9 #include <string>
41 // Magic string indicating that, while a second factor is still
48 const std::string& source,
55 void StartClientLogin(const std::string& username,
56 const std::string& password,
58 const std::string& login_token,
59 const std::string& login_captcha,
65 void StartIssueAuthToken(const std::string& sid,
66 const std::string& lsid,
73 void StartGetUserInfo(const std::string
[all...]

Completed in 2423 milliseconds

1234567891011>>