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

  /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;
  /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 )
  /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/ui/views/controls/menu/
menu_message_pump_dispatcher_win.cc 39 ui::MenuSourceType source_type = ui::MENU_SOURCE_MOUSE; local
41 source_type = ui::MENU_SOURCE_KEYBOARD;
43 item, item->GetCommand(), screen_loc, source_type);
  /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/content/public/common/
context_menu_params.h 142 ui::MenuSourceType source_type; member in struct:content::ContextMenuParams
  /external/libsepol/include/sepol/policydb/
avtab.h 47 uint16_t source_type; member in struct:avtab_key
policydb.h 216 uint32_t source_type; member in struct:range_trans
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 115 const char* const source_type = variable
128 VLOG(1) << source_type << "(" << entry.source().id << "): "
  /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/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/net/base/
net_log.cc 107 int source_type; local
112 !source_dict->GetInteger("type", &source_type)) {
118 DCHECK_LT(source_type, NetLog::SOURCE_COUNT);
119 *source = Source(static_cast<SourceType>(source_type), source_id);
329 #define SOURCE_TYPE(label) case SOURCE_ ## label: return #label;
331 #undef SOURCE_TYPE
499 NetLog::SourceType source_type) {
503 NetLog::Source source(source_type, net_log->NextID());
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 883 BrowserDistribution::Type source_type; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 526 ui::MenuSourceType source_type) {
530 ShowContextMenuImpl(local_point, source_type);
1005 gfx::Rect(point, size), source_type); local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 106 const std::type_info &source_type() const function in class:boost::bad_lexical_cast
2163 typedef Source source_type ; typedef in struct:boost::detail::detect_precision_loss
    [all...]

Completed in 1199 milliseconds