HomeSort by relevance Sort by last modified time
    Searched full:product (Results 1 - 25 of 8660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/rlz/win/lib/
rlz_value_store_registry.h 20 virtual bool WritePingTime(Product product, int64 time) OVERRIDE;
21 virtual bool ReadPingTime(Product product, int64* time) OVERRIDE;
22 virtual bool ClearPingTime(Product product) OVERRIDE;
31 virtual bool AddProductEvent(Product product, const char* event_rlz) OVERRIDE;
32 virtual bool ReadProductEvents(Product product,
    [all...]
  /cts/tests/tests/os/assets/
otacerts.zip 
  /device/sample/
README.txt 2 make -j8 PRODUCT-sample_addon-sdk_addon
  /external/eigen/doc/examples/
tut_arithmetic_dot_cross.cpp 11 cout << "Dot product: " << v.dot(w) << endl;
12 double dp = v.adjoint()*w; // automatic conversion of the inner product to a scalar
13 cout << "Dot product via a matrix product: " << dp << endl;
14 cout << "Cross product:\n" << v.cross(w) << endl;
  /external/chromium_org/rlz/win/dll/
exports.cc 11 RLZ_DLL_EXPORT bool RecordProductEvent(rlz_lib::Product product,
14 return rlz_lib::RecordProductEvent(product, point, event_id);
17 RLZ_DLL_EXPORT bool GetProductEventsAsCgi(rlz_lib::Product product,
20 return rlz_lib::GetProductEventsAsCgi(product, unescaped_cgi,
23 RLZ_DLL_EXPORT bool ClearAllProductEvents(rlz_lib::Product product) {
24 return rlz_lib::ClearAllProductEvents(product);
27 RLZ_DLL_EXPORT bool ClearProductEvent(rlz_lib::Product product
    [all...]
  /build/target/board/generic_arm64/
README.txt 1 The "generic_arm64" product defines a non-hardware-specific arm64 target
4 It is not a product "base class"; no other products inherit
  /build/target/board/generic_armv5/
README.txt 1 The "generic_armv5" product defines a non-hardware-specific target
4 It is not a product "base class"; no other products inherit
  /external/chromium_org/rlz/lib/
rlz_value_store.h 40 virtual bool WritePingTime(Product product, int64 time) = 0;
41 virtual bool ReadPingTime(Product product, int64* time) = 0;
42 virtual bool ClearPingTime(Product product) = 0;
52 // Product events.
53 // Stores |event_rlz| for product |product| as product event
    [all...]
  /external/chromium_org/rlz/mac/lib/
rlz_value_store_mac.h 23 virtual bool WritePingTime(Product product, int64 time) OVERRIDE;
24 virtual bool ReadPingTime(Product product, int64* time) OVERRIDE;
25 virtual bool ClearPingTime(Product product) OVERRIDE;
34 virtual bool AddProductEvent(Product product, const char* event_rlz) OVERRIDE;
35 virtual bool ReadProductEvents(Product product,
    [all...]
  /bootable/recovery/etc/META-INF/com/google/android/
update-script 2 assert file_contains("SYSTEM:build.prop", "ro.product.device=dream") == "true" || file_contains("SYSTEM:build.prop", "ro.build.product=dream") == "true"
3 assert file_contains("RECOVERY:default.prop", "ro.product.device=dream") == "true" || file_contains("RECOVERY:default.prop", "ro.build.product=dream") == "true"
4 assert getprop("ro.product.device") == "dream"
  /build/tools/
buildinfo.sh 20 echo "ro.product.model=$PRODUCT_MODEL"
21 echo "ro.product.brand=$PRODUCT_BRAND"
22 echo "ro.product.name=$PRODUCT_NAME"
23 echo "ro.product.device=$TARGET_DEVICE"
24 echo "ro.product.board=$TARGET_BOOTLOADER_BOARD_NAME"
26 # These values are deprecated, use "ro.product.cpu.abilist"
28 echo "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,"
29 echo "# use ro.product.cpu.abilist instead."
30 echo "ro.product.cpu.abi=$TARGET_CPU_ABI
    [all...]
  /external/chromium_org/rlz/chromeos/lib/
rlz_value_store_chromeos.h 36 virtual bool WritePingTime(Product product, int64 time) OVERRIDE;
37 virtual bool ReadPingTime(Product product, int64* time) OVERRIDE;
38 virtual bool ClearPingTime(Product product) OVERRIDE;
47 virtual bool AddProductEvent(Product product, const char* event_rlz) OVERRIDE;
48 virtual bool ReadProductEvents(Product product,
    [all...]
  /external/eigen/test/eigen2/
eigen2_product_small.cpp 11 #include "product.h"
16 CALL_SUBTEST_1( product(Matrix<float, 3, 2>()) );
17 CALL_SUBTEST_2( product(Matrix<int, 3, 5>()) );
18 CALL_SUBTEST_3( product(Matrix3d()) );
19 CALL_SUBTEST_4( product(Matrix4d()) );
20 CALL_SUBTEST_5( product(Matrix4f()) );
  /build/target/board/generic/
README.txt 1 The "generic" product defines a non-hardware-specific target
6 (see the "emulator" product for that).
8 It is not a product "base class"; no other products inherit
  /build/target/board/generic_mips/
README.txt 1 The "generic_mips" product defines a MIPS based non-hardware-specific
6 (see the "emulator" product for that).
8 It is not a product "base class"; no other products inherit
  /device/generic/mini-emulator-mips/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/mini-emulator-x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
NOTICE 1 This product includes software developed by
  /build/target/board/generic_mips64/
README.txt 1 The "generic_mips64" product defines a MIPS64 based non-hardware-specific
7 It is not a product "base class"; no other products inherit
  /build/target/board/generic_x86/
README.txt 1 The "generic_x86" product defines a non-hardware-specific IA target
7 It is not a product "base class"; no other products inherit
  /build/target/board/generic_x86_64/
README.txt 1 The "generic_x86_64" product defines a non-hardware-specific IA target
7 It is not a product "base class"; no other products inherit
  /build/target/product/
locales_full.mk 3 $(call inherit-product, build/target/product/languages_full.mk)
generic.mk 17 # This is a generic phone product that isn't specialized for a specific device.
20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
generic_mips.mk 17 # This is a generic phone product that isn't specialized for a specific device.
20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
  /device/asus/flo/
aosp_flo.mk 18 # $(call inherit-product, device/sample/products/backup_overlay.mk)
21 # Inherit from the common Open Source product configuration
22 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
31 # Inherit from hardware-specific part of the product configuration
32 $(call inherit-product, device/asus/flo/device.mk)
33 $(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
34 #$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)

Completed in 2982 milliseconds

1 2 3 4 5 6 7 8 91011>>