HomeSort by relevance Sort by last modified time
    Searched refs:source_type (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/chromium_org/ui/base/
ui_base_types.cc 12 ui::MenuSourceType source_type = ui::MENU_SOURCE_MOUSE; local
14 source_type = ui::MENU_SOURCE_KEYBOARD;
16 source_type = ui::MENU_SOURCE_TOUCH;
17 return source_type;
  /external/chromium_org/ui/views/
context_menu_controller.h 35 ui::MenuSourceType source_type) = 0;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 27 typedef typename base_::source_type source_type; typedef in struct:boost::numeric::conversion_traits
converter_policies.hpp 31 typedef S source_type ; typedef in struct:boost::numeric::Trunc
35 static source_type nearbyint ( argument_type s )
53 typedef S source_type ; typedef in struct:boost::numeric::Floor
57 static source_type nearbyint ( argument_type s )
72 typedef S source_type ; typedef in struct:boost::numeric::Ceil
76 static source_type nearbyint ( argument_type s )
91 typedef S source_type ; typedef in struct:boost::numeric::RoundEven
95 static source_type nearbyint ( argument_type s )
converter.hpp 25 class Float2IntRounder = Trunc< BOOST_DEDUCED_TYPENAME Traits::source_type> ,
  /external/libsepol/src/
avtab.c 55 (keyp->source_type << 9)) & mask);
94 if (key->source_type == cur->key.source_type &&
99 if (key->source_type < cur->key.source_type)
101 if (key->source_type == cur->key.source_type &&
104 if (key->source_type == cur->key.source_type &&
134 if (key->source_type == cur->key.source_type &
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 42 typedef S source_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
67 typedef N source_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
83 typedef typename remove_cv<S>::type source_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits
85 typedef typename is_same<target_type,source_type>::type is_trivial ;
88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
converter.hpp 100 typedef typename Traits::source_type S ;
114 typedef typename Traits::source_type S ;
129 typedef typename Traits::source_type S ;
145 typedef typename Traits::source_type S ;
161 typedef typename Traits::source_type S ;
177 typedef typename Traits::source_type S ;
193 typedef typename Traits::source_type S ;
331 typedef typename Traits::source_type S ;
460 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl
487 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::rounding_converter
515 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_context_menu_view.cc 26 ui::MenuSourceType source_type) {
49 source_type,
download_shelf_context_menu_view.h 38 ui::MenuSourceType source_type);
  /external/chromium_org/ash/desktop_background/
desktop_background_view.h 29 ui::MenuSourceType source_type) OVERRIDE;
  /external/chromium_org/third_party/skia/src/utils/
SkTFitsIn.h 28 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
39 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
51 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
62 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
76 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
77 static bool apply(source_type s) {
91 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
  /external/chromium_org/ui/views/controls/button/
button_dropdown.h 58 ui::MenuSourceType source_type) OVERRIDE;
71 virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
button_dropdown.cc 139 ui::MenuSourceType source_type) {
144 ShowDropDownMenu(source_type);
160 void ButtonDropDown::ShowDropDownMenu(ui::MenuSourceType source_type) {
206 source_type,
218 source_type,
  /external/skia/src/utils/
SkTFitsIn.h 28 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
39 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
51 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
62 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
76 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
77 static bool apply(source_type s) {
91 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 49 ui::MenuSourceType source_type) OVERRIDE;
bookmark_context_menu.cc 63 ui::MenuSourceType source_type) {
71 views::MenuItemView::TOPLEFT, source_type,
bookmark_context_menu.h 49 ui::MenuSourceType source_type);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 72 ui::MenuSourceType source_type) = 0;
fake_base_tab_strip_controller.cc 85 ui::MenuSourceType source_type) {
fake_base_tab_strip_controller.h 40 ui::MenuSourceType source_type) OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
menu_runner.h 98 ui::MenuSourceType source_type,
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 77 const Type* source_type = type_data_->FindTypeOf((*cit)->Id()); local
78 if (source_type != NULL) {
79 types_to_merge.push_back(source_type);
  /external/chromium_org/chrome/common/metrics/
metrics_log_manager.cc 48 LogType source_type = (source_list == &unsent_ongoing_logs_) ? ONGOING_LOG local
56 staged_log_type_ = source_type;
61 if (source_type == last_provisional_store_type_ &&
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.h 92 ui::MenuSourceType source_type) OVERRIDE;

Completed in 449 milliseconds

1 2 3 4 5