/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 133 public String getNamespace() { in getNamespace() method in Element 218 getNamespace(), in parse() 309 getNamespace(), in write() 323 writer.endTag(getNamespace(), getName()); in write()
|
/external/pytorch/aten/src/ATen/test/ |
D | operator_name_test.cpp | 12 EXPECT_EQ(testName.getNamespace(), std::optional<c10::string_view>("ns")); in TEST() 21 EXPECT_EQ(namespacedName.getNamespace(), std::optional<c10::string_view>("already_namespaced")); in TEST()
|
/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/cloudwatch/ |
D | CloudWatchBaseStabilityTest.java | 38 protected abstract String getNamespace(); in getNamespace() method in CloudWatchBaseStabilityTest 50 getTestClient().putMetricData(b -> b.namespace(getNamespace()) in putMetrics()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExpandedNameTable.java | 317 public String getNamespace(int ExpandedNameID) in getNamespace() method in ExpandedNameTable 319 String namespace = m_extendedTypes[ExpandedNameID].getNamespace(); in getNamespace() 332 if (m_extendedTypes[ExpandedNameID].getNamespace().equals("")) in getNamespaceID()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 145 if (parser.getEventType() == XmlPullParser.START_TAG && parser.getNamespace().equals(env) in parseBody() 159 Object o = read(parser, null, -1, parser.getNamespace(), parser.getName(), in parseBody() 210 (name.equals(info.name) && parser.getNamespace().equals( in readSerializable() 248 ((SoapObject) obj).getNamespace(), name, PropertyInfo.OBJECT_TYPE)); in readSerializable() 275 String namespace = parser.getNamespace(); in readUnknown() 324 so.addProperty(parser.getNamespace(), parser.getName(), in readUnknown() 360 namespace = parser.getNamespace(prefix); in readVector() 441 namespace = parser.getNamespace(prefix); in read() 567 return new Object[]{so.getNamespace(), so.getName(), null, null}; in getInfo() 571 return new Object[]{sp.getNamespace(), sp.getName(), null, DEFAULT_MARSHAL}; in getInfo() [all …]
|
D | DM.java | 72 writer.attribute(attributeInfo.getNamespace(), attributeInfo.getName(), in writeInstance() 89 writer.attribute(attributeInfo.getNamespace(), attributeInfo.getName(), in writeInstance()
|
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/ |
D | NamespaceName.java | 50 namespace = Preconditions.checkNotNull(builder.getNamespace()); in NamespaceName() 61 public String getNamespace() { in getNamespace() method in NamespaceName 194 public String getNamespace() { in getNamespace() method in NamespaceName.Builder
|
D | UpdateNamespaceRequest.java | 102 public com.google.cloud.servicedirectory.v1.Namespace getNamespace() { in getNamespace() method in UpdateNamespaceRequest 189 output.writeMessage(1, getNamespace()); in writeTo() 204 size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getNamespace()); in getSerializedSize() 227 if (!getNamespace().equals(other.getNamespace())) return false; in equals() 246 hash = (53 * hash) + getNamespace().hashCode(); in hashCode() 494 mergeNamespace(other.getNamespace()); in mergeFrom() 591 public com.google.cloud.servicedirectory.v1.Namespace getNamespace() { in getNamespace() method in UpdateNamespaceRequest.Builder 752 getNamespace(), getParentForChildren(), isClean()); in getNamespaceFieldBuilder()
|
D | ServiceName.java | 52 namespace = Preconditions.checkNotNull(builder.getNamespace()); in ServiceName() 64 public String getNamespace() { in getNamespace() method in ServiceName 220 public String getNamespace() { in getNamespace() method in ServiceName.Builder
|
D | EndpointName.java | 54 namespace = Preconditions.checkNotNull(builder.getNamespace()); in EndpointName() 67 public String getNamespace() { in getNamespace() method in EndpointName 249 public String getNamespace() { in getNamespace() method in EndpointName.Builder
|
D | CreateNamespaceRequest.java | 225 public com.google.cloud.servicedirectory.v1.Namespace getNamespace() { in getNamespace() method in CreateNamespaceRequest 269 output.writeMessage(3, getNamespace()); in writeTo() 287 size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getNamespace()); in getSerializedSize() 309 if (!getNamespace().equals(other.getNamespace())) return false; in equals() 328 hash = (53 * hash) + getNamespace().hashCode(); in hashCode() 582 mergeNamespace(other.getNamespace()); in mergeFrom() 939 public com.google.cloud.servicedirectory.v1.Namespace getNamespace() { in getNamespace() method in CreateNamespaceRequest.Builder 1100 getNamespace(), getParentForChildren(), isClean()); in getNamespaceFieldBuilder()
|
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1beta1/src/main/java/com/google/cloud/servicedirectory/v1beta1/ |
D | NamespaceName.java | 50 namespace = Preconditions.checkNotNull(builder.getNamespace()); in NamespaceName() 61 public String getNamespace() { in getNamespace() method in NamespaceName 194 public String getNamespace() { in getNamespace() method in NamespaceName.Builder
|
D | UpdateNamespaceRequest.java | 101 public com.google.cloud.servicedirectory.v1beta1.Namespace getNamespace() { in getNamespace() method in UpdateNamespaceRequest 188 output.writeMessage(1, getNamespace()); in writeTo() 203 size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getNamespace()); in getSerializedSize() 226 if (!getNamespace().equals(other.getNamespace())) return false; in equals() 245 hash = (53 * hash) + getNamespace().hashCode(); in hashCode() 496 mergeNamespace(other.getNamespace()); in mergeFrom() 593 public com.google.cloud.servicedirectory.v1beta1.Namespace getNamespace() { in getNamespace() method in UpdateNamespaceRequest.Builder 755 getNamespace(), getParentForChildren(), isClean()); in getNamespaceFieldBuilder()
|
D | ServiceName.java | 52 namespace = Preconditions.checkNotNull(builder.getNamespace()); in ServiceName() 64 public String getNamespace() { in getNamespace() method in ServiceName 220 public String getNamespace() { in getNamespace() method in ServiceName.Builder
|
D | EndpointName.java | 54 namespace = Preconditions.checkNotNull(builder.getNamespace()); in EndpointName() 67 public String getNamespace() { in getNamespace() method in EndpointName 249 public String getNamespace() { in getNamespace() method in EndpointName.Builder
|
D | CreateNamespaceRequest.java | 224 public com.google.cloud.servicedirectory.v1beta1.Namespace getNamespace() { in getNamespace() method in CreateNamespaceRequest 268 output.writeMessage(3, getNamespace()); in writeTo() 286 size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getNamespace()); in getSerializedSize() 308 if (!getNamespace().equals(other.getNamespace())) return false; in equals() 327 hash = (53 * hash) + getNamespace().hashCode(); in hashCode() 584 mergeNamespace(other.getNamespace()); in mergeFrom() 941 public com.google.cloud.servicedirectory.v1beta1.Namespace getNamespace() { in getNamespace() method in CreateNamespaceRequest.Builder 1103 getNamespace(), getParentForChildren(), isClean()); in getNamespaceFieldBuilder()
|
/external/pytorch/aten/src/ATen/core/ |
D | operator_name.h | 26 std::optional<c10::string_view> getNamespace() const { in getNamespace() function 37 if (!getNamespace().has_value()) { in setNamespaceIfNotSet()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/ |
D | codegen_utils.cc | 44 assert(op->getDialect()->getNamespace() == "lmhlo"); in emitNumElementsComputation() 105 assert(op->getDialect()->getNamespace() == "lmhlo"); in calcMultiDimIndexForFirstOperand()
|
/external/google-cloud-java/java-gke-backup/proto-google-cloud-gke-backup-v1/src/main/java/com/google/cloud/gkebackup/v1/ |
D | NamespacedName.java | 87 public java.lang.String getNamespace() { in getNamespace() method in NamespacedName 224 if (!getNamespace().equals(other.getNamespace())) return false; in equals() 238 hash = (53 * hash) + getNamespace().hashCode(); in hashCode() 471 if (!other.getNamespace().isEmpty()) { in mergeFrom() 550 public java.lang.String getNamespace() { in getNamespace() method in NamespacedName.Builder 616 namespace_ = getDefaultInstance().getNamespace(); in clearNamespace()
|
D | NamespacedNameOrBuilder.java | 37 java.lang.String getNamespace(); in getNamespace() method
|
/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/ |
D | DatastoreIODetails.java | 87 public java.lang.String getNamespace() { in getNamespace() method in DatastoreIODetails 224 if (!getNamespace().equals(other.getNamespace())) return false; in equals() 238 hash = (53 * hash) + getNamespace().hashCode(); in hashCode() 471 if (!other.getNamespace().isEmpty()) { in mergeFrom() 550 public java.lang.String getNamespace() { in getNamespace() method in DatastoreIODetails.Builder 616 namespace_ = getDefaultInstance().getNamespace(); in clearNamespace()
|
D | DatastoreIODetailsOrBuilder.java | 37 java.lang.String getNamespace(); in getNamespace() method
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ExtensionsTable.java | 68 addExtensionNamespace(extNamespaceSpt.getNamespace(), extHandler); in ExtensionsTable() 213 String ns = extFunction.getNamespace(); in extFunction()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/ |
D | XMPAliasInfo.java | 25 String getNamespace(); in getNamespace() method
|
D | XMPPropertyInfo.java | 26 String getNamespace(); in getNamespace() method
|