HomeSort by relevance Sort by last modified time
    Searched full:disallowed (Results 51 - 75 of 618) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothEnablerTest.java 131 // GIVEN Bluetooth has been disallowed...
150 // GIVEN configuring Bluetooth has been disallowed...
169 // GIVEN Bluetooth has been disallowed...
  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 52 * coredump, and PTRACE_ATTACH is disallowed. It's a security best
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 7 (void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with ARC}}
9 (void)(__autoreleasing id*)arg; // expected-error{{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}}
10 (void)(id*)arg; // expected-error{{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}}
14 (void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed}}
  /external/libmojo/mojo/public/cpp/bindings/
sync_call_restrictions.h 27 // In some processes, sync calls are disallowed. For example, in the browser
  /external/llvm/utils/lint/
cpp_lint.py 58 'Disallowed system header: <%s>' % curr_system_header))
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 55 assertSame(key, CssSchema.DISALLOWED, CssSchema.DEFAULT.forKey(key));
CssFuzzerTest.java 135 for (String disallowed : DISALLOWED_IN_OUTPUT) {
137 "contains " + disallowed + ", " + msg,
138 tokens.normalizedCss.contains(disallowed));
  /external/proguard/src/proguard/util/
VariableStringMatcher.java 111 // Check the disallowed characters.
  /external/swiftshader/third_party/LLVM/utils/lint/
cpp_lint.py 58 'Disallowed system header: <%s>' % curr_system_header))
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
OverlayPackagesProviderTest.java 199 * If an app is listed as both required and disallowed, it should be only in the disallowed
277 ArrayList<String> disallowed = getStringArrayInRealResources(disallowedId); local
278 required.retainAll(disallowed);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
UserUtils.java 51 * disallowed by policy, returns null.
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 50 public static final String RESTRICTION_DISALLOWED = "vpn.disallowed";
138 Log.w(TAG, "Disallowed package not found: " + disallowedPackage);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BluetoothRestrictionTest.java 107 * sharing is disallowed.
110 * disallowed anymore.
  /external/deqp/executor/
xeCallQueue.hpp 80 CallReader (const CallReader& other); //!< disallowed
81 CallReader& operator= (const CallReader& other); //!< disallowed
  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 55 // with other threads using disallowed system calls either before or after
63 // disallowed.
  /external/curl/m4/
curl-functions.m4 569 dnl usage has not been previously disallowed with
654 dnl usage has not been previously disallowed with
745 dnl usage has not been previously disallowed with
839 dnl usage has not been previously disallowed with
929 dnl usage has not been previously disallowed with
1027 dnl usage has not been previously disallowed with
1176 dnl usage has not been previously disallowed with
1261 dnl usage has not been previously disallowed with
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 202 // Verify that disallowed packages are not installed in the managed profile.
219 assertFalse("Package should not be installed in managed profile when disallowed: "
224 // Verify that if any packages are disallowed to install during creation of managed profile can
233 assertFalse("Package should not be installed in managed profile when disallowed: "
237 // Verify that the disallowed packages during profile creation can be installed now.
  /frameworks/base/core/java/android/os/
UserManager.java 112 * Specifies if a user is disallowed from adding and removing accounts, unless they are
119 * management is disallowed.
130 * Specifies if a user is disallowed from changing Wi-Fi
143 * Specifies if a user is disallowed from installing applications.
155 * Specifies if a user is disallowed from uninstalling applications.
167 * Specifies if a user is disallowed from turning on location sharing.
181 * Specifies if a user is disallowed from enabling the
194 * Specifies if a user is disallowed from configuring bluetooth.
210 * Specifies if bluetooth is disallowed on the device.
224 * Specifies if outgoing bluetooth sharing is disallowed on the device. Device owner and profil
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UTS46.java 75 Error.DISALLOWED,
94 // If USE_STD3_RULES is set, then non-LDH characters are disallowed
97 // Values: -1=disallowed 0==valid 1==mapped (lowercase)
381 // and we look for U+FFFD which indicates disallowed characters
388 // If we enforce STD3 rules, then ASCII characters other than LDH and dot are disallowed.
397 addLabelError(info, Error.DISALLOWED);
403 addLabelError(info, Error.DISALLOWED);
406 addLabelError(info, Error.DISALLOWED);
412 // so that we don't report IDNA.Error.DISALLOWED for the U+FFFD from here.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UTS46.java 74 Error.DISALLOWED,
93 // If USE_STD3_RULES is set, then non-LDH characters are disallowed
96 // Values: -1=disallowed 0==valid 1==mapped (lowercase)
380 // and we look for U+FFFD which indicates disallowed characters
387 // If we enforce STD3 rules, then ASCII characters other than LDH and dot are disallowed.
396 addLabelError(info, Error.DISALLOWED);
402 addLabelError(info, Error.DISALLOWED);
405 addLabelError(info, Error.DISALLOWED);
411 // so that we don't report IDNA.Error.DISALLOWED for the U+FFFD from here.
    [all...]
  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 237 disallowed dependencies and list of the dependencies.
264 # check disallowed dependencies
294 logging.error("%d disallowed dependencies:", len(dep_errors))
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AlwaysOnVpnTest.java 42 public static final String RESTRICTION_DISALLOWED = "vpn.disallowed";
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 63 disallowed property.
  /external/clang/test/ARCMT/
checking.m 153 (void)(int*)arg; // expected-error {{disallowed}}
155 (void)(__autoreleasing id*)arg; // expected-error {{disallowed}}
156 (void)(id*)arg; // expected-error {{disallowed}}
160 (void)(void**)arg; // expected-error {{disallowed}}
  /external/clang/test/Modules/
framework-name.m 17 // name mismatches are disallowed. However, as long as we *don't* prevent them

Completed in 1906 milliseconds

1 23 4 5 6 7 8 91011>>