/external/python/cpython2/Doc/library/ |
D | rexec.rst | 5 :synopsis: Basic restricted execution framework. 21 restricted versions of the standard Python functions :meth:`eval`, 23 executed in this restricted environment will only have access to modules and 56 useful when changing the mechanics of :keyword:`import` within the restricted 69 It is important to be aware that code running in a restricted environment can 70 still call the :func:`sys.exit` function. To disallow restricted code from 71 exiting the interpreter, always protect calls that cause restricted code to run 74 restricted environment is not sufficient --- the restricted code could still use 98 code object, which will be evaluated in the restricted environment's 106 compiled code object, which will be executed in the restricted environment's [all …]
|
D | restricted.rst | 20 trusted code. The term "restricted execution" is favored over "safe-Python" 21 since true safety is hard to define, and is determined by the way the restricted 22 environment is created. Note that the restricted environments can be nested, 25 An interesting aspect of Python's restricted execution model is that the 28 to write code designed to run in a restricted environment. And because the 43 restricted execution mode based on the identity of the ``__builtins__`` object 46 deemed to be restricted. 48 Python code executing in restricted mode faces a number of limitations that are 53 Two modules provide the framework for setting up restricted execution 66 Python applets. More information on the use of Python's restricted execution
|
D | bastion.rst | 6 :synopsis: Providing restricted access to objects. 27 restricted-mode programs access to certain safe attributes of an object, while 60 value of an attribute which should be exposed to the restricted execution
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowKeyguardManager.java | 108 public void setinRestrictedInputMode(boolean restricted) { in setinRestrictedInputMode() argument 109 inRestrictedInputMode = restricted; in setinRestrictedInputMode() 117 public void setInRestrictedInputMode(boolean restricted) { in setInRestrictedInputMode() argument 118 inRestrictedInputMode = restricted; in setInRestrictedInputMode()
|
/external/autotest/client/site_tests/policy_ForceYouTubeRestrict/ |
D | control | 19 restricted videos on YouTube. If the policy is set to Moderate than the 20 user will not be able to watch some restricted videos. If the policy is 22 Strict and Moderate, the user will not be able to toggle restricted settings
|
D | control.NotSet | 17 toggle restricted mode.
|
D | control.Disabled | 17 toggle restricted mode.
|
D | control.Strict | 17 restricted videos on YouTube.
|
D | control.Moderate | 17 restricted videos on YouTube.
|
/external/v8/src/compiler/ |
D | type-narrowing-reducer.cc | 71 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce() local 72 if (!original_type.Is(restricted)) { in Reduce() 73 NodeProperties::SetType(node, restricted); in Reduce()
|
/external/python/cpython2/Objects/ |
D | funcobject.c | 175 restricted(void) in restricted() function 187 if (restricted()) in func_get_dict() 203 if (restricted()) in func_set_dict() 227 if (restricted()) in func_get_code() 239 if (restricted()) in func_set_code() 278 if (restricted()) in func_set_name() 297 if (restricted()) in func_get_defaults() 312 if (restricted()) in func_set_defaults()
|
/external/autotest/client/site_tests/security_ProcessManagementPolicy/ |
D | control | 14 can be switched to by processes spawned under the restricted UID. 22 This autotest ensures that restricted users can only setuid() to UIDs approved
|
/external/tensorflow/tensorflow/lite/experimental/ios/ |
D | ios.bzl | 5 # Default tags for filtering iOS targets. Targets are restricted to Apple platforms.
|
/external/tensorflow/third_party/toolchains/preconfig/win_1803/ |
D | BUILD | 1 licenses(["restricted"])
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BiasAddV1.pbtxt | 26 This is a special case of `tf.add` where `bias` is restricted to be 1-D.
|
D | api_def_BiasAdd.pbtxt | 35 This is a special case of `tf.add` where `bias` is restricted to be 1-D.
|
/external/autotest/client/site_tests/security_SMMLocked/ |
D | control | 16 Checks that the SMM area is correctly restricted by having both
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 452 // The DP is restricted so we need a full 5 dispatches. 468 // The DP is restricted so we need a full 5 dispatches. 792 // Consecutive Store and ALU instructions. The store is restricted and requires 823 // Full 6 dispatches are required as this is both cracked and restricted. 845 // Full 6 dispatches are required as this is a restricted instruction. 889 // Single slice Restricted store operation. The restricted operation requires 1009 // Cracked, restricted, ALU operations. 1036 // One of the ALU ops is restricted the other is not so we have a total of 1072 // One of the ALU ops is restricted and takes 3 dispatches. 1087 // Both of the ALU ops are restricted and take 3 dispatches. [all …]
|
/external/freetype/devel-teeui/ |
D | README.md | 5 UI rendering facilities for restricted runtime environments. It is used
|
/external/autotest/test_suites/ |
D | control.sanity | 20 restricted because of the potential performance costs.
|
D | control.jailed_build | 16 machine in an unresponsive state. These tests are run on a restricted
|
/external/autotest/server/site_tests/firmware_Cr50CheckCap/ |
D | control.ccd_open_restricted | 20 This test is applicable when ccd open is restricted.
|
/external/tensorflow/third_party/eigen3/ |
D | BUILD | 7 # We've taken special care to not reference any restricted code.
|
/external/oss-fuzz/projects/postgis/ |
D | Dockerfile | 19 RUN echo deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse >> /etc/a…
|
/external/autotest/server/site_tests/firmware_Cr50Open/ |
D | control.ccd_open_restricted | 23 This test is applicable when ccd open is restricted.
|