HomeSort by relevance Sort by last modified time
    Searched refs:PRODUCT (Results 1 - 25 of 42) sorted by null

1 2

  /device/common/
clear-factory-images-variables.sh 20 unset PRODUCT
generate-factory-images-common.sh 24 mkdir -p tmp/$PRODUCT-$VERSION
27 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
31 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
35 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
37 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
40 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
42 cp $BOOTLOADERFILE tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
46 cp tmp/RADIO/$RADIOSRC tmp/$PRODUCT-$VERSION/radio-$DEVICE-$RADIO.im
    [all...]
  /device/samsung/toro/factory-images/
generate-factory-images-package.sh 21 PRODUCT=mysid
34 mkdir -p tmp/$PRODUCT-$VERSION
35 unzip -d tmp signed-$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC RADIO/bootloader.img
38 unzip -d tmp signed-$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
40 cp signed-$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
41 cp tmp/RADIO/bootloader.img tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
42 cp tmp/RADIO/$RADIOSRC tmp/$PRODUCT-$VERSION/radio-$DEVICE-$RADIO.img
45 cp tmp/RADIO/radio-cdma.img tmp/$PRODUCT-$VERSION/radio-cdma-$DEVICE-$CDMARADIO.im
    [all...]
  /device/samsung/maguro/factory-images/
generate-factory-images-package.sh 24 PRODUCT=yakju
33 PRODUCT=takju
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src 44 * Constant name of product.
46 public static final String PRODUCT = "Xalan";
111 public static final String S_VERSION = PRODUCT+" "+LANGUAGE+" "
  /device/samsung/crespo/factory-images/
generate-factory-images-package.sh 20 PRODUCT=soju
30 PRODUCT=sojua
40 PRODUCT=sojuk
  /device/asus/grouper/factory-images/
generate-factory-images-package.sh 25 PRODUCT=nakasi
  /device/samsung/crespo4g/factory-images/
generate-factory-images-package.sh 20 PRODUCT=sojus
  /build/tools/
check_builds.sh 43 make PRODUCT-$(echo $1 | sed "s/-.*//" )-installclean
44 make -j6 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
  /ndk/build/tools/
dev-rebuild-ndk.sh 137 PRODUCT=generic
144 PRODUCT=generic_$ARCH
149 # Ensure we have a Product output for the NDK build
150 export ANDROID_PRODUCT_OUT=$TOP/out/target/product/$PRODUCT
152 echo >&2 Rebuild for $PRODUCT first... or change PRODUCT in $0.
  /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
112 # The build server wants to do make PRODUCT-dream-installclea
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 54 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/
67 assertEquals(Build.PRODUCT, fingerprintSegs[1]);
BuildTest.java 30 private static final String RO_PRODUCT_CPU_ABI = "ro.product.cpu.abi";
32 private static final String RO_PRODUCT_CPU_ABI2 = "ro.product.cpu.abi2";
148 assertTrue(PRODUCT_PATTERN.matcher(Build.PRODUCT).matches());
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 58 assertNotEmpty("PRODUCT", Build.PRODUCT);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /frameworks/base/core/java/android/os/
Build.java 34 /** The name of the overall product. */
35 public static final String PRODUCT = getString("ro.product.name");
38 public static final String DEVICE = getString("ro.product.device");
41 public static final String BOARD = getString("ro.product.board");
44 public static final String CPU_ABI = getString("ro.product.cpu.abi");
47 public static final String CPU_ABI2 = getString("ro.product.cpu.abi2");
49 /** The manufacturer of the product/hardware. */
50 public static final String MANUFACTURER = getString("ro.product.manufacturer");
53 public static final String BRAND = getString("ro.product.brand")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 98 + "-" + Build.PRODUCT
TestResultsReport.java 108 xml.attribute(null, "product", Build.PRODUCT);
  /development/build/tools/
windows_sdk.mk 3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build
81 $(hide) USE_MINGW=1 USE_CCACHE="" $(MAKE) PRODUCT-$(TARGET_PRODUCT)-$(strip $(WIN_TARGETS)) $(if $(hide),,showcommands)
  /device/sample/products/
sample_addon.mk 36 # This add-on extends the default sdk product.
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
40 # Use 'make PRODUCT-<PRODUCT_NAME>-sdk_addon' to build the add-on.
  /external/bluetooth/bluez/input/
sixpair.c 17 /* Vendor and product ID for the Sixaxis PS3 controller */
19 #define PRODUCT 0x0268
271 if (desc.idVendor != VENDOR || desc.idProduct != PRODUCT)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 72 VAR_MAP.put("build.product", new StaticVarGetter(Build.PRODUCT));
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 131 if (Build.PRODUCT.contains("morrison")) {
138 // instead of the product name so that newer versions use VBOs.
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 61 addResult(PRODUCT_NAME, Build.PRODUCT);
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiDevice.java 119 * Returns the product name of the device
123 * {@link UiDevice#getDisplaySizeDp()} over this method, and only use product name as a fallback
127 return Build.PRODUCT;

Completed in 867 milliseconds

1 2