/external/deqp/framework/delibs/decpp/ |
H A D | deDirectoryIterator.hpp | 66 FilePath m_path; member in class:de::DirectoryIterator
|
H A D | deFilePath.hpp | 82 std::string m_path; member in class:de::FilePath 94 : m_path(path) 99 : m_path(path) 109 if (m_path == "") 110 m_path = b.m_path; 112 m_path += separator + b.m_path; 123 return m_path.c_str(); 133 return m_path [all...] |
/external/deqp/framework/common/ |
H A D | tcuResource.hpp | 100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} 101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; } 104 std::string m_path; member in class:tcu::DirArchive
|
/external/emma/core/java12/com/vladium/util/ |
H A D | IPathEnumerator.java | 79 for (m_pathIndex = 0; m_pathIndex < m_path.size (); ++ m_pathIndex) // important not to cache m_path.size() 81 final File f = (File) m_path.get (m_pathIndex); 126 m_path = new ArrayList (path.length); 127 for (int p = 0; p < path.length; ++ p) m_path.add (path [p]); 270 m_path.add (m_pathIndex + (p ++), path); // insert after the current m_path entry 313 private final ArrayList /* File */ m_path; field in class:IPathEnumerator.Factory.PathEnumerator
|
/external/emma/core/java12/com/vladium/emma/rt/ |
H A D | ClassPathProcessorST.java | 49 final IPathEnumerator enumerator = IPathEnumerator.Factory.create (m_path, m_canonical, this); 294 m_path = path; 376 private final File [] m_path; // never null field in class:ClassPathProcessorST
|
/external/pdfium/core/src/fxcrt/ |
H A D | extension.h | 52 void GetPath(CFX_WideString& wsPath) override { wsPath = m_path; } 55 return FX_CreateFileStream(m_path, dwModes); 59 m_path = wsPath; 65 CFX_WideString m_path; member in class:CFX_CRTFileAccess
|
/external/pdfium/third_party/agg23/ |
H A D | agg_path_storage.h | 34 vertex_source(const path_storage& p) : m_path(&p), m_vertex_idx(0) {} 41 return (m_vertex_idx < m_path->total_vertices()) ? 42 m_path->vertex(m_vertex_idx++, x, y) : 46 const path_storage* m_path; member in class:agg::path_storage::vertex_source
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
H A D | URI.java | 133 private String m_path = null; field in class:URI 347 m_path = p_other.getPath(); 458 if (m_path.length() == 0 && m_scheme == null && m_host == null) 464 m_path = p_base.getPath(); 495 if (m_path.length() > 0 && m_path.startsWith("/")) 517 path = path.concat(m_path); 568 m_path = path; 770 m_path = p_uriSpec.substring(start, index); 887 if (m_path ! [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | URI.java | 130 private String m_path = null; field in class:URI 344 m_path = p_other.getPath(); 478 if (m_path.length() == 0 && m_scheme == null && m_host == null) 484 m_path = p_base.getPath(); 515 if (m_path.length() > 0 && m_path.startsWith("/")) 537 path = path.concat(m_path); 588 m_path = path; 790 m_path = p_uriSpec.substring(start, index); 907 if (m_path ! [all...] |
/external/deqp/framework/opengl/ |
H A D | gluVarTypeUtil.hpp | 130 SubTypeAccess& member (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access struct element. 131 SubTypeAccess& element (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access array element. 132 SubTypeAccess& column (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::MATRIX_COLUMN, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access column. 133 SubTypeAccess& component (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::VECTOR_COMPONENT, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access component. 134 SubTypeAccess& parent (void) { DE_ASSERT(!m_path.empty()); m_path.pop_back(); return *this; } 142 bool isValid (void) const { return isValidTypePath(m_type, m_path); } 143 VarType getType (void) const { return getVarType(m_type, m_path); } 144 const TypeComponentVector& getPath (void) const { return m_path; } 146 bool empty (void) const { return m_path 153 TypeComponentVector m_path; member in class:glu::SubTypeAccess 185 TypeComponentVector m_path; member in class:glu::SubTypeIterator [all...] |
/external/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.h | 105 const char * Path () const { return m_path.c_str(); } 273 std::string m_path; // A path to the executable if we have one member in class:MachProcess
|
/external/lldb/include/lldb/Target/ |
H A D | Process.h | 456 m_path () 466 m_path.clear(); 505 if (m_path.empty()) 507 return m_path.c_str(); 514 std::string m_path; // A file path to use for opening after fork or posix_spawn member in class:lldb_private::ProcessLaunchInfo::FileAction
|
/external/guice/lib/build/ |
H A D | felix-2.0.5.jar | META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ... |
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/owasp/sanitizer/tools/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/guice/lib/build/jdiff/ |
H A D | xerces.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |