/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/base/ |
D | Android.mk | 172 -since $(SRC_API_DIR)/1.xml 1 \ 173 -since $(SRC_API_DIR)/2.xml 2 \ 174 -since $(SRC_API_DIR)/3.xml 3 \ 175 -since $(SRC_API_DIR)/4.xml 4 \ 176 -since $(SRC_API_DIR)/5.xml 5 \ 177 -since $(SRC_API_DIR)/6.xml 6 \ 178 -since $(SRC_API_DIR)/7.xml 7 \ 179 -since $(SRC_API_DIR)/8.xml 8 \ 180 -since $(SRC_API_DIR)/9.xml 9 \ 181 -since $(SRC_API_DIR)/10.xml 10 \ [all …]
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IEventCallback.hal | 20 * @param timestamp Nanoseconds since boot. 26 * @param timestamp Nanoseconds since boot.
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 12 // Deprecated since version 3, replaced by top-level network_id field in 108 // Deprecated since version 3. Replaced by top level network_id. 112 // Deprecated since version 3. Replaced by previous_default_network_id. 117 // Deprecated since version 3. Replaced by ip_support field. 122 // Deprecated since version 3. Replaced by top-level transports field. 136 // Deprecated since version 2, to be replaced by link_layer field. 141 // NUD_FAILED_ORGANIC and PROVISIONING_LOST_ORGANIC recorded since version 1. 151 // Deprecated since version 3. 169 // Deprecated since version 3. 225 // Deprecated since version 3. [all …]
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 25 // milliseconds since January 1, 1970 44 // milliseconds since January 1, 1970
|
/frameworks/base/native/android/ |
D | libandroid_net.map.txt | 1 # These functions have been part of the NDK since API 24.
|
/frameworks/base/core/proto/android/app/ |
D | alarmmanager.proto | 38 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including 41 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
|
/frameworks/support/webkit/ |
D | proguard-rules.pro | 15 # Prevent WebViewClientCompat from being renamed, since chromium depends on this name.
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 17 * Each sent time is tagged with an id since there can be multiple events that send back a time 48 * Each timestamp sent to the instrumentation test is tagged with a tag since multiple timestamps
|
/frameworks/av/drm/libmediadrm/protos/ |
D | metrics.proto | 68 // Start time of the session in milliseconds since epoch. 70 // End time of the session in milliseconds since epoch.
|
/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 | 63 // For standalone project clients, since the source may not be available, we
|
/frameworks/base/core/res/ |
D | Android.bp | 31 // Framework doesn't need versioning since it IS the platform.
|
/frameworks/support/webkit-codegen/src/test/resources/ |
D | README.txt | 14 treatment by the code generation tool (since the support library will never
|
/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/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 44 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagertrace.proto | 45 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/frameworks/support/v7/appcompat/ |
D | THEMES | 7 The themes structure in appcompat is complex since we
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 8 <uses-library> tag. And since Java always tries to load a class from the
|
/frameworks/base/core/proto/android/service/ |
D | graphicsstats.proto | 44 // milliseconds since January 1, 1970
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 10 <uses-library> tag. And since Java always tries to load a class from the
|