Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/rs/script_api/include/
Drs_time.rsh30 * 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/
DSdkUtil.java125 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/
Drs_time.spec27 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/
DAndroid.mk172 -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/
DIEventCallback.hal20 * @param timestamp Nanoseconds since boot.
26 * @param timestamp Nanoseconds since boot.
/frameworks/base/proto/src/
Dipconnectivity.proto12 // 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/
Dtimestats.proto25 // milliseconds since January 1, 1970
44 // milliseconds since January 1, 1970
/frameworks/base/native/android/
Dlibandroid_net.map.txt1 # These functions have been part of the NDK since API 24.
/frameworks/base/core/proto/android/app/
Dalarmmanager.proto38 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
41 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
/frameworks/support/webkit/
Dproguard-rules.pro15 # Prevent WebViewClientCompat from being renamed, since chromium depends on this name.
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt17 * 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/
Dmetrics.proto68 // 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/
DRefocusTestTimingProcess.txt7 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/
Dstandalone-rules.gradle17 // For standalone project clients, since the source may not be available, we fetch the
Drules.gradle63 // For standalone project clients, since the source may not be available, we
/frameworks/base/core/res/
DAndroid.bp31 // Framework doesn't need versioning since it IS the platform.
/frameworks/support/webkit-codegen/src/test/resources/
DREADME.txt14 treatment by the code generation tool (since the support library will never
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc41 // Normalize the arch, since the target triple may not actually match the
/frameworks/base/tools/orientationplot/
DREADME.txt22 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/
Dlayerstrace.proto44 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto45 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/support/v7/appcompat/
DTHEMES7 The themes structure in appcompat is complex since we
/frameworks/base/media/lib/remotedisplay/
DREADME.txt8 <uses-library> tag. And since Java always tries to load a class from the
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto44 // milliseconds since January 1, 1970
/frameworks/base/media/lib/signer/
DREADME.txt10 <uses-library> tag. And since Java always tries to load a class from the

123