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

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 48 /* 2. The product tc * Fs is limited approximately to the range */
66 LVM_UINT32 Product;
123 /* Calculate the product of the time constant and the sample rate */
124 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */
125 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3);
129 Product = Product >> 1; /* Mono value */
135 if ((Product & 0x80000000)!=0)
140 Product = Product << 1
    [all...]
  /external/chromium_org/chrome/installer/util/
product.cc 5 #include "chrome/installer/util/product.h"
30 Product::Product(BrowserDistribution* distribution)
53 Product::~Product() {
56 void Product::InitializeFromPreferences(const MasterPreferences& prefs) {
60 void Product::InitializeFromUninstallCommand(
65 bool Product::LaunchChrome(const base::FilePath& application_path) const {
74 bool Product::LaunchChromeAndWait(const base::FilePath& application_path,
115 bool Product::SetMsiMarker(bool system_install, bool set) const
    [all...]
product.h 25 class Product;
28 // Represents an installation of a specific product which has a one-to-one
29 // relation to a BrowserDistribution. A product has registry settings, related
31 // the files on disk. The Package may be shared with other Product instances,
32 // so only the last Product to be uninstalled should remove the package.
33 // Right now there are no classes that derive from Product, but in
37 class Product {
39 explicit Product(BrowserDistribution* distribution);
41 ~Product();
140 DISALLOW_COPY_AND_ASSIGN(Product);
    [all...]
  /external/clang/test/CodeGenCXX/
temp-order.cpp 13 unsigned Product, Index;
15 TempTracker() : Product(1), Index(0) {}
30 TT.Product *= pow(P, ++TT.Index);
53 return tt.Product;
65 return tt.Product;
77 return tt.Product;
91 return tt.Product;
103 return tt.Product;
117 return tt.Product;
129 return tt.Product;
    [all...]
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 141 const SCEVAddRecExpr *Product =
143 ASSERT_TRUE(Product);
144 ASSERT_EQ(Product->getNumOperands(), 9u);
148 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum));
157 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum));
166 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum));
179 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum));
197 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum));
210 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum));
219 EXPECT_EQ(Product->getOperand(6), SE.getAddExpr(Sum))
    [all...]
  /external/chromium_org/rlz/lib/
rlz_enums.h 38 IE_BROWSED_PAGE, // Search made in IE through user action (no product).
107 // A product is an entity which wants to gets credit for setting
109 enum Product {
123 // Events that note Product and Access Point modifications.
132 ACTIVATE, // Product being used for a period of time.
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 87 // ; %product = mul i32 %divisor, %quotient
88 // ; %remainder = sub i32 %dividend, %product
90 Value *Product = Builder.CreateMul(Divisor, Quotient);
91 Value *Remainder = Builder.CreateSub(Dividend, Product);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 666 unsigned long long Product =
668 // Overflow occurred if any of the upper bits of Product are set or if all
669 // the lower bits of Product are all set.
670 return (Product >> 32) ||
671 ((PathCount = Product) == OverflowOccurredValue);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
org.sat4j.core_2.3.5.v20130525.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 340 GUID Product;
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 816 milliseconds