Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/external/python/cpython2/Doc/library/
Drexec.rst5 :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 …]
Drestricted.rst20 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
Dbastion.rst6 :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/
DShadowKeyguardManager.java108 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/
Dcontrol19 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
Dcontrol.NotSet17 toggle restricted mode.
Dcontrol.Disabled17 toggle restricted mode.
Dcontrol.Strict17 restricted videos on YouTube.
Dcontrol.Moderate17 restricted videos on YouTube.
/external/v8/src/compiler/
Dtype-narrowing-reducer.cc71 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/
Dfuncobject.c175 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/
Dcontrol14 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/
Dios.bzl5 # Default tags for filtering iOS targets. Targets are restricted to Apple platforms.
/external/tensorflow/third_party/toolchains/preconfig/win_1803/
DBUILD1 licenses(["restricted"])
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BiasAddV1.pbtxt26 This is a special case of `tf.add` where `bias` is restricted to be 1-D.
Dapi_def_BiasAdd.pbtxt35 This is a special case of `tf.add` where `bias` is restricted to be 1-D.
/external/autotest/client/site_tests/security_SMMLocked/
Dcontrol16 Checks that the SMM area is correctly restricted by having both
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td452 // 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/
DREADME.md5 UI rendering facilities for restricted runtime environments. It is used
/external/autotest/test_suites/
Dcontrol.sanity20 restricted because of the potential performance costs.
Dcontrol.jailed_build16 machine in an unresponsive state. These tests are run on a restricted
/external/autotest/server/site_tests/firmware_Cr50CheckCap/
Dcontrol.ccd_open_restricted20 This test is applicable when ccd open is restricted.
/external/tensorflow/third_party/eigen3/
DBUILD7 # We've taken special care to not reference any restricted code.
/external/oss-fuzz/projects/postgis/
DDockerfile19 RUN echo deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse >> /etc/a…
/external/autotest/server/site_tests/firmware_Cr50Open/
Dcontrol.ccd_open_restricted23 This test is applicable when ccd open is restricted.

12345678910>>...20