Home
last modified time | relevance | path

Searched refs:protoList (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/protocolrecords/impl/pb/
H A DGetContainerStatusesResponsePBImpl.java122 List<ContainerStatusProto> protoList = in addLocalContainerStatusesToProto()
125 protoList.add(convertToProtoFormat(status)); in addLocalContainerStatusesToProto()
127 builder.addAllStatus(protoList); in addLocalContainerStatusesToProto()
135 List<ContainerExceptionMapProto> protoList = in addFailedRequestsToProto()
139 protoList.add(ContainerExceptionMapProto.newBuilder() in addFailedRequestsToProto()
143 builder.addAllFailedRequests(protoList); in addFailedRequestsToProto()
163 List<ContainerExceptionMapProto> protoList = p.getFailedRequestsList(); in initFailedRequests() local
165 for (ContainerExceptionMapProto ce : protoList) { in initFailedRequests()
H A DStopContainersResponsePBImpl.java153 List<ContainerExceptionMapProto> protoList = in addFailedRequestsToProto()
158 protoList.add(ContainerExceptionMapProto.newBuilder() in addFailedRequestsToProto()
162 builder.addAllFailedRequests(protoList); in addFailedRequestsToProto()
181 List<ContainerExceptionMapProto> protoList = p.getFailedRequestsList(); in initFailedRequests() local
183 for (ContainerExceptionMapProto ce : protoList) { in initFailedRequests()
H A DStartContainersRequestPBImpl.java94 List<StartContainerRequestProto> protoList = in addLocalRequestsToProto() local
97 protoList.add(convertToProtoFormat(r)); in addLocalRequestsToProto()
99 builder.addAllStartContainerRequest(protoList); in addLocalRequestsToProto()
H A DStartContainersResponsePBImpl.java219 List<ContainerExceptionMapProto> protoList = in addFailedContainersToProto()
224 protoList.add(ContainerExceptionMapProto.newBuilder() in addFailedContainersToProto()
228 builder.addAllFailedRequests(protoList); in addFailedContainersToProto()
297 List<ContainerExceptionMapProto> protoList = p.getFailedRequestsList(); in initFailedContainers() local
299 for (ContainerExceptionMapProto ce : protoList) { in initFailedContainers()
H A DGetContainerStatusesRequestPBImpl.java109 List<ContainerIdProto> protoList = new ArrayList<ContainerIdProto>(); in addLocalContainerIdsToProto()
111 protoList.add(convertToProtoFormat(id)); in addLocalContainerIdsToProto()
113 builder.addAllContainerId(protoList); in addLocalContainerIdsToProto()
H A DStopContainersRequestPBImpl.java107 List<ContainerIdProto> protoList = new ArrayList<ContainerIdProto>(); in addLocalContainerIdsToProto()
109 protoList.add(convertToProtoFormat(id)); in addLocalContainerIdsToProto()
111 builder.addAllContainerId(protoList); in addLocalContainerIdsToProto()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Doutput_util.c47 static char *protoList[NumProtos] = { variable
196 return protoList[protoNum]; in ProtoString()
208 if ( strncasecmp(protoString,protoList[i], len) == 0 && in ProtoNum()
209 ( strlen(protoList[i]) == len) ) in ProtoNum()
/dports/security/fizz/fizz-2021.12.27.00/fizz/util/
H A DFizzUtil.cpp112 auto protoList = &list.front().protocols; in getAlpnsFromNpnList() local
115 protoList = &item.protocols; in getAlpnsFromNpnList()
118 return std::vector<std::string>(protoList->begin(), protoList->end()); in getAlpnsFromNpnList()
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Du_fingerprinter.go224 var protoList cryptobyte.String
225 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
229 for !protoList.Empty() {
231 if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Du_fingerprinter.go224 var protoList cryptobyte.String
225 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
229 for !protoList.Empty() {
231 if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/tls/
H A Dhandshake_messages.go492 var protoList cryptobyte.String
493 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
496 for !protoList.Empty() {
772 var protoList cryptobyte.String
773 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
777 if !protoList.ReadUint8LengthPrefixed(&proto) ||
778 proto.Empty() || !protoList.Empty() {
892 var protoList cryptobyte.String
893 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
897 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/xtls/go/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/tls/
H A Dhandshake_messages.go493 var protoList cryptobyte.String
494 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
497 for !protoList.Empty() {
773 var protoList cryptobyte.String
774 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
778 if !protoList.ReadUint8LengthPrefixed(&proto) ||
779 proto.Empty() || !protoList.Empty() {
893 var protoList cryptobyte.String
894 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
898 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dhandshake_messages.go500 var protoList cryptobyte.String
501 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
504 for !protoList.Empty() {
780 var protoList cryptobyte.String
781 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
785 if !protoList.ReadUint8LengthPrefixed(&proto) ||
786 proto.Empty() || !protoList.Empty() {
914 var protoList cryptobyte.String
915 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
919 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dhandshake_messages.go500 var protoList cryptobyte.String
501 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
504 for !protoList.Empty() {
780 var protoList cryptobyte.String
781 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
785 if !protoList.ReadUint8LengthPrefixed(&proto) ||
786 proto.Empty() || !protoList.Empty() {
914 var protoList cryptobyte.String
915 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
919 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dhandshake_messages.go502 var protoList cryptobyte.String
503 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
506 for !protoList.Empty() {
802 var protoList cryptobyte.String
803 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
807 if !protoList.ReadUint8LengthPrefixed(&proto) ||
808 proto.Empty() || !protoList.Empty() {
916 var protoList cryptobyte.String
917 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
921 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dhandshake_messages.go500 var protoList cryptobyte.String
501 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
504 for !protoList.Empty() {
780 var protoList cryptobyte.String
781 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
785 if !protoList.ReadUint8LengthPrefixed(&proto) ||
786 proto.Empty() || !protoList.Empty() {
914 var protoList cryptobyte.String
915 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
919 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dhandshake_messages.go500 var protoList cryptobyte.String
501 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
504 for !protoList.Empty() {
780 var protoList cryptobyte.String
781 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
785 if !protoList.ReadUint8LengthPrefixed(&proto) ||
786 proto.Empty() || !protoList.Empty() {
914 var protoList cryptobyte.String
915 if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
919 if !protoList.ReadUint8LengthPrefixed(&proto) ||
[all …]

1234