HomeSort by relevance Sort by last modified time
    Searched full:damaged (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/e2fsprogs/tests/f_zero_super/
name 1 fallback for damaged superblock
  /external/e2fsprogs/tests/f_zero_group/
name 1 fallback for damaged group descriptors
  /external/libvterm/src/
screen.c 49 VTermRect damaged; member in struct:VTermScreen
119 else if(screen->damaged.start_row == -1) {
121 screen->damaged = rect;
124 else if(rect.start_row == screen->damaged.start_row) {
126 if(screen->damaged.start_col > rect.start_col)
127 screen->damaged.start_col = rect.start_col;
128 if(screen->damaged.end_col < rect.end_col)
129 screen->damaged.end_col = rect.end_col;
134 emit = screen->damaged;
135 screen->damaged = rect
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp 179 int32_t damaged;
180 if (accessUnit->meta()->findInt32("damaged", &damaged)
181 && damaged != 0) {
182 ALOGI("ignoring damaged AU");
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc 57 // First frame the whole viewport is damaged.
62 // Second frame the video layer is damaged.
layer_tree_host_unittest_damage.cc 290 // The whole frame should be damaged as requested.
295 // Just a part of the next frame should be damaged.
299 // The update rect in the child should be damaged and the damaged area
308 // entire child is considered damaged as we need to replace its
309 // resources with newly created ones. The damaged area is kept as it
321 // frame, then the whole frame should be damaged.
326 // The whole frame is damaged.
494 // The second frame has scrolled, so the scrollbar should be damaged.
damage_tracker.cc 94 // All layers that overlap the damaged region still need to be drawn. For
113 // the previous frame (even outside the previous damaged area). If a
120 // in a map are used to compute are damaged by deleted layers and
303 // only affected by the layer's damaged area, which could be empty.
325 // 2. Damage rect: This surface may have been damaged by its own layer_list
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 35 when the back color buffer cannot be damaged by other windows.
66 damaged by other windows.
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 35 when the back color buffer cannot be damaged by other windows.
66 damaged by other windows.
  /cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java 34 + "structurally damaged files are rejected by the verifier");
  /external/chromium_org/third_party/libjpeg_turbo/
jchuff.h 33 /* Short forms of external names for systems with brain-damaged linkers. */
jsimd.h 13 /* Short forms of external names for systems with brain-damaged linkers. */
jsimddct.h 12 /* Short forms of external names for systems with brain-damaged linkers. */
  /external/jpeg/
jchuff.h 33 /* Short forms of external names for systems with brain-damaged linkers. */
  /external/pdfium/core/src/fxcodec/libjpeg/
jchuff.h 33 /* Short forms of external names for systems with brain-damaged linkers. */
  /external/qemu/distrib/jpeg-6b/
jchuff.h 33 /* Short forms of external names for systems with brain-damaged linkers. */
  /external/yaffs2/yaffs2/direct/
yaffs_ramem2k.c 64 int damaged; member in struct:__anon17471
165 ned.block[i]->damaged = 0;
297 else if(ned.block[blockNumber]->damaged)
299 T(YAFFS_TRACE_ALWAYS,("Attempt to erase damaged block %d\n",blockNumber));
  /external/chromium_org/v8/src/
liveedit-debugger.js 96 if (old_node.status == FunctionStatus.DAMAGED) {
514 DAMAGED: "damaged"
574 // Determines status of each function (from unchanged to damaged). However
624 ( child.status == FunctionStatus.DAMAGED );
629 child.status = FunctionStatus.DAMAGED;
642 info_node.status = FunctionStatus.DAMAGED;
672 // For each old function (if it is not damaged) tries to find a corresponding
673 // function in new script. Typically it should succeed (non-damaged functions
699 if (old_children[old_index].status == FunctionStatus.DAMAGED) {
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/verify/
AllTests.java 34 + "structurally damaged files are rejected by the verifier");
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 200 int32_t damaged; local
201 if (buffer->meta()->findInt32("damaged", &damaged) && damaged) {
202 // LOG(VERBOSE) << "discarding damaged AU";
  /external/chromium_org/cc/surfaces/
surface.cc 14 // completely damaged the first time they're drawn from.
  /external/chromium_org/ui/gfx/
canvas_unittest.cc 59 // directions. None-the-less the clip must contain the region we damaged.
  /external/bzip2/
bzip2.1 8 bzip2recover \- recovers data from damaged bzip2 files
171 damaged files.
338 .SH RECOVERING DATA FROM DAMAGED FILES
343 file to become damaged, it may be possible to
349 damaged blocks can be distinguished from undamaged ones.
362 takes a single argument, the name of the damaged file,
373 futile to use it on damaged single-block files, since a
374 damaged block cannot be recovered. If you wish to minimise
bzip2.txt 5 bzip2recover - recovers data from damaged bzip2 files
109 bzip2recover to try to recover data from damaged files.
281 RECOVERING 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-
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 388 int32_t damaged; local
389 if (accessUnit->meta()->findInt32("damaged", &damaged)
390 && damaged) {
391 ALOGI("dropping damaged access unit.");

Completed in 2389 milliseconds

1 2 3 4 5 6 7 8 91011