HomeSort by relevance Sort by last modified time
    Searched refs:damaged (Results 1 - 12 of 12) sorted by null

  /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.
  /external/yaffs2/yaffs2/direct/
yaffs_ramem2k.c 64 int damaged; member in struct:__anon30775
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));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 149 int32_t damaged; local
150 if (buffer->meta()->findInt32("damaged", &damaged) && damaged) {
151 // LOG(VERBOSE) << "discarding damaged AU";
  /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");
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 398 int32_t damaged; local
399 if (accessUnit->meta()->findInt32("damaged", &damaged)
400 && damaged) {
401 ALOGI("dropping damaged access unit.");
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 76 int damaged; member in struct:__anon30781
206 ned.block[i]->damaged = 0;
  /external/chromium_org/v8/src/
liveedit-debugger.js 119 if (old_node.status == FunctionStatus.DAMAGED) {
537 DAMAGED: "damaged"
597 // Determines status of each function (from unchanged to damaged). However
647 ( child.status == FunctionStatus.DAMAGED );
652 child.status = FunctionStatus.DAMAGED;
665 info_node.status = FunctionStatus.DAMAGED;
695 // For ecah old function (if it is not damaged) tries to find a corresponding
696 // function in new script. Typically it should succeed (non-damaged functions
716 if (old_children[old_index].status == FunctionStatus.DAMAGED) {
    [all...]
  /external/v8/src/
liveedit-debugger.js 107 if (old_node.status == FunctionStatus.DAMAGED) {
520 DAMAGED: "damaged"
580 // Determines status of each function (from unchanged to damaged). However
630 ( child.status == FunctionStatus.DAMAGED );
635 child.status = FunctionStatus.DAMAGED;
648 info_node.status = FunctionStatus.DAMAGED;
678 // For ecah old function (if it is not damaged) tries to find a corresponding
679 // function in new script. Typically it should succeed (non-damaged functions
699 if (old_children[old_index].status == FunctionStatus.DAMAGED) {
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 587 gfx::Rect damaged(
593 gfx::Rect damaged_in_pixel = ConvertRectToPixel(this, damaged);
  /external/zlib/src/contrib/pascal/
example.pas 431 err := inflateSync(d_stream); (* but skip the damaged part *)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 935 milliseconds