HomeSort by relevance Sort by last modified time
    Searched refs:c_str (Results 176 - 200 of 2008) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/ui/gtk/
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());
  /external/skia/src/utils/
SkDumpCanvas.cpp 99 str->append(s.c_str());
220 this->dump(kSave_Verb, paint, str.c_str());
255 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str());
262 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str());
275 this->dump(kClip_Verb, NULL, "clipRect(%s %s %s)", str.c_str(), toString(op),
283 this->dump(kClip_Verb, NULL, "clipRRect(%s %s %s)", str.c_str(), toString(op),
291 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op),
299 this->dump(kClip_Verb, NULL, "clipRegion(%s %s)", str.c_str(),
319 this->dump(kDrawOval_Verb, &paint, "drawOval(%s)", str.c_str());
325 this->dump(kDrawRect_Verb, &paint, "drawRect(%s)", str.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/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/libvpx/libvpx/third_party/googletest/src/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/llvm/lib/Target/
TargetMachineC.cpp 135 return strdup(StringRep.c_str());
140 return strdup(StringRep.c_str());
145 return strdup(StringRep.c_str());
165 *ErrorMessage = strdup(error.c_str());
182 *ErrorMessage = strdup(error.c_str());
188 *ErrorMessage = strdup(error.c_str());
  /external/skia/tools/
PictureBenchmark.cpp 130 configName.c_str(), fShowWallTime,
135 this->logProgress(result.c_str());
139 configName.c_str(), fShowWallTime, fShowTruncatedWallTime,
142 this->logProgress(longRunningResult.c_str());
163 configName.c_str(), fShowWallTime,
167 this->logProgress(result.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/av/media/libstagefright/rtsp/
APacketSource.cpp 83 char c = s.c_str()[i];
265 const char *s = val.c_str();
427 if (!strncmp(desc.c_str(), "H264/", 5)) {
438 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
458 } else if (!strncmp(desc.c_str(), "H263-2000/", 10)
459 || !strncmp(desc.c_str(), "H263-1998/", 10)) {
470 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
475 desc.c_str(), &sampleRate, &numChannels);
481 MakeAACCodecSpecificData(params.c_str());
486 } else if (!strncmp(desc.c_str(), "AMR/", 4))
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 56 pObjFile.getName().c_str());
137 info_file.getErrorMessage().c_str());
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str());
173 mObjFile->getName().c_str());
190 func_name, mObjFile->getName().c_str(), static_cast<size_t>(result));
  /ndk/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 53 const char* c_str() const _NOEXCEPT {return str_;}
64 std::strcpy(const_cast<char*>(c_str()), msg);
102 ::new(&s) __libcpp_nmstr(msg.c_str());
138 return s.c_str();
146 ::new(&s) __libcpp_nmstr(msg.c_str());
182 return s.c_str();
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 221 GrGLSLAdd4f(fsCode, colorStr.c_str(), constStr.c_str());
336 covUniName, inOutCoverage->c_str());
354 fsName, inOutCoverage->c_str());
377 segments->fGSOutputs[i].getName().c_str(),
378 segments->fGSInputs[i].getName().c_str());
389 return inColor.c_str();
420 "stringCount", SkStringPrintf("%i", stringCnt).c_str());
456 const GrGLchar* str = shader.c_str();
470 GrPrintf(shader.c_str());
    [all...]
  /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();
  /external/llvm/lib/TableGen/
Main.cpp 60 tool_output_file DepOut(DependFilename.c_str(), Error);
86 MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) {
106 tool_output_file Out(OutputFilename.c_str(), Error);

Completed in 1364 milliseconds

1 2 3 4 5 6 78 91011>>