Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 73) sorted by relevance

123

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DTraversal.kt52 abstract fun modify(entity: S, modifier: (A) -> B): T in every() method
61 fun lift(modifier: (A) -> B): (S) -> T = { modify(it, modifier) } in every()
84 override fun modify(entity: S, modifier: (NewA) -> NewB): T = in compose() method
85 this@Traversal.modify(entity) { in compose()
87 other.modify(it as AIn, modifier) in compose()
148 override fun modify(entity: List<A>, modifier: (A) -> A): List<A> = entity.map(modifier) in list() method
191 override fun modify(entity: List<A>, modifier: (A) -> B): List<B> = entity.map(modifier) in listMap() method
DLens.kt75 override fun modify(entity: S, modifier: (A) -> B): T = this@Lens.modify(entity, modifier) in <lambda>() method
130 inline fun modify(entity: S, crossinline modifier: (A) -> B): T = lift(modifier)(entity) in modify() method in com.android.libraries.pcc.chronicle.api.optics.Lens
/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
DRttChatMessage.java77 StringBuilder modify = new StringBuilder(); in computeChangedString() local
85 modify.append('\b'); in computeChangedString()
88 modify.append(newMesssage.charAt(i)); in computeChangedString()
90 return modify.toString(); in computeChangedString()
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/
DREADME.md4 to their own directory and modify as needed.
22 ### modify privapp-permissions-atv.xml
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/
DREADME.md4 their own directory and modify as needed.
22 ### modify privapp-permissions-atv.xml
/packages/apps/Camera2/src/com/android/camera/exif/
DExifModifier.java133 modify(); in commit()
140 private void modify() { in modify() method in ExifModifier
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifModifier.java134 modify(); in commit()
141 private void modify() { in modify() method in ExifModifier
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifModifier.java134 modify(); in commit()
141 private void modify() { in modify() method in ExifModifier
/packages/apps/TV/partner_support/
DBuildConfig.java.in1 /* This file is auto generated. Do not modify. */
/packages/apps/TV/common/
DBuildConfig.java.in1 /* This file is auto generated. Do not modify. */
/packages/modules/Bluetooth/tools/rootcanal/rust/
Dcbindgen.toml8 // Don't modify manually.
/packages/apps/Camera2/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DREADME.md7 modify certain aspects about notifications Adjustment before they are posted.
/packages/modules/DnsResolver/doh/tests/doh_frontend/
Dcbindgen.toml14 // Don't modify manually.
/packages/modules/DnsResolver/
Dcbindgen.toml11 …s autogenerated by:\n// cbindgen --config cbindgen.toml doh.rs >doh.h\n// Don't modify manually."
DNOTICE193 Permission to use, copy, modify, and distribute this software for any
309 Permission to use, copy, modify, and distribute this software for any
326 Permission to use, copy, modify, and distribute this software for any
343 Permission to use, copy, modify, and distribute this software for any
360 Permission to use, copy, modify, and/or distribute this software for any
376 Permission to use, copy, modify, and distribute this software for any
397 permission under its copyrights to use, copy, modify, and distribute this
/packages/apps/Calendar/
Dproject.properties2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
/packages/modules/Connectivity/staticlibs/native/bpf_headers/
DAndroid.bp45 // TODO: Rename to bpf_map_test and modify .gcls as well.
/packages/services/DeviceAsWebcam/jni/
DUVCProvider.h43 Status modify(int fd, uint32_t events);
DUVCProvider.cpp74 Status EpollW::modify(int fd, uint32_t newEvents) { in modify() function in android::webcam::EpollW
817 mEpollW.modify(mUVCDevice->getUVCFd(), EPOLLPRI); in processUVCEvent()
832 mEpollW.modify(mUVCDevice->getUVCFd(), EPOLLPRI | EPOLLOUT); in watchStreamEvent()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses134 do not modify the License. You may add Your own attribution
151 Notwithstanding the above, nothing herein shall supersede or modify
316 do not modify the License. You may add Your own attribution
333 Notwithstanding the above, nothing herein shall supersede or modify
522 do not modify the License. You may add Your own attribution
539 Notwithstanding the above, nothing herein shall supersede or modify
728 do not modify the License. You may add Your own attribution
745 Notwithstanding the above, nothing herein shall supersede or modify
934 do not modify the License. You may add Your own attribution
951 Notwithstanding the above, nothing herein shall supersede or modify
[all …]
/packages/apps/TV/res/raw/
Dthird_party_licenses12 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
147 do not modify the License. You may add Your own attribution
164 Notwithstanding the above, nothing herein shall supersede or modify
352 do not modify the License. You may add Your own attribution
369 Notwithstanding the above, nothing herein shall supersede or modify
558 do not modify the License. You may add Your own attribution
575 Notwithstanding the above, nothing herein shall supersede or modify
764 do not modify the License. You may add Your own attribution
781 Notwithstanding the above, nothing herein shall supersede or modify
970 do not modify the License. You may add Your own attribution
[all …]
/packages/modules/Bluetooth/
DNOTICE118 do not modify the License. You may add Your own attribution
135 Notwithstanding the above, nothing herein shall supersede or modify
312 Permission to use, copy, modify, and distribute this software for any
/packages/services/DeviceAsWebcam/res/raw/
DREADME.md2 Resource Overlays. These serve as an optional mechanism for vendors to modify
/packages/modules/Bluetooth/floss/build/rustup/
Drustup.sh38 --no-modify-path Don't configure the PATH environment variable

123