HomeSort by relevance Sort by last modified time
    Searched defs:data_items (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/cryptohome/
homedir_methods.cc 386 int data_items = 0; local
391 ++data_items;
398 ++data_items;
401 DCHECK_EQ(1, data_items);
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 89 unsigned int data_items = 0; local
123 nestegg_track_codec_data_count(ctx, i, &data_items);
124 for (j = 0; j < data_items; ++j) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 89 unsigned int data_items = 0; local
123 nestegg_track_codec_data_count(ctx, i, &data_items);
124 for (j = 0; j < data_items; ++j) {

Completed in 419 milliseconds