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

  /external/chromium_org/ui/base/cursor/
cursor_loader_ozone.cc 47 int native_type = cursor->native_type(); local
50 if (cursors_.count(native_type)) {
52 platform = cursors_[native_type];
53 } else if (native_type == kCursorCustom) {
58 platform = CursorFactoryOzone::GetInstance()->GetDefaultCursor(native_type);
cursor_loader_win.cc 19 switch (native_cursor.native_type()) {
146 if (cursor->native_type() != kCursorCustom) {
cursor_loader_x11.cc 29 switch (native_cursor.native_type()) {
137 NOTREACHED() << "Case not handled for " << native_cursor.native_type();
251 int type = native_cursor.native_type();
257 int type = native_cursor.native_type();
cursor.h 108 int native_type() const { return native_type_; } function in class:ui::Cursor
cursors_aura.cc 230 cursor.native_type(),
  /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...]
  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 70 EXPECT_EQ(ui::kCursorCopy, test_api.GetCurrentCursor().native_type());
91 EXPECT_EQ(ui::kCursorCopy, test_api.GetCurrentCursor().native_type());
102 EXPECT_EQ(ui::kCursorPointer, test_api.GetCurrentCursor().native_type());
114 EXPECT_EQ(ui::kCursorCopy, test_api.GetCurrentCursor().native_type());
117 EXPECT_EQ(ui::kCursorPointer, test_api.GetCurrentCursor().native_type());
window_manager_unittest.cc 514 EXPECT_EQ(ui::kCursorPointer, host->last_cursor().native_type());
522 EXPECT_EQ(ui::kCursorSouthResize, host->last_cursor().native_type());
530 EXPECT_EQ(ui::kCursorSouthWestResize, host->last_cursor().native_type());
538 EXPECT_EQ(ui::kCursorSouthEastResize, host->last_cursor().native_type());
546 EXPECT_EQ(ui::kCursorWestResize, host->last_cursor().native_type());
554 EXPECT_EQ(ui::kCursorEastResize, host->last_cursor().native_type());
562 EXPECT_EQ(ui::kCursorNorthResize, host->last_cursor().native_type());
570 EXPECT_EQ(ui::kCursorNorthWestResize, host->last_cursor().native_type());
578 EXPECT_EQ(ui::kCursorNorthEastResize, host->last_cursor().native_type());
587 EXPECT_EQ(ui::kCursorNull, host->last_cursor().native_type());
    [all...]
resize_shadow_and_cursor_unittest.cc 91 return test_api.GetCurrentCursor().native_type();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 81 src_native_type = native_type(format)
201 dst_native_type = native_type(format)
246 dst_native_type = native_type(format)
646 native_type = 'uint8_t'
649 generate_swizzle(formats, channel, native_type, suffix)
650 generate_unswizzle(formats, channel, native_type, suffix)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 81 src_native_type = native_type(format)
201 dst_native_type = native_type(format)
246 dst_native_type = native_type(format)
646 native_type = 'uint8_t'
649 generate_swizzle(formats, channel, native_type, suffix)
650 generate_unswizzle(formats, channel, native_type, suffix)
  /external/chromium_org/ui/wm/core/
cursor_manager_unittest.cc 83 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
90 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
134 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
141 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 112 EXPECT_EQ(ui::kCursorWait, host()->GetCursor(move_event).native_type());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura_unittest.cc 149 EXPECT_EQ(ui::kCursorNone, cursor_client_a->GetCursor().native_type());
150 EXPECT_EQ(ui::kCursorNone, cursor_client_b->GetCursor().native_type());
153 EXPECT_EQ(ui::kCursorPointer, cursor_client_a->GetCursor().native_type());
154 EXPECT_EQ(ui::kCursorPointer, cursor_client_b->GetCursor().native_type());
  /external/chromium_org/v8/tools/
js2c.py 400 def BuildMetadata(sources, source_bytes, native_type, omit):
407 native_type: The parameter for the NativesCollection template.
456 "type": native_type,
480 def JS2C(source, target, native_type, compression_type, raw_file, omit):
483 metadata = BuildMetadata(sources, sources_bytes, native_type, omit)
  /external/chromium_org/ash/display/
cursor_window_controller.cc 165 if (cursor_type_ == cursor.native_type() &&
168 cursor_type_ = cursor.native_type();
  /external/chromium_org/ash/
extended_desktop_unittest.cc 257 EXPECT_EQ(ui::kCursorPointer, host0->last_cursor().native_type());
258 EXPECT_EQ(ui::kCursorPointer, host1->last_cursor().native_type());
260 EXPECT_EQ(ui::kCursorCopy, host0->last_cursor().native_type());
261 EXPECT_EQ(ui::kCursorCopy, host1->last_cursor().native_type());

Completed in 1191 milliseconds