HomeSort by relevance Sort by last modified time
    Searched full:image_filenames (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 54 private static final String[] IMAGE_FILENAMES = new String[] {
167 IMAGE_FILENAMES[i]).getAbsolutePath();
182 IMAGE_FILENAMES[i]).getAbsolutePath();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 58 private static final String[] IMAGE_FILENAMES = new String[] {
171 IMAGE_FILENAMES[i]).getAbsolutePath();
186 IMAGE_FILENAMES[i]).getAbsolutePath();
  /art/runtime/gc/space/
image_space.h 135 std::vector<std::string>* image_filenames);
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 58 #define IMAGE_FILENAMES "image_filenames"
136 if( fn[IMAGE_FILENAMES].size() != 0 )
138 for( FileNodeIterator it = fn[IMAGE_FILENAMES].begin(); it != fn[IMAGE_FILENAMES].end(); )
208 validationFS << IMAGE_FILENAMES << "[";
217 validationFS << "]"; // IMAGE_FILENAMES
    [all...]
  /art/compiler/
image_writer.h 113 // the names in image_filenames.
117 const std::vector<const char*>& image_filenames,
image_writer.cc 165 const std::vector<const char*>& image_filenames,
167 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
169 CHECK(!image_filenames.empty());
171 CHECK_EQ(image_filenames.size(), 1u);
174 CHECK_EQ(image_filenames.size(), oat_filenames.size());
191 for (size_t i = 0; i < image_filenames.size(); ++i) {
192 const char* image_filename = image_filenames[i];
    [all...]
  /art/dex2oat/
dex2oat.cc 1337 std::vector<std::string> image_filenames; local
    [all...]

Completed in 150 milliseconds