/frameworks/support/emoji/core/tests/java/android/support/text/emoji/ |
D | EmojiCompatTest.java | 361 CharSequence processed = EmojiCompat.get().process("abc"); in testProcess_doesNotCreateSpannable_ifNoEmoji() local 362 assertNotNull(processed); in testProcess_doesNotCreateSpannable_ifNoEmoji() 363 assertThat(processed, instanceOf(String.class)); in testProcess_doesNotCreateSpannable_ifNoEmoji() 365 processed = EmojiCompat.get().process(new SpannedString("abc")); in testProcess_doesNotCreateSpannable_ifNoEmoji() 366 assertNotNull(processed); in testProcess_doesNotCreateSpannable_ifNoEmoji() 367 assertThat(processed, instanceOf(SpannedString.class)); in testProcess_doesNotCreateSpannable_ifNoEmoji() 378 Spannable processed = (Spannable) EmojiCompat.get().process(string); in testProcess_reprocess() local 379 assertThat(processed, hasEmojiCount(3)); in testProcess_reprocess() 381 final EmojiSpan[] spans = processed.getSpans(0, processed.length(), EmojiSpan.class); in testProcess_reprocess() 385 processed = (Spannable) EmojiCompat.get().process(processed); in testProcess_reprocess() [all …]
|
D | ConfigTest.java | 79 final CharSequence processed = emojiCompat.process(new TestString(EMOJI_SINGLE_CODEPOINT) in testBuild_withDefaultValues() local 81 assertThat(processed, hasEmojiCount(1)); in testBuild_withDefaultValues() 82 assertThat(processed, hasEmoji(EMOJI_SINGLE_CODEPOINT)); in testBuild_withDefaultValues()
|
/frameworks/base/packages/ExtServices/src/android/ext/services/storage/ |
D | CacheQuotaServiceImpl.java | 54 List<CacheQuotaHint> processed = new ArrayList<>(); in onComputeCacheQuotaHints() local 96 processed.add(builder.build()); in onComputeCacheQuotaHints() 101 return processed.stream() in onComputeCacheQuotaHints()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 16 // 3. After each layer is processed from back-most layer to focal depth layer, 20 // 4. After each layer is processed from front-most layer to focal depth layer, 23 // 5. After each layer is processed in either of the two passes, the fields
|
D | camera_response_fast.rsh | 22 // the processed photo.
|
D | camera_response.rsh | 22 // the processed photo.
|
/frameworks/base/core/java/android/app/usage/ |
D | CacheQuotaService.java | 100 List<CacheQuotaHint> processed = onComputeCacheQuotaHints(pair.second); in handleMessage() local 102 data.putParcelableList(REQUEST_LIST_KEY, processed); in handleMessage()
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 17 shouldn't be used as a performance optimization, as once the PNG is processed, its result is 19 pre-processed the PNG and wants it byte-for-byte identical to the input. 20 NOTE: 9-patches will not be processed correctly with this flag set. 53 since the resulting APK is post-processed by other tools anyways. Assets do not get processed
|
/frameworks/rs/script_api/ |
D | rs_io.spec | 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul> 87 processed by the client.
|
D | rs_for_each.spec | 51 over, like dimensions. It also contains rarely used indices of the currently processed 238 Returns the index in the Array0 dimension of the cell being processed, as specified 264 Returns the index in the Array1 dimension of the cell being processed, as specified 277 Returns the index in the Array2 dimension of the cell being processed, 291 Returns the index in the Array3 dimension of the cell being processed, as specified
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 49 * SUCCESS if request successfully processed. 60 * SUCCESS if request successfully processed.
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 369 boolean processed = (session != null) && session.process(event); in process() 370 if (isLoggable && processed) { in process() 783 boolean processed; in process() 788 processed = registeringToReady(evt); in process() 791 processed = readyForCall(evt); in process() 794 processed = incomingCall(evt); in process() 797 processed = incomingCallToInCall(evt); in process() 801 processed = outgoingCall(evt); in process() 804 processed = outgoingCallToReady(evt); in process() 807 processed = inCall(evt); in process() [all …]
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterGraph.java | 175 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()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 54 * over, like dimensions. It also contains rarely used indices of the currently processed 138 …* sc: Extra control information used to select a sub-region of the allocation to be processed or… 209 * Returns the index in the Array0 dimension of the cell being processed, as specified 235 * Returns the index in the Array1 dimension of the cell being processed, as specified 248 * Returns the index in the Array2 dimension of the cell being processed, 262 * Returns the index in the Array3 dimension of the cell being processed, as specified 409 * Returns the face on which the cell being processed is found, as specified by the 423 * Returns the index in the Levels of Detail dimension of the cell being processed,
|
D | rs_io.rsh | 24 * - Send the processed allocation or receive the next allocation to process. 91 * processed by the client.
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 317 boolean processed = false; in dispatchMessageToAction() 322 processed = processed || result; in dispatchMessageToAction() 324 return processed; in dispatchMessageToAction()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 7 1. All the timing numbers are in nanoseconds, since a lot of the kernel is processed really fast.
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 523 public static void installPackage(Context context, File packageFile, boolean processed) in installPackage() argument 540 if (processed) { in installPackage()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 7 A _bugreport_ is initially generated by dumpstate, then processed by **Shell**,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1513 // ensure getCurrentCalls() gets processed... 1551 // ensure getCurrentCalls() gets processed... 1590 // ensure getCurrentCalls() gets processed...
|
/frameworks/native/docs/ |
D | Doxyfile | 259 # The output of markdown processing is further processed by doxygen, so you 1288 # which needs to be processed by an external indexer. Doxygen will invoke an 1604 # contain include files that are not input files but should be processed by
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 3793 // An autofill request was processed by a service 3797 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request 3851 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 278 # The output of markdown processing is further processed by doxygen, so you can 1485 # which needs to be processed by an external indexer. Doxygen will invoke an 1916 # contain include files that are not input files but should be processed by the
|
D | Doxyfile | 278 # The output of markdown processing is further processed by doxygen, so you can 1494 # which needs to be processed by an external indexer. Doxygen will invoke an 1925 # contain include files that are not input files but should be processed by the
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1348 # contain include files that are not input files but should be processed by
|