OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outputname
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/samples/cpp/
imagelist_creator.cpp
32
string
outputname
= av[1];
local
34
Mat m = imread(
outputname
); //check if the output is an image - prevent overwrites!
41
FileStorage fs(
outputname
, FileStorage::WRITE);
/external/javassist/sample/preproc/
Compiler.java
70
String
outputname
= getOutputFilename(inputname);
local
71
if (
outputname
.equals(inputname))
76
output = new BufferedWriter(new FileWriter(
outputname
));
79
throw new CannotCompileException("cannot open: " +
outputname
);
/external/testng/ant/
ivy-2.1.0.jar
Completed in 195 milliseconds