/frameworks/support/ |
D | droiddoc.mk | 22 -since $(SUPPORT_PATH)/api/22.0.0.txt 22.0.0 \ 23 -since $(SUPPORT_PATH)/api/22.1.0.txt 22.1.0 \ 24 -since $(SUPPORT_PATH)/api/22.2.0.txt 22.2.0 \ 25 -since $(SUPPORT_PATH)/api/22.2.1.txt 22.2.1 \ 26 -since $(SUPPORT_PATH)/api/23.0.0.txt 23.0.0 \ 27 -since $(SUPPORT_PATH)/api/23.1.0.txt 23.1.0 \ 28 -since $(SUPPORT_PATH)/api/23.1.1.txt 23.1.1 \ 29 -since $(SUPPORT_PATH)/api/23.2.0.txt 23.2.0 \ 30 -since $(SUPPORT_PATH)/api/23.2.1.txt 23.2.1 \ 31 -since $(SUPPORT_PATH)/api/23.4.0.txt 23.4.0 \ [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 30 * rs_time_t: Seconds since January 1, 1970 32 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on 53 int tm_mon; // Months since January. This ranges from 0 to 11. 54 int tm_year; // Years since 1900. 55 int tm_wday; // Days since Sunday. This ranges from 0 to 6. 56 int tm_yday; // Days since January 1. This ranges from 0 to 365. 61 * rsGetDt: Elapsed time since last call 63 * Returns the time in seconds since this function was last called in this script. 81 * timer: Input time as a number of seconds since January 1, 1970. 89 * rsTime: Seconds since January 1, 1970 [all …]
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | SdkUtil.java | 125 int since = Math.max(classSince, methodSince); in buildFullLookup() local 129 mFullLookup.put(key, since); in buildFullLookup() 145 Integer since = mFullLookup.get(key); in getMinApi() local 146 return since == null ? 0 : since; in getMinApi() 154 final Node since = node.getAttributes().getNamedItem("since"); in getSince() local 155 if (since != null) { in getSince() 156 final String nodeValue = since.getNodeValue(); in getSince()
|
/frameworks/rs/script_api/ |
D | rs_time.spec | 27 summary: Seconds since January 1, 1970 29 Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on 56 summary: Elapsed time since last call 58 Returns the time in seconds since this function was last called in this script. 79 summary: Seconds since January 1, 1970 81 Returns the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IEventCallback.hal | 20 * @param timestamp Nanoseconds since boot. 26 * @param timestamp Nanoseconds since boot.
|
/frameworks/base/native/android/ |
D | libandroid_net.map.txt | 1 # These functions have been part of the NDK since API 24.
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 12 // Deprecated since version 3, replaced by top-level network_id field in 82 // Deprecated since version 2, to be replaced by link_layer field. 87 // NUD_FAILED_ORGANIC and PROVISIONING_LOST_ORGANIC recorded since version 1. 96 // Deprecated since version 3. 113 // Deprecated since version 3. 129 // Deprecated since version 2. 208 // Deprecated since version 2, to be replaced by link_layer field. 223 // Only populated since version 1, when state_transition is populated. 327 // Deprecated since version 2, to be replaced by link_layer field. 383 // Deprecated in the nyc-mr2 release since version 2,and replaced by
|
D | wifi.proto | 665 // Bit mask of all supplicant state changes that occured since the last event 668 // The number of milliseconds that have elapsed since the device booted
|
/frameworks/base/ |
D | Android.mk | 928 -since $(SRC_API_DIR)/1.xml 1 \ 929 -since $(SRC_API_DIR)/2.xml 2 \ 930 -since $(SRC_API_DIR)/3.xml 3 \ 931 -since $(SRC_API_DIR)/4.xml 4 \ 932 -since $(SRC_API_DIR)/5.xml 5 \ 933 -since $(SRC_API_DIR)/6.xml 6 \ 934 -since $(SRC_API_DIR)/7.xml 7 \ 935 -since $(SRC_API_DIR)/8.xml 8 \ 936 -since $(SRC_API_DIR)/9.xml 9 \ 937 -since $(SRC_API_DIR)/10.xml 10 \ [all …]
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 7 1. All the timing numbers are in nanoseconds, since a lot of the kernel is processed really fast. 9 …d average the performance number. Make sure not to use the first two runs since the device might t…
|
/frameworks/opt/setupwizard/library/ |
D | standalone-rules.gradle | 17 // For standalone project clients, since the source may not be available, we fetch the
|
D | rules.gradle | 39 // For standalone project clients, since the source may not be available, we
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 41 // Normalize the arch, since the target triple may not actually match the
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 22 since this script is of very little brain and will get confused otherwise. 60 of the orientations and settle into it (since it is obviously quite
|
/frameworks/base/core/proto/android/service/ |
D | graphicsstats.proto | 37 // milliseconds since January 1, 1970
|
D | netstats.proto | 109 // Bucket start time in milliseconds since epoch.
|
/frameworks/support/v7/appcompat/ |
D | THEMES | 7 The themes structure in appcompat is complex since we
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 55 // The time since boot in milli seconds. 775 // Time when event happened on device, in milliseconds since epoch 1060 // Time since previous event 1121 // Time when call has started, in minutes since epoch, 1196 // Time since previous event 1232 // Time when session has started, in minutes since epoch,
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 65 from these is kept. Currently the one such class is android.view.View: since we want to render 135 DelegateMethodAdapter since it doesn't preserve the original copy of the method and more importantly 208 Some of the Android classes are basically wrappers over native objects and since we don't have the 238 method as-is from the reader. This step is omitted if the method is native, since it has no Java
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 44 …canning for improved location. We show no further dialogs in setup wizard since the user has just …
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 1059 final long since = (now - mBeginningMs); in emit() local 1060 if (mPreviousZenMode != mZenMode || since > MINIMUM_LOG_PERIOD_MS) { in emit() 1062 MetricsLogger.count(mContext, COUNTER_PREFIX + mPreviousZenMode, (int) since); in emit()
|
D | NotificationUsageStats.java | 1142 String q = String.format(STATS_QUERY, midnight, filter.since); in jsonPostFrequencies() 1173 String q = String.format(STATS_QUERY, midnight, filter.since); in printPostFrequencies() 1281 dump.put("since", filter.since); in dumpJson()
|
/frameworks/support/buildSrc/ |
D | diff_and_docs.gradle | 98 def sinceOption = new DoclavaMultilineJavadocOptionFileOption('since') 287 // Make sure the API surface has not broken since the last release.
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 61 # Note: New tag range starts here since 2753+ have been used below.
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 53 since the resulting APK is post-processed by other tools anyways. Assets do not get processed
|