/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
D | SingleStateQueue.h | 131 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/ |
D | SingleStateQueue.h | 131 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/ |
D | run_tests.py | 411 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/ |
D | util_android.py | 208 tries = 10 209 try_number = tries 231 'or dead?' % tries)
|
/frameworks/av/media/codecs/g711/fuzzer/ |
D | README.md | 5 codec and tries to achieve the following:
|
/frameworks/av/media/libnblog/ |
D | Reader.cpp | 86 int tries = 0; in getSnapshot() local 91 } while (availToRead < 0 || ++tries <= kMaxObtainTries); in getSnapshot()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/ |
D | README.md | 5 codec and tries to achieve the following:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 58 ## type: 1: USER_BIND_SERVICE Secondary user tries binding to the system sysui service
|
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/ |
D | README.md | 5 codec and tries to achieve the following:
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 8 <uses-library> tag. And since Java always tries to load a class from the
|
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/ |
D | README.md | 5 codec and tries to achieve the following:
|
/frameworks/base/core/proto/android/bluetooth/ |
D | enums.proto | 132 // Socket tries to disconnect from remote
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/ |
D | README.md | 5 codec and tries to achieve the following:
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 527 for (int tries = 3; tries-- > 0; ) { in doNotify()
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 10 <uses-library> tag. And since Java always tries to load a class from the
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 42 The application tries to take good pictures for you automatically when in the
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 67 # 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/ |
D | client.cpp | 867 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/ |
D | QuaresActivity.kt | 100 for (tries in 0..3) { in newPuzzle() constant
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 475 int tries = 0; in createSessionByTokenLocked() local 477 tries++; in createSessionByTokenLocked() 478 if (tries > MAX_SESSION_ID_CREATE_TRIES) { in createSessionByTokenLocked()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 20 At heart, the file contains packed tries with suffix compression, actually quite similar
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 2168 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/ |
D | GLES_layers.md | 20 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/ |
D | layered_filter_fast_d1new.rscript | 129 // 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/ |
D | plugins.md | 227 When a plugin crashes, the PluginManager catches it and tries to determine the plugin that caused t…
|