Home
last modified time | relevance | path

Searched defs:xAttrs (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DXAttrHelper.java91 List<XAttr> xAttrs = Lists.newArrayListWithCapacity(1); in buildXAttrAsList() local
100 public static byte[] getFirstXAttrValue(List<XAttr> xAttrs) { in getFirstXAttrValue()
115 public static XAttr getFirstXAttr(List<XAttr> xAttrs) { in getFirstXAttr()
127 public static Map<String, byte[]> buildXAttrMap(List<XAttr> xAttrs) { in buildXAttrMap()
165 List<XAttr> xAttrs = Lists.newArrayListWithCapacity(names.size()); in buildXAttrs() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/
H A Dxattr.proto40 repeated XAttrProto xAttrs = 2; field
59 repeated XAttrProto xAttrs = 2; field
63 repeated XAttrProto xAttrs = 1; field
71 repeated XAttrProto xAttrs = 1; field
H A Dinotify.proto111 repeated XAttrProto xAttrs = 10; field
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DXAttrFeature.java34 private final ImmutableList<XAttr> xAttrs; field in XAttrFeature
36 public XAttrFeature(ImmutableList<XAttr> xAttrs) { in XAttrFeature()
H A DXAttrPermissionFilter.java89 List<XAttr> xAttrs, boolean isRawPath) throws AccessControlException { in checkPermissionForApi()
101 List<XAttr> xAttrs, boolean isRawPath) { in filterXAttrsForApi()
H A DFSDirXAttrOp.java71 List<XAttr> xAttrs = Lists.newArrayListWithCapacity(1); in setXAttr() local
87 List<XAttr> xAttrs) in getXAttrs()
168 List<XAttr> xAttrs = Lists.newArrayListWithCapacity(1); in removeXAttr() local
261 FSDirectory fsd, final String src, final List<XAttr> xAttrs, in unprotectedSetXAttrs()
322 List<XAttr> xAttrs = Lists.newArrayListWithCapacity(newSize); in setINodeXAttrs() local
383 List<XAttr> xAttrs = XAttrStorage.readINodeXAttrs(inode, snapshotId); in unprotectedGetXAttrByName() local
H A DXAttrStorage.java78 List<XAttr> xAttrs, int snapshotId) throws QuotaExceededException { in updateINodeXAttrs()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_hdfs/
H A Dxattr.proto54 repeated XAttrProto xAttrs = 2; field
58 repeated XAttrProto xAttrs = 1; field
66 repeated XAttrProto xAttrs = 1; field
H A Dinotify.proto118 repeated XAttrProto xAttrs = 10; field
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/helper/
H A Dooxmlsecparser.cxx76 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
276 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
312 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
371 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
410 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
468 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
536 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
558 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
730 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
764 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
[all …]
H A Dxsecparser.cxx84 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
392 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
431 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
490 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
529 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
590 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
658 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
680 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
721 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
748 css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs) override in StartElement()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/
H A DCopyListingFileStatus.java61 private Map<String, byte[]> xAttrs; field in CopyListingFileStatus
112 public void setXAttrs(Map<String, byte[]> xAttrs) { in setXAttrs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/
H A DTestJsonUtil.java209 List<XAttr> xAttrs = Lists.newArrayList(); in testToJsonFromXAttrs() local
228 List<XAttr> xAttrs = Lists.newArrayList(); in testToXAttrMap() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/util/
H A DDistCpTestUtils.java53 Map<String, byte[]> xAttrs = fs.getXAttrs(path); in assertXAttrs() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DTestXAttrsWithHA.java98 List<XAttr> xAttrs = nn1.getRpcServer().getXAttrs("/file", null); in testXAttrsTrackedOnStandby() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/mathml/
H A Dimport.cxx59 uno::Reference<xml::sax::XFastAttributeList> const& xAttrs) in startFastElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/mathml/
H A Dimport.cxx62 uno::Reference<xml::sax::XFastAttributeList> const& xAttrs) in startFastElement()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/inotify/
H A DEvent.java260 private List<XAttr> xAttrs; field in Event.MetadataUpdateEvent
273 private List<XAttr> xAttrs; field in Event.MetadataUpdateEvent.Builder
321 public Builder xAttrs(List<XAttr> xAttrs) { in xAttrs() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/
H A DTestDistCpWithRawXAttrs.java157 Map<String, byte[]> xAttrs = Maps.newHashMap(); in doTestPreserveRawXAttrs() local
H A DTestDistCpWithXAttrs.java129 Map<String, byte[]> xAttrs = Maps.newHashMap(); in testPreserveXAttrs() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/
H A DJsonUtil.java712 public static String toJsonString(final List<XAttr> xAttrs, in toJsonString()
720 public static String toJsonString(final List<XAttr> xAttrs) in toJsonString()
739 Map<String, byte[]> xAttrs = toXAttrs(json); in getXAttr() local
780 final Map<String, byte[]> xAttrs = Maps.newHashMap(); in toXAttrMap() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/
H A DBaseTestHttpFSWith.java553 Map<String, byte[]> xAttrs = fs.getXAttrs(path); in testSetXAttr() local
596 Map<String, byte[]> xAttrs = fs.getXAttrs(path, names); in testGetXAttrs() local
668 Map<String, byte[]> xAttrs = fs.getXAttrs(path); in testRemoveXAttr() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DFSImageFormatPBSnapshot.java226 XAttrFeature xAttrs = null; in loadFileDiffList() local
344 XAttrFeature xAttrs = null; in loadDirectoryDiffList() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/server/
H A DTestHttpFSServer.java377 Map<String, byte[]> xAttrs = Maps.newHashMap(); in getXAttrs() local
454 Map<String, byte[]> xAttrs = getXAttrs(statusJson); in testXAttrs() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestFSDirectory.java204 List<XAttr> xAttrs = FSDirXAttrOp.setINodeXAttrs(fsdir, existingXAttrs, in testINodeXAttrsLimit() local

12