Searched defs:key_end (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/
H A Dpath_service.cc42 int key_end; member in struct:__anon1161::Provider
241 int key_end) {
244 DCHECK_GT(key_end, key_start);
253 DCHECK(key_start >= p->key_end || key_end <= p->key_start) <<
265 p->key_end = key_end;
240 RegisterProvider(ProviderFunc func, int key_start, int key_end) argument
/external/dbus/bus/
H A Ddesktop-file.c456 int key_start, key_end; local
473 key_end = p;
475 if (key_start == key_end)
546 if (!_dbus_string_copy_len (&parser->data, key_start, key_end - key_start,
H A Dsignals.c448 const char *key_end; local
464 key_end = p;
469 if (key_start == key_end)
484 if (!_dbus_string_append_len (key, key_start, key_end - key_start))
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h400 key_iterator key_end() { return key_iterator(); } function in class:clang::OnDiskChainedHashTable
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.cc818 const char* key_end = (stream_begin + current_header_line.key_end_idx); local
819 const size_t key_len = key_end - key_begin;
/external/bluetooth/glib/glib/
H A Dgkeyfile.c836 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;

Completed in 149 milliseconds