/build/target/product/ |
core_base.mk | 69 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
|
core_minimal.mk | 65 $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
/device/generic/armv7-a-neon/ |
BoardConfig.mk | 3 # Product-specific compile-time definitions. 6 # The generic product target doesn't have any hardware-specific pieces.
|
mini_common.mk | 103 $(call inherit-product, build/target/product/core_base.mk) 104 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) 105 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 106 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 107 $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)
|
/external/chromium_org/chrome/installer/setup/ |
install.h | 17 #include "chrome/installer/util/product.h" 77 const Product& product, 87 const Product& product, 120 // |chrome| The installed product (must be a browser). 122 const Product& chrome); 130 // |chrome| The installed product (must be a browser). 132 const Product& chrome,
|
uninstall.cc | 114 // Specifically, removes the flags associated with this product ("-chrome" or 120 const installer::Product& product) { 123 BrowserDistribution* distribution = product.distribution(); 129 // Remove product's flags from the channel value. 131 const bool modified = product.SetChannelFlags(false, &channel_info); 154 const installer::Product& product) { 157 AddOsUpgradeWorkItems(installer_state, base::FilePath(), Version(), product, 189 // * non-multi product being uninstalled: remove bot [all...] |
setup_util.cc | 86 // Returns true if product |type| cam be meaningfully installed without the 174 const ProductState* product = local 177 if (product) { 178 patch_source = installer_state.GetInstallerDirectory(product->version()) 312 // (1) Product is being uninstalled => false. 313 // (2) Product is being installed => true. 314 // (3) Current operation ignores product, product is absent => false. 315 // (4) Current operation ignores product, product is present => true 330 const Product* product = installer_state.FindProduct(type); local 358 const ProductState* product = NULL; local [all...] |
/external/chromium_org/chrome/test/mini_installer_test/ |
installer_test_util.h | 49 // Returns the version of the specified |product|. 51 installer::InstallationValidator::InstallationType product); 65 // Uninstall the product specified by |system_level| and |type|. 70 // Uninstall the product specified by |system_level| and |product|. 73 BrowserDistribution::Type product);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
basic_op_c_equivalent.h | 245 L_product = 32-bit product of L_var1 and L_var2 (Word32) 319 L_product = 32-bit product of L_var1 and L_var2 (Word32) 389 pOverflow -> 1 if the 32 bit product operation resulted in overflow 392 product = 32-bit product of the 32-bit L_var1 and 16-bit var1 (Word32) 451 product = 16-bit limited product of var1 and var2 (Word16) 455 register Word32 product; local 457 product = ((Word32) var1 * var2) >> 15; 463 if (product > 0x00007fffL [all...] |
/external/chromium_org/rlz/lib/ |
financial_ping.cc | 91 bool FinancialPing::FormRequest(Product product, 127 // Add the signature, brand, product id and language. 141 // Add the product events. 144 bool has_events = GetProductEventsAsCgi(product, cgi, arraysize(cgi)); 150 // used by this product. 168 if (GetPingParams(product, has_events ? access_points : all_points, 357 bool FinancialPing::IsPingTime(Product product, bool no_delay) { 364 if (!store->ReadPingTime(product, &last_ping) [all...] |
/external/guava/guava/src/com/google/common/math/ |
BigIntegerMath.java | 273 * Returns {@code n!}, that is, the product of the first {@code n} positive 298 long product = LongMath.FACTORIALS[startingNumber - 1]; local 300 int shift = Long.numberOfTrailingZeros(product); 301 product >>= shift; 304 int productBits = LongMath.log2(product, FLOOR) + 1; 322 // If it won't fit in a long, then we store off the intermediate product. 324 bignums.add(BigInteger.valueOf(product)); 325 product = 1; 328 product *= normalizedNum; 329 productBits = LongMath.log2(product, FLOOR) + 1 [all...] |
/external/chromium_org/chrome/browser/rlz/ |
rlz.h | 58 static bool RecordProductEvent(rlz_lib::Product product, 83 // Clears all product state. Should be called when turning RLZ off. On other 84 // platforms, this is done by product uninstaller. 141 bool RecordProductEventImpl(rlz_lib::Product product, 157 virtual bool ScheduleRecordProductEvent(rlz_lib::Product product,
|
/external/chromium_org/third_party/skia/include/core/ |
SkMath.h | 134 int32_t product; local 136 : "=r"(product) 139 return product;
|
/external/skia/include/core/ |
SkMath.h | 134 int32_t product; local 136 : "=r"(product) 139 return product;
|
/build/target/board/vbox_x86/ |
device.mk | 17 # This is a build configuration for the product aspects that 36 $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
|
/device/generic/mini-emulator-armv7-a-neon/ |
mini_emulator_armv7a_neon.mk | 15 $(call inherit-product, device/generic/armv7-a-neon/mini_armv7a_neon.mk) 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
|
/device/generic/mini-emulator-mips/ |
mini_emulator_mips.mk | 15 $(call inherit-product, device/generic/mips/mini_mips.mk) 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
|
/device/generic/mini-emulator-x86/ |
mini_emulator_x86.mk | 15 $(call inherit-product, device/generic/x86/mini_x86.mk) 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
printer_service_provider_unittest.cc | 18 void(const std::string& vendor, const std::string& product));
|
/external/chromium_org/chrome/installer/util/ |
installer_state.h | 19 #include "chrome/installer/util/product.h" 36 typedef std::vector<Product*> Products; 80 // Adds a product constructed on the basis of |state|, setting this object's 81 // msi flag if |state| is msi-installed. Returns the product that was added, 84 Product* AddProductFromState(BrowserDistribution::Type type, 87 // Returns the product that was added, or NULL if |product| is incompatible 88 // with this object. Ownership of |product| is taken by this object, while 90 Product* AddProduct(scoped_ptr<Product>* product) [all...] |
product_unittest.cc | 16 #include "chrome/installer/util/product.h" 19 using installer::Product; 70 const Product* product = installer_state.products()[0]; local 71 BrowserDistribution* distribution = product->distribution(); 75 product->GetUserDataPaths(&user_data_paths); 115 // We started out with a non-msi product. 132 EXPECT_TRUE(product->SetMsiMarker(system_level, true)); 143 // TODO(tommi): Test Product::LaunchChrome and 144 // Product::LaunchChromeAndWait [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
NavigatorID.cpp | 87 String NavigatorID::product(const NavigatorBase*) function in class:WebCore::NavigatorID
|
/external/chromium_org/webkit/common/user_agent/ |
user_agent_util.cc | 158 std::string BuildUserAgentFromProduct(const std::string& product) { 175 return BuildUserAgentFromOSAndProduct(os_info, product); 179 const std::string& product) { 181 // This is done to expose our product name in a manner that is maximally 190 product.c_str(),
|
/build/core/ |
product_config.mk | 83 # as the variant in the PRODUCT-$TARGET_BUILD_PRODUCT-$TARGET_BUILD_VARIANT form, 88 # Provide "PRODUCT-<prodname>-<goal>" targets, which lets you build 91 product_goals := $(strip $(filter PRODUCT-%,$(MAKECMDGOALS))) 93 # Scrape the product and build names out of the goal, 94 # which should be of the form PRODUCT-<productname>-<buildname>. 97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)") 100 product_goals := $(patsubst PRODUCT-%,%,$(product_goals)) 103 $(error Bad PRODUCT-* goal "$(goal_name)") 106 # The product they want 116 # The build server wants to do make PRODUCT-dream-installclea [all...] |
/cts/suite/audio_quality/lib/src/audio/ |
AudioHardware.cpp | 66 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so, local 68 LOGI("Audio device %s found", product.string());
|