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

  /frameworks/native/libs/binder/
Value.cpp 85 virtual const void* type_ptr() const = 0;
111 virtual const void* type_ptr() const override
123 if (type_ptr() != rhs.type_ptr()) {
134 if (internal_type_ptr(*out) != type_ptr())
205 const void* t_info(mContent ? mContent->type_ptr() : NULL);
240 ? internal_type_ptr<T>() == mContent->type_ptr() \
307 const void* t_info(mContent?mContent->type_ptr():NULL); \
  /external/vulkan-validation-layers/libs/glm/detail/
dummy.cpp 88 #include <glm/gtc/type_ptr.hpp> // glm::value_ptr
  /external/syslinux/com32/gpllib/
memory.c 43 void get_type(int type, char *type_ptr, int type_ptr_sz)
47 strlcpy(type_ptr, e820_types[real_type], type_ptr_sz);
  /external/selinux/policycoreutils/newrole/
newrole.c 824 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ local
912 if (get_default_type(role_s, &type_ptr)) {
917 type_s = type_ptr;
976 free(type_ptr);
982 free(type_ptr);
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 767 Type* type_ptr = type.release(); local
769 realloc(type_ptr, sizeof(Type) + (type_ptr->entry_count * sizeof(Entry)))));
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 3373 elf_symbol_type *type_ptr; local
6865 elf_symbol_type *type_ptr; local
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 19 #include <glm/gtc/type_ptr.hpp>

Completed in 201 milliseconds