Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 37) 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/av/include/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/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/codecs/g711/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/av/media/libnblog/
DReader.cpp86 int tries = 0; in getSnapshot() local
91 } while (availToRead < 0 || ++tries <= kMaxObtainTries); in getSnapshot()
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/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/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/base/media/lib/remotedisplay/
DREADME.txt8 <uses-library> tag. And since Java always tries to load a class from the
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/base/core/proto/android/bluetooth/
Denums.proto132 // Socket tries to disconnect from remote
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java527 for (int tries = 3; tries-- > 0; ) { in doNotify()
/frameworks/base/media/lib/signer/
DREADME.txt10 <uses-library> tag. And since Java always tries to load a class from the
/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/
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/av/media/codec2/hidl/client/
Dclient.cpp867 for (size_t tries = numberOfAttempts; tries > 0; --tries) { in ForAllServices() local
879 << (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/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java475 int tries = 0; in createSessionByTokenLocked() local
477 tries++; in createSessionByTokenLocked()
478 if (tries > MAX_SESSION_ID_CREATE_TRIES) { in createSessionByTokenLocked()
/frameworks/minikin/doc/
Dhyb_file_format.md20 At heart, the file contains packed tries with suffix compression, actually quite similar
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2168 for (unsigned tries = 0;;) { in switchToNextOutput() local
2184 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries, in switchToNextOutput()
2195 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries, in switchToNextOutput()
/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/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_d1new.rscript129 // Next, tries to figure out whether or not this pixel is on the boundary
188 // 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