Searched refs:string (Results 101 - 125 of 9301) sorted by relevance

1234567891011>>

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dconstants.h31 #include <string>
45 extern const std::string NS_EMPTY;
46 extern const std::string NS_JINGLE;
47 extern const std::string NS_GINGLE;
57 extern const std::string LN_INITIATOR;
66 extern const std::string JINGLE_CONTENT_MEDIA_AUDIO;
67 extern const std::string JINGLE_CONTENT_MEDIA_VIDEO;
68 extern const std::string JINGLE_ACTION_SESSION_INITIATE;
69 extern const std::string JINGLE_ACTION_SESSION_INFO;
70 extern const std::string JINGLE_ACTION_SESSION_ACCEP
[all...]
/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp8.cpp3 struct string;
9 string operator "" _i18n(const char*, std::size_t); // ok
14 string operator "" 5X(const char *, std::size_t); // expected-error {{expected identifier}}
/external/elfutils/libelf/
H A Delf_hash.c61 elf_hash (string)
62 const char *string;
64 return _dl_elf_hash (string);
/external/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp26 XCoreSubtarget::XCoreSubtarget(const std::string &TT,
27 const std::string &CPU, const std::string &FS)
/external/lohit-fonts/lohit-bengali-ttf/
H A D66-lohit-bengali.conf6 <string>bn</string>
9 <string>sans-serif</string>
12 <string>Lohit Bengali</string>
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp39 bool array_type(string & result,
40 string::const_iterator & begin, string::const_iterator end);
41 bool object_type(string & result,
42 string::const_iterator & begin, string::const_iterator end);
45 bool base_type(string & result,
46 string::const_iterator & begin, string::const_iterator end)
71 bool field_type(string
[all...]
H A Dop_regex.h21 #include <string>
31 bad_regex(std::string const & pattern);
55 * @param replace the string to subsitute in other regular definition
59 void add_definition(std::string const & name,
60 std::string const & replace);
63 * @param replace the replace string to use when this regular
68 void add_pattern(std::string const & pattern,
69 std::string const & replace);
72 * @param str the input/output string where we search pattern and
79 * been matched by saving the input string an
[all...]
/external/stlport/test/unit/
H A Dcomplete_digits.h4 #include <string>
8 complete_digits(std::string &digits)
10 complete_digits(string &digits)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-67773.js37 var string = ''; variable
47 string = 'AAABBB AAABBB '; //single space at middle and at end -
48 actualmatch = string.match(pattern);
53 string = 'AAABBB BBB'; //single space in the middle
54 actualmatch = string.match(pattern);
55 expectedmatch = Array(string, 'AAABBB', cnSingleSpace, 'BBB');
59 string = 'AAABBB AAABBB'; //single space in the middle
60 actualmatch = string.match(pattern);
67 string = 'AABAAB';
68 actualmatch = string
[all...]
/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DStringBrew.cpp34 String::String(const AECHAR* string) argument
37 const UChar* str = reinterpret_cast<const UChar*>(string);
38 const size_t len = std_wstrlen(string);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebLocalizableStringsInternal.h41 #define UI_STRING_INTERNAL(string, comment) WebLocalizedStringInternal(string)
42 #define UI_STRING_KEY_INTERNAL(string, key, comment) WebLocalizedStringInternal(key)
/external/oprofile/libutil++/
H A Dstring_manip.cpp3 * std::string helpers
23 string erase_to_last_of(string const & str, char ch)
25 string result = str;
26 string::size_type pos = result.find_last_of(ch);
27 if (pos != string::npos)
34 string split(string & s, char c)
36 string::size_type i = s.find_first_of(c);
37 if (i == string
[all...]
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_source.h8 #include <string>
17 virtual void StartDataRequest(const std::string& path,
21 virtual std::string GetMimeType(const std::string& path) const;
30 // Takes a string containing an URL and returns an URL containing a CGI
33 std::string GetLocalizedUrl(const std::string& url) const;
/external/stlport/src/
H A Dnumpunct.cpp28 string numpunct<char>::do_grouping() const { return string();}
29 string numpunct<char>::do_truename() const { return "true";}
30 string numpunct<char>::do_falsename() const { return "false"; }
36 string numpunct<wchar_t>::do_grouping() const { return string(); }
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
H A Dmatch-004.js14 * of the expression new RegExp(regexp). Let string denote the result of
15 * converting the this value to a string. If regexp.global is false,
17 * section 15.7.5.3) on regexp with string as parameter.
21 * match with an empty string (in other words, if the value of
28 * require that its this value be a string object. Therefore, it can be
33 * this to be a string.
98 regexp, str_regexp, string, str_string, index, matches_array ) {
102 if ( regexp.exec(string) == null || matches_array == null ) {
104 string + ".match(" + regexp +")",
106 string
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/
H A DWKStringQt.cpp33 WTF::String string(qString);
34 return toCopiedAPI(string);
41 const WTF::String& string = toImpl(stringRef)->string(); local
42 return QString(reinterpret_cast<const QChar*>(string.characters()), string.length());
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h25 #include <string>
45 const vector<string> &in_fnames;
46 const string &out_fname;
47 const string &fst_type;
52 const string &symbols_fname;
53 const string &unknown_symbol;
56 const string &key_prefix;
57 const string &key_suffix;
59 FarCompileStringsArgs(const vector<string> &in_fnames,
60 const string
[all...]
/external/bison/lib/
H A Dstrnlen.h23 #include <string.h>
29 extern size_t strnlen(const char *string, size_t maxlen);
H A Dxstrndup.c1 /* Duplicate a bounded initial segment of a string, with out-of-memory
33 xstrndup (const char *string, size_t n) argument
35 char *s = strndup (string, n);
H A Dxstrndup.h1 /* Duplicate a bounded initial segment of a string, with out-of-memory
24 extern char *xstrndup (const char *string, size_t n);
/external/chromium/android/jni/
H A Dautofill_request_url.h9 #include <string>
15 static std::string GetQueryUrl();
/external/chromium/base/
H A Dsafe_strerror_posix.h9 #include <string>
21 // It will write the string form of error "err" to buffer buf of length len.
30 // in a C++ string.
34 // allocate a string.
35 std::string safe_strerror(int err);
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlconstants.h30 // This class creates string objects within static methods
37 #include <string>
50 static const std::string & str_empty();
51 static const std::string & ns_xml();
52 static const std::string & ns_xmlns();
53 static const std::string & str_xmlns();
54 static const std::string & str_xml();
55 static const std::string & str_version();
56 static const std::string & str_encoding();
/external/chromium/webkit/glue/
H A Dwebcookie.h19 WebCookie(const std::string& name, const std::string& value,
20 const std::string& domain, const std::string& path, double expires,
25 std::string name;
28 std::string value;
31 std::string domain;
34 std::string path;
/external/clang/include/clang/Basic/
H A DFileSystemOptions.h18 #include <string>
27 std::string WorkingDir;

Completed in 537 milliseconds

1234567891011>>