Searched refs:stamp (Results 1 – 14 of 14) 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/av/media/bufferpool/1.0/ |
D | BufferStatus.cpp | 31 int64_t stamp; in getTimestampNow() local 35 stamp = ts.tv_nsec / 1000; in getTimestampNow() 36 stamp += (ts.tv_sec * 1000000LL); in getTimestampNow() 37 return stamp; in getTimestampNow()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 146 char stamp[80]; in DumpFileFromFdToFd() local 148 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); in DumpFileFromFdToFd() 149 dprintf(out_fd, ": %s", stamp); in DumpFileFromFdToFd()
|
/frameworks/av/media/bufferpool/2.0/ |
D | BufferStatus.cpp | 32 int64_t stamp; in getTimestampNow() local 36 stamp = ts.tv_nsec / 1000; in getTimestampNow() 37 stamp += (ts.tv_sec * 1000000LL); in getTimestampNow() 38 return stamp; in getTimestampNow()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | FileMetadata.java | 76 Date stamp = new Date(mtime); in dump() local 77 b.append(new SimpleDateFormat("MMM dd HH:mm:ss ").format(stamp)); in dump()
|
/frameworks/base/data/keyboards/ |
D | Android.mk | 26 LOCAL_BUILT_MODULE := $(intermediates)/stamp
|
/frameworks/base/data/fonts/ |
D | Android.mk | 27 fontchain_lint_timestamp := $(call intermediates-dir-for,PACKAGING,fontchain_lint)/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/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 261 int64_t stamp; in getTimestampNow() local 265 stamp = ts.tv_nsec / 1000; in getTimestampNow() 266 stamp += (ts.tv_sec * 1000000LL); in getTimestampNow() 267 return stamp; in getTimestampNow()
|
/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)
|
/frameworks/compile/slang/ |
D | README.rst | 76 -a out/target/common/obj/APPS/Fountain_intermediates/src/RenderScript.stamp \
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 291 // based on the elapsed timestamp when going down vs. the given time stamp
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 31267 Landroid/icu/util/Calendar;->stamp:[I 107620 Ljava/util/Calendar;->stamp:[I 107920 Ljava/util/concurrent/atomic/AtomicStampedReference$Pair;->stamp:I
|