Home
last modified time | relevance | path

Searched defs:attrName (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java99 boolean has(String attrName); in has()
102 String getString(String attrName); in getString()
108 String getString(String attrName, @NonNull String defaultValue); in getString()
113 boolean getBoolean(String attrName); in getBoolean()
118 boolean getBoolean(String attrName, boolean defaultValue); in getBoolean()
123 int getInt(String attrName); in getInt()
128 int getInt(String attrName, int defaultValue); in getInt()
133 long getLong(String attrName); in getLong()
138 long getLong(String attrName, int defaultValue); in getLong()
209 public boolean has(String attrName) { in has()
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/vibrator/persistence/
H A DXmlReader.java180 TypedXmlPullParser parser, String attrName, int defaultValue) in readAttributeIntNonNegative()
189 public static int readAttributeIntNonNegative(TypedXmlPullParser parser, String attrName) in readAttributeIntNonNegative()
202 TypedXmlPullParser parser, String attrName, int lowerInclusive, int upperInclusive) in readAttributeIntInRange()
219 TypedXmlPullParser parser, String attrName, float lowerInclusive, in readAttributeFloatInRange()
232 TypedXmlPullParser parser, String attrName, float lowerInclusive, in readAttributeFloatInRange()
247 public static float readAttributePositiveFloat(TypedXmlPullParser parser, String attrName, in readAttributePositiveFloat()
259 public static float readAttributePositiveFloat(TypedXmlPullParser parser, String attrName) in readAttributePositiveFloat()
273 public static long readAttributePositiveLong(TypedXmlPullParser parser, String attrName) in readAttributePositiveLong()
284 private static int readAttributeInt(TypedXmlPullParser parser, String attrName) in readAttributeInt()
295 private static float readAttributeFloat(TypedXmlPullParser parser, String attrName) in readAttributeFloat()
[all …]
/aosp_15_r20/external/clang/include/clang/Sema/
H A DAttributeList.h237 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
275 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
294 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
313 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
326 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, in AttributeList()
643 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
661 AttributeList *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
676 IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype()
690 IdentifierInfo *attrName, SourceRange attrRange, in createTypeAttribute()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DParsedAttr.h216 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
231 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
251 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
267 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
285 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
298 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
760 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
774 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
787 createTypeTagForDatatype(IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype()
798 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DParsedAttr.h216 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
231 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
251 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
267 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
285 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
298 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
755 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
769 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
782 createTypeTagForDatatype(IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype()
793 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DParsedAttr.h216 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
231 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
251 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
267 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
285 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
298 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
760 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
774 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
787 createTypeTagForDatatype(IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype()
798 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DParsedAttr.h206 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
221 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
241 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
257 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
275 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
288 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, in ParsedAttr()
745 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
759 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange, in create()
772 createTypeTagForDatatype(IdentifierInfo *attrName, SourceRange attrRange, in createTypeTagForDatatype()
783 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute()
[all …]
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStoreUtils.java142 public static void putIntegerIfNotNull(PersistableBundle bundle, String attrName, in putIntegerIfNotNull()
149 public static void putPersistableBundlableIfNotNull(PersistableBundle bundle, String attrName, in putPersistableBundlableIfNotNull()
157 String attrName, Function<PersistableBundle, E> converter) { in getObjectAttrFromPersistableBundle()
163 String attrName, Function<String, E> converter) { in getStringAttrFromPersistableBundle() argument
169 String attrName) { in getIntegerAttrFromPersistableBundle()
/aosp_15_r20/external/owasp/sanitizer/src/main/org/owasp/html/
DElementAndAttributePolicies.java68 String attrName = e.getKey(); in and() local
77 String attrName = e.getKey(); in and() local
108 String attrName = e.getKey(); in andGlobals() local
124 String attrName = e.getKey(); in andGlobals() local
DPolicyFactory.java181 String attrName = e.getKey(); in and() local
189 String attrName = e.getKey(); in and() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/
H A Dmedia_debug_config_manager.cpp223 std::string attrName = line.substr(0, attrEndPos + 1); in StoreDebugAttribs() local
249 std::string attrName; in ParseKernelAttribs() local
317 bool MediaDebugConfigMgr::AttrIsEnabled(std::string attrName) in AttrIsEnabled()
340 …ol MediaDebugConfigMgr::KernelAttrEnabled(MediaKernelDumpConfig kernelConfig, std::string attrName) in KernelAttrEnabled()
/aosp_15_r20/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/util/
H A DXmlUtils.java239 public static void maybeSetHrBoolAttr(Element ele, String attrName, Boolean b) { in maybeSetHrBoolAttr()
306 Element ele, String attrName, Set<String> requiredNames) throws MalformedXmlException { in getPipelineSplitAttr()
311 public static List<String> getPipelineSplitAttr(Element ele, String attrName, boolean required) in getPipelineSplitAttr()
330 public static Boolean getBoolAttr(Element ele, String attrName, Set<String> requiredStrings) in getBoolAttr()
336 public static Boolean getBoolAttr(Element ele, String attrName, boolean required) in getBoolAttr()
482 public static String getStringAttr(Element ele, String attrName, Set<String> requiredStrings) in getStringAttr()
488 public static String getStringAttr(Element ele, String attrName) throws MalformedXmlException { in getStringAttr()
493 public static String getStringAttr(Element ele, String attrName, boolean required) in getStringAttr()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
H A Dcodechal_debug.cpp1887 uint32_t height_in) { in CodechalDebugInterface()
2226 uint32_t height_in) { in CodechalDebugInterface()
2259 CODECHAL_MEDIA_STATE_TYPE mediaState) { in CodechalDebugInterface()
2396 CODECHAL_MEDIA_STATE_TYPE mediaState) { in CodechalDebugInterface()
2485 const char *attrName, in DumpRgbDataOnYUVSurface()
2807 const char *attrName) in DumpBltOutput()
3342 const char *attrName = MediaDbgAttr::attrStatusReport; in DumpEncodeStatusReport() local
3468 bool operator()(const char *attrName) in SetFastDumpConfig()
3514 const char *attrName, in SetFastDumpConfig()
3518 CODECHAL_MEDIA_STATE_TYPE mediaState) { in SetFastDumpConfig()
[all …]
H A Dcodechal_debug_config_manager.cpp103 std::string attrName) in AttrIsEnabled()
132 bool CodecDebugConfigMgr::AttrIsEnabled(std::string attrName) in AttrIsEnabled()
/aosp_15_r20/external/robolectric/resources/src/test/java/org/robolectric/res/
H A DThemeStyleSetTest.java58 private AttributeResource createAttribute(String attrName, String value) { in createAttribute()
62 private ResName attrName(String attrName) { in attrName() method in ThemeStyleSetTest
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
H A DAttributePropertyWriter.java33 protected AttributePropertyWriter(String attrName, BeanPropertyDefinition propDef, in AttributePropertyWriter()
38 protected AttributePropertyWriter(String attrName, BeanPropertyDefinition propDef, in AttributePropertyWriter()
50 public static AttributePropertyWriter construct(String attrName, in construct()
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNamedNodeMapGetNamedItemNS.java106 String attrName; in testGetNamedItemNS2() local
125 String attrName; in testGetNamedItemNS3() local
145 String attrName; in testGetNamedItemNS4() local
H A DElementSetAttributeNS.java59 String attrName; in testSetAttributeNS1() local
77 String attrName; in testSetAttributeNS2() local
98 String attrName; in testSetAttributeNS3() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DSecurity.java831 String attrName = filterComponents[2]; in getAllQualifyingCandidates() local
840 String attrName, in getProvidersNotUsingCache()
861 String attrName, in isCriterionSatisfied()
968 String attrName = null; in getFilterComponents() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DSecurity.java831 String attrName = filterComponents[2]; in getAllQualifyingCandidates() local
840 String attrName, in getProvidersNotUsingCache()
861 String attrName, in isCriterionSatisfied()
968 String attrName = null; in getFilterComponents() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DSecurity.java831 String attrName = filterComponents[2]; in getAllQualifyingCandidates() local
840 String attrName, in getProvidersNotUsingCache()
861 String attrName, in isCriterionSatisfied()
968 String attrName = null; in getFilterComponents() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DKeyboardFlatten.java210 final String attrName = "base"; in getBase() local
215 final String attrName = "path"; in getPath() local
219 private static String getAttributeValue(Node item, final String attrName) { in getAttributeValue()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DXmlPullParserTest.java172 String attrName, in assertAttribute()
198 String attrNs, String attrName, int attrResId, String type, String value, int valueResId) { in format()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/
H A DNodeHandler.java33 String attrName = entry.getKey(); in findMatchFor() local
54 String attrName = attrMatcher.group(2); in addHandler() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509CertInfo.java366 X509AttributeName attrName = new X509AttributeName(name); in set() local
455 X509AttributeName attrName = new X509AttributeName(name); in delete() local
535 X509AttributeName attrName = new X509AttributeName(name); in get() local

12345678910>>...26