Searched defs:_path (Results 1 - 25 of 26) sorted by relevance

12

/external/parameter-framework/upstream/utility/
H A DDynamicLibrary.hpp85 const std::string _path; member in class:DynamicLibrary
/external/opencv3/modules/cudalegacy/test/
H A Dtest_nvidia.cpp56 std::string _path; member in struct:NVidiaTest
63 _path = TS::ptr()->get_data_path().c_str();
64 _path = _path + "haarcascade/";
73 bool res = nvidia_NPPST_Integral_Image(_path, nvidiaTestOutputLevel);
80 bool res = nvidia_NPPST_Squared_Integral_Image(_path, nvidiaTestOutputLevel);
87 bool res = nvidia_NPPST_RectStdDev(_path, nvidiaTestOutputLevel);
94 bool res = nvidia_NPPST_Resize(_path, nvidiaTestOutputLevel);
101 bool res = nvidia_NPPST_Vector_Operations(_path, nvidiaTestOutputLevel);
108 bool res = nvidia_NPPST_Transpose(_path, nvidiaTestOutputLeve
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_parser.c43 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) argument
52 char *path = cil_strpool_add(_path);
/external/lzma/CPP/Windows/
H A DFileDir.h47 FString _path; member in class:NWindows::NFile::NDir::CTempFile
52 const FString &GetPath() const { return _path; }
62 FString _path; member in class:NWindows::NFile::NDir::CTempDir
66 const FString &GetPath() const { return _path; }
75 FString _path; member in class:NWindows::NFile::NDir::CCurrentDirRestorer
81 GetCurrentDir(_path);
89 if (s != _path)
90 SetCurrentDir(_path);
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.h37 NWindows::NControl::CDialogChildControl _path; member in class:CExtractDialog
39 NWindows::NControl::CComboBox _path;
/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py31 _path = '' variable in class:ExistingPathReplacer
44 self._path = path
45 if os.path.exists(self._path):
47 assert os.path.isdir(self._path), '%s is not a directory' % self._path
49 assert os.path.isfile(self._path), '%s is not a file' % self._path
51 self._backup_basename = os.path.basename(self._path)
52 self._backup_dir = tempfile.mkdtemp(dir=os.path.dirname(self._path),
54 logging.info('Backing up %s in %s' % (self._path, sel
[all...]
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpCookie.java28 private final String _path; field in class:HttpCookie
43 _path = null;
58 _path = path;
74 _path = null;
88 _path = path;
103 _path = path;
160 return _path;
H A DHttpURI.java71 int _path; field in class:HttpURI
147 _path=_end;
197 if (_port<_path)
198 _portValue=TypeUtil.parseInt(_raw, _port+1, _path-_port-1,10);
201 _path=offset;
219 _path=offset;
253 _path=s;
270 _path=_end;
318 _path = m;
371 _path
[all...]
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DCGI.java72 private String _path; field in class:CGI
133 _path = getInitParameter("Path");
134 if (_path != null)
135 _env.set("PATH",_path);
174 LOG.debug("CGI: _path : " + _path);
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DJarFileResource.java45 private String _path; field in class:JarFileResource
125 _path=_urlString.substring(sep+2);
126 if (_path.length()==0)
127 _path=null;
154 if (_jarUrl!=null && _path==null)
193 if (name.equals(_path))
197 _directory=_path.endsWith("/");
200 else if (_path.endsWith("/"))
202 if (name.startsWith(_path))
208 else if (name.startsWith(_path)
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DDispatcher.java61 private final String _path; field in class:Dispatcher
76 _path=pathInContext;
93 _path=null;
178 attr._pathInfo=_path;
183 _contextHandler.handle(_path,baseRequest, (HttpServletRequest)request, (HttpServletResponse)response);
276 _contextHandler.handle(_path,baseRequest, (HttpServletRequest)request, (HttpServletResponse)response);
/external/jetty/src/java/org/eclipse/jetty/xml/
H A DXmlParser.java498 private String _path; field in class:XmlParser.Node
534 if (_path == null)
537 _path = getParent().getPath() + "/" + _tag;
539 _path = "/" + _tag;
541 return _path;
/external/opencv3/modules/viz/src/
H A Dshapes.cpp914 cv::viz::WTrajectory::WTrajectory(InputArray _path, int display_mode, double scale, const Color &color) argument
921 Mat points = vtkTrajectorySource::ExtractPoints(_path);
929 source->SetTrajectory(_path);
965 cv::viz::WTrajectoryFrustums::WTrajectoryFrustums(InputArray _path, const Matx33d &K, double scale, const Color &color) argument
968 source->SetTrajectory(_path);
991 cv::viz::WTrajectoryFrustums::WTrajectoryFrustums(InputArray _path, const Vec2d &fov, double scale, const Color &color) argument
994 source->SetTrajectory(_path);
1026 cv::viz::WTrajectorySpheres::WTrajectorySpheres(InputArray _path, double line_length, double radius, const Color &from, const Color &to) argument
1028 CV_Assert(_path.kind() == _InputArray::STD_VECTOR || _path
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1162 milliseconds

12