HomeSort by relevance Sort by last modified time
    Searched refs:c_str (Results 126 - 150 of 1553) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 44 gtk_util::LeftAlignMisc(gtk_label_new(text.c_str()))),
46 GtkWidget* label = gtk_label_new(value.c_str());
143 cert_chain_list_.front()))).c_str(),
166 IDS_CERT_INFO_GENERAL_TAB_LABEL)).c_str()));
174 IDS_CERT_INFO_DETAILS_TAB_LABEL)).c_str()));
204 usages[i].c_str()))),
307 HIERARCHY_NAME, x509_certificate_model::GetTitle(*i).c_str(),
325 FIELDS_NAME, x509_certificate_model::GetTitle(cert).c_str(),
334 l10n_util::GetStringUTF8(IDS_CERT_DETAILS_CERTIFICATE).c_str(),
348 l10n_util::GetStringUTF8(IDS_CERT_DETAILS_VERSION).c_str(),
    [all...]
gtk_chrome_cookie_view.cc 33 l10n_util::GetStringUTF8(label_id).c_str());
213 no_cookie.c_str());
215 no_cookie.c_str());
217 no_cookie.c_str());
219 no_cookie.c_str());
221 no_cookie.c_str());
224 no_cookie.c_str());
231 gtk_list_store_set(store, &iter, 0, no_cookie.c_str(), -1);
237 no_cookie.c_str());
469 cookie.Name().c_str());
    [all...]
edit_search_engine_dialog.cc 42 gtk_editable_insert_text(editable, result.c_str(), result.size(), position);
88 dialog_name.c_str(),
147 UTF16ToUTF8(controller_->template_url()->short_name()).c_str());
150 UTF16ToUTF8(controller_->template_url()->keyword()).c_str());
153 GetDisplayURL(*controller_->template_url()).c_str());
172 IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL).c_str(),
174 l10n_util::GetStringUTF8(IDS_SEARCH_ENGINES_EDITOR_KEYWORD_LABEL).c_str(),
176 l10n_util::GetStringUTF8(IDS_SEARCH_ENGINES_EDITOR_URL_LABEL).c_str(),
203 GtkWidget* description_label = gtk_label_new(description.c_str());
253 image, l10n_util::GetStringUTF8(invalid_message_id).c_str());
    [all...]
about_chrome_dialog.cc 60 char* markup = g_markup_printf_escaped(format, str.c_str());
78 return url.spec().c_str();
118 l10n_util::GetStringUTF8(IDS_ABOUT_CHROME_TITLE).c_str(),
154 GtkWidget* version_label = gtk_label_new(current_version.c_str());
177 l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_COPYRIGHT).c_str());
193 GtkWidget* license_chunk1 = gtk_label_new(license.substr(0, link1).c_str());
197 link2 - link1_end - strlen(kEndLinkOss)).c_str());
200 license.substr(link2_end + strlen(kEndLinkOss)).c_str());
210 GtkWidget* first_link = gtk_chrome_link_button_new(first_link_text.c_str());
211 GtkWidget* second_link = gtk_chrome_link_button_new(second_link_text.c_str());
    [all...]
js_modal_dialog_gtk.cc 90 WideToUTF8(dialog_->message_text()).c_str());
93 WideToUTF8(dialog_->title()).c_str());
102 WideToUTF8(dialog_->default_prompt_text()).c_str());
112 IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION).c_str());
121 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(),
126 gtk_dialog_add_button(GTK_DIALOG(gtk_dialog_), button_text.c_str(),
repost_form_warning_gtk.cc 23 l10n_util::GetStringUTF8(IDS_HTTP_POST_WARNING).c_str());
46 l10n_util::GetStringUTF8(IDS_CANCEL).c_str());
53 l10n_util::GetStringUTF8(IDS_HTTP_POST_WARNING_RESEND).c_str());
  /build/tools/atree/
files.cpp 167 it->first.c_str(), it->second.c_str());
190 f = fopen(filename.c_str(), "r");
193 filename.c_str(), strerror(errno));
201 filename.c_str(), strerror(errno));
211 filename.c_str(), strerror(errno));
226 filename.c_str(), strerror(errno));
264 printf("'%s' ", words[k].c_str());
305 filename.c_str(), i+1, p, errstr.c_str());
    [all...]
  /external/llvm/lib/Support/
GraphWriter.cpp 61 args.push_back(Graphviz.c_str());
62 args.push_back(Filename.c_str());
76 args.push_back(Filename.c_str());
145 args.push_back(prog.c_str());
149 args.push_back(Filename.c_str());
151 args.push_back(PSFilename.c_str());
164 args.push_back(gv.c_str());
165 args.push_back(PSFilename.c_str());
185 args.push_back(dotty.c_str());
186 args.push_back(Filename.c_str());
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.cpp 57 if (!strncmp(desc.c_str(), "H264/", 5)) {
60 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
62 } else if (!strncmp(desc.c_str(), "H263-1998/", 10)
63 || !strncmp(desc.c_str(), "H263-2000/", 10)) {
66 } else if (!strncmp(desc.c_str(), "AMR/", 4)) {
68 } else if (!strncmp(desc.c_str(), "AMR-WB/", 7)) {
70 } else if (!strncmp(desc.c_str(), "MP4V-ES/", 8)
71 || !strncasecmp(desc.c_str(), "mpeg4-generic/", 14)) {
74 } else if (ARawAudioAssembler::Supports(desc.c_str())) {
75 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params)
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 101 const char* fileName = fileNameStr.c_str();
155 system(outputMkdir.c_str());
158 system(scratchMkdir.c_str());
163 oldBase = oldBaseStr.c_str();
164 oldCmd = oldCmdStr.c_str();
165 newBase = newBaseStr.c_str();
166 newCmd = newCmdStr.c_str();
167 sandboxBase = sandboxBaseStr.c_str();
168 sandboxCmd = sandboxCmdStr.c_str();
198 int err = system(listStr.c_str());
    [all...]
  /frameworks/base/media/libstagefright/chromium_http/
support.cpp 73 "%s:%d: %s", file, line, str.c_str());
141 TickCountToString(time).c_str(),
144 EventPhaseToString(phase)).c_str());
171 mUserAgent = ua.c_str();
289 request->status().os_error()).c_str());
300 request->GetResponseCode()).c_str());
310 request->GetResponseCode()).c_str());
324 MY_LOGV(StringPrintf("response headers: %s", headers.c_str()).c_str());
330 request->GetExpectedContentSize(), contentType.c_str());
    [all...]
  /external/chromium/base/test/
test_file_util_win.cc 43 CreateFile(file.value().c_str(), GENERIC_READ | GENERIC_WRITE, 0, NULL,
109 file_handle.Set(CreateFile(file.value().c_str(), GENERIC_WRITE, 0, NULL,
139 HANDLE fh = FindFirstFile(src.c_str(), &fd);
159 if (!::CopyFile(cur_source_path.value().c_str(),
160 cur_dest_path.value().c_str(), false)) {
181 wcscpy_s(drive, MAX_PATH, path.value().c_str());
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.cc 22 if (key->ReadValue(name.c_str(), 0, &value_size, &key_type) != ERROR_SUCCESS)
33 key->ReadValue(name.c_str(), buffer.get(), &value_size, NULL);
109 if (policy_key.Open(HKEY_LOCAL_MACHINE, path.c_str(), KEY_READ) !=
112 if (policy_key.Open(HKEY_CURRENT_USER, path.c_str(), KEY_READ) !=
138 if (policy_key.ReadValueDW(value_name.c_str(), &value) == ERROR_SUCCESS) {
145 if (policy_key.ReadValueDW(value_name.c_str(), &value) == ERROR_SUCCESS) {
  /external/chromium/chrome/browser/ui/login/
login_prompt_gtk.cc 58 WideToUTF8(username).c_str());
60 WideToUTF8(password).c_str());
71 GtkWidget* label = gtk_label_new(UTF16ToUTF8(explanation).c_str());
83 l10n_util::GetStringUTF8(IDS_LOGIN_DIALOG_USERNAME_FIELD).c_str(),
85 l10n_util::GetStringUTF8(IDS_LOGIN_DIALOG_PASSWORD_FIELD).c_str(),
96 l10n_util::GetStringUTF8(IDS_LOGIN_DIALOG_OK_BUTTON_LABEL).c_str());
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.cc 63 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
64 DictionaryPrefUpdate update(prefs, WideToUTF8(window_name).c_str());
89 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
91 prefs->GetDictionary(WideToUTF8(window_name).c_str());
111 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
113 prefs->GetDictionary(WideToUTF8(window_name).c_str());
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
85 EXPECT_STREQ(IdToString(id).c_str(), property->value());
107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
108 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
109 Test::RecordProperty("shared_key", IdToString(id).c_str());
  /external/collada/src/dae/
daeIOPluginCommon.cpp 73 daeErrorHandler::get()->handleError(msg.c_str());
100 daeErrorHandler::get()->handleError(msg.c_str());
111 daeErrorHandler::get()->handleError(msg.c_str());
151 daeErrorHandler::get()->handleWarning( msg.str().c_str() );
163 daeErrorHandler::get()->handleWarning(msg.str().c_str());
187 daeErrorHandler::get()->handleWarning(msg.str().c_str());
  /external/webkit/Tools/DumpRenderTree/win/
WorkQueueItemWin.cpp 62 BSTR targetBSTR = SysAllocString(targetString.c_str());
74 BSTR urlBSTR = SysAllocString(urlString.c_str());
89 BSTR contentBSTR = SysAllocString(content.c_str());
90 BSTR baseURLBSTR = SysAllocString(baseURL.c_str());
94 BSTR unreachableURLBSTR = SysAllocString(unreachableURL.c_str());
133 BSTR scriptBSTR = SysAllocString(scriptString.c_str());
  /frameworks/base/tools/localize/
SourcePos.cpp 89 fprintf(to, "%s:%d: %s\n", this->file.c_str(), this->line, this->error.c_str());
91 fprintf(to, "%s: %s\n", this->file.c_str(), this->error.c_str());
121 snprintf(buf, sizeof(buf)-1, "%s:%d", this->file.c_str(), this->line);
123 snprintf(buf, sizeof(buf)-1, "%s:", this->file.c_str());
  /external/chromium/chrome/browser/
enumerate_modules_model_unittest_win.cc 67 EXPECT_STREQ(expected.location.c_str(), test.location.c_str());
68 EXPECT_STREQ(expected.name.c_str(), test.name.c_str());
69 EXPECT_STREQ(expected.product_name.c_str(), test.product_name.c_str());
70 EXPECT_STREQ(expected.description.c_str(), test.description.c_str());
71 EXPECT_STREQ(expected.version.c_str(), test.version.c_str());
    [all...]
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 44 if (!FAILED(ipl->LaunchCmdElevated(dist->GetAppGuid().c_str(),
90 InstallUtil::IsPerUserInstall(cur_chrome_exe.value().c_str());
95 if ((key.Open(reg_root, dist->GetVersionKey().c_str(),
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 35 http->SetUserAgent(scm_->user_agent().c_str());
36 http->SetURL(connection_url.c_str(), sync_server_port);
40 http->SetExtraRequestHeaders(headers.c_str());
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 38 GtkWidget* label = gtk_label_new(label_text.c_str());
51 GtkWidget* link = gtk_chrome_link_button_new(link_text.c_str());
67 delegate_->AsConfirmInfoBarDelegate()->GetButtonLabel(type)).c_str());
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 43 pool_(&factory_), client_(user_agent.c_str(), &pool_), error_(HE_NONE) {
54 factory_.UseSSL(host_.c_str());
84 response_redirect_ = value.c_str();
httprequest.cc 71 client_(user_agent.c_str(), NULL), error_(HE_NONE) {
87 factory.UseSSL(host_.c_str());
125 response_redirect_ = value.c_str();

Completed in 449 milliseconds

1 2 3 4 56 7 8 91011>>