Searched refs:string (Results 1 - 25 of 24349) 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/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_ui_unittest.cc8 #include <string>
129 const std::string& name = "testName";
196 const std::string& name = "testName";
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Dcharconstmath.asm1 db "string", " "+80h
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_brcm.c26 #include <string.h>
/external/linux-tools-perf/util/include/linux/
H A Dstring.h1 #include <string.h>
/external/chromium_org/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/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);
/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...]
/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_org/net/tools/dump_cache/
H A Durl_utilities.h8 #include <string>
16 static std::string GetUrlHost(const std::string& url);
21 static std::string GetUrlHostPath(const std::string& url);
26 static std::string GetUrlPath(const std::string& url);
30 static std::string Unescape(const std::string& escaped_url);
/external/chromium_org/sync/engine/net/
H A Durl_translator.h11 #include <string>
16 std::string CgiEscapeString(const char* src);
17 std::string CgiEscapeString(const std::string& src);
19 // This method appends the query string to the sync server path.
20 std::string MakeSyncServerPath(const std::string& path,
21 const std::string& query_string);
23 std::string MakeSyncQueryString(const std::string
[all...]
/external/chromium_org/extensions/common/
H A Derror_utils.h8 #include <string>
17 static std::string FormatErrorMessage(const std::string& format,
18 const std::string& s1);
20 static std::string FormatErrorMessage(const std::string& format,
21 const std::string& s1,
22 const std::string& s2);
24 static std::string FormatErrorMessage(const std::string
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
H A Daddress_data.h22 #include <string>
46 std::string language_code;
51 std::string country_code;
55 std::string administrative_area;
59 std::string locality;
63 std::string dependent_locality;
68 std::string sorting_code;
73 std::string postal_code;
76 std::vector<std::string> address_lines;
79 std::string organizatio
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_paint_aggregator.h16 virtual void RunTests(const std::string& filter);
19 std::string TestInitialState();
20 std::string TestSingleInvalidation();
21 std::string TestDoubleDisjointInvalidation();
22 std::string TestSingleScroll();
23 std::string TestDoubleOverlappingScroll();
24 std::string TestNegatingScroll();
25 std::string TestDiagonalScroll();
26 std::string TestContainedPaintAfterScroll();
27 std::string TestContainedPaintBeforeScrol
[all...]
/external/ceres-solver/internal/ceres/
H A Dfile.h36 #include <string>
42 void WriteStringToFileOrDie(const string &data, const string &filename);
43 void ReadFileToStringOrDie(const string &filename, string *data);
47 string JoinPath(const string& dirname, const string& basename);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhost.h31 #include <string>
36 std::string GetHostName();
/external/chromium_org/chrome/browser/mac/
H A Dinstall_from_dmg.h8 #include <string>
21 void EjectAndTrashDiskImage(const std::string& dmg_bsd_device_name);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dversion.h8 #include <string>
12 std::string GetMinimumSupportedChromeVersion();
/external/chromium_org/content/common/
H A Dmemory_benchmark_messages.h8 #include <string>
15 std::string /* dump reason */)
/external/chromium_org/remoting/host/
H A Dhost_secret.h5 #include <string>
10 std::string GenerateSupportHostSecret();

Completed in 2451 milliseconds

1234567891011>>