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

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
IFlashingResourcesRetriever.java 30 * @param imageName the name of the image (ie radio)
35 public File retrieveFile(String imageName, String version) throws TargetSetupError;
FastbootDeviceFlasher.java 666 * @param imageName the name of image to get.
671 protected String getImageVersion(ITestDevice device, String imageName)
674 String versionQuery = String.format("version-%s", imageName);
686 imageName, queryOutput);
693 "Could not find version for '%s' after %d retry attempts", imageName, attempts),
    [all...]
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchTransitionsJankTests.java 62 public void clickImage(String imageName) {
64 By.res(mHelper.PACKAGE_NAME, imageName)), mHelper.TIMEOUT);
65 Assert.assertNotNull(imageName + "Image not found", image);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
MediaStoreSaver.java 37 String imageName,
51 File file = File.createTempFile(imageName, ".png", dir);
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 37 String imageName,
57 file = File.createTempFile(imageName, suffix, dir);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
MediaStoreSaver.java 37 String imageName,
49 //File file = new File(dir, imageName + n + ".png");
50 File file = new File(dir, imageName + ".png");
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 37 String imageName,
57 file = File.createTempFile(imageName, suffix, dir);
  /frameworks/base/tools/aapt/
Images.cpp 95 const char* imageName = (const char*) png_get_error_ptr(png_ptr);
96 fprintf(stderr, "%s: libpng warning: %s\n", imageName, warning_message);
99 static void read_png(const char* imageName,
107 png_set_error_fn(read_ptr, const_cast<char*>(imageName),
115 //printf("Image %s:\n", imageName);
162 imageName,
541 static status_t do_9patch(const char* imageName, image_info* image)
671 printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName,
674 printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName,
772 if (i == 0) printf("Colors in %s:\n ", imageName);
    [all...]
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
ImageUtils.java 153 String imageName = getName(relativePath);
157 error = "Widths differ too much for " + imageName + ": " +
161 error = "Heights differ too much for " + imageName + ": " +
179 File output = new File(getFailureDir(), "delta-" + imageName);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleBaseResolve.cpp 539 std::stringstream imageName;
540 imageName << getImageTypeName(m_imageType) << "_" << bufferRSData.getWidth() << "_" << bufferRSData.getHeight() << "_" << bufferRSData.getDepth() << std::endl;
543 << tcu::TestLog::Section(imageName.str(), imageName.str())
vktPipelineMultisampleImageTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 232 m_depthStencilImage = att.imageName;
237 if (m_depthStencilImage != att.imageName || m_depthStencilType != attachmentType(att))
306 att->imageName = tex;
427 att.imageName = rbo;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {}
260 glw::GLuint imageName;
264 //! image with name `imageName` is `image`, using `vfr` to check format
glsFboUtil.cpp 434 rAtt->renderbufferTarget, rAtt->imageName);
438 fAtt->texTarget, fAtt->imageName, fAtt->level);
442 lAtt->imageName, lAtt->level, lAtt->layer);
636 const Image* const image = fboConfig.getImage(attachmentType(att), att.imageName);
712 logField(log, "Image Name", toString(att.imageName));
glsFboCompletenessTests.cpp 754 att->imageName = img;
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 219 String imageName = m.group(1);
222 imageName, null, context.getPackageName());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java 76 mImageName = (TextView) mMainView.findViewById(R.id.imageName);
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FastbootDeviceFlasherTest.java 484 protected String getImageVersion(ITestDevice device, String imageName)
505 protected String getImageVersion(ITestDevice device, String imageName)
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 2733 milliseconds