Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/proto/src/
H A Dgnss.proto13 // Number of location reports processed
19 // Number of time to first fix processed
28 // Number of position accuracy processed
37 // Number of top 4 average CN0 processed
52 // Total number of sv status messages processed
55 // Total number of L5 sv status messages processed
58 // Total number of sv status messages processed, where sv is used in fix
61 // Total number of L5 sv status messages processed, where sv is used in fix
64 // Number of l5 top 4 average CN0 processed
H A Dipconnectivity.proto389 // The total number of packets processed by the APF interpreter.
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialManagerRepo.kt276 var processed = origin regex
277 if (processed?.startsWith(HTTPS) == true) { // Removes "https://"
278 processed = processed.substring(HTTPS.length)
279 if (processed?.endsWith(FORWARD_SLASH) == true) { // Removes the trailing slash
280 processed = processed.substring(0, processed.length - 1)
283 return processed
/aosp14/frameworks/base/core/java/android/app/usage/
H A DCacheQuotaService.java100 List<CacheQuotaHint> processed = onComputeCacheQuotaHints(pair.second); in handleMessage() local
102 data.putParcelableList(REQUEST_LIST_KEY, processed); in handleMessage()
/aosp14/frameworks/base/tests/testables/tests/src/android/testing/
H A DTestableLooperTest.java251 int processed = mTestableLooper.processMessagesNonBlocking(2); in testProcessMessagesNonBlocking_onlyArgNumber() local
254 assertEquals(2, processed); in testProcessMessagesNonBlocking_onlyArgNumber()
266 int processed = mTestableLooper.processMessagesNonBlocking(5); in testProcessMessagesNonBlocking_lessMessagesThanArg() local
269 assertEquals(3, processed); in testProcessMessagesNonBlocking_lessMessagesThanArg()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java175 private boolean readyForProcessing(Filter filter, Set<Filter> processed) { in readyForProcessing() argument
177 if (processed.contains(filter)) { in readyForProcessing()
184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md53 shouldn't be used as a performance optimization, as once the PNG is processed, its result is
55 pre-processed the PNG and wants it byte-for-byte identical to the input.
56 NOTE: 9-patches will not be processed correctly with this flag set.
89 since the resulting APK is post-processed by other tools anyways. Assets do not get processed
/aosp14/system/core/bootstat/
H A Dbootstat.rc48 # sys.bootstat.first_boot_completed=0 - first boot completed trigger wasn't processed yet.
49 # sys.bootstat.first_boot_completed=1 - first boot completed trigger was processed and
/aosp14/system/core/code_coverage/seccomp_policy/
H A Dcode_coverage.policy.def4 // this is processed with generate.sh, so we can use appropriate directives
/aosp14/frameworks/base/cmds/uinput/
H A DREADME.md158 A command used to get a response once the command is processed. When several `inject` and `delay`
178 This command will result in the following response when it is processed:
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java407 boolean processed = false; in dispatchMessageToAction()
412 processed = processed || result; in dispatchMessageToAction()
414 return processed; in dispatchMessageToAction()
/aosp14/frameworks/base/core/proto/android/service/
H A Dprint.proto78 // only valid while the print job is processed.
344 // The print jobs is created, it is ready to be printed and should be processed
/aosp14/frameworks/base/tools/protologtool/
H A DREADME.md53 This command is similar in it's syntax to the previous one, only instead of creating a processed so…
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4077 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4085 // An autofill request was processed by a service
4089 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4133 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4143 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4171 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4186 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4199 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4788 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
4809 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
[all …]
/aosp14/frameworks/base/core/java/android/os/
H A DRecoverySystem.java616 public static void installPackage(Context context, File packageFile, boolean processed) in installPackage() argument
633 if (processed) { in installPackage()
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile299 # The output of markdown processing is further processed by doxygen, so you can
948 # properly processed by doxygen.
961 # properly processed by doxygen.
1611 # which needs to be processed by an external indexer. Doxygen will invoke an
2080 # contain include files that are not input files but should be processed by the
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md212 The class has a queue that stores requests while the service is not bound, to be processed as soon …
/aosp14/system/core/init/
H A DREADME.md917 files that can be later processed by the tools provided by <http://www.bootchart.org/>.