/external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/ |
r.conf | 3 s3=RESTRICTED
|
/frameworks/base/core/proto/android/telecomm/ |
enums.proto | 162 RESTRICTED = 8;
|
/external/python/cpython3/Include/ |
structmember.h | 63 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/external/selinux/mcstrans/share/examples/nato/ |
setrans.conf | 10 s3:c0,c2,c11,c200.c511=RESTRICTED 15 s3:c1,c200.c511=NATO RESTRICTED
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/external/python/cpython2/Include/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
structmember.h | 84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
|
/external/selinux/mcstrans/share/examples/urcsts/ |
setrans.conf | 10 s3=RESTRICTED
|
/frameworks/base/telecomm/java/android/telecom/ |
DisconnectCause.java | 58 public static final int RESTRICTED = TelecomProtoEnums.RESTRICTED; // = 8 285 case RESTRICTED: 286 code = "RESTRICTED";
|
/packages/apps/Dialer/java/com/android/incallui/disconnectdialog/ |
DefaultErrorDialog.java | 35 || disconnectCause.getCode() == DisconnectCause.RESTRICTED);
|
/external/python/cpython3/Objects/ |
classobject.c | 104 {"__func__", T_OBJECT, MO_OFF(im_func), READONLY|RESTRICTED, 106 {"__self__", T_OBJECT, MO_OFF(im_self), READONLY|RESTRICTED, 436 {"__func__", T_OBJECT, IMO_OFF(func), READONLY|RESTRICTED,
|
funcobject.c | 234 RESTRICTED|READONLY}, 237 RESTRICTED|READONLY},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
funcobject.c | 163 RESTRICTED|READONLY},
165 RESTRICTED|READONLY},
169 RESTRICTED|READONLY},
171 RESTRICTED|READONLY},
177 restricted(void)
function 182 "function attributes not accessible in restricted mode");
189 if (restricted())
205 if (restricted())
229 if (restricted())
241 if (restricted())
[all...] |
classobject.c | 242 "class.__dict__ not accessible in restricted mode");
342 "classes are read-only in restricted mode");
724 "instance.__dict__ not accessible in restricted mode");
844 "__dict__ not accessible in restricted mode");
861 "__class__ not accessible in restricted mode");
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
funcobject.c | 163 RESTRICTED|READONLY},
165 RESTRICTED|READONLY},
169 RESTRICTED|READONLY},
171 RESTRICTED|READONLY},
177 restricted(void)
function 182 "function attributes not accessible in restricted mode");
189 if (restricted())
205 if (restricted())
229 if (restricted())
241 if (restricted())
[all...] |
classobject.c | 236 "class.__dict__ not accessible in restricted mode");
336 "classes are read-only in restricted mode");
707 "instance.__dict__ not accessible in restricted mode");
820 "__dict__ not accessible in restricted mode");
837 "__class__ not accessible in restricted mode");
[all...] |
/external/python/cpython2/Objects/ |
funcobject.c | 161 RESTRICTED|READONLY}, 163 RESTRICTED|READONLY}, 167 RESTRICTED|READONLY}, 169 RESTRICTED|READONLY}, 175 restricted(void) function 180 "function attributes not accessible in restricted mode"); 187 if (restricted()) 203 if (restricted()) 227 if (restricted()) 239 if (restricted()) [all...] |
/frameworks/native/services/sensorservice/ |
SensorService.h | 159 RESTRICTED = 2 162 // RESTRICTED <--- NORMAL ---> DATA_INJECTION 166 // 1) Put SensorService in RESTRICTED mode with packageName .cts. If it is already in 167 // restricted mode it is treated as a NO_OP (and packageName is NOT changed). 245 // If SensorService is operating in RESTRICTED mode, only select whitelisted packages are 301 // This packagaName is set when SensorService is in RESTRICTED or DATA_INJECTION mode. Only
|
SensorService.cpp | 356 // If already in restricted mode. Ignore. 357 if (mCurrentOperatingMode == RESTRICTED) { 365 mCurrentOperatingMode = RESTRICTED; 384 // If currently in restricted mode, reset back to NORMAL mode else ignore. 385 if (mCurrentOperatingMode == RESTRICTED) { 468 case RESTRICTED: 469 result.appendFormat(" RESTRICTED : %s\n", mWhiteListedPackage.string()); [all...] |
/hardware/interfaces/radio/1.0/vts/functional/ |
radio_hidl_hal_misc.cpp | 784 while (cardStatus.cardState != CardState::RESTRICTED && 791 EXPECT_EQ(CardState::RESTRICTED, cardStatus.cardState); 813 while (cardStatus.cardState == CardState::RESTRICTED && 820 EXPECT_NE(CardState::RESTRICTED, cardStatus.cardState);
|
/hardware/interfaces/radio/1.0/ |
types.hal | 172 RESTRICTED, // card is present but not usable due to carrier 319 RESTRICTED, [all...] |