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

1 2

  /external/opencv3/samples/cpp/tutorial_code/introduction/display_image/
display_image.cpp 19 string imageName("../data/HappyFish.jpg"); // by default
22 imageName = argv[1];
31 image = imread(imageName.c_str(), IMREAD_COLOR); // Read the file
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
EclipseTestResultsGeneratorNoMail.java 80 String imageName = "";
83 imageName =
89 imageName = "<img src = \"OK.gif\" width=19 height=23>";
92 imageName =
96 imageName = "<img src = \"OK.gif\" width=19 height=23>";
103 result = result + "<td><div align=left>" + imageName + "</div></td>\n";
TestResultsGenerator.java 687 String imageName = "";
690 imageName =
694 imageName = "<img src = \"OK.gif\" width=19 height=23>";
697 imageName =
700 imageName = "<img src = \"OK.gif\" width=19 height=23>";
706 result = result + "<td><div align=left>" + imageName + "</div></td>\n";
729 String imageName = "";
732 imageName =
738 imageName = "<img src = \"OK.gif\" width=19 height=23>";
741 imageName
    [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);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEffect.java 178 String imageName = new File(imagePath.replace('\\', '/')).getName();
179 int lastDotIndex = imageName.lastIndexOf('.');
180 if (lastDotIndex != -1) imageName = imageName.substring(0, lastDotIndex);
181 if (atlasPrefix != null) imageName = atlasPrefix + imageName;
182 Sprite sprite = atlas.createSprite(imageName);
183 if (sprite == null) throw new IllegalArgumentException("SpriteSheet missing image: " + imageName);
195 String imageName = new File(imagePath.replace('\\', '/')).getName();
196 Sprite sprite = loadedSprites.get(imageName);
    [all...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 37 String imageName,
57 file = File.createTempFile(imageName, suffix, dir);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MediaStoreSaver.java 37 String imageName,
49 File file = new File(dir, imageName + n + ".png");
  /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...]
  /external/opencv3/samples/gpu/
generalized_hough.cpp 60 const string imageName = cmd.get<string>("image");
85 Mat image = loadImage(imageName);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 155 String imageName = getName(relativePath);
159 error = "Widths differ too much for " + imageName + ": " +
163 error = "Heights differ too much for " + imageName + ": " +
182 File output = new File(getTempDir(), "delta-" + imageName);
  /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/opencv3/modules/cudaimgproc/test/
test_match_template.cpp 224 std::string imageName;
230 imageName = GET_PARAM(1).first;
239 cv::Mat image = readImage(imageName);
  /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 748 att->imageName = img;
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 219 String imageName = m.group(1);
222 imageName, null, context.getPackageName());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 102 String imageName;
179 this.imageName = fileName;
544 return this.imageName+"_linear";
546 return this.imageName+"_log";
548 return this.imageName;
666 stream.print(this.imageName);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
TexturePacker.java 125 String imageName = packFileNoExt.getName();
155 outputFile = new File(packDir, imageName + (fileIndex++ == 0 ? "" : fileIndex) + "." + settings.outputFormat);
159 page.imageName = outputFile.getName();
306 writer.write("\n" + page.imageName + "\n");
371 public String imageName;
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
ParticleEditor.java 426 String imageName = new File(imagePath.replace('\\', '/')).getName();
432 if ((imagePath.contains("/") || imagePath.contains("\\")) && !imageName.contains("..")) {
436 file = Gdx.files.absolute(new File(effectFile.getParentFile(), imageName).getAbsolutePath());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java 76 mImageName = (TextView) mMainView.findViewById(R.id.imageName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
GdxSetupUI.java 684 private static BufferedImage getCheckboxImage (String imageName) throws IOException {
685 return ImageIO.read(GdxSetupUI.class.getResourceAsStream("/com/badlogic/gdx/setup/data/" + imageName + ".png"));
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 314 String imageName = set.getProperties().get("imagesource", String.class);
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 2666 milliseconds

1 2