Home
last modified time | relevance | path

Searched refs:AppendMapper (Results 1 – 9 of 9) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfPath2.py278 rootPropMapper1 = rootProp.AppendMapper("/ConnTarget1.attr")
280 …CheckMapperPath(rootPropMapper1, rootProp.AppendMapper("/ConnTarget1.attr"), rootProp, "/Foo.prop1…
284 rootPropMapper2 = rootProp.AppendMapper("/ConnTarget2.attr")
286 …CheckMapperPath(rootPropMapper2, rootProp.AppendMapper("/ConnTarget2.attr"), rootProp, "/Foo.prop1…
308 rootPropRelAttrMapper1 = rootPropRelAttr.AppendMapper("/ConnTarget1.attr")
310 …CheckMapperPath(rootPropRelAttrMapper1, rootPropRelAttr.AppendMapper("/ConnTarget1.attr"), rootPro…
314 rootPropRelAttrMapper2 = rootPropRelAttr.AppendMapper("/ConnTarget2.attr")
316 …CheckMapperPath(rootPropRelAttrMapper2, rootPropRelAttr.AppendMapper("/ConnTarget2.attr"), rootPro…
453 self.assertEqual( Sdf.Path("foo").AppendMapper("/conn.target"), empty )
454 self.assertEqual( Sdf.Path("foo.attr").AppendMapper(empty), empty )
H A DtestSdfPathThreading.cpp116 ret.AppendMapper(_MakeRandomPrimOrPropertyPath())); in _MakeRandomPath()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dpath.yy253 $$.path = $1.path.AppendMapper($5.path);
256 $$.path = $1.path.AppendMapper($5.path);
H A Dpath.cpp575 return path.AppendMapper(node->GetTargetPath()); in _AppendNode()
915 SdfPath::AppendMapper(const SdfPath &targetPath) const { in AppendMapper() function in SdfPath
1019 return AppendMapper(target); in AppendElementToken()
1147 newPath = newPath.AppendMapper( in _ReplaceTargetPathPrefixes()
1226 newPath = newPath.AppendMapper( in _ReplacePropPrefix()
1463 return GetParentPath().AppendMapper(newTargetPath); in ReplaceTargetPath()
H A DchildrenPolicies.h261 return parentPath.AppendMapper(targetPath); in GetChildPath()
H A Dpath.tab.cpp1727 (yyval).path = (yyvsp[(1) - (6)]).path.AppendMapper((yyvsp[(5) - (6)]).path);
1736 (yyval).path = (yyvsp[(1) - (6)]).path.AppendMapper((yyvsp[(5) - (6)]).path);
H A DwrapPath.cpp338 .def("AppendMapper", &This::AppendMapper) in wrapPath()
H A Dpath.h704 SDF_API SdfPath AppendMapper(const SdfPath &targetPath) const;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/
H A DTestDFSIO.java463 public static class AppendMapper extends IOStatMapper { class in TestDFSIO
465 public AppendMapper() { in AppendMapper() method in TestDFSIO.AppendMapper
503 runIOTest(AppendMapper.class, appendDir); in appendTest()
689 ioer = new AppendMapper(); in sequentialTest()