Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ApkVerityTest/testdata/
H A 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
/aosp14/frameworks/base/media/jni/soundpool/
H A DStreamManager.h241 size_t tries = 0; variable
242 for (; tries < mHashCapacity; ++tries) {
254 LOG_ALWAYS_FATAL_IF(tries == mHashCapacity, "hash table overflow!");
H A DStream.cpp429 void Stream::onBufferEnd(int toggle, int tries) in onBufferEnd() argument
442 if (tries < 3) { in onBufferEnd()
445 getPairStream()->onBufferEnd(toggle, tries + 1); in onBufferEnd()
H A DStream.h166 void onBufferEnd(int toggle, int tries) NO_THREAD_SAFETY_ANALYSIS; in alignas()
/aosp14/system/core/init/
H A Dfirst_stage_console.cpp49 int tries = 50; // should timeout after 5s in SetupConsole() local
51 while (tries--) { in SetupConsole()
/aosp14/frameworks/base/packages/SystemUI/checks/
H A DAndroid.bp59 // of libraries, and no longer load. Since tradefed tries to load
/aosp14/system/core/fastboot/fuzzer/
H A DREADME.md5 source code and tries to achieve the following:
/aosp14/frameworks/base/tools/lint/framework/
H A DAndroid.bp52 // of libraries, and no longer load. Since tradefed tries to load
/aosp14/frameworks/base/tools/lint/global/
H A DAndroid.bp53 // of libraries, and no longer load. Since tradefed tries to load
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DEventLogTags.logtags58 ## type: 1: USER_BIND_SERVICE Secondary user tries binding to the system sysui service
/aosp14/frameworks/base/media/lib/remotedisplay/
H A DREADME.txt8 <uses-library> tag. And since Java always tries to load a class from the
/aosp14/frameworks/base/media/lib/signer/
H A DREADME.txt10 <uses-library> tag. And since Java always tries to load a class from the
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/
H A DREADME.txt42 The application tries to take good pictures for you automatically when in the
/aosp14/frameworks/base/services/core/java/com/android/server/
H A 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
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Ddagger.md13 As such, the Shell also tries to provide some reasonable out-of-the-box modules for use with Dagger.
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java682 for (int tries = 3; tries-- > 0; ) { in doNotify()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuaresActivity.kt101 for (tries in 0..3) {
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.md12 …le is executed, it doesn't just consume the batched input. It proactively tries to consume everyth…
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java521 int tries = 0; in createSessionByTokenLocked() local
523 tries++; in createSessionByTokenLocked()
524 if (tries > MAX_SESSION_ID_CREATE_TRIES) { in createSessionByTokenLocked()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dplugins.md228 When a plugin crashes, the PluginManager catches it and tries to determine the plugin that caused t…
H A Dqs-tiles.md259 …If the spec is not recognized but it has the `custom(` prefix, the factory tries to create a `Cust…
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile284 # Fortran. In the later case the parser tries to guess whether the code is fixed
315 # When enabled doxygen tries to link words that correspond to documented
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4647 // ACTION: Logged when user tries to pair a Bluetooth device without name from Settings app