Searched refs:string (Results 1 - 25 of 9301) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dstring_header_test.cpp8 #include <string>
H A Dstring_header_test.c8 #include <string.h>
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_brcm.c25 #include <string.h>
/external/linux-tools-perf/util/include/linux/
H A Dstring.h1 #include <string.h>
/external/webkit/Source/JavaScriptCore/API/
H A DJSStringRefBSTR.cpp34 JSStringRef JSStringCreateWithBSTR(BSTR string) argument
36 return JSStringCreateWithCharacters(string ? string : L"", string ? SysStringLen(string) : 0);
39 BSTR JSStringCopyBSTR(const JSStringRef string) argument
41 return SysAllocStringLen(JSStringGetCharactersPtr(string), JSStringGetLength(string));
/external/v8/test/mjsunit/regress/
H A Dregress-396.js31 var string = date.getYear() + '';
32 if (string.length < 4) {
33 string = '' + (string - 0 + 1900);
35 return string;
H A Dregress-1236.js31 string = 'a'; // Anything non-empty (flat ASCII).
32 pattern.exec(string); // Ensure that JSRegExp is compiled.
34 pattern.exec(string); // Call again to trigger bug in stub.
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.h36 #include <string>
64 MockCodeGenerator(const string& name);
72 static void ExpectGenerated(const string& name,
73 const string& parameter,
74 const string& insertions,
75 const string& file,
76 const string& first_message_name,
77 const string& output_directory);
80 static string GetOutputFileName(const string
[all...]
/external/oprofile/libregex/
H A Ddemangle_java_symbol.h14 #include <string>
16 /// Return an empty string on error
17 std::string const demangle_java_symbol(std::string const & name);
H A Ddemangle_symbol.h14 #include <string>
38 std::string const demangle_symbol(std::string const & name);
/external/chromium/chrome/browser/sync/engine/net/
H A Durl_translator.h12 #include <string>
17 std::string CgiEscapeString(const char* src);
18 std::string CgiEscapeString(const std::string& src);
20 // This method appends the query string to the sync server path.
21 std::string MakeSyncServerPath(const std::string& path,
22 const std::string& query_string);
24 std::string MakeSyncQueryString(const std::string
[all...]
H A Durl_translator.cc14 using std::string;
25 string CgiEscapeString(const char* src) {
26 return CgiEscapeString(string(src));
29 string CgiEscapeString(const string& src) {
33 // This method appends the query string to the sync server path.
34 string MakeSyncServerPath(const string& path, const string& query_string) {
35 string resul
[all...]
/external/chromium/net/tools/dump_cache/
H A Durl_utilities.h9 #include <string>
17 static std::string GetUrlHost(const std::string& url);
22 static std::string GetUrlHostPath(const std::string& url);
27 static std::string GetUrlPath(const std::string& url);
31 static std::string Unescape(const std::string& escaped_url);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhost.h31 #include <string>
36 std::string GetHostName();
H A Dstringdigest.h32 #include <string>
41 std::string MD5(const std::string& data);
/external/clang/test/CodeGenCXX/
H A Dtemplate-dependent-bind-temporary.cpp4 struct string { struct
5 string (const string& );
6 string ();
7 ~string();
10 string operator + (char ch, const string&);
15 string result;
/external/chromium/net/tools/flip_server/
H A Dspdy_util.h8 #include <string>
16 std::string EncodeURL(std::string uri, std::string host, std::string method);
/external/chromium/chrome/common/extensions/
H A Dextension_error_utils.h9 #include <string>
14 static std::string FormatErrorMessage(const std::string& format,
15 const std::string& s1);
17 static std::string FormatErrorMessage(const std::string& format,
18 const std::string& s1,
19 const std::string& s2);
21 static std::string FormatErrorMessage(const std::string
[all...]
/external/chromium/chrome/browser/net/
H A Dquoted_printable.h9 #include <string>
18 // Encodes the input string with the quoted-printable encoding.
19 void QuotedPrintableEncode(const std::string& input, std::string* output);
21 // Decodes the quoted-printable input string. Returns true if the input string
24 bool QuotedPrintableDecode(const std::string& input, std::string* output);
29 int IsEOL(const std::string::const_iterator& iter, const std::string
[all...]
/external/clang/include/clang/Basic/
H A DTargetOptions.h18 #include <string>
28 std::string Triple;
31 std::string CPU;
34 std::string ABI;
38 std::string CXXABI;
40 /// If given, the version string of the linker in use.
41 std::string LinkerVersion;
45 std::vector<std::string> Features;
/external/webrtc/test/testsupport/
H A Dfileutils.h25 // const std::string kInputFile = webrtc::test::ProjectRootPath() +
67 #include <string>
90 // If the project root is not found, the string specified by
92 std::string ProjectRootPath();
103 std::string OutputPath();
124 std::string ResourcePath(std::string name, std::string extension);
129 std::string WorkingDir();
134 bool CreateDirectory(std::string directory_nam
[all...]
/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/bison/lib/
H A Dstrndup.h1 /* Duplicate a size-bounded string.
21 #include <string.h>
28 extern char *strndup (const char *string, size_t n);

Completed in 466 milliseconds

1234567891011>>