Searched refs:stamp (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/RenderScript.stamp)
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 102 char stamp[80]; in DumpFileFromFdToFd() local 104 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); in DumpFileFromFdToFd() 105 dprintf(out_fd, ": %s", stamp); in DumpFileFromFdToFd()
|
/frameworks/base/data/keyboards/ |
D | Android.mk | 26 LOCAL_BUILT_MODULE := $(intermediates)/stamp
|
/frameworks/base/packages/InputDevices/ |
D | Android.mk | 35 LOCAL_BUILT_MODULE := $(intermediates)/stamp
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 101 - stopHere - Time stamp of where the replayer should run to then switch to manual replay 142 **Increments** contain the time stamp of when it occurred and a *oneof* which can be a 186 increment in a trace does not start at 0, rather the replayer treats its time stamp as time 0 and 197 corresponding Event base on its time stamp. After completing an increment, the main thread will
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 177 rm -f intl/stamp-h
|
/frameworks/base/ |
D | CleanSpec.mk | 124 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 125 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/RenderScript.stamp)
|
D | Android.mk | 563 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
|
/frameworks/compile/slang/ |
D | README.rst | 76 -a out/target/common/obj/APPS/Fountain_intermediates/src/RenderScript.stamp \
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 6760 Date stamp = new Date(info.mtime); in dumpFileMetadata() local 6761 b.append(new SimpleDateFormat("MMM dd HH:mm:ss ").format(stamp)); in dumpFileMetadata() 8195 Date stamp = new Date(info.mtime); in dumpFileMetadata() local 8196 b.append(new SimpleDateFormat("MMM dd HH:mm:ss ").format(stamp)); in dumpFileMetadata()
|