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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 137 template<typename Lhs, typename Rhs> struct product_type;
141 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
593 internal::product_type<Derived,OtherDerived>::debug();
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 600 uint8_t product_type; /* Windows: VER_NT_* from WinNT.h */ member in struct:__anon11448
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump.cc 63 D8(system_info.product_type);
94 1, // product_type
minidump.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 258 self.assertIsInstance(v.product_type, int)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 258 self.assertIsInstance(v.product_type, int)
  /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 637 milliseconds