HomeSort by relevance Sort by last modified time
    Searched defs:inputName (Results 1 - 25 of 34) sorted by null

1 2

  /external/proguard/src/proguard/io/
ClassRewriter.java 53 String inputName = dataEntry.getName();
54 String className = inputName.substring(0, inputName.length() - ClassConstants.CLASS_FILE_EXTENSION.length());
  /external/opencv3/samples/tapi/
pyrlk_optical_flow.cpp 105 int inputName = cmd.get<int>("c");
127 capture.open( inputName );
131 int c = inputName ;
squares.cpp 164 string inputName = cmd.get<string>("i");
172 imread(inputName, 1).copyTo(image);
175 cout << "Couldn't load " << inputName << endl;
tvl1_optical_flow.cpp 110 int inputName = cmd.get<int>("c");
131 capture.open( inputName );
138 cout << "Capture from CAM " << inputName << " didn't work" << endl;
  /art/tools/dexfuzz/src/dexfuzz/
Options.java 222 String inputName = value + "/" + file.getName();
223 Log.always("Adding " + inputName + " to input seed files.");
224 inputFileList.add(inputName);
  /external/opencv3/samples/cpp/
facedetect.cpp 55 string inputName;
94 inputName.assign( argv[i] );
104 if( inputName.empty() || (isdigit(inputName.c_str()[0]) && inputName.c_str()[1] == '\0') )
106 capture = cvCaptureFromCAM( inputName.empty() ? 0 : inputName.c_str()[0] - '0' );
107 int c = inputName.empty() ? 0 : inputName.c_str()[0] - '0' ;
110 else if( inputName.size()
    [all...]
smiledetect.cpp 52 string inputName;
89 inputName.assign( argv[i] );
105 if( inputName.empty() || (isdigit(inputName.c_str()[0]) && inputName.c_str()[1] == '\0') )
107 capture = cvCaptureFromCAM( inputName.empty() ? 0 : inputName.c_str()[0] - '0' );
108 int c = inputName.empty() ? 0 : inputName.c_str()[0] - '0' ;
111 else if( inputName.size()
    [all...]
ufacedetect.cpp 54 String inputName;
93 inputName = argv[i];
105 if( inputName.empty() || (isdigit(inputName.c_str()[0]) && inputName.c_str()[1] == '\0') )
107 int c = inputName.empty() ? 0 : inputName.c_str()[0] - '0';
113 if( inputName.empty() )
114 inputName = "../data/lena.jpg";
115 image = imread( inputName, 1 ).getUMat(ACCESS_READ)
    [all...]
select3dobj.cpp 405 const char* inputName = 0;
449 inputName = argv[i];
472 if( inputName )
474 if( !readStringList(inputName, imageList) &&
475 !capture.open(inputName))
  /external/opencv3/samples/gpu/
cascadeclassifier.cpp 140 string inputName;
151 inputName = argv[++i];
156 inputName = argv[++i];
166 inputName = argv[i];
189 image = imread(inputName);
194 capture.open(inputName);
199 capture.open(atoi(inputName.c_str()));
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 90 private static void putExpectation(String algorithm, String inputName, byte[] expected) {
97 expectations.put(inputName, expected);
218 String inputName = expectation.getKey();
221 if (inputName.equals(INPUT_EMPTY)) {
223 } else if (inputName.equals(INPUT_256MB)) {
230 throw new AssertionError(inputName);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 306 const UString &inputName = nonSwitchStrings[paramIndex++];
309 if (!inStreamSpec->Open(us2fs(inputName)))
312 (const char *)GetOemString(inputName));
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 389 String inputName = getRequiredAttribute(attributes, "name");
392 throw new SAXException("No value specified for input '" + inputName + "' "
398 inputName,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 576 milliseconds

1 2