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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ipc.h 48 typedef __key_t key_t; typedef
55 extern key_t ftok (__const char *__pathname, int __proj_id) __THROW;
types.h 123 typedef __key_t key_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ipc.h 48 typedef __key_t key_t; typedef
55 extern key_t ftok (__const char *__pathname, int __proj_id) __THROW;
types.h 123 typedef __key_t key_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
key.h 48 } key_t; typedef in typeref:struct:key_s
52 key_t *key_get_by_opt(const char *opt);
53 int key_new(key_t *key);
54 int key_create(key_t *key, int type);
55 int key_load(key_t *key, unsigned int *err_code);
56 int key_store(key_t *key);
60 key_t *keys = &_keys[0]; \
64 extern key_t *keys;
  /external/fio/os/windows/posix/include/sys/
shm.h 12 typedef int key_t; typedef
37 int shmget(key_t key, size_t size, int shmflg);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 102 class key_t { class in class:android::CodeCache
104 const key_value_pair_t<key_t, cache_entry_t>&,
105 const key_value_pair_t<key_t, cache_entry_t>&);
108 key_t() { }; function in class:android::CodeCache::key_t
109 explicit key_t(const AssemblyKeyBase& k) : mKey(&k) { } function in class:android::CodeCache::key_t
116 KeyedVector<key_t, cache_entry_t> mCacheData;
119 const key_value_pair_t<key_t, cache_entry_t>&,
120 const key_value_pair_t<key_t, cache_entry_t>&);
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs
    [all...]
  /bionic/libc/include/sys/
types.h 67 typedef __key_t key_t; typedef
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 49 typedef uint32_t key_t; typedef in class:android::ProgramCache::Key
50 key_t mKey;
108 inline Key& set(key_t mask, key_t value) {
  /frameworks/rs/cpp/util/
TypeHelpers.h 228 typedef KEY key_t; typedef in struct:android::RSC::key_value_pair_t
  /system/core/libutils/include/utils/
TypeHelpers.h 254 typedef KEY key_t; typedef in struct:android::key_value_pair_t
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 170 typedef EFI_LONG_T key_t; /* IPC key (for Sys V IPC) */ typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 145 typedef __key_t key_t; /* IPC key (for Sys V IPC) */ typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2392 key_t = __int32_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2392 key_t = __int32_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2392 key_t = __int32_t variable
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 306 typedef __key_t key_t; typedef
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2392 key_t = __int32_t variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2392 key_t = __int32_t variable
    [all...]

Completed in 182 milliseconds