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

1 2

  /packages/apps/Calendar/src/com/android/calendar/
AlertAdapter.java 39 View stripe = view.findViewById(R.id.vertical_stripe); local
41 stripe.setBackgroundColor(color);
AgendaItemView.java 50 /* Draw vertical color stripe */
AgendaAdapter.java 42 int calendarColor; // Used by AgendaItemView to color the vertical stripe
  /external/e2fsprogs/misc/
mke2fs.8.in 192 .BI stripe-width= stripe-width
194 .I stripe-width
195 filesystem blocks per stripe. This is typically be stride-size * N, where
198 parity in a RAID stripe if possible when the data is written.
tune2fs.8.in 167 .BI stripe-width= stripe-width
169 .I stripe-width
170 filesystem blocks per stripe. This is typically be stride-size * N, where
173 parity in a RAID stripe if possible when the data is written.
tune2fs.c 848 } else if (strcmp(token, "stripe-width") == 0 ||
857 _("Invalid RAID stripe-width: %s\n"),
1072 printf(_("Setting stripe width to %d\n"), stripe_width);
mke2fs.c 800 } else if (strcmp(token, "stripe-width") == 0 ||
810 _("Invalid stripe-width parameter: %s\n"),
895 fprintf(stderr, _("\nWarning: RAID stripe-width %u not an even "
    [all...]
  /external/grub/stage2/
xfs.h 132 xfs_uint32_t sb_unit; /* stripe or raid unit */
133 xfs_uint32_t sb_width; /* stripe or raid width */
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 326 //GetStrength(video, Strength, MbP, MbQ, 0, 0); // Strength for 4 blks in 1 stripe, 0 => vertical edge
400 GetStrength_VerticalEdges(Strength + 4, MbQ); // Strength for 4 blks in 1 stripe, 0 => vertical edge
404 //GetStrength_VerticalEdges(video, Strength, MbP, MbQ, 0, edge); // Strength for 4 blks in 1 stripe, 0 => vertical edge
434 //GetStrength(video, Strength, MbP, MbQ, 1, 0); // Strength for 4 blks in 1 stripe, 0 => vertical edge
491 GetStrength_HorizontalEdges(Strength + 4, MbQ); // Strength for 4 blks in 1 stripe, 0 => vertical edge
495 //GetStrength(video, Strength, MbP, MbQ, 1, edge); // Strength for 4 blks in 1 stripe 1 => horizontal edge
526 * \brief returns a buffer of 4 Strength values for one stripe in a mb (for different Frame types)
    [all...]
  /external/e2fsprogs/lib/e2p/
ls.c 240 fprintf(f, "RAID stripe width: %u\n",
  /external/e2fsprogs/lib/ext2fs/
initialize.c 160 set_field(s_raid_stripe_width, 0); /* default stripe width: 0 */
  /external/e2fsprogs/po/
nl.po     [all...]
pl.po     [all...]
cs.po     [all...]
vi.po     [all...]
ca.po     [all...]
e2fsprogs.pot     [all...]
es.po     [all...]
fr.po     [all...]
it.po     [all...]
sv.po     [all...]
tr.po     [all...]
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 453 // Check the stripe down the middle, first at the top...
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 397 // Color stripe
  /external/skia/src/images/
fpdfemb.h 690 #define FPDFEMB_BGR_STRIPE 0x04 // Set if the device is using BGR LCD stripe
    [all...]

Completed in 463 milliseconds

1 2