/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | XmlUtils.java | 66 public XmlSerializer attributeInterned(String namespace, String name, String value) in attributeInterned() 72 public XmlSerializer attributeBytesHex(String namespace, String name, byte[] value) in attributeBytesHex() 78 public XmlSerializer attributeBytesBase64(String namespace, String name, byte[] value) in attributeBytesBase64() 84 public XmlSerializer attributeInt(String namespace, String name, int value) in attributeInt() 90 public XmlSerializer attributeIntHex(String namespace, String name, int value) in attributeIntHex() 96 public XmlSerializer attributeLong(String namespace, String name, long value) in attributeLong() 102 public XmlSerializer attributeLongHex(String namespace, String name, long value) in attributeLongHex() 108 public XmlSerializer attributeFloat(String namespace, String name, float value) in attributeFloat() 114 public XmlSerializer attributeDouble(String namespace, String name, double value) in attributeDouble() 120 public XmlSerializer attributeBoolean(String namespace, String name, boolean value) in attributeBoolean() [all …]
|
/aosp_15_r20/external/selinux/python/sepolicy/ |
H A 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 …]
|
/aosp_15_r20/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/ |
H A D | PrometheusExportUtils.java | 79 static MetricFamilySamples createMetricFamilySamples(Metric metric, String namespace) { in createMetricFamilySamples() 97 MetricDescriptor metricDescriptor, String namespace) { in createDescribableMetricFamilySamples() 119 private static String getNamespacedName(String metricName, String namespace) { in getNamespacedName() 159 String val = labelValue == null ? "" : labelValue.getValue(); in getSamples() local
|
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobStore.java | 465 public JobStatus getJobByUidAndJobId(int uid, @Nullable String namespace, int jobId) { in getJobByUidAndJobId() 1228 private static String intern(@Nullable String val) { in intern() 1305 String val; in restoreJobFromXml() local 1346 final String namespace = intern(parser.getAttributeValue(null, "namespace")); in restoreJobFromXml() local 1393 String val = parser.getAttributeValue(null, "period"); in restoreJobFromXml() local 1558 String val; in buildConstraintsFromXml() local 1676 String val = parser.getAttributeValue(null, "initial-backoff"); in maybeBuildBackoffPolicyFromXml() local 1912 public JobStatus get(int uid, @Nullable String namespace, int jobId) { in get()
|
/aosp_15_r20/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/ |
D | DeviceConfigBootstrapValues.java | 92 String namespace = line.substring(0, namespaceDelimiter); in processLine() local 103 String val; in processLine() local 115 private void writeToDeviceConfig(String namespace, String key, String value) { in writeToDeviceConfig()
|
/aosp_15_r20/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | DeviceConfigService.java | 326 String val = allFlags.get(aconfigFlag); in listAllAconfigFlags() local 337 String namespace = aconfigFlag.substring(0, idx); in listAllAconfigFlags() local 404 String namespace = null; in onCommand() local 584 : "Failed to delete " + key + " from " + namespace); in onCommand() local 712 private boolean delete(IContentProvider provider, String namespace, String key) { in delete()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/service-configinfrastructure.impl/android_common_apex34/javac/ |
D | service-configinfrastructure.jar | ... void processLine (java.lang.String)
String val
String val
String line
int namespaceDelimiter
String namespace
int valueDelimiter ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/service-configinfrastructure.impl/android_common_apex34/repackaged-jarjar/javac/ |
D | service-configinfrastructure.jar | ... selection
String[] selectionArgs
String key
String value
String namespace
String[] keys
String[] projection
String selection ... |
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/ |
H A D | Element.java | 60 public Element(String tag, String namespace) { in Element() 186 public boolean elementIs(String normalName, String namespace) { in elementIs() 211 public Element tagName(String tagName, String namespace) { in tagName() 747 public Element appendElement(String tagName, String namespace) { in appendElement() 771 public Element prependElement(String tagName, String namespace) { in prependElement() 1730 public String val() { in val() method in Element 1742 public Element val(String value) { in val() method in Element
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/ |
HD | jakarta.xml.bind-api-2.3.2.jar | META-INF/MANIFEST.MF
META-INF/
javax/
javax/xml/
javax/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.3.1/ |
HD | jaxb-api-2.3.1.jar | ... io.Serializable {
protected final javax.xml.namespace.QName name
protected final Class declaredType
protected final Class ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/ |
HD | jaxb-api-2.2.12-b140109.1041.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |
/aosp_15_r20/external/python/cpython2/Lib/ |
D | rlcompleter.py | 44 def __init__(self, namespace = None): argument 91 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | rlcompleter.py | 42 def __init__(self, namespace = None): argument 100 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | rlcompleter.py | 42 def __init__(self, namespace = None): argument 100 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | rlcompleter.py | 42 def __init__(self, namespace = None): argument 100 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | rlcompleter.py | 42 def __init__(self, namespace = None): argument 100 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | rlcompleter.py | 42 def __init__(self, namespace = None): argument 100 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | rlcompleter.py | 42 def __init__(self, namespace = None): argument 100 def _callable_postfix(self, val, word): argument
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | XSLTAttributeDef.java | 67 …XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, i… in XSLTAttributeDef() 90 …XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef() 117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() 150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() 185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() 876 Double val; in processNUMBER() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | SAX2.c | 909 xmlNsPtr namespace; in xmlSAX2AttributeInternal() local 981 xmlChar *val; in xmlSAX2AttributeInternal() local 1047 xmlChar *val; in xmlSAX2AttributeInternal() local 1190 xmlChar *val; in xmlSAX2AttributeInternal() local 1787 xmlNsPtr namespace = NULL; in xmlSAX2AttributeNs() local
|
/aosp_15_r20/build/soong/cmd/release_config/release_config_proto/ |
H A D | build_flags_src.proto | 48 oneof val { oneof 65 optional string namespace = 2; field
|
/aosp_15_r20/external/libxml2/ |
H A D | SAX2.c | 949 xmlNsPtr namespace; in xmlSAX1Attribute() local 967 xmlChar *val; in xmlSAX1Attribute() local 1024 xmlChar *val; in xmlSAX1Attribute() local 1149 xmlChar *val; in xmlSAX1Attribute() local 1883 xmlNsPtr namespace = NULL; in xmlSAX2AttributeNs() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
H A D | FuncExtFunction.java | 165 public FuncExtFunction(java.lang.String namespace, in FuncExtFunction() 208 Object val = extProvider.extFunction(this, argVec); in execute() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/framework/framework-appsearch.impl/android_common_apex33/javac/ |
D | framework-appsearch.jar | ... )
byte[] sha256Digest
String packageName
String databaseName
String namespace
public byte[] getSha256Digest ()
public java. ... |