/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 | 522 BrowserDistribution::Type product_type = local 525 machine_state.GetProductState(level_ == SYSTEM_LEVEL, product_type); 527 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 | 825 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)
|