HomeSort by relevance Sort by last modified time
    Searched full:restrictions (Results 351 - 375 of 5346) sorted by null

<<11121314151617181920>>

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
BaseUserRestrictionsTest.java 64 * Restrictions that affect all users when DO sets.
198 * Make sure all allowed restrictions can be set, and the others can't.
213 * Clear all allowed restrictions.
  /developers/build/prebuilts/gradle/AppRestrictionSchema/
README.md 25 <restrictions xmlns:android="http://schemas.android.com/apk/res/android">
34 </restrictions>
48 At runtime, the current list of restrictions enforced by policy can be
  /external/minijail/
minijail0.1 114 dynamically-linked target programs if any of these restrictions are in effect;
115 we pass the specific restrictions in an environment variable which the preloaded
116 library looks for. The forcibly-loaded library then applies the restrictions
  /packages/apps/Settings/src/com/android/settings/users/
UserDetailsSettings.java 37 * Settings screen for configuring a specific user. It can contain user restrictions
144 // Update the guest's restrictions, if there is a guest
145 // TODO: Maybe setDefaultGuestRestrictions() can internally just set the restrictions
  /external/icu/icu4c/source/test/intltest/
idnaref.h 47 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
85 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
128 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
167 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
207 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 55 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
112 * Current status of the restrictions.
265 * Loads the restrictions for the AppRestrictionSchema sample.
272 List<RestrictionEntry> restrictions = local
275 for (RestrictionEntry restriction : restrictions) {
440 // Note that the owner app needs to remember the restrictions on its own.
560 * Saves all the restrictions.
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 55 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
112 * Current status of the restrictions.
265 * Loads the restrictions for the AppRestrictionSchema sample.
272 List<RestrictionEntry> restrictions = local
275 for (RestrictionEntry restriction : restrictions) {
440 // Note that the owner app needs to remember the restrictions on its own.
560 * Saves all the restrictions.
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 55 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
112 * Current status of the restrictions.
265 * Loads the restrictions for the AppRestrictionSchema sample.
272 List<RestrictionEntry> restrictions = local
275 for (RestrictionEntry restriction : restrictions) {
440 // Note that the owner app needs to remember the restrictions on its own.
560 * Saves all the restrictions.
  /frameworks/base/docs/html/topic/performance/
background-optimization.jd 2 page.metaDescription=New restrictions to implicit broadcasts.
16 <a href="#connectivity-action">Restrictions on CONNECTIVITY_ACTION</a>
30 <a href="#media-broadcasts">Restrictions on NEW_PICTURE and
58 restrictions:
96 restrictions.
100 Restrictions on CONNECTIVITY_ACTION
197 Restrictions on NEW_PICTURE and NEW_VIDEO
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingQueue.java 155 * so immediately without violating capacity restrictions, returning
164 * time due to capacity restrictions
175 * so immediately without violating capacity restrictions, returning
278 * (<a href="../Collection.html#optional-restrictions">optional</a>)
280 * (<a href="../Collection.html#optional-restrictions">optional</a>)
293 * (<a href="../Collection.html#optional-restrictions">optional</a>)
295 * (<a href="../Collection.html#optional-restrictions">optional</a>)
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 27 * Applications can expose restrictions for a restricted user on a
28 * multiuser device. The administrator can configure these restrictions that will then be
31 * Any application that chooses to expose such restrictions does so by implementing a
33 * The receiver then returns a result bundle that contains an entry called "restrictions", whose
95 * restrictions
101 * {@link android.os.Bundle bundles} of restrictions
133 * List of nested restrictions. Used by {@link #TYPE_BUNDLE bundle} and
134 * {@link #TYPE_BUNDLE_ARRAY bundle_array} restrictions.
370 public void setRestrictions(RestrictionEntry[] restrictions) {
371 mRestrictions = restrictions;
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 446 // OpenMP [2.5, Restrictions]
448 // OpenMP [2.8.1, simd construct, Restrictions]
452 // OpenMP [2.9.1, target data construct, Restrictions]
454 // OpenMP [2.11.1, task Construct, Restrictions]
457 // OpenMP [teams Construct, Restrictions]
460 // OpenMP [2.9.1, task Construct, Restrictions]
462 // OpenMP [2.9.2, taskloop Construct, Restrictions]
464 // OpenMP [2.9.2, taskloop Construct, Restrictions]
479 // OpenMP [2.14.3.1, Restrictions]
482 // OpenMP [2.5, parallel Construct, Restrictions]
    [all...]
  /external/libavc/encoder/
ih264e_defs.h 58 /* Width and height restrictions */
120 /* Number of frame restrictions */
173 /* Profile and level restrictions */
  /external/libhevc/decoder/
ihevcd_defs.h 42 /* Width and height restrictions */
98 /* Number of frame restrictions */
124 /* Profile and level restrictions */
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 100 Bundle restrictions = mUserManager.getUserRestrictions(user.getUserHandle()); local
102 restrictions.getBoolean(UserManager.DISALLOW_CONFIG_WIFI));
238 // Note this will fail if DO already sets those restrictions.
  /libcore/ojluni/src/main/java/java/util/
AbstractQueue.java 75 * immediately without violating capacity restrictions, returning
85 * time due to capacity restrictions
176 * this time due to insertion restrictions
  /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java 29 * Test class to check different restrictions, that are connected to the device customization.
  /cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DeviceAdminPasswordTest.java 89 * Tests for the new restrictions on {@link DevicePolicyManager#resetPassword} introduced
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
SquareFrameLayout.java 66 // Both dimensions have restrictions on size, set both dimensions to be the
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
SquareFrameLayout.java 66 // Both dimensions have restrictions on size, set both dimensions to be the
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
SquareFrameLayout.java 66 // Both dimensions have restrictions on size, set both dimensions to be the
  /device/linaro/hikey/self-extractors/linaro/
LICENSE 28 2. RESTRICTIONS ON USE OF THE SOFTWARE.
109 their unauthorised disclosure and use. Subject to any restrictions
116 US Government Restrictions: Use, duplication, reproduction, release,
171 are subject to U.S.A. export restrictions or to any end user who has
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleTokenStream.cs 71 /// ITreeAdaptor.Create() returns an object, so no further restrictions possible.
  /external/autotest/frontend/client/src/autotest/common/
XhrJsonRpcProxy.java 17 * technique for AJAX and suffers from the usual restrictions -- Same-Origin Policy and a maximum of
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/
gl-matrix.rb 9 # freely, subject to the following restrictions:

Completed in 2637 milliseconds

<<11121314151617181920>>