/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/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/ml/nn/tools/api/ |
D | NeuralNetworks.t | 64 // Operations below are available since API level 27. 68 // Operations below are available since API level 28. 72 // Operations below are available since API level 29. 76 // Operations below are available since API level 30. 85 * Available since API level 27. 102 * Available since API level 27. 136 * Available since API level 27. 186 * Available since API level 27. 244 * Available since API level 30. 253 * Available since API level 30. [all …]
|
D | types.spec | 26 * Available since API level 27. 30 * Available since API level 27. 34 * Available since API level 28. 38 * Available since API level 29. 42 * Available since API level 30. 125 * NCHW is supported since %{APILevel29}. 257 * * {@link %{OperandTypeLinkPfx}TENSOR_FLOAT16} (since %{APILevel29}) 262 * * {@link %{OperandTypeLinkPfx}TENSOR_QUANT8_ASYMM_SIGNED} (since %{APILevel30}) 263 * * {@link %{OperandTypeLinkPfx}TENSOR_INT32} (since %{APILevel30}) 317 * * {@link %{OperandTypeLinkPfx}TENSOR_FLOAT16} (since %{APILevel29}) [all …]
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 2 Physics animations are notoriously difficult to test, since they’re essentially small simulations. … 7 …since animations need to run on the main thread, and they’re asynchronous - the test has to wait f… 11 …ns on a given property to complete before continuing the test. This works since the test is not ru…
|
/frameworks/base/native/android/ |
D | libandroid_net.map.txt | 8 # These functions have been part of the NDK since API 24. 12 # These functions have been part of the NDK since API 29.
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 30 // The stats start time in UTC as seconds since January 1, 1970 32 // The stats end time in UTC as seconds since January 1, 1970 56 // The stats start time in UTC as seconds since January 1, 1970 58 // The stats end time in UTC as seconds since 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/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/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/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/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/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/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | rstime.rscript | 22 // Test a specific time (since we set America/Los_Angeles localtime)
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | rstime.rscript | 22 // Test a specific time (since we set America/Los_Angeles localtime)
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | rstime.rscript | 22 // Test a specific time (since we set America/Los_Angeles localtime)
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | rstime.rscript | 22 // Test a specific time (since we set America/Los_Angeles localtime)
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 1398 final long since = (now - mModeLogTimeMs); in emitZenMode() local 1399 if (mPreviousZenMode != mZenMode || since > MINIMUM_LOG_PERIOD_MS) { in emitZenMode() 1402 mContext, COUNTER_MODE_PREFIX + mPreviousZenMode, (int) since); in emitZenMode() 1411 final long since = (now - mRuleCountLogTime); in emitRules() local 1415 || since > MINIMUM_LOG_PERIOD_MS) { in emitRules() 1422 mRuleCountLogTime = since; in emitRules() 1429 final long since = (now - mTypeLogTimeMs); in emitDndType() local 1435 || since > MINIMUM_LOG_PERIOD_MS) { in emitDndType() 1438 mContext, COUNTER_TYPE_PREFIX + mPreviousZenType, (int) since); in emitDndType()
|
/frameworks/opt/setupwizard/library/ |
D | standalone-rules.gradle | 17 // For standalone project clients, since the source may not be available, we fetch 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/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 41 // Normalize the arch, since the target triple may not actually match the
|
/frameworks/base/core/res/ |
D | Android.bp | 31 // Framework doesn't need versioning since it IS the platform.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rstime.rscript | 38 // Test a specific time (since we set America/Los_Angeles localtime)
|
/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 */
|