HomeSort by relevance Sort by last modified time
    Searched refs:status_text (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 32 line_buf_ = line.status_text;
50 line_buf_ = line.status_text;
53 response_buf_.lines.push_back(line.status_text);
84 result.status_text = line.substr(4);
86 result.status_text = line;
ftp_ctrl_response_buffer.h 70 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/SampleSyncAdapter/samplesyncadapter_server/
main.py 116 status_text = datastore.User.get_user_status(friend_handle)
120 status['s'] = status_text
  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 70 TextView statusText = (TextView) findViewById(R.id.status_text);
  /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]
  /packages/apps/Phone/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 150 mStatusText = (TextView) findViewById(R.id.status_text);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 112 setTextForView(convertView, R.id.status_text, mResources.getString(getStatusStringId()));
  /external/chromium/net/http/
http_response_headers.cc 396 // <http_version> SP <response_code> SP <status_text>
397 std::string status_text = GetStatusLine(); local
398 std::string::const_iterator begin = status_text.begin();
399 std::string::const_iterator end = status_text.end();
    [all...]

Completed in 887 milliseconds