/external/chromium/chrome/browser/download/ |
download_item_model.cc | 55 string16 status_text; local 60 status_text = 63 status_text = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_OPEN_IN, 69 status_text = (size == 0) ? 73 status_text = l10n_util::GetStringFUTF16( 80 status_text.clear(); 83 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELED); 88 status_text = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_INTERRUPTED, 96 return status_text; 115 string16 status_text; local [all...] |
/external/webkit/Tools/QueueStatusServer/templates/ |
recentstatus.html | 19 .status_text { 45 <div class="status_text"> 46 Status: {{ queue.status_text|force_escape|urlize|webkit_linkify|safe }}
|
/frameworks/base/tests/StatusBar/res/layout/ |
progress_notification.xml | 15 android:id="@+id/status_text"
|
/external/chromium/net/ftp/ |
ftp_ctrl_response_buffer.cc | 41 line_buf_ = line.status_text; 59 line_buf_ = line.status_text; 62 response_buf_.lines.push_back(line.status_text); 106 result.status_text = line.substr(4); 108 result.status_text = line;
|
ftp_ctrl_response_buffer.h | 64 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpvfs.c | 377 wchar_t *status_text = NULL; local 389 status_text = g_malloc (status_text_len); 395 status_text, 399 g_free (status_text); 400 status_text = NULL; 406 what, status_code, status_text ? status_text : L""); 408 g_free (status_text);
|
/development/samples/ApiDemos/res/layout/ |
searchview_actionbar.xml | 23 android:id="@+id/status_text"
|
/external/chromium/chrome/browser/chromeos/login/ |
background_view.cc | 493 std::string status_text; local 499 status_text = l10n_util::GetStringUTF8( 505 status_text = l10n_util::GetStringUTF8( 509 status_text = l10n_util::GetStringUTF8( 518 SetEnterpriseInfo(policy_connector->GetEnterpriseDomain(), status_text); 522 const std::string& status_text) { 524 status_text != enterprise_status_text_) { 526 enterprise_status_text_ = status_text;
|
background_view.h | 142 const std::string& status_text);
|
/packages/providers/DownloadProvider/ui/res/layout/ |
download_list_item.xml | 73 <TextView android:id="@+id/status_text" 84 android:layout_toRightOf="@id/status_text"
|
/packages/apps/Exchange/src/com/android/exchange/ |
CommandStatusException.java | 77 private static final String[] STATUS_TEXT = { 127 if (offset <= STATUS_TEXT.length) { 128 sb.append(STATUS_TEXT[offset]);
|
/development/samples/MultiResolution/res/layout/ |
main.xml | 46 android:id="@+id/status_text"
|
/development/samples/MultiResolution/res/layout-land/ |
main.xml | 47 android:id="@+id/status_text"
|
/development/samples/MultiResolution/src/com/example/android/multires/ |
MultiRes.java | 70 TextView statusText = (TextView) findViewById(R.id.status_text);
|
/development/samples/WiFiDirectDemo/res/layout/ |
device_detail.xml | 67 android:id="@+id/status_text">
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
DeviceDetailFragment.java | 126 TextView statusText = (TextView) mContentView.findViewById(R.id.status_text); 160 new FileServerAsyncTask(getActivity(), mContentView.findViewById(R.id.status_text)) 166 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources() 200 view = (TextView) mContentView.findViewById(R.id.status_text);
|
/external/chromium/chrome/browser/ui/gtk/ |
status_bubble_gtk.cc | 62 std::string status_text = UTF16ToUTF8(status_text_wide); local 63 if (status_text_ == status_text) 66 status_text_ = status_text;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SearchViewActionBar.java | 54 mStatusView = (TextView) findViewById(R.id.status_text);
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
recentstatus.py | 75 def status_text(self): member in class:QueueBubble
|
/packages/apps/Phone/res/layout/ |
sim_ndp.xml | 76 <TextView android:id="@+id/status_text"
|
/external/chromium/chrome/browser/ui/views/ |
status_bubble_views.cc | 603 void StatusBubbleViews::SetStatus(const string16& status_text) { 607 if (status_text_ == status_text && !status_text.empty()) 614 status_text_ = status_text; 616 view_->SetText(status_text, true);
|
/external/tcpdump/ |
print-802_11.c | 101 static const char *status_text[] = { variable 124 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0]) 370 ? status_text[pbody.status_code] 508 ? status_text[pbody.status_code] 519 ? status_text[pbody.status_code]
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 98 void UpdateStatusLabel(const std::string& status_text);
|
/packages/apps/Phone/src/com/android/phone/ |
IccNetworkDepersonalizationPanel.java | 149 mStatusText = (TextView) findViewById(R.id.status_text);
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DownloadAdapter.java | 110 setTextForView(convertView, R.id.status_text, mResources.getString(getStatusStringId()));
|