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

  /external/avb/test/
avbtool_unittest.cc 723 size_t max_image_size = atoll(max_image_size_data.c_str()); local
726 EXPECT_EQ(68 * 1024ULL, partition_size - max_image_size);
730 base::FilePath boot_path = GenerateImage("boot", max_image_size);
1369 size_t max_image_size = atoll(max_image_size_data.c_str()); local
1404 size_t max_image_size = atoll(max_image_size_data.c_str()); local
    [all...]
  /build/make/tools/releasetools/
build_image.py 515 max_image_size = AVBCalcMaxImageSize(avbtool, avb_footer_type,
517 if max_image_size == 0:
519 prop_dict["partition_size"] = str(max_image_size)
  /external/avb/
avbtool     [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers_test.py     [all...]

Completed in 936 milliseconds