/aosp14/frameworks/base/tests/ApkVerityTest/testdata/ |
H A D | README.md | 3 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 D | StreamManager.h | 241 size_t tries = 0; variable 242 for (; tries < mHashCapacity; ++tries) { 254 LOG_ALWAYS_FATAL_IF(tries == mHashCapacity, "hash table overflow!");
|
H A D | Stream.cpp | 429 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 D | Stream.h | 166 void onBufferEnd(int toggle, int tries) NO_THREAD_SAFETY_ANALYSIS; in alignas()
|
/aosp14/system/core/init/ |
H A D | first_stage_console.cpp | 49 int tries = 50; // should timeout after 5s in SetupConsole() local 51 while (tries--) { in SetupConsole()
|
/aosp14/frameworks/base/packages/SystemUI/checks/ |
H A D | Android.bp | 59 // of libraries, and no longer load. Since tradefed tries to load
|
/aosp14/system/core/fastboot/fuzzer/ |
H A D | README.md | 5 source code and tries to achieve the following:
|
/aosp14/frameworks/base/tools/lint/framework/ |
H A D | Android.bp | 52 // of libraries, and no longer load. Since tradefed tries to load
|
/aosp14/frameworks/base/tools/lint/global/ |
H A D | Android.bp | 53 // of libraries, and no longer load. Since tradefed tries to load
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | EventLogTags.logtags | 58 ## type: 1: USER_BIND_SERVICE Secondary user tries binding to the system sysui service
|
/aosp14/frameworks/base/media/lib/remotedisplay/ |
H A D | README.txt | 8 <uses-library> tag. And since Java always tries to load a class from the
|
/aosp14/frameworks/base/media/lib/signer/ |
H A D | README.txt | 10 <uses-library> tag. And since Java always tries to load a class from the
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/ |
H A D | README.txt | 42 The application tries to take good pictures for you automatically when in the
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A 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
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | dagger.md | 13 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 D | NotificationShellCmd.java | 682 for (int tries = 3; tries-- > 0; ) { in doNotify()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | QuaresActivity.kt | 101 for (tries in 0..3) {
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.md | 12 …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 D | AutofillManagerServiceImpl.java | 521 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 D | plugins.md | 228 When a plugin crashes, the PluginManager catches it and tries to determine the plugin that caused t…
|
H A D | qs-tiles.md | 259 …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 D | Doxyfile | 284 # 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 D | metrics_constants.proto | 4647 // ACTION: Logged when user tries to pair a Bluetooth device without name from Settings app
|