Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 30) sorted by relevance

12

/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd6 <xs:restriction base="ints">
8 </xs:restriction>
11 <xs:restriction base="xs:integer">
14 </xs:restriction>
20 <xs:restriction base="xs:string">
26 </xs:restriction>
/system/core/libkeyutils/
Dkeyutils.cpp63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring() argument
64 return syscall(__NR_keyctl, KEYCTL_RESTRICT_KEYRING, keyring, type, restriction); in keyctl_restrict_keyring()
/system/core/libkeyutils/include/
Dkeyutils.h54 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction);
/system/libhidl/base/
DStatus.cpp116 void setProcessHidlReturnRestriction(HidlReturnRestriction restriction) { in setProcessHidlReturnRestriction() argument
117 gReturnRestriction = restriction; in setProcessHidlReturnRestriction()
/system/tools/xsdc/tests/resources/simple_complex_content/
Dsimple_complex_content.xsd25 <xs:restriction base="address">
31 </xs:restriction>
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java433 XsdGeneralRestriction restriction = (XsdGeneralRestriction) tag; in makeComplexContent() local
434 XsdType base = restriction.getBase(); in makeComplexContent()
438 content = new XsdComplexContent(null, null, restriction.getAttributes(), in makeComplexContent()
439 restriction.getAttributeGroups(), restriction.getElements(), in makeComplexContent()
440 restriction.getGroup()); in makeComplexContent()
462 XsdGeneralRestriction restriction = (XsdGeneralRestriction) tag; in makeSimpleContent() local
463 content = new XsdSimpleContent(null, restriction.getBase(), null); in makeSimpleContent()
/system/libhwbinder/include/hwbinder/
DProcessState.h92 void setCallRestriction(CallRestriction restriction);
/system/libhwbinder/
DProcessState.cpp259 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction() argument
263 mCallRestriction = restriction; in setCallRestriction()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java762 XsdRestriction restriction = (XsdRestriction) simpleType; in parseSimpleTypeValue() local
763 if (restriction.getEnums() != null) { in parseSimpleTypeValue()
764 String name = Utils.toClassName(restriction.getName()); in parseSimpleTypeValue()
768 return parseSimpleType(restriction.getBase(), traverse); in parseSimpleTypeValue()
/system/libhidl/base/include/hidl/
DStatus.h216 void setProcessHidlReturnRestriction(HidlReturnRestriction restriction);
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java882 XsdRestriction restriction = (XsdRestriction) simpleType; in parseSimpleTypeValue() local
883 if (restriction.getEnums() != null) { in parseSimpleTypeValue()
884 String name = Utils.toClassName(restriction.getName()); in parseSimpleTypeValue()
887 return parseSimpleType(restriction.getBase(), traverse); in parseSimpleTypeValue()
/system/sepolicy/prebuilts/api/30.0/public/
Dte_macros818 # For devices launching with Q or eariler, this restriction can be relaxed with
831 # For devices launching with Q or eariler, this restriction can be relaxed with
862 # For devices launching with Q or eariler, this restriction can be relaxed with
875 # For devices launching with Q or eariler, this restriction can be relaxed with
894 # For devices launching with Q or eariler, this restriction can be relaxed with
908 # For devices launching with Q or eariler, this restriction can be relaxed with
Ddomain.te496 # the write to /system restriction above is not bypassed via context=
/system/sepolicy/public/
Dte_macros818 # For devices launching with Q or eariler, this restriction can be relaxed with
831 # For devices launching with Q or eariler, this restriction can be relaxed with
862 # For devices launching with Q or eariler, this restriction can be relaxed with
875 # For devices launching with Q or eariler, this restriction can be relaxed with
894 # For devices launching with Q or eariler, this restriction can be relaxed with
908 # For devices launching with Q or eariler, this restriction can be relaxed with
Ddomain.te509 # the write to /system restriction above is not bypassed via context=
/system/tools/xsdc/
DREADME.md137 "xsd:restriction": [
/system/timezone/output_data/icu_overlay/
DLICENSE10 without restriction, including without limitation the rights to use,
52 "Software"), to deal in the Software without restriction, including
/system/timezone/testing/data/test2/output_data/icu_overlay/
DLICENSE10 without restriction, including without limitation the rights to use,
52 "Software"), to deal in the Software without restriction, including
/system/timezone/testing/data/test1/output_data/icu_overlay/
DLICENSE10 without restriction, including without limitation the rights to use,
52 "Software"), to deal in the Software without restriction, including
/system/timezone/testing/data/test3/output_data/icu_overlay/
DLICENSE10 without restriction, including without limitation the rights to use,
52 "Software"), to deal in the Software without restriction, including
/system/core/
DNOTICE300 "Software") to deal in the Data Files or Software without restriction,
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te422 # the write to /system restriction above is not bypassed via context=
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te419 # the write to /system restriction above is not bypassed via context=
/system/sepolicy/prebuilts/api/28.0/public/
Ddomain.te507 # the write to /system restriction above is not bypassed via context=
/system/sepolicy/prebuilts/api/29.0/public/
Ddomain.te498 # the write to /system restriction above is not bypassed via context=

12