HomeSort by relevance Sort by last modified time
    Searched defs:m_path (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.hpp 66 FilePath m_path; member in class:de::DirectoryIterator
deFilePath.hpp 81 std::string m_path; member in class:de::FilePath
93 : m_path(path)
98 : m_path(path)
108 if (m_path == "")
109 m_path = b.m_path;
111 m_path += separator + b.m_path;
122 return m_path.c_str();
132 return m_path.length() >= 1 && isSeparator(m_path[0])
    [all...]
  /external/deqp/framework/common/
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/pdfium/core/src/fxge/agg/agg23/
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/emma/core/java12/com/vladium/emma/rt/
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
  /frameworks/base/core/java/android/os/
FileObserver.java 143 private String m_path; field in class:FileObserver
163 m_path = path;
179 m_descriptor = s_observerThread.startWatching(m_path, m_mask, this);
  /external/deqp/framework/opengl/
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.empty();
153 TypeComponentVector m_path; member in class:glu::SubTypeAccess
185 TypeComponentVector m_path; member in class:glu::SubTypeIterator
    [all...]
  /external/emma/core/java12/com/vladium/util/
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/lldb/tools/debugserver/source/MacOSX/
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/apache-xml/src/main/java/org/apache/xml/serializer/utils/
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 != null
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
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 != null
    [all...]
  /external/lldb/include/lldb/Target/
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
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 296 milliseconds