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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 649 if hasattr(winver, "product_type"):
650 product_type = winver.product_type
652 product_type = VER_NT_WORKSTATION
661 product_type = VER_NT_SERVER
667 if product_type == VER_NT_WORKSTATION:
672 if product_type == VER_NT_WORKSTATION:
677 if product_type == VER_NT_WORKSTATION:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 649 if hasattr(winver, "product_type"):
650 product_type = winver.product_type
652 product_type = VER_NT_WORKSTATION
661 product_type = VER_NT_SERVER
667 if product_type == VER_NT_WORKSTATION:
672 if product_type == VER_NT_WORKSTATION:
677 if product_type == VER_NT_WORKSTATION:
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state.cc 544 BrowserDistribution::Type product_type = local
547 machine_state.GetProductState(level_ == SYSTEM_LEVEL, product_type);
549 prod_type = product_type;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 138 template<typename Lhs, typename Rhs> struct product_type;
142 int ProductType = internal::product_type<Lhs,Rhs>::value>
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 35 template<typename Lhs, typename Rhs, int ProductType = internal::product_type<Lhs,Rhs>::value>
57 template<typename Lhs, typename Rhs> struct product_type struct in namespace:Eigen::internal
571 internal::product_type<Derived,OtherDerived>::debug();
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 879 BrowserDistribution::Type product_type; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 258 self.assertIsInstance(v.product_type, int)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 258 self.assertIsInstance(v.product_type, int)

Completed in 195 milliseconds