HomeSort by relevance Sort by last modified time
    Searched refs:wstring (Results 376 - 400 of 1254) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_hash.h 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 57 virtual bool GetTestData(const std::string& test_case, std::wstring* data) {
80 std::wstring test_data;
101 std::wstring test_data;
122 std::wstring test_data;
135 std::wstring test_data;
163 std::wstring test_data(
176 std::wstring test_data(
189 std::wstring test_data(
210 std::wstring test_data(
222 std::wstring test_data
    [all...]
test_with_web_server.h 81 MockWebServer(int port, const std::wstring& address, base::FilePath root_dir)
86 const std::wstring& path,
89 const std::wstring& path,
97 void ExpectAndServeRequest(CFInvocation invocation, const std::wstring& url);
102 const std::wstring& url,
107 const std::wstring& url);
112 const std::wstring& path_prefix);
121 const std::wstring& post_suffix);
133 const std::wstring& resource_uri,
275 std::wstring FormatHttpPath(const wchar_t* document_path)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_string_en_US.pass.cpp 397 std::wstring v = L"0.00";
399 std::wstring ex;
408 std::wstring v = L"-0.01";
410 std::wstring ex;
419 std::wstring v = L"1,234,567.89";
421 std::wstring ex;
430 std::wstring v = L"-1,234,567.89";
432 std::wstring ex;
441 std::wstring v = L"-1234567.89";
443 std::wstring ex
    [all...]
  /external/chromium/base/
stringprintf_unittest.cc 39 std::wstring valuew(L"Hello");
49 std::wstring valuew(L"Hello");
59 std::wstring valuew(L"Hello");
83 std::wstring outw;
146 std::wstring out;
utf_string_conversions_unittest.cc 60 // An empty std::wstring should be converted to an empty std::string,
62 std::wstring wempty;
98 std::wstring converted;
103 std::wstring expected(convert_cases[i].wide);
108 std::wstring converted;
200 std::wstring wmultistring;
  /external/chromium/base/test/
test_file_util_win.cc 133 std::vector<std::wstring> files_copied;
135 std::wstring src(source_dir.value());
144 std::wstring cur_file(fd.cFileName);
220 std::wstring FilePathAsWString(const FilePath& path) {
223 FilePath WStringAsFilePath(const std::wstring& path) {
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 107 std::wstring value(UTF8ToWide(gtk_entry_get_text(GTK_ENTRY(entry))));
115 std::wstring value(UTF8ToWide(gtk_entry_get_text(GTK_ENTRY(input_))));
138 const std::wstring& window_title,
139 const std::wstring& label,
140 const std::wstring& contents,
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views_unittest.cc 35 const std::wstring& window_name,
40 const std::wstring& window_name,
45 const std::wstring& window_name,
55 const std::wstring& menu_name,
56 const std::wstring& menu_item_name,
chrome_views_delegate.cc 56 const std::wstring& window_name,
83 const std::wstring& window_name,
105 const std::wstring& window_name,
126 const std::wstring& menu_name,
127 const std::wstring& menu_item_name,
  /external/chromium/net/http/
http_auth_sspi_win_unittest.cc 15 void MatchDomainUserAfterSplit(const std::wstring& combined,
16 const std::wstring& expected_domain,
17 const std::wstring& expected_user) {
18 std::wstring actual_domain;
19 std::wstring actual_user;
  /external/chromium_org/base/strings/
utf_string_conversions_unittest.cc 60 // An empty std::wstring should be converted to an empty std::string,
62 std::wstring wempty;
98 std::wstring converted;
103 std::wstring expected(convert_cases[i].wide);
108 std::wstring converted;
200 std::wstring wmultistring;
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 63 const std::wstring& detail) {
133 DumpUsage(*cmd_line, errors::SHOW_HELP, std::wstring());
139 DumpUsage(*cmd_line, errors::MINI_INSTALLER_NOT_FOUND, std::wstring());
158 std::wstring original_version;
159 std::wstring new_version;
  /external/chromium_org/chrome/installer/util/
copy_reg_key_work_item_unittest.cc 30 std::wstring destination_path_;
36 const std::wstring key_paths[] = {
37 std::wstring(test_data_.base_path() + L"\\NoKeyHere"),
38 std::wstring(test_data_.base_path() + L"\\NoKeyHere\\OrHere")
42 const std::wstring& key_path = key_paths[i];
product_unittest.cc 61 std::wstring(L"setup.exe") +
79 EXPECT_NE(std::wstring::npos,
84 std::wstring::npos,
92 EXPECT_EQ(std::wstring::npos,
127 std::wstring state_key_path(distribution->GetStateKey());
google_update_settings.cc 47 bool ReadGoogleUpdateStrKey(const wchar_t* const name, std::wstring* value) {
49 std::wstring reg_path = dist->GetStateKey();
66 // presubmit: allow wstring
67 const std::wstring& value,
76 std::wstring uniquename; // presubmit: allow wstring
82 // presubmit: allow wstring
83 std::wstring reg_path(dist->GetStateMediumKey());
97 const std::wstring& value) {
104 const std::wstring& value
    [all...]
  /external/chromium_org/net/http/
http_auth_sspi_win_unittest.cc 15 void MatchDomainUserAfterSplit(const std::wstring& combined,
16 const std::wstring& expected_domain,
17 const std::wstring& expected_user) {
18 std::wstring actual_domain;
19 std::wstring actual_user;
  /external/chromium/chrome/browser/
cookies_tree_model.h 71 // taking an |std::wstring|.
96 DetailedInfo(const std::wstring& origin, NodeType node_type,
121 std::wstring origin;
184 static std::wstring TitleForUrl(const GURL& url);
489 void UpdateSearchResults(const std::wstring& filter);
515 void LoadCookiesWithFilter(const std::wstring& filter);
526 void PopulateAppCacheInfoWithFilter(const std::wstring& filter);
527 void PopulateDatabaseInfoWithFilter(const std::wstring& filter);
528 void PopulateLocalStorageInfoWithFilter(const std::wstring& filter);
529 void PopulateSessionStorageInfoWithFilter(const std::wstring& filter)
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 111 const std::wstring& profile_name,
112 const std::wstring& language,
154 const std::wstring& profile_name() const {
158 const std::wstring& language() const {
192 std::wstring profile_name_;
193 std::wstring language_;
233 bool IsSameProfile(const std::wstring& name) const {
262 std::wstring profile_name;
327 void FindInPage(const std::wstring& search_string,
358 std::wstring GetVersion() const
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 51 const std::wstring&,
52 const std::wstring&,
54 MOCK_METHOD5(AddCopyTreeWorkItem, WorkItem*(const std::wstring&,
55 const std::wstring&,
56 const std::wstring&,
58 const std::wstring&));
60 MOCK_METHOD2(AddCreateRegKeyWorkItem, WorkItem* (HKEY, const std::wstring&));
61 MOCK_METHOD2(AddDeleteRegKeyWorkItem, WorkItem* (HKEY, const std::wstring&));
63 const std::wstring&,
64 const std::wstring&))
    [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 89 typedef std::map<std::wstring, google_breakpad::CustomInfoEntry*>
164 std::wstring TrimToBreakpadMax(const std::wstring& str) {
165 std::wstring shorter(str);
180 void SetPluginPath(const std::wstring& path) {
220 std::wstring GetProfileType() {
221 std::wstring profile_type;
250 google_breakpad::CustomClientInfo* GetCustomInfo(const std::wstring& exe_path,
251 const std::wstring& type) {
291 std::wstring plugin_path
    [all...]
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 30 typedef std::map<std::wstring, std::wstring> CrashMap;
33 const std::wstring& reporter_tag, CrashMap* map) {
45 bool WriteCustomInfoToFile(const std::wstring& dump_path, const CrashMap& map) {
46 std::wstring file_path(dump_path);
48 if (last_dot == std::wstring::npos)
60 std::wstring line = pos->first;
137 std::wstring dump_path;
140 const CrashMap& crash_map, const std::wstring& path)
174 std::wstring pipe_name = kTestPipeName
    [all...]

Completed in 508 milliseconds

<<11121314151617181920>>