Home
last modified time | relevance | path

Searched refs:damaged (Results 1 – 25 of 36) sorted by relevance

12

/external/libvterm/src/
Dscreen.c51 VTermRect damaged; member
121 else if(screen->damaged.start_row == -1) { in damagerect()
123 screen->damaged = rect; in damagerect()
126 else if(rect.start_row == screen->damaged.start_row) { in damagerect()
128 if(screen->damaged.start_col > rect.start_col) in damagerect()
129 screen->damaged.start_col = rect.start_col; in damagerect()
130 if(screen->damaged.end_col < rect.end_col) in damagerect()
131 screen->damaged.end_col = rect.end_col; in damagerect()
136 emit = screen->damaged; in damagerect()
137 screen->damaged = rect; in damagerect()
[all …]
/external/mesa3d/docs/specs/
DMESA_copy_sub_buffer.spec35 when the back color buffer cannot be damaged by other windows.
66 damaged by other windows.
/external/e2fsprogs/tests/f_zero_super/
Dname1 fallback for damaged superblock
/external/e2fsprogs/tests/f_zero_group/
Dname1 fallback for damaged group descriptors
/external/mesa3d/src/gallium/state_trackers/nine/
Dvolume9.c482 const struct pipe_box *damaged ) in NineVolume9_UploadSelf() argument
487 DBG("This=%p damaged=%p data=%p res=%p\n", This, damaged, in NineVolume9_UploadSelf()
493 if (damaged) { in NineVolume9_UploadSelf()
494 box = *damaged; in NineVolume9_UploadSelf()
Dvolume9.h95 const struct pipe_box *damaged );
Dsurface9.h124 const struct pipe_box *damaged );
Dsurface9.c728 const struct pipe_box *damaged ) in NineSurface9_UploadSelf() argument
733 DBG("This=%p damaged=%p\n", This, damaged); in NineSurface9_UploadSelf()
737 if (damaged) { in NineSurface9_UploadSelf()
738 box = *damaged; in NineSurface9_UploadSelf()
/external/bzip2/
Dbzip2.txt5 bzip2recover - recovers data from damaged bzip2 files
109 bzip2recover to try to recover data from damaged files.
285 damaged, it may be possible to recover data from the
291 also carries its own 32-bit CRC, so damaged blocks can be
310 futile to use it on damaged single-block files, since a
311 damaged block cannot be recovered. If you wish to min-
Dbzip2.1.preformatted8 bzip2recover − recovers data from damaged bzip2 files
112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files.
288 damaged, it may be possible to recover data from the
294 also carries its own 32‐bit CRC, so damaged blocks can be
313 futile to use it on damaged single‐block files, since a
314 damaged block cannot be recovered. If you wish to min­
/external/dng_sdk/source/
Ddng_negative.h2331 void SetIsDamaged (bool damaged) in SetIsDamaged() argument
2333 fIsDamaged = damaged; in SetIsDamaged()
/external/lmfit/
DCHANGELOG132 - migrate documentation from brain-damaged asciidoc to pod
/external/libcups/cups/
Dtest2.ppd22 *% file is missing or damaged, see the license at "http://www.cups.org/".
Dtest.ppd22 *% file is missing or damaged, see the license at "http://www.cups.org/".
/external/wpa_supplicant_8/
DCONTRIBUTIONS44 patch file than just send a whitespace damaged version in the message
/external/gptfdisk/
DNEWS74 - If the GPT data seem to be damaged in some way or if the disk seems to
289 even on disks that are damaged. Most other options will still be ignored,
505 sgdisk even if the disk is badly damaged.
787 MBR was invalid and the GPT was damaged and the user opts to try to
881 damaged GPT data (bad main and good backup or bad backup and good
DREADME155 types of damaged table might not, and various changes you make can also
/external/e2fsprogs/doc/RelNotes/
Dv1.20.txt42 the image file to help recover very badly damaged filesystems.
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm271 // If our context is damaged or something, just return false to indicate that
289 // If our context is damaged or something, just return false to indicate that
/external/python/cpython2/Doc/c-api/
Dimport.rst139 probably damaged with respect to the module author's intents) state.
/external/python/cpython2/Doc/library/
Dtarfile.rst293 as possible. This is only useful for reading concatenated or damaged archives.
768 damaged. Unfortunately, there is no way to autodetect the encoding of an
/external/python/cpython3/Doc/c-api/
Dimport.rst133 probably damaged with respect to the module author's intents) state.
/external/python/cpython3/Doc/library/
Dtarfile.rst302 as possible. This is only useful for reading concatenated or damaged archives.
855 metadata (like filenames, linknames, user/group names) will appear damaged.
/external/google-breakpad/src/client/ios/
DBreakpad.mm253 // If our context is damaged or something, just return false to indicate that
/external/iputils/doc/
Dping.sgml498 <command/ping/ will report duplicate and damaged packets.

12