/packages/modules/Virtualization/docs/ |
D | hugepages.md | 6 the hypervisor can leverage this allocation to also use a block mapping 12 a huge-page can be difficult on a system where the memory is fragmented. 29 THPs can have an impact on the system depending on the chosen policy. The 39 More information can be found in the Linux 44 The guest VM configuration can select huge-pages with the `vm_config.json` 47 Alternatively, the `vm` command can also pass `--hugepages`.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 9 # For lists items can also be appended using: 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 46 # Enabling this option can be useful when feeding doxygen a huge amount of 121 # can be used to strip a user-defined part of the path. Stripping is 123 # the path. The tag can be used to show relative paths in the file list. 129 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 139 # (but less readable) file names. This can be useful is your file systems 160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 180 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 185 # This tag can be used to specify a number of aliases that acts [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 9 # For lists items can also be appended using: 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 46 # Enabling this option can be useful when feeding doxygen a huge amount of 121 # can be used to strip a user-defined part of the path. Stripping is 123 # the path. The tag can be used to show relative paths in the file list. 129 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 139 # (but less readable) file names. This can be useful is your file systems 160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 180 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 185 # This tag can be used to specify a number of aliases that acts [all …]
|
/packages/modules/Bluetooth/tools/rootcanal/ |
D | README.md | 19 Bluetooth is enabled by default on these platforms. External hosts can connect 24 RootCanal can be built and started as a standalone tool. 33 Note: You can also find a prebuilt version inside 47 `model/controller/controller_properties.h` can be edited to test with a 75 to RootCanal. You can connect to it using [scripts/test_channel.py](scripts/test_channel.py). 83 **Warning** The protocol can change in backward incompatible ways, 86 Controllers can exchanges link layer packets only when they are part of the 87 same phy. One controller can be added to multiple phys, the simplest example
|
/packages/modules/Virtualization/java/framework/ |
D | README.md | 21 versions it can also be granted to other apps via `adb shell pm grant` for 30 class; if the result is not `null` then the device has support. You can then 60 You can also express a dependency on this system feature in your app's manifest 70 a VM can be started by: 103 supply. So once an instance of a VM has been created it can be retrieved by name 112 starting. You can find out when the VM is ready, or if it fails, via your 117 There are other things that you can specify as part of the 120 does allow access to logs from inside the VM, which can be useful for 148 from any VM run, whether or not it was successful. You can run the VM again 152 You can also query the status of a VM at any point by calling `getStatus()` on [all …]
|
/packages/modules/Virtualization/demo/ |
D | README.md | 11 You can install the app like this: 19 You can also explicitly grant or revoke the permission, e.g. 27 start a VM. You can see console output from the VM on the screen. You can stop
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | README.md | 15 Tests can be added by adding classes to the src directory. JUnit4 style test cases can 19 If you are trying to debug why tests are not doing what you expected, you can add android log 24 If you would like to collect code coverage information you can run the `coverage.sh` script located 28 for results. By default the results are generated as a set of HTML pages. For example, you can use
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ConferenceManagerPresenter.java | 74 details.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE); in onDetailsChanged() 76 details.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE); in onDetailsChanged() 78 if (call.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE) in onDetailsChanged() 80 || call.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE) in onDetailsChanged() 85 if (!details.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) { in onDetailsChanged()
|
/packages/modules/AdServices/adservices/service-core/proto/ |
D | seller_frontend_service.proto | 63 // This timeout can be specified to restrict the runtime (in 67 // Optional. Component auction configuration can contain additional 88 // (e.g. Category blocks Publisher has chosen and so on). This can 103 // The key in the map corresponds to buyer Id that can identify a buyer 104 // participating in the auction. Buyer Id can be eTLD+1; i.e. domain address 119 // and auction code can ingest. 124 // can ingest. 163 // Note: This could be an int32 instead given an ad can be uniquely identified 208 // User bidding signals for storing additional metadata that the Buyer can 210 // NOTE: This can be passed from device or fetched from Buyer Key Value service. [all …]
|
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/ |
D | README.md | 17 A simple example of using SDK Runtime testscenario utilities can be found in 80 // You can optionally override this method to return a view 93 // You can optionally expect parameters 157 You can now invoke tests from your JUnit test suite as shown. Note that 163 each test, you can simply annotate the SdkSandboxScenarioRule as a @Rule and 181 // You can optionally provide parameters to your 197 // You can define tests inside a separate class. 220 You can optionally provide a Bundle 222 that can be retrieved and used from inside test SDKs via the onLoadSdk method. 251 You can optionally provide a custom [IBinder] [all …]
|
/packages/modules/NeuralNetworks/extensions/ |
D | README.md | 5 HAL 1.2 or higher, drivers can provide custom hardware-accelerated operations by 15 Vendor extensions can only be used by explicitly specified Android apps and 17 Apps and native binaries located on the `/system` partition can't use vendor 22 contains a new entry. An entry can be a native binary path that is prefixed with 33 complete example of an extension definition can be found in 82 An extension operation can use any operand type, including nonextension operand 86 Extensions can also declare custom structures to accompany extension operands. 197 runtime can't validate particular extension operations and data types. 199 Extension operands can have associated data in `operand.extraParams.extension`, 210 operation and data types are OEM-specific and can change at any time. The OEM
|
/packages/services/Car/aconfig/ |
D | flags.aconfig | 27 description: "This flag controls if apps can query the inhibit state or bluetooth profiles." 62 description: "Controls whether --cancel-after flag can be used in suspend command" 78 description: "Controls whether car audio system can be configured with dynamic output devices" 86 description: "Controls whether car audio can be configured with min/max activation volume" 102 description: "Controls whether car audio can be configured with fade manager configurations" 127 description: "Controls whether apps can use the new access level APIs added to AreaIdConfig" 179 description: "Controls whether car persist ap settings can be configured"
|
/packages/modules/AdServices/adservices/linter/documentation/ |
D | BackCompatJobServiceDetector.md | 2 Rubidium Back Compat design introduces additional constraints on how JobServices can be used in AdS… 5 …tServices can OTA to any AdServices build, JobServices code needs to be properly gated to avoid No… 9 …dDisableExtServicesJobOnTPlus(this) in onStartJob, and so the new class usage can be properly gated
|
D | RoomDatabaseMigrationDetector.md | 37 * A DB fallback to deconstruction can lead to data loss. 38 * A DB failed to test migration path can lead to a deconstruction migration 48 * We want to limit how people can modify an existing database to avoid potential errors. 60 * autoMigrations can be missing or empty. 66 * The new version can only have new tables and/or new columns. 98 2. On the test side, we can implement class use reflection to check required classes and methods. A… 137 The check can be skipped and left unresolved and can make other teams not using ROOM confused about…
|
/packages/modules/Virtualization/vmbase/ |
D | README.md | 3 This directory contains a Rust crate and static library which can be used to write `no_std` Rust 69 You can also shutdown the VM by calling `vmbase::power::shutdown` or 'reboot' by calling 75 You must provide handlers for each of the 8 types of exceptions which can occur on aarch64. These 96 Instead you can use `emergency_write_str` and `eprintln!`, which will re-initialize the UART every 97 time to ensure that it can be used. This should still be used with care, as it may interfere with 112 region. See the [example/idmap.S](example/idmap.S) for an example of how this can be constructed. 115 relocation. This can be achieved with a linker script, like the one in 153 which you can do with a `raw_binary` rule: 169 The resulting binary can then be used to start a VM by passing it as the bootloader in a
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/ |
D | default_config.json | 2 // Positive integer that controls how many sources can be in the storage per 32 // origins that can register sources for a given (source site, destination site) 37 // origins that can create attributions for a given (source site, destination site) 47 // origins for a (source site, reporting site) that can create attribution 61 // Positive integer that controls how many event-level reports can be in the 77 // Positive integer that controls how many aggregatable reports can be in the
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 965 doReturn(true).when(ongoingCall).can(Connection.CAPABILITY_HOLD); in testUnholdCallWhenOngoingCallCanBeHeld() 966 doReturn(true).when(ongoingCall).can(Connection.CAPABILITY_SUPPORT_HOLD); in testUnholdCallWhenOngoingCallCanBeHeld() 988 doReturn(false).when(ongoingCall).can(Connection.CAPABILITY_HOLD); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService() 989 doReturn(false).when(ongoingCall).can(Connection.CAPABILITY_SUPPORT_HOLD); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService() 1015 doReturn(true).when(ongoingCall).can(Connection.CAPABILITY_HOLD); in testDontUnholdCallsBetweenConnectionServices() 1016 doReturn(true).when(ongoingCall).can(Connection.CAPABILITY_SUPPORT_HOLD); in testDontUnholdCallsBetweenConnectionServices() 1039 doReturn(true).when(ongoingCall).can(Connection.CAPABILITY_HOLD); in testUnholdCallWhenDisconnectingInSameApp() 1040 doReturn(true).when(ongoingCall).can(Connection.CAPABILITY_SUPPORT_HOLD); in testUnholdCallWhenDisconnectingInSameApp() 1060 doReturn(false).when(ongoingCall).can(Connection.CAPABILITY_HOLD); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService() 1061 doReturn(false).when(ongoingCall).can(Connection.CAPABILITY_SUPPORT_HOLD); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService() [all …]
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | README.md | 10 …t/specs/<version>/` and name it with `.mod.py` suffix, so that other tools can automatically updat… 74 Simple scalar and 1-D vector parameters can now be directly passed to Operation constructor, and te… 105 By default, examples will be attached to the most recent instantiated model. You can explicitly spe… 113 You can add variations to the example so that the test generator can automatically create multiple … 155 …can create a new model which will do the calculation along axis 0 by transposing input and output … 161 The target axis can also be negative to test the negative indexing 167 …can also create a new model with input/output of 2D shape [4, 5] by removing the first two dimensi… 203 Each example can have multiple groups of variations, and if so, will take the cartesian product of … 212 … unnamed default variation will be automatically included in the list. You can name the default va… 218 Also, you can choose not to include default by [all …]
|
/packages/modules/Connectivity/nearby/ |
D | README.md | 34 To fix, you can mannually add jar files generated from proto to the class path 81 prebuilt APEX with higher version. We can use root access to replace the prebuilt APEX with the APEX 87 After the steps above, the APEX can be reinstalled with adb install -r. 88 (More APEX background can be found in https://source.android.com/docs/core/ota/apex#using-an-apex.) 92 can share the APEX by ```source build/envsetup.sh && lunch aosp_arm64-userdebug```. This can avoid
|
/packages/modules/DeviceLock/DeviceLockController/proto/ |
D | checkin_service.proto | 80 // The different check-in status the Device Lock Android client can be in. 86 // The device is ready for provision. The Device Lock Android client can use 91 // client can stop future check-ins. 115 // can now provision the device. 141 // then the user can optionally pause device provisioning. 144 // Android client can proceed with device provisioning. Otherwise, this would 170 // The different reasons device provisioning can be paused. 173 // If given as an option to the user, the user can pause device provisioning. 191 // The different reasons device provisioning can fail on a device. 215 // an issue with device provisioning. The user can dismiss this.
|
/packages/modules/Virtualization/docs/debug/ |
D | tracing.md | 45 Alternatively you can use full trace config to capture hypervisor. Example usage: 71 If you have an Android tree checked out, then record_android_trace helper script can be located at 72 ${REPO_ROOT}/external/perfetto/tools/record_android_traces. Otherwise, you can download the script 98 Hypervisor events can be queried via `pkvm_hypervisor_events` SQL view. You can load that view by 171 with. List of running VMs can be obtained by running `adb shell /apex/com.android.virt/bin/vm list`. 172 Alternatively you can use `vm_shell` utility to connect to a running VM, i.e.: `vm_shell connect`. 185 If you don't have Android repo checked out, then you can download the record_android_trace script by
|
/packages/modules/Bluetooth/system/gd/docs/architecture/ |
D | architecture.md | 58 * Try moving I/O operations into polling mode so that we can use event driven 62 * Isolate individual components so that each component can be started and 73 [`Modules`](#module). This thread can be divided further into smaller ones 84 : This thread is responsible for deadling with hardware I/O and can be 114 can be used as a flow control mechanism to avoid too many packets from user 137 * **Metrics**: A `Module` can dump its state information for dumpsys through 157 thread implementation, a `Handler` can be used to provide a near-thread 193 handler and the handler can read at least one event from the underlying 197 events from this handler, and the handler can write at least one event to 293 case, developers can consider a synchronous database model. In such a model, [all …]
|
/packages/apps/Launcher3/tests/assets/ReorderWidgets/ |
D | full_reorder_case | 4 # * arguments: is set of words separated by spaces that can later be parsed 7 # * x: The x character represents spaces that would be ignored, for example it can be used in 10 # * [a-z]: Represents a widget and it can be any number or character
|
/packages/modules/Wifi/framework/tests/ |
D | README.md | 25 Tests can be added by adding classes to the src directory. JUnit4 style test cases can 29 If you are trying to debug why tests are not doing what you expected, you can add android log
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 76 `libFuzzer` can use the coverage from the driver to guide the test 90 fuzzed (for example, if you want to sanitize a shared library), you can build a 94 ### You can build a normal device image with: 119 can be used in place of or in addition to `hwaddress`. More command options for 120 building with other sanitizers can be found [here][7], and they are explained 123 Once the test is built, it can be pushed to the device via: 134 * `dump/` -- sandbox directory used by the fuzz test; this can be ignored 141 The fuzz test can be launched with the following command, and will continue 166 When a crash occurs, the crash test case can be re-run with the following 202 Doing this conversion can be slow and difficult, and can lead to inefficient [all …]
|