/hardware/invensense/60xx/libsensors_iio/software/build/android/ |
common.mk | 38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib 39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib 46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o 47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o 56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include 67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediate [all...] |
/external/chromium_org/rlz/lib/ |
rlz_lib.cc | 145 bool RecordStatefulEvent(rlz_lib::Product product, rlz_lib::AccessPoint point, 163 return store->AddStatefulEvent(product, new_event_value.c_str()); 166 bool GetProductEventsAsCgiHelper(rlz_lib::Product product, char* cgi, 181 if (!store->ReadProductEvents(product, &events)) 217 bool GetProductEventsAsCgi(Product product, char* cgi, size_t cgi_size) { 232 bool result = GetProductEventsAsCgiHelper(product, cgi, size_local, store); 243 bool RecordProductEvent(Product product, AccessPoint point, Event event) [all...] |
lib_values.h | 46 // - The product signature: kProductSignatureCgiVariable = <signature> 47 // - The product brand: kProductBrandCgiVariable = <brand> 48 // - The product installation ID: kProductIdCgiVariable = <id> 95 const char* GetProductName(Product product);
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
printer_service_provider.cc | 60 const std::string& /* product */) { 122 const std::string& product) { 125 product)); 135 std::string product; local 139 reader.PopString(&product); 140 ShowCloudPrintHelp(vendor, product);
|
printer_service_provider.h | 29 // string:product Optional, USB product ID. 58 const std::string& product);
|
/external/chromium_org/tools/grit/grit/format/ |
android_xml.py | 45 To specify the product attribute to be added to a <string> element, add 56 <string name="foo" product="nosdcard">"no card"</string> 57 <string name="foo" product="default">"has card"</string> 76 # This tag controls the product attribute of the generated <string> element. 82 # The Android resource name and optional product information are placed 83 # in the grd string name because grd doesn't know about Android product 85 # TODO(newt): Don't allow product information in mangled names, since it can now 88 'IDS_(?P<name>[A-Z0-9_]+)(_product_(?P<product>[a-z]+))?\Z') 95 # In a few cases a product attribute is needed. 96 _PRODUCT_TEMPLATE = u'<string name="%s" product="%s">%s</string>\n [all...] |
android_xml_unittest.py | 46 <message name="IDS_PRODUCT_DEFAULT" desc="New style product tag" 69 <string name="product_specific" product="nosdcard">"Lasers will probably be helpful."</string> 70 <string name="custom_name" product="default">"You have an SD card"</string>
|
/libcore/luni/src/main/native/ |
cbigint.cpp | 197 uint64_t product; local 201 product = 0; 205 product = 206 HIGH_IN_U64 (product) + arg2 * LOW_U32_FROM_PTR (arg1 + index); 207 LOW_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product); 208 product = 209 HIGH_IN_U64 (product) + arg2 * HIGH_U32_FROM_PTR (arg1 + index); 210 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product); 214 return HIGH_U32_FROM_VAR (product); 221 /* Assumes result can hold the product and arg2 only holds 32 bit 223 uint64_t product; local 259 uint64_t product = 0; local [all...] |
/bootable/recovery/minadbd/ |
adb.c | 229 char *type, *product, *end; local 233 product = strchr(type, ':'); 234 if(product) { 235 *product++ = 0; 237 product = ""; 241 end = strchr(product, ':'); 244 /* save product name in device structure */ 245 if (t->product == NULL) { 246 t->product = strdup(product); [all...] |
/device/asus/grouper/ |
full_grouper.mk | 19 # product configuration (apps). 23 $(call inherit-product, device/asus/grouper/device.mk) 25 #$(call inherit-product, device/sample/products/backup_overlay.mk) 26 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
/device/asus/tilapia/ |
full_tilapia.mk | 19 # product configuration (apps). 23 $(call inherit-product, device/asus/tilapia/device.mk) 25 #$(call inherit-product, device/sample/products/backup_overlay.mk) 26 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
/device/samsung/manta/ |
full_manta.mk | 19 # product configuration (apps). Except for a few implementation 20 # details, it only fundamentally contains two inherit-product 37 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) 38 $(call inherit-product, device/samsung/manta/device.mk)
|
/external/chromium_org/chrome/installer/util/ |
installer_state.cc | 27 #include "chrome/installer/util/product.h" 47 const ProductState* product = local 50 if (product == NULL) { 54 if (!product->channel().Equals(binaries->channel())) { 117 Product* p = AddProductFromPreferences( 124 Product* p = AddProductFromPreferences( 154 Product* p = AddProductFromPreferences( 163 // Uninstall each product of type |type| listed below based on the 164 // presence or absence of |switch_name| in that product's uninstall 189 Product* p = AddProductFromPreferences 443 Product* product = AddProductInDirectory(NULL, &product_ptr); local 466 Product* product = AddProductInDirectory(&product_dir, &product_ptr); local 779 const Product* product = FindProduct(type); local [all...] |
/device/asus/deb/self-extractors/root/ |
device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) 19 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/asus/flo/self-extractors/root/ |
device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) 19 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/lge/hammerhead/self-extractors/root/ |
device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/lge/$(LOCAL_STEM)) 19 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/lge/mako/self-extractors/root/ |
device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/lge/$(LOCAL_STEM)) 19 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/samsung/manta/self-extractors/root/ |
device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/audience/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) 19 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
|
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
policy_template_generator.py | 66 'product': 'chrome', 71 'product': 'chrome_frame', 88 product, platform = product_platform_part.split('.') 97 product = product_platform_part 101 }[product] 105 'product': product,
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
common.mk | 38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib 39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib 46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o 47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o 56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include 67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediate [all...] |
/bionic/libc/kernel/common/linux/ |
hidraw.h | 32 __s16 product; member in struct:hidraw_devinfo
|
/build/target/product/ |
base.mk | 110 $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
build.properties | 26 ############# PRODUCT/PACKAGING CONTROL ############# 27 product=/plugin or feature id/path/to/.product 30 #Set the name of the archive that will result from the product build.
|
/sdk/eclipse/buildConfig/ |
build.properties | 27 ############# PRODUCT/PACKAGING CONTROL ############# 28 product=/plugin or feature id/path/to/.product 31 #Set the name of the archive that will result from the product build.
|
/external/chromium_org/chrome/installer/setup/ |
install_worker.cc | 45 #include "chrome/installer/util/product.h" 87 // First collect the list of DLLs to be registered from each product. 96 // TODO(robertshield): If we ever remove a DLL from a product, this will 201 const Product& product, 211 string16 full_cmd_key(GetRegCommandKey(product.distribution(), command_key)); 232 const Product& product, 234 DCHECK(product.is_chrome_app_host()); 236 product, kCmdInstallApp 830 const Product& product = **it; local 1075 const Product* product = products[i]; local 1145 const Product& product = **it; local [all...] |