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

  /external/chromium_org/ui/base/cursor/
cursor_loader_ozone.cc 54 int native_type = cursor->native_type(); local
57 if (cursors_.count(native_type)) {
59 platform = cursors_[native_type];
60 } else if (native_type == kCursorCustom) {
65 platform = CursorFactoryOzone::GetInstance()->GetDefaultCursor(native_type);
cursor.h 108 int native_type() const { return native_type_; } function in class:ui::Cursor
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 58 int native_type = 0; local
63 native_type |= SOCK_NONBLOCK;
69 native_type |= SOCK_CLOEXEC;
75 case SOCK_STREAM_PORTABLE: native_type |= SOCK_STREAM; break;
76 case SOCK_DGRAM_PORTABLE: native_type |= SOCK_DGRAM; break;
77 case SOCK_RAW_PORTABLE: native_type |= SOCK_RAW; break;
78 case SOCK_RDM_PORTABLE: native_type |= SOCK_RDM; break;
79 case SOCK_SEQPACKET_PORTABLE: native_type |= SOCK_SEQPACKET; break;
80 case SOCK_PACKET_PORTABLE: native_type |= SOCK_PACKET; break;
82 ALOGE("%s: case default: native_type:0x%x |= portable_type:0x%x:[UNKNOWN!];", __func__
    [all...]
  /development/ndk/sources/android/libportable/arch-mips64/
socket.c 58 int native_type = 0; local
63 native_type |= SOCK_NONBLOCK;
69 native_type |= SOCK_CLOEXEC;
75 case SOCK_STREAM_PORTABLE: native_type |= SOCK_STREAM; break;
76 case SOCK_DGRAM_PORTABLE: native_type |= SOCK_DGRAM; break;
77 case SOCK_RAW_PORTABLE: native_type |= SOCK_RAW; break;
78 case SOCK_RDM_PORTABLE: native_type |= SOCK_RDM; break;
79 case SOCK_SEQPACKET_PORTABLE: native_type |= SOCK_SEQPACKET; break;
80 case SOCK_PACKET_PORTABLE: native_type |= SOCK_PACKET; break;
82 ALOGE("%s: case default: native_type:0x%x |= portable_type:0x%x:[UNKNOWN!];", __func__
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 150 def native_type(format): function
412 src_native_type = native_type(format)
518 dst_native_type = native_type(format)
683 native_type = 'unsigned'
687 generate_format_unpack(format, channel, native_type, suffix)
688 generate_format_pack(format, channel, native_type, suffix)
689 generate_format_fetch(format, channel, native_type, suffix)
692 native_type = 'int'
694 generate_format_unpack(format, channel, native_type, suffix)
695 generate_format_pack(format, channel, native_type, suffix)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 150 def native_type(format): function
412 src_native_type = native_type(format)
518 dst_native_type = native_type(format)
683 native_type = 'unsigned'
687 generate_format_unpack(format, channel, native_type, suffix)
688 generate_format_pack(format, channel, native_type, suffix)
689 generate_format_fetch(format, channel, native_type, suffix)
692 native_type = 'int'
694 generate_format_unpack(format, channel, native_type, suffix)
695 generate_format_pack(format, channel, native_type, suffix)
    [all...]

Completed in 118 milliseconds