/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/ |
D | PrometheusStatsCollector.java | 55 private final String namespace; field in PrometheusStatsCollector 99 private final String namespace; field in PrometheusStatsCollector.ExportMetricExporter 101 private ExportMetricExporter(String namespace) { in ExportMetricExporter() 144 private final String namespace; field in PrometheusStatsCollector.DescribeMetricExporter 146 private DescribeMetricExporter(String namespace) { in DescribeMetricExporter() 157 metric.getMetricDescriptor(), namespace)); in export() local 179 PrometheusStatsCollector(MetricProducerManager metricProducerManager, String namespace) { in PrometheusStatsCollector()
|
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/testing/ |
D | TestingDeviceConfig.java | 55 public Properties getProperties(@NonNull String namespace, @NonNull String... names) { in getProperties() 64 public boolean getBoolean(@NonNull String namespace, @NonNull String name, boolean defaultValue) { in getBoolean() 69 public String getString( in getString() 75 public int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt() 80 public float getFloat(@NonNull String namespace, @NonNull String name, float defaultValue) { in getFloat() 85 public long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExtendedType.java | 30 private String namespace; field in ExtendedType 42 public ExtendedType (int nodetype, String namespace, String localName) in ExtendedType() 59 public ExtendedType (int nodetype, String namespace, String localName, int hash) in ExtendedType() 72 protected void redefine(int nodetype, String namespace, String localName) in redefine() 85 protected void redefine(int nodetype, String namespace, String localName, int hash) in redefine()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapObject.java | 47 protected String namespace; field in SoapObject 78 public SoapObject(String namespace, String name) { in SoapObject() 185 public Object getProperty(String namespace, String name) { in getProperty() 200 public Object getPropertyByNamespaceSafely(final String namespace, final String name) { in getPropertyByNamespaceSafely() 216 public String getPropertyByNamespaceSafelyAsString(final String namespace, final String name) { in getPropertyByNamespaceSafelyAsString() 239 public Object getPropertySafely(final String namespace, final String name, in getPropertySafely() 259 public String getPropertySafelyAsString(final String namespace, final String name, in getPropertySafelyAsString() 283 public Object getPrimitiveProperty(final String namespace, final String name) { in getPrimitiveProperty() 308 public String getPrimitivePropertyAsString(final String namespace, final String name) { in getPrimitivePropertyAsString() 330 public Object getPrimitivePropertySafely(final String namespace, final String name) { in getPrimitivePropertySafely() [all …]
|
D | AttributeContainer.java | 59 public Object getAttribute(String namespace,String name) { in getAttribute() 87 public String getAttributeAsString(String namespace,String name) { in getAttributeAsString() 109 public boolean hasAttribute(final String namespace,final String name) { in hasAttribute() 137 public Object getAttributeSafely(String namespace,String name) { in getAttributeSafely() 171 public Object getAttributeSafelyAsString(String namespace,String name) { in getAttributeSafelyAsString() 189 private Integer attributeIndex(String namespace,String name) { in attributeIndex() 253 public void addAttribute(String namespace,String name, Object value) { in addAttribute() 278 public void addAttributeIfValue(String namespace,String name, Object value) { in addAttributeIfValue()
|
D | SoapPrimitive.java | 37 protected String namespace; field in SoapPrimitive 44 public SoapPrimitive(String namespace, String name, Object value) { in SoapPrimitive()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 35 protected String namespace; field in Element 65 String namespace, in createElement() 96 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 227 public void setAttribute(String namespace, String name, String value) { in setAttribute() 259 public void setPrefix(String prefix, String namespace) { in setPrefix() 280 public void setNamespace(String namespace) { in setNamespace()
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 56 def __call__(self, parser, namespace, values, option_string=None): argument 64 def __call__(self, parser, namespace, values, option_string=None): argument 79 def __call__(self, parser, namespace, values, option_string=None): argument 102 def __call__(self, parser, namespace, values, option_string=None): argument 127 def __call__(self, parser, namespace, values, option_string=None): argument 139 def __call__(self, parser, namespace, values, option_string=None): argument 153 def __call__(self, parser, namespace, values, option_string=None): argument 166 def __call__(self, parser, namespace, values, option_string=None): argument 181 def __call__(self, parser, namespace, values, option_string=None): argument 189 def __call__(self, parser, namespace, value, option_string=None): argument [all …]
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | ExceptionCommon.java | 89 public static ResourceBundle addExceptionResource (final Class namespace, in addExceptionResource() 259 static String getMessage (final Class namespace, final String code) in getMessage() 314 static String getMessage (final Class namespace, final String code, final Object [] arguments) in getMessage() 373 private static String lookup (Class namespace, final String propertyName) in lookup() 432 private static String getNameInNamespace (final Class namespace, final String name) in getNameInNamespace()
|
/external/aws-sdk-java-v2/core/identity-spi/src/main/java/software/amazon/awssdk/identity/spi/ |
D | IdentityProperty.java | 38 private final String namespace; field in IdentityProperty 41 private IdentityProperty(String namespace, String name) { in IdentityProperty() 58 public static <T> IdentityProperty<T> create(Class<?> namespace, String name) { in create()
|
/external/aws-sdk-java-v2/core/http-auth-spi/src/main/java/software/amazon/awssdk/http/auth/spi/signer/ |
D | SignerProperty.java | 38 private final String namespace; field in SignerProperty 41 private SignerProperty(String namespace, String name) { in SignerProperty() 58 public static <T> SignerProperty<T> create(Class<?> namespace, String name) { in create()
|
/external/apache-xml/test/java/src/org/apache/qetest/xslwrapper/ |
D | TransformWrapperHelper.java | 183 public void setParameter(String namespace, String name, Object value) in setParameter() 226 public Object getParameter(String namespace, String name) in getParameter() 265 String namespace = null; in applyParameters() local 300 protected void applyParameter(Object passThru, String namespace, in applyParameter()
|
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/ |
D | NamespaceName.java | 38 private final String namespace; field in NamespaceName 73 public static NamespaceName of(String project, String location, String namespace) { in of() 77 public static String format(String project, String location, String namespace) { in format() 182 private String namespace; field in NamespaceName.Builder 208 public Builder setNamespace(String namespace) { in setNamespace()
|
D | ServiceName.java | 38 private final String namespace; field in ServiceName 80 public static ServiceName of(String project, String location, String namespace, String service) { in of() 89 public static String format(String project, String location, String namespace, String service) { in format() 207 private String namespace; field in ServiceName.Builder 238 public Builder setNamespace(String namespace) { in setNamespace()
|
D | EndpointName.java | 38 private final String namespace; field in EndpointName 88 String project, String location, String namespace, String service, String endpoint) { in of() 99 String project, String location, String namespace, String service, String endpoint) { in format() 235 private String namespace; field in EndpointName.Builder 271 public Builder setNamespace(String namespace) { in setNamespace()
|
/external/google-cloud-java/java-servicedirectory/proto-google-cloud-servicedirectory-v1beta1/src/main/java/com/google/cloud/servicedirectory/v1beta1/ |
D | NamespaceName.java | 38 private final String namespace; field in NamespaceName 73 public static NamespaceName of(String project, String location, String namespace) { in of() 77 public static String format(String project, String location, String namespace) { in format() 182 private String namespace; field in NamespaceName.Builder 208 public Builder setNamespace(String namespace) { in setNamespace()
|
D | ServiceName.java | 38 private final String namespace; field in ServiceName 80 public static ServiceName of(String project, String location, String namespace, String service) { in of() 89 public static String format(String project, String location, String namespace, String service) { in format() 207 private String namespace; field in ServiceName.Builder 238 public Builder setNamespace(String namespace) { in setNamespace()
|
D | EndpointName.java | 38 private final String namespace; field in EndpointName 88 String project, String location, String namespace, String service, String endpoint) { in of() 99 String project, String location, String namespace, String service, String endpoint) { in format() 235 private String namespace; field in EndpointName.Builder 271 public Builder setNamespace(String namespace) { in setNamespace()
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ExtensionNamespacesManager.java | 70 public void registerExtension(String namespace) in registerExtension() 89 String namespace = extNsSpt.getNamespace(); in registerExtension() local 103 public int namespaceIndex(String namespace, Vector extensions) in namespaceIndex()
|
D | ExpressionVisitor.java | 66 String namespace = ((FuncExtFunction)func).getNamespace(); in visitFunction() local 75 String namespace = this.m_sroot.getNamespaceForPrefix(prefix); in visitFunction() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/ |
D | XmlResourceParserImpl.java | 227 String namespace = currentNode != null ? currentNode.getNamespaceURI() : null; in getNamespace() local 254 public String getAttribute(String namespace, String name) { in getAttribute() 279 private String maybeReplaceNamespace(String namespace) { in maybeReplaceNamespace() 354 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 554 public void require(int type, String namespace, String name) in require() 616 String namespace, String attribute, String[] options, int defaultValue) { in getAttributeListValue() 631 String namespace, String attribute, boolean defaultValue) { in getAttributeBooleanValue() 640 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 649 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 654 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue() [all …]
|
/external/python/cpython3/Lib/test/test_ctypes/ |
D | test_c_simple_type_meta.py | 21 def __new__(cls, name, bases, namespace): argument 66 def __new__(cls, name, bases, namespace): argument 91 def __init__(self, name, bases, namespace): argument 129 def __init__(self, name, bases, namespace): argument
|
/external/antlr/runtime/Ruby/lib/antlr3/template/ |
D | group-file-parser.rb | 117 def fetch_group( namespace, name ) argument 160 def group( namespace = ::Object ) argument 172 def group_spec( namespace ) argument 249 def group_name( namespace ) argument
|
/external/python/absl-py/absl/flags/ |
D | argparse_flags.py | 153 def parse_known_args(self, args=None, namespace=None): argument 266 def __call__(self, parser, namespace, values, option_string=None): argument 307 def __call__(self, parser, namespace, values, option_string=None): argument 344 def __call__(self, parser, namespace, values, option_string=None): argument
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementDef.java | 55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() 263 void build(String namespace, String name, String nameAlias, in build()
|