Searched refs:timestamp (Results 1 - 25 of 37) sorted by relevance

12

/build/core/
H A Dphony_package.mk7 LOCAL_MODULE_SUFFIX := -timestamp
H A Dhost_dalvik_java_library.mk50 jack_check_timestamp := $(intermediates.COMMON)/jack.check.timestamp
H A Ddroiddoc.mk39 full_target := $(call doc-timestamp-for,$(LOCAL_MODULE))
/build/make/core/
H A Dphony_package.mk7 LOCAL_MODULE_SUFFIX := -timestamp
H A Dhost_dalvik_java_library.mk50 jack_check_timestamp := $(intermediates.COMMON)/jack.check.timestamp
H A Ddroiddoc.mk39 full_target := $(call doc-timestamp-for,$(LOCAL_MODULE))
/build/soong/scripts/
H A Dbuild-ndk-prebuilts.sh24 ${SOONG_OUT}/soong ${SOONG_OUT}/ndk.timestamp
/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java292 long timestamp)
296 je.setTime(timestamp);
347 long timestamp) throws IOException {
352 outEntry.setTime(timestamp);
375 long timestamp,
420 outEntry.setTime(timestamp);
496 outEntry.setTime(timestamp);
641 private final long timestamp; field in class:SignApk.CMSSigner
653 long timestamp, OutputStream outputStream) {
659 this.timestamp
290 addOtacert(JarOutputStream outputJar, File publicKeyFile, long timestamp) argument
343 addV1Signature( ApkSignerEngine apkSigner, ApkSignerEngine.OutputJarSignatureRequest v1Signature, JarOutputStream out, long timestamp) argument
370 copyFiles( JarFile in, Pattern ignoredFilenamePattern, ApkSignerEngine apkSigner, JarOutputStream out, long timestamp, int defaultAlignment) argument
651 CMSSigner(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
709 signWholeFile(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
[all...]
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java292 long timestamp)
296 je.setTime(timestamp);
347 long timestamp) throws IOException {
352 outEntry.setTime(timestamp);
375 long timestamp,
420 outEntry.setTime(timestamp);
496 outEntry.setTime(timestamp);
641 private final long timestamp; field in class:SignApk.CMSSigner
653 long timestamp, OutputStream outputStream) {
659 this.timestamp
290 addOtacert(JarOutputStream outputJar, File publicKeyFile, long timestamp) argument
343 addV1Signature( ApkSignerEngine apkSigner, ApkSignerEngine.OutputJarSignatureRequest v1Signature, JarOutputStream out, long timestamp) argument
370 copyFiles( JarFile in, Pattern ignoredFilenamePattern, ApkSignerEngine apkSigner, JarOutputStream out, long timestamp, int defaultAlignment) argument
651 CMSSigner(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
709 signWholeFile(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
[all...]
/build/core/tasks/
H A Dapicheck.mk57 $(call doc-timestamp-for,api-stubs) \
74 $(call doc-timestamp-for,api-stubs) \
103 $(call doc-timestamp-for,system-api-stubs) \
120 $(call doc-timestamp-for,system-api-stubs) \
152 $(call doc-timestamp-for,test-api-stubs) \
H A Dsdk-addon.mk102 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
/build/make/core/tasks/
H A Dapicheck.mk57 $(call doc-timestamp-for,api-stubs) \
74 $(call doc-timestamp-for,api-stubs) \
103 $(call doc-timestamp-for,system-api-stubs) \
120 $(call doc-timestamp-for,system-api-stubs) \
152 $(call doc-timestamp-for,test-api-stubs) \
H A Dsdk-addon.mk102 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
/build/make/tools/releasetools/
H A Dadd_img_to_target_files195 # Use a fixed timestamp (01/01/2009) when packaging the image.
198 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
199 image_props["timestamp"] = int(timestamp)
256 # Use a fixed timestamp (01/01/2009) when packaging the image.
259 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
260 image_props["timestamp"] = int(timestamp)
355 # Use a fixed timestamp (01/01/2009) when packaging the image.
358 timestamp
[all...]
H A Dadd_img_to_target_files.py195 # Use a fixed timestamp (01/01/2009) when packaging the image.
198 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
199 image_props["timestamp"] = int(timestamp)
256 # Use a fixed timestamp (01/01/2009) when packaging the image.
259 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
260 image_props["timestamp"] = int(timestamp)
355 # Use a fixed timestamp (01/01/2009) when packaging the image.
358 timestamp
[all...]
H A Dedify_generator.py137 def AssertOlderBuild(self, timestamp, timestamp_text):
139 the given timestamp."""
143 'build (" + getprop("ro.build.date") + ").");') % (timestamp,
H A Dota_from_target_files70 build to an older one (based on timestamp comparison). "post-timestamp"
79 build to an older one (based on timestamp comparison), by overriding the
80 timestamp in package metadata. This differs from --downgrade flag: we
85 for C -> B update. The value of "post-timestamp" will be set to the newer
86 timestamp plus one, so that the package can be pushed and applied.
162 OPTIONS.timestamp = False
392 "post-timestamp": GetBuildProp("ro.build.date.utc", OPTIONS.info_dict),
574 elif OPTIONS.timestamp:
576 raise RuntimeError("--timestamp specifie
[all...]
H A Dota_from_target_files.py70 build to an older one (based on timestamp comparison). "post-timestamp"
79 build to an older one (based on timestamp comparison), by overriding the
80 timestamp in package metadata. This differs from --downgrade flag: we
85 for C -> B update. The value of "post-timestamp" will be set to the newer
86 timestamp plus one, so that the package can be pushed and applied.
162 OPTIONS.timestamp = False
392 "post-timestamp": GetBuildProp("ro.build.date.utc", OPTIONS.info_dict),
574 elif OPTIONS.timestamp:
576 raise RuntimeError("--timestamp specifie
[all...]
H A Dcommon.py1022 # Use a fixed timestamp so the output is repeatable.
1024 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
1025 os.utime(filename, (timestamp, timestamp))
1069 # Use a fixed timestamp so the output is repeatable.
/build/tools/releasetools/
H A Dadd_img_to_target_files195 # Use a fixed timestamp (01/01/2009) when packaging the image.
198 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
199 image_props["timestamp"] = int(timestamp)
256 # Use a fixed timestamp (01/01/2009) when packaging the image.
259 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
260 image_props["timestamp"] = int(timestamp)
355 # Use a fixed timestamp (01/01/2009) when packaging the image.
358 timestamp
[all...]
H A Dadd_img_to_target_files.py195 # Use a fixed timestamp (01/01/2009) when packaging the image.
198 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
199 image_props["timestamp"] = int(timestamp)
256 # Use a fixed timestamp (01/01/2009) when packaging the image.
259 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
260 image_props["timestamp"] = int(timestamp)
355 # Use a fixed timestamp (01/01/2009) when packaging the image.
358 timestamp
[all...]
H A Dedify_generator.py137 def AssertOlderBuild(self, timestamp, timestamp_text):
139 the given timestamp."""
143 'build (" + getprop("ro.build.date") + ").");') % (timestamp,
H A Dota_from_target_files70 build to an older one (based on timestamp comparison). "post-timestamp"
79 build to an older one (based on timestamp comparison), by overriding the
80 timestamp in package metadata. This differs from --downgrade flag: we
85 for C -> B update. The value of "post-timestamp" will be set to the newer
86 timestamp plus one, so that the package can be pushed and applied.
162 OPTIONS.timestamp = False
392 "post-timestamp": GetBuildProp("ro.build.date.utc", OPTIONS.info_dict),
574 elif OPTIONS.timestamp:
576 raise RuntimeError("--timestamp specifie
[all...]
H A Dota_from_target_files.py70 build to an older one (based on timestamp comparison). "post-timestamp"
79 build to an older one (based on timestamp comparison), by overriding the
80 timestamp in package metadata. This differs from --downgrade flag: we
85 for C -> B update. The value of "post-timestamp" will be set to the newer
86 timestamp plus one, so that the package can be pushed and applied.
162 OPTIONS.timestamp = False
392 "post-timestamp": GetBuildProp("ro.build.date.utc", OPTIONS.info_dict),
574 elif OPTIONS.timestamp:
576 raise RuntimeError("--timestamp specifie
[all...]
H A Dcommon.py1022 # Use a fixed timestamp so the output is repeatable.
1024 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
1025 os.utime(filename, (timestamp, timestamp))
1069 # Use a fixed timestamp so the output is repeatable.

Completed in 415 milliseconds

12