HomeSort by relevance Sort by last modified time
    Searched refs:RESTRICTED (Results 1 - 25 of 50) sorted by null

1 2

  /external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
r.conf 3 s3=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
  /packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
DefaultErrorDialog.java 35 || disconnectCause.getCode() == DisconnectCause.RESTRICTED);
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 58 public static final int RESTRICTED = 8;
284 case RESTRICTED:
285 code = "RESTRICTED";
  /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...]
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...]
  /frameworks/native/services/sensorservice/
SensorService.h 121 RESTRICTED = 2
124 // RESTRICTED <--- NORMAL ---> DATA_INJECTION
128 // 1) Put SensorService in RESTRICTED mode with packageName .cts. If it is already in
129 // restricted mode it is treated as a NO_OP (and packageName is NOT changed).
208 // If SensorService is operating in RESTRICTED mode, only select whitelisted packages are
252 // This packagaName is set when SensorService is in RESTRICTED or DATA_INJECTION mode. Only
SensorService.cpp 331 // If already in restricted mode. Ignore.
332 if (mCurrentOperatingMode == RESTRICTED) {
340 mCurrentOperatingMode = RESTRICTED;
359 // If currently in restricted mode, reset back to NORMAL mode else ignore.
360 if (mCurrentOperatingMode == RESTRICTED) {
443 case RESTRICTED:
444 result.appendFormat(" RESTRICTED : %s\n", mWhiteListedPackage.string());
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal 172 RESTRICTED, // card is present but not usable due to carrier
319 RESTRICTED,
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
DisconnectCauseUtil.java 94 return DisconnectCause.RESTRICTED;
TelephonyConnectionService.java 434 "Add call restricted due to ongoing video call"));
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.3.0/
lint-checks-25.3.0.jar 

Completed in 1656 milliseconds

1 2