HomeSort by relevance Sort by last modified time
    Searched full:build_fingerprint (Results 26 - 33 of 33) sorted by null

12

  /test/suite_harness/common/host-side/tradefed/res/report/
compatibility_result.xsl 99 <xsl:value-of select="Result/Build/@build_fingerprint"/>
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelper.java 106 "Could not find the build_fingerprint field in the result xml.");
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
IntegrationTest.java 132 mAttributes.put("cts:build_fingerprint", "fingerprint");
    [all...]
  /build/make/core/
Makefile 237 ifeq (,$(strip $(BUILD_FINGERPRINT)))
243 BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BF_BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
248 BUILD_FINGERPRINT_FILE := $(PRODUCT_OUT)/build_fingerprint.txt
249 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) >$(BUILD_FINGERPRINT_FILE) && grep " " $(BUILD_FINGERPRINT_FILE)))
250 $(error BUILD_FINGERPRINT cannot contain spaces: "$(file <$(BUILD_FINGERPRINT_FILE))")
254 BUILD_FINGERPRINT :=
356 BUILD_FINGERPRINT="$(BUILD_FINGERPRINT_FROM_FILE)" \
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 146 private static final String KEY_FINGERPRINT = "build_fingerprint";
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 2096 def build_fingerprint(self): member in class:DeviceUtils
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py 1849 def build_fingerprint(self): member in class:DeviceUtils
    [all...]
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 

Completed in 355 milliseconds

12