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

  /external/chromium/base/
path_service.h 61 // key_end)" of supported path keys.
64 int key_end);
path_service.cc 44 int key_end; member in struct:__anon2368::Provider
238 int key_end) {
241 DCHECK(key_end > key_start);
250 DCHECK(key_start >= p->key_end || key_end <= p->key_start) <<
262 p->key_end = key_end;
  /external/dbus/bus/
desktop-file.c 454 int key_start, key_end; local
471 key_end = p;
473 if (key_start == key_end)
544 if (!_dbus_string_copy_len (&parser->data, key_start, key_end - key_start,
signals.c 416 const char *key_end; local
432 key_end = p;
437 if (key_start == key_end)
452 if (!_dbus_string_append_len (key, key_start, key_end - key_start))
    [all...]
  /bootable/recovery/updater/
install.c 625 char* key_end = equal-1; local
626 while (key_end > line && isspace(*key_end)) --key_end;
627 key_end[1] = '\0';
  /external/bluetooth/glib/glib/
gkeyfile.c 836 gchar *key, *value, *key_end, *value_start, *locale; local
847 key_end = value_start = strchr (line, '=');
849 g_warn_if_fail (key_end != NULL);
851 key_end--;
856 while (g_ascii_isspace (*key_end))
857 key_end--;
859 key_len = key_end - line + 2;
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 794 const char* key_end = (stream_begin + current_header_line.key_end_idx); local
795 const size_t key_len = key_end - key_begin;
    [all...]

Completed in 402 milliseconds