/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/ |
DrawerArrowDrawable.java | 385 // Rotate the whole canvas if spinning, if not, rotate it 180 to get
|
/packages/apps/Contacts/res/values/ |
colors.xml | 90 <!-- Colors of swipeRefreshLayout's spinning circle. -->
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
RecentsLoader.java | 112 // Keep clients around on high-RAM devices, since we'd be spinning them
|
/system/core/init/ |
ueventd.cpp | 178 // When a subprocess gets stuck, keep ueventd spinning waiting for it. init has a timeout for
|
/external/iputils/ |
ping_common.c | 764 * Solution: spinning. 781 /* When spinning, no reasons to poll.
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 429 // Ensure that we arrive at failed download, instead of spinning forever 447 // Ensure that we arrive at failed download, instead of spinning forever [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
pystate.c | 277 * they do we must abort. Otherwise we'll end up spinning in
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
thread.c | 274 * they do we must abort. Otherwise we'll end up spinning in
|
pystate.c | 275 * they do we must abort. Otherwise we'll end up spinning in
|
/external/autotest/site_utils/lxc/container_pool/ |
pool.py | 203 # Throttle on errors, to avoid log spam and CPU spinning.
|
/external/python/cpython2/Python/ |
pystate.c | 277 * they do we must abort. Otherwise we'll end up spinning in
|
thread.c | 274 * they do we must abort. Otherwise we'll end up spinning
|
/external/python/cpython3/Python/ |
thread.c | 224 * they do we must abort. Otherwise we'll end up spinning
|
/frameworks/base/core/java/android/app/ |
ProgressDialog.java | 56 * Creates a ProgressDialog with a circular, spinning progress
|
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 66 * spinning, but must be paired with an {@code unpark} to be
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
ObexServerSockets.java | 323 // TODO: Do we need a max error count, to avoid spinning?
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
CameraRecordingStream.java | 523 Log.v(TAG, "no output available, spinning to await EOS");
|
/external/llvm/lib/Support/ |
raw_ostream.cpp | 594 // spinning until the write succeeds. If you don't want spinning,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
raw_ostream.cpp | 544 // spinning until the write succeeds. If you don't want spinning,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
raw_ostream.cpp | 567 // spinning until the write succeeds. If you don't want spinning,
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 143 * busy synchronous queues, spinning can dramatically improve 144 * throughput. And on less busy ones, the amount of spinning is [all...] |
/external/gemmlowp/internal/ |
multi_thread_gemm.h | 108 // so as to avoid permanently spinning.
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
R.java | 248 public static final int spinning = 0x7f090000; field in class:R.animator
|
/external/tensorflow/tensorflow/core/util/ |
cuda_device_functions.h | 440 // under high concurrency, since most threads will be spinning on failing
|
/external/valgrind/ |
README_DEVELOPERS | 134 (3) Do "cont" to continue. After the loop finishes spinning, startup
|