Home
last modified time | relevance | path

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

123

/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/native/libs/binder/tests/
DbinderRpcBenchmark.cpp129 for (size_t tries = 0; tries < 5; tries++) { in main() local
/frameworks/base/media/jni/soundpool/
DStreamManager.h241 size_t tries = 0; variable
242 for (; tries < mHashCapacity; ++tries) {
254 LOG_ALWAYS_FATAL_IF(tries == mHashCapacity, "hash table overflow!");
DStream.cpp399 void Stream::callback(int event, void* info, int toggle, int tries) in callback() argument
412 if (tries < 3) { in callback()
415 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/native/libs/binder/
DRpcSession.cpp226 for (size_t tries = 0; tries < 5; tries++) { in setupOneSocketClient() local
227 if (tries > 0) usleep(10000); in setupOneSocketClient()
/frameworks/rs/tests/lldb/tests/harness/
Dutil_android.py208 tries = 10
209 try_number = tries
231 'or dead?' % tries)
/frameworks/opt/telephony/tests/telephonytests/
Djarjar-rules-tests.txt10 # via net-tests-utils and tries to jarjar it again. Rename the package names with
/frameworks/av/media/codecs/g711/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/av/services/mediaresourcemanager/fuzzer/
DREADME.md5 understanding of the service and tries to achieve the following:
/frameworks/av/services/medialog/fuzzer/
DREADME.md5 service and tries to achieve the following:
/frameworks/av/media/codecs/mp3dec/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
DREADME.md5 library and tries to achieve the following:
/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/av/media/codecs/amrwb/enc/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/av/media/codecs/amrnb/enc/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java385 int tries = 5; in randomize() local
386 while (tries-- > 0) { in randomize()
/frameworks/av/media/codecs/amrnb/fuzzer/
DREADME.md5 codec and tries to achieve the following:
/frameworks/av/services/mediametrics/fuzzer/
DREADME.md5 understanding of the service and tries to achieve the following:
/frameworks/av/media/codecs/amrwb/dec/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/services/oboeservice/fuzzer/
DREADME.md5 understanding of the service and tries to achieve the following:

123