/external/libese/libese-hw/nxp/pn80t/ |
common.c | 101 * If there is no cooldown time associated, go ahead and do a real 104 * This avoids pulling the power when a cooldown is in progress 191 ALOGE("failed to transmit cooldown check"); 197 ALOGE("failed to poll during cooldown"); 204 ALOGE("failed to receive cooldown response"); 217 /* The cooldown timers are 32-bit values. */ 220 uint32_t cooldown = ese_be32toh(*value_ptr); local 224 cooldown *= 60; 228 ALOGI("- Timer 0x%.2X: %d", tag, cooldown); 229 if (cooldown > max_wait) [all...] |
nq_nci.c | 107 /* Power off and cooldown should've happened via common code. */
|
/frameworks/base/cmds/statsd/src/external/ |
StatsPuller.h | 45 // Clear cache if elapsed time is more than cooldown time 59 // If a pull request comes before cooldown, a cached version from purevious pull
|
StatsPuller.cpp | 39 VLOG("Puller for tag %d created. Cooldown set to %lld", mTagId, (long long)mCoolDownNs);
|
/external/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt | 8 argspec: "args=[\'self\', \'monitor\', \'factor\', \'patience\', \'verbose\', \'mode\', \'epsilon\', \'cooldown\', \'min_lr\'], varargs=None, keywords=None, defaults=[\'val_loss\', \'0.1\', \'10\', \'0\', \'auto\', \'0.0001\', \'0\', \'0\'], "
|
/frameworks/base/core/java/android/service/media/ |
CameraPrewarmService.java | 89 * of these two events. Cooldown might happen either before or after the activity has been
|
/external/libese/apps/weaver/include/ese/app/ |
weaver.h | 41 * ... handle error (especially cooldown) ...
|
/external/libese/apps/boot/ |
README.md | 262 ##### Cooldown 271 cooldown time can be requested with a special APDU to `ese_transceive()`: 279 the chip needs to stay powered and unused to cooldown. If this happens before
|
ese_boot_tool.cpp | 60 show how to handle different errors, like cooldown before use or after.
|
/external/libese/apps/boot/include/ese/app/ |
boot.h | 43 * ... handle error (especially cooldown) ...
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
AlwaysOnDisplayPolicy.java | 79 * The threshold time(ms) to trigger the cooldown timer, which will
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
callbacks.py | 843 cooldown: number of epochs to wait before resuming 855 cooldown=0, 867 self.cooldown = cooldown 868 self.cooldown_counter = 0 # Cooldown counter. 876 """Resets wait counter and cooldown counter. 922 self.cooldown_counter = self.cooldown [all...] |
callbacks_test.py | 359 cooldown=5)
|
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeper.java | 110 private static final String STATE_COOLDOWN = "cooldown"; 244 cooldown(); method 530 cooldown(); method 685 private void cooldown() { method in class:CryptKeeper [all...] |
/external/autotest/server/cros/tradefed_test_unittest_data/ |
CtsDeqpTestCases-trimmed.txt | 14 07-25 01:23:39 W/DeqpTestRunner: ADB link failed, retrying after a cooldown period
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
SmoothRateLimiter.java | 161 * | . PERIOD. } height == stableInterval) defines the cooldown period, 206 * of height stableInterval and equivalent width). We decided that the "cooldown period"
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 802 // to add a cooldown period this may change. [all...] |
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/ |
aws-java-sdk-applicationautoscaling-1.11.18.jar | |
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
DeqpTestRunner.java | 895 CLog.w("ADB link failed, retrying after a cooldown period"); [all...] |