Home
last modified time | relevance | path

Searched refs:m_path (Results 1 – 25 of 2693) sorted by relevance

12345678910>>...108

/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DTestPathTest.cpp42 delete m_path; in tearDown()
61 m_path->add( m_test1 ); in testAddTest()
71 m_path->getTestAt( 0 ); in testGetTestAtThrow1()
78 m_path->add( m_test1 ); in testGetTestAtThrow2()
79 m_path->getTestAt( 1 ); in testGetTestAtThrow2()
86 m_path->add( m_test1 ); in testGetChildTest()
116 m_path->add( path ); in testAddPath()
129 m_path->add( path ); in testAddInvalidPath()
141 m_path->removeTests(); in testRemoveTests()
181 m_path->up(); in testUp()
[all …]
H A DTestTest.cpp29 m_path = new CPPUNIT_NS::TestPath(); in setUp()
37 delete m_path; in tearDown()
45 CPPUNIT_ASSERT_EQUAL( 1, m_path->getTestCount() ); in testFindTestPathPointerThis()
48 m_path->removeTests(); in testFindTestPathPointerThis()
51 CPPUNIT_ASSERT_EQUAL( 1, m_path->getTestCount() ); in testFindTestPathPointerThis()
60 CPPUNIT_ASSERT_EQUAL( 2, m_path->getTestCount() ); in testFindTestPathPointer()
61 CPPUNIT_ASSERT( m_suite == m_path->getTestAt(0) ); in testFindTestPathPointer()
62 CPPUNIT_ASSERT( m_test1 == m_path->getTestAt(1) ); in testFindTestPathPointer()
71 CPPUNIT_ASSERT( !m_path->isValid() ); in testFindTestPathPointerFail()
82 m_path->removeTests(); in testFindTestPathNameThis()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tnzcore_stuff/
H A Dtfilepath.cpp116 m_path.length() == 3 && isalpha(m_path[0]) && m_path[1] == ':' && in setPath()
118 m_path.length() > 1 && m_path[m_path.length() - 1] == slash) in setPath()
119 m_path.erase(m_path.length() - 1, 1); in setPath()
141 return m_path == fp.m_path; in operator ==()
157 return m_path < fp.m_path; in operator <()
185 iName = m_path.substr(i1, m_path.size() - i1); in operator <()
207 *this = TFilePath(m_path + fp.m_path); in operator +=()
234 m_path.length() >= 2 && isalpha(m_path[0]) && m_path[1] == ':'; in isAbsolute()
241 m_path.length() == 3 && isalpha(m_path[0]) && m_path[1] == ':' && in isRoot()
322 if (m_path.length() >= 2 && ('a' <= m_path[0] && m_path[0] <= 'z' || in getParentDir()
[all …]
/dports/graphics/agg/agg-2.5/examples/
H A Dconv_contour.cpp27 agg::path_storage m_path; member in the_application
56 m_path.remove_all(); in compose_path()
57 m_path.move_to(28.47, 6.45); in compose_path()
65 m_path.line_to(28.47, 31.40); in compose_path()
70 m_path.line_to(13.53, 34.77); in compose_path()
80 m_path.line_to(36.52, 15.53); in compose_path()
86 m_path.line_to(44.19, 6.45); in compose_path()
90 m_path.close_polygon(flag); in compose_path()
92 m_path.move_to(28.47, 9.62); in compose_path()
93 m_path.line_to(28.47, 26.66); in compose_path()
[all …]
H A Dblend_color.cpp327 m_shape(m_path) in the_application()
342 m_path.remove_all(); in the_application()
343 m_path.move_to(28.47, 6.45); in the_application()
351 m_path.line_to(28.47, 31.40); in the_application()
356 m_path.line_to(13.53, 34.77); in the_application()
366 m_path.line_to(36.52, 15.53); in the_application()
372 m_path.line_to(44.19, 6.45); in the_application()
376 m_path.close_polygon(); in the_application()
378 m_path.move_to(28.47, 9.62); in the_application()
386 m_path.close_polygon(); in the_application()
[all …]
H A Dblur.cpp59 m_shape(m_path) in the_application()
80 m_path.remove_all(); in the_application()
81 m_path.move_to(28.47, 6.45); in the_application()
89 m_path.line_to(28.47, 31.40); in the_application()
94 m_path.line_to(13.53, 34.77); in the_application()
104 m_path.line_to(36.52, 15.53); in the_application()
110 m_path.line_to(44.19, 6.45); in the_application()
114 m_path.close_polygon(); in the_application()
116 m_path.move_to(28.47, 9.62); in the_application()
124 m_path.close_polygon(); in the_application()
[all …]
H A Drasterizer_compound.cpp62 agg::path_storage m_path; member in the_application
104 m_path.remove_all(); in compose_path()
105 m_path.move_to(28.47, 6.45); in compose_path()
113 m_path.line_to(28.47, 31.40); in compose_path()
118 m_path.line_to(13.53, 34.77); in compose_path()
128 m_path.line_to(36.52, 15.53); in compose_path()
134 m_path.line_to(44.19, 6.45); in compose_path()
138 m_path.close_polygon(); in compose_path()
140 m_path.move_to(28.47, 9.62); in compose_path()
141 m_path.line_to(28.47, 26.66); in compose_path()
[all …]
/dports/devel/libpo6/libpo6-0.8.0/po6/
H A Dpathname.h87 : m_path() in pathname()
94 : m_path() in pathname()
101 : m_path() in pathname()
108 : m_path() in pathname()
141 if (end == this->m_path && this->m_path[0] == '/') in basename()
208 strncpy(dir.m_path, this->m_path, (end - this->m_path + 1)); in dirname()
209 dir.m_path[end - this->m_path + 1] = '\0'; in dirname()
217 memset(tmp.m_path, 0, sizeof(tmp.m_path)); in realpath()
218 char* ret = ::realpath(m_path, tmp.m_path); in realpath()
245 if (strncmp(lhs.m_path, rhs.m_path, PATH_MAX) == 0)
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tsystem/
H A Dtfilepath.cpp285 (m_path.length() == 3 && iswalpha(m_path[0]) && m_path[1] == L':' && in setPath()
287 (m_path.length() > 1 && m_path[m_path.length() - 1] == wslash)) in setPath()
288 m_path.erase(m_path.length() - 1, 1); in setPath()
319 return m_path == fp.m_path; in operator ==()
335 return m_path < fp.m_path; in operator <()
404 if (!isSlash(m_path[m_path.length() - 1])) m_path.append(1, wslash); in operator +=()
405 m_path += fp.m_path; in operator +=()
424 if (m_path.length() > 0 && !isSlash(m_path[m_path.length() - 1])) in operator +=()
511 (m_path.length() >= 2 && iswalpha(m_path[0]) && m_path[1] == ':')); in isAbsolute()
518 (m_path.length() == 3 && iswalpha(m_path[0]) && m_path[1] == ':' && in isRoot()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dlocal_path.cpp279 if (m_path->size() == 3 && (*m_path)[0] != '\\') { in HasLogicalParent()
292 if (m_path->size() == 3 && (*m_path)[0] != '\\') { in GetParent()
521 return m_path.is_same(op.m_path) || fz::stricmp(*m_path, *op.m_path) == 0; in operator ==()
523 return m_path == op.m_path; in operator ==()
530 return !m_path.is_same(op.m_path) && fz::stricmp(*m_path, *op.m_path) != 0; in operator !=()
532 return m_path != op.m_path; in operator !=()
539 return !m_path.is_same(op.m_path) && fz::stricmp(*m_path, *op.m_path) < 0; in operator <()
541 return m_path < op.m_path; in operator <()
551 if (path.m_path->size() <= m_path->size()) { in IsParentOf()
556 if (fz::stricmp(*m_path, path.m_path->substr(0, m_path->size()))) { in IsParentOf()
[all …]
/dports/graphics/agg/agg-2.5/examples/svg_viewer/
H A Dagg_svg_path_tokenizer.cpp49 m_path = str; in set_path_str()
70 if(m_path == 0) return false; in next()
73 while(*m_path && !is_command(*m_path) && !is_numeric(*m_path)) in next()
75 if(!is_separator(*m_path)) in next()
81 m_path++; in next()
86 if(is_command(*m_path)) in next()
89 if(*m_path == '-' || *m_path == '+') in next()
94 while(*m_path && is_separator(*m_path)) m_path++; in next()
123 while(buf_ptr < buf+255 && *m_path == '-' || *m_path == '+') in parse_number()
125 *buf_ptr++ = *m_path++; in parse_number()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dagg_svg_path_tokenizer.cpp49 m_path = str; in set_path_str()
70 if(m_path == 0) return false; in next()
73 while(*m_path && !is_command(*m_path) && !is_numeric(*m_path)) in next()
75 if(!is_separator(*m_path)) in next()
81 m_path++; in next()
86 if(is_command(*m_path)) in next()
89 if(*m_path == '-' || *m_path == '+') in next()
94 while(*m_path && is_separator(*m_path)) m_path++; in next()
123 while((buf_ptr < buf+255 && *m_path == '-') || *m_path == '+') in parse_number()
125 *buf_ptr++ = *m_path++; in parse_number()
[all …]
/dports/databases/pgrouting/pgrouting-3.2.0/src/pickDeliver/
H A Dvehicle.cpp187 m_path.insert(m_path.begin() + static_cast<difference_type>(at), node); in insert()
227 m_path.erase(m_path.begin() + static_cast<difference_type>(at)); in erase()
242 std::swap(m_path[i], m_path[j]); in swap()
267 return m_path.size() - 2; in size()
294 return m_path; in path()
331 POS high = m_path.size(); in getDropPosLowLimit()
364 POS high = m_path.size(); in getPosLowLimit()
411 pgassert((m_path.front().opens() <= m_path.front().closes()) in is_ok()
412 && (m_path.back().opens() <= m_path.back().closes()) in is_ok()
434 m_path.clear(); in Vehicle()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp112 delete m_path; in ~Path()
117 m_path = new PlatformPathOpenVG(*(other.m_path)); in Path()
122 *m_path = *(other.m_path); in operator =()
190 m_path->m_currentPoint = m_path->m_subpathStartPoint = point; in moveTo()
302 m_path->m_currentPoint = m_path->m_subpathStartPoint; in closeSubpath()
400 m_path->m_currentPoint = m_path->m_subpathStartPoint = rect.location(); in addRect()
424 m_path->clear(); in clear()
454 delete m_path; in transform()
455 m_path = dst; in transform()
457 m_path->m_currentPoint = transformation.mapPoint(m_path->m_currentPoint); in transform()
[all …]
/dports/mail/spamprobe/spamprobe-1.4d/src/utility/
H A DFile.cc59 : m_path(other.m_path) in File()
65 : m_path(other.m_path) in File()
76 m_path = other.m_path; in operator =()
82 if (m_path != SEPARATOR) { in addComponent()
83 m_path += SEPARATOR; in addComponent()
89 m_path += name; in addComponent()
99 m_path = path; in setPath()
157 return m_path; in getName()
175 m_path = new_path; in rename()
207 m_path += SUFFIX_START; in setSuffix()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dconv_contour.dpr48 m_path : path_storage;
68 m_path.Construct;
95 m_path.Destruct;
113 m_path.remove_all;
115 m_path.move_to(28.47 ,6.45 );
123 m_path.line_to(28.47 ,31.40 );
128 m_path.line_to(13.53 ,34.77 );
138 m_path.line_to(36.52 ,15.53 );
149 m_path.close_polygon(flag );
151 m_path.move_to(28.47 ,9.62 );
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dconv_contour.dpr48 m_path : path_storage;
68 m_path.Construct;
95 m_path.Destruct;
113 m_path.remove_all;
115 m_path.move_to(28.47 ,6.45 );
123 m_path.line_to(28.47 ,31.40 );
128 m_path.line_to(13.53 ,34.77 );
138 m_path.line_to(36.52 ,15.53 );
149 m_path.close_polygon(flag );
151 m_path.move_to(28.47 ,9.62 );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dconv_contour.dpr48 m_path : path_storage;
68 m_path.Construct;
95 m_path.Destruct;
113 m_path.remove_all;
115 m_path.move_to(28.47 ,6.45 );
123 m_path.line_to(28.47 ,31.40 );
128 m_path.line_to(13.53 ,34.77 );
138 m_path.line_to(36.52 ,15.53 );
149 m_path.close_polygon(flag );
151 m_path.move_to(28.47 ,9.62 );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dconv_contour.dpr48 m_path : path_storage;
68 m_path.Construct;
95 m_path.Destruct;
113 m_path.remove_all;
115 m_path.move_to(28.47 ,6.45 );
123 m_path.line_to(28.47 ,31.40 );
128 m_path.line_to(13.53 ,34.77 );
138 m_path.line_to(36.52 ,15.53 );
149 m_path.close_polygon(flag );
151 m_path.move_to(28.47 ,9.62 );
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_tokenizer.pas113 m_path :=NIL;
126 m_path :=str;
140 if m_path = NIL then
156 inc(ptrcomp(m_path ) );
160 if m_path^ = #0 then
166 if (m_path^ = '-' ) or
177 inc(ptrcomp(m_path ) );
183 if m_path^ = #0 then
298 buf_ptr^:=m_path^;
301 inc(ptrcomp(m_path ) );
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_tokenizer.pas113 m_path :=NIL;
126 m_path :=str;
140 if m_path = NIL then
156 inc(ptrcomp(m_path ) );
160 if m_path^ = #0 then
166 if (m_path^ = '-' ) or
177 inc(ptrcomp(m_path ) );
183 if m_path^ = #0 then
298 buf_ptr^:=m_path^;
301 inc(ptrcomp(m_path ) );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_tokenizer.pas113 m_path :=NIL;
126 m_path :=str;
140 if m_path = NIL then
156 inc(ptrcomp(m_path ) );
160 if m_path^ = #0 then
166 if (m_path^ = '-' ) or
177 inc(ptrcomp(m_path ) );
183 if m_path^ = #0 then
298 buf_ptr^:=m_path^;
301 inc(ptrcomp(m_path ) );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_tokenizer.pas113 m_path :=NIL;
126 m_path :=str;
140 if m_path = NIL then
156 inc(ptrcomp(m_path ) );
160 if m_path^ = #0 then
166 if (m_path^ = '-' ) or
177 inc(ptrcomp(m_path ) );
183 if m_path^ = #0 then
298 buf_ptr^:=m_path^;
301 inc(ptrcomp(m_path ) );
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dpath.cc45 m_path = p.m_path; in Path()
51 m_path.clear(); in path_getcwd()
52 m_path.append(path); in path_getcwd()
63 m_path.erase(it--); in trim()
78 m_path.clear(); in up()
80 m_path.assign(m_path.substr(0, idx)); in up()
86 m_path.append(path); in append()
98 m_path.clear(); in path()
99 m_path.append(p); in path()
113 m_path.clear(); in qpath()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dpath.cc46 m_path= p.m_path; in Path()
54 m_path.clear(); in path_getcwd()
55 m_path.append(path); in path_getcwd()
89 m_path.clear(); in up()
92 m_path.assign(m_path.substr(0, idx)); in up()
100 m_path.append(path); in append()
114 m_path.clear(); in path()
115 m_path.append(p); in path()
126 path(p.m_path); in path()
140 m_path.clear(); in qpath()
[all …]

12345678910>>...108