Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/cmds/dumpstate/
Dutils.c161 char stamp[80]; in dump_file() local
163 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); in dump_file()
164 printf(": %s", stamp); in dump_file()
/frameworks/base/core/res/
DAndroid.mk38 framework_RenderScript_STAMP_FILE := $(framework_GENERATED_SOURCE_DIR)/RenderScript.stamp
/frameworks/compile/libbcc/
DAndroid.mk61 libbcc_GEN_SHA1_STAMP := $(LOCAL_PATH)/tools/build/gen-sha1-stamp.py
/frameworks/base/
DCleanSpec.mk124 $(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)
DAndroid.mk255 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd107 <li>Specific date/time stamp for events in call log</li>
/frameworks/base/docs/html/guide/faq/
Dframework.jd94 Long based on a counter or time stamp) to the recipient activity via
/frameworks/compile/mclinker/unittests/
Dtest3.txt177 rm -f intl/stamp-h
/frameworks/compile/slang/
DREADME.rst76 -a out/target/common/obj/APPS/Fountain_intermediates/src/RenderScript.stamp \
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd59 <dd>The system draws the application's UI in a "postage stamp"
Doptimizing-for-3.0.jd529 system will draw it in a "postage stamp" window that's the same relative size as the screen size
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java3797 Date stamp = new Date(info.mtime); in dumpFileMetadata() local
3798 b.append(new SimpleDateFormat("MMM dd kk:mm:ss ").format(stamp)); in dumpFileMetadata()