Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DSingleStateQueue.h131 for (int tries = 0; ; ) { in poll() local
134 if (++tries >= MAX_TRIES) { in poll()
148 if (++tries >= MAX_TRIES) { in poll()
/frameworks/base/tests/ApkVerityTest/testdata/
DREADME.md3 The test tries to install subsets of base.{apk,dm}, split.{apk,dm} and their
5 tests also tries to tamper with the file at absolute disk offset to verify
/frameworks/base/media/jni/soundpool/
DStreamManager.h240 size_t tries = 0; variable
241 for (; tries < mHashCapacity; ++tries) {
253 LOG_ALWAYS_FATAL_IF(tries == mHashCapacity, "hash table overflow!");
DStream.cpp391 void Stream::callback(int event, void* info, int toggle, int tries) in callback() argument
404 if (tries < 3) { in callback()
407 getPairStream()->callback(event, info, toggle, tries + 1); in callback()
DStream.h134 void callback(int event, void* info, int toggle, int tries)
/frameworks/rs/tests/lldb/
Drun_tests.py411 tries = tries_number
418 tries -= 1
419 if tries == 0:
429 tries = 500
431 tries -= 1
432 if tries == 0:
/frameworks/rs/tests/lldb/tests/harness/
Dutil_android.py208 tries = 10
209 try_number = tries
231 'or dead?' % tries)
/frameworks/av/media/libnblog/
DReader.cpp91 int tries = 0; in getSnapshot() local
96 } while (availToRead < 0 || ++tries <= kMaxObtainTries); in getSnapshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags58 ## type: 1: USER_BIND_SERVICE Secondary user tries binding to the system sysui service
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java259 void setUnlockTries(int tries) { in setUnlockTries() argument
260 mDialDrawable.setUnlockTries(tries); in setUnlockTries()
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/base/core/proto/android/bluetooth/
Denums.proto131 // Socket tries to disconnect from remote
/frameworks/base/media/lib/remotedisplay/
DREADME.txt8 <uses-library> tag. And since Java always tries to load a class from the
/frameworks/base/media/lib/signer/
DREADME.txt10 <uses-library> tag. And since Java always tries to load a class from the
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags67 # when someone tries to cancel a notification, the notification manager sometimes
70 # when someone tries to cancel all of the notifications for a particular package
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt42 The application tries to take good pictures for you automatically when in the
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java686 for (int tries = 3; tries-- > 0; ) { in doNotify()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp999 for (size_t tries = numberOfAttempts; tries > 0; --tries) { in ForAllServices() local
1011 << (tries > 1 ? " Retrying..." : ""); in ForAllServices()
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt100 for (tries in 0..3) { in newPuzzle() constant
/frameworks/minikin/doc/
Dhyb_file_format.md20 At heart, the file contains packed tries with suffix compression, actually quite similar
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md20 Note that only GLES2+ entrypoints will be provided. If a layer tries to make independent GLES 1.x c…
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2341 for (unsigned tries = 0;;) { in switchToNextOutput() local
2357 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries, in switchToNextOutput()
2368 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries, in switchToNextOutput()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_d1new.rscript130 // Next, tries to figure out whether or not this pixel is on the boundary
189 // Next, tries to figure out whether or not this pixel is on the boundary
/frameworks/base/packages/SystemUI/docs/
Dplugins.md227 When a plugin crashes, the PluginManager catches it and tries to determine the plugin that caused t…

12