Home
last modified time | relevance | path

Searched refs:damage (Results 1 – 25 of 123) sorted by relevance

12345

/external/boringssl/src/ssl/test/runner/
Dpacket_adapter.go160 damage bool member
169 func (d *damageAdaptor) setDamage(damage bool) {
170 d.damage = damage
174 if d.damage && len(b) > 0 {
/external/apache-http/android/src/android/net/http/
DRequest.java169 String damage = "Null http header name"; in addHeader() local
170 HttpLog.e(damage); in addHeader()
171 throw new NullPointerException(damage); in addHeader()
174 String damage = "Null or empty value for header \"" + name + "\""; in addHeader() local
175 HttpLog.e(damage); in addHeader()
176 throw new RuntimeException(damage); in addHeader()
/external/mksh/
DNOTICE18 * direct, other damage, loss, or other issues arising in any way out
20 * damage or existence of a defect, except proven that it results out
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_driver.c579 RegionPtr dirty = DamageRegion(ms->damage); in xorg_flush()
602 DamageEmpty(ms->damage); in xorg_flush()
642 ms->damage = DamageCreate(NULL, NULL, DamageReportNone, TRUE, in drv_create_screen_resources()
645 if (ms->damage) { in drv_create_screen_resources()
646 DamageRegister(&rootPixmap->drawable, ms->damage); in drv_create_screen_resources()
1025 if (ms->damage) { in drv_close_screen()
1026 DamageUnregister(&pScreen->GetScreenPixmap(pScreen)->drawable, ms->damage); in drv_close_screen()
1027 DamageDestroy(ms->damage); in drv_close_screen()
1028 ms->damage = NULL; in drv_close_screen()
Dxorg_tracker.h154 DamagePtr damage; member
/external/mksh/src/
Drlimits.opt15 * direct, other damage, loss, or other issues arising in any way out
17 * damage or existence of a defect, except proven that it results out
Drlimits.gen16 * direct, other damage, loss, or other issues arising in any way out
18 * damage or existence of a defect, except proven that it results out
Dsh_flags.gen16 * direct, other damage, loss, or other issues arising in any way out
18 * damage or existence of a defect, except proven that it results out
Dsh_flags.opt15 * direct, other damage, loss, or other issues arising in any way out
17 * damage or existence of a defect, except proven that it results out
/external/libcap/doc/
Dcapability.notes34 Limiting the damage:
40 daemon to damage your system.
/external/opencv/
DNOTICE36 the use of this software, even if advised of the possibility of such damage.
157 // the use of this software, even if advised of the possibility of such damage.
317 // the use of this software, even if advised of the possibility of such damage.
359 // the use of this software, even if advised of the possibility of such damage.
401 // the use of this software, even if advised of the possibility of such damage.
443 // the use of this software, even if advised of the possibility of such damage.
485 // the use of this software, even if advised of the possibility of such damage.
527 // the use of this software, even ifadvised of the possibility of such damage.
568 // the use of this software, even if advised of the possibility of such damage.
610 // the use of this software, even if advised of the possibility of such damage.
[all …]
DLICENSE_OpenCV36 the use of this software, even if advised of the possibility of such damage.
/external/selinux/libselinux/
DLICENSE20 of such damage. You acknowledge that this is a reasonable allocation of
/external/libselinux/
DNOTICE20 of such damage. You acknowledge that this is a reasonable allocation of
/external/ceres-solver/docs/source/
Dlicense.rst30 advised of the possibility of such damage.
/external/libvterm/src/
Dscreen.c156 if(screen->callbacks && screen->callbacks->damage) in damagerect()
157 (*screen->callbacks->damage)(emit, screen->cbdata); in damagerect()
852 if(screen->callbacks && screen->callbacks->damage) in vterm_screen_flush_damage()
853 (*screen->callbacks->damage)(screen->damaged, screen->cbdata); in vterm_screen_flush_damage()
/external/opencv3/
DLICENSE41 the use of this software, even if advised of the possibility of such damage.
DNOTICE41 the use of this software, even if advised of the possibility of such damage.
/external/kernel-headers/original/uapi/linux/
Dcdrom.h862 __u8 damage : 1; member
876 __u8 damage : 1; member
/external/gptfdisk/
Dcurrent.spec68 Summary: A tool for repairing certain types of damage to MBR disks
/external/opencv3/modules/core/src/opencl/
Dconvert.cl40 // the use of this software, even if advised of the possibility of such damage.
Dmulspectrums.cl42 // the use of this software, even if advised of the possibility of such damage.
Dmixchannels.cl40 // the use of this software, even if advised of the possibility of such damage.
/external/llvm/test/Transforms/Sink/
Dbasic.ll116 ; them does no further damage.
/external/opencv3/modules/imgproc/src/opencl/
Dthreshold.cl42 // the use of this software, even if advised of the possibility of such damage.

12345