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

  /external/chromium/base/
path_service.cc 42 int key_end; member in struct:__anon3129::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;
  /external/dbus/bus/
desktop-file.c 456 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,
signals.c 448 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))
    [all...]
  /bootable/recovery/updater/
install.c 692 char* key_end = equal-1; local
693 while (key_end > line && isspace(*key_end)) --key_end;
694 key_end[1] = '\0';
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 818 const char* key_end = (stream_begin + current_header_line.key_end_idx); local
819 const size_t key_len = key_end - key_begin;
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 399 key_iterator key_end() { return key_iterator(); } function in class:clang::OnDiskChainedHashTable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 386 #define key_end CUR Strings[164] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 386 #define key_end CUR Strings[164] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 386 #define key_end CUR Strings[164] macro
    [all...]

Completed in 6741 milliseconds