HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 176 - 200 of 9846) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/dashboard/dashboard/models/
sheriff_test.py 33 # Email addresses with + characters are allowed.
36 # the set of allowed email address domains.
41 # If it's not within the set of allowed domains, an exception will be raised
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
errorrules.py 31 flags.DEFINE_integer('max_line_length', 80, 'Maximum line length allowed '
38 """Returns allowed maximum length of line.
41 Length of line allowed without any warning.
  /external/clang/test/Parser/
cxx0x-condition.cpp 26 if (S b(n)) {} // expected-error {{a function type is not allowed here}} expected-error {{must have an initializer}}
27 if (S b(n) = 0) {} // expected-error {{a function type is not allowed here}}
28 if (S b(n) == 0) {} // expected-error {{a function type is not allowed here}} expected-error {{did you mean '='?}}
  /external/clang/test/Sema/
warn-main.c 18 // expected-error@+1 {{'main' is not allowed to be declared inline}}
25 // expected-warning@+2 {{'main' is not allowed to be declared _Noreturn}}
32 // expected-warning@+1 {{'main' is not allowed to be declared variadic}}
attr-naked.cpp 10 asm("mov r2, %0" : : "r"(v)); // expected-error{{'this' pointer references not allowed in naked functions}}
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
var_log.py 45 ## Domain allowed access.
65 ## Domain allowed access.
84 ## Domain allowed access.
  /system/sepolicy/
logd.te 17 # logpersist is only allowed on userdebug and eng builds
61 # logd is not allowed to write anywhere other than /data/misc/logd, and then
65 # logpersist is only allowed on userdebug/eng builds
  /art/runtime/interpreter/mterp/arm/
op_check_cast.S 2 * Check to see if a cast from one class to another is allowed.
op_goto_32.S 7 * Unlike most opcodes, this one is allowed to branch to itself, so
  /art/runtime/interpreter/mterp/arm64/
op_goto_32.S 7 * Unlike most opcodes, this one is allowed to branch to itself, so
  /art/runtime/interpreter/mterp/mips64/
op_check_cast.S 2 * Check to see if a cast from one class to another is allowed.
  /art/runtime/interpreter/mterp/x86/
op_check_cast.S 2 * Check to see if a cast from one class to another is allowed.
op_goto_32.S 7 * Unlike most opcodes, this one is allowed to branch to itself, so
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
SecondaryProfileOwnerUserRestrictionsTest.java 24 public static final String[] ALLOWED = new String[] {
65 return ALLOWED;
92 expected.addAll(Arrays.asList(ALLOWED));
103 assertRestrictions(new HashSet<>(Arrays.asList(ALLOWED)));
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
ConfirmationDialogFragment.java 72 * Called when the PermissoinRequest is allowed or denied by the user.
74 * @param allowed True if the user allowed the request.
76 public void onConfirmation(boolean allowed);
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
ConfirmationDialogFragment.java 72 * Called when the PermissoinRequest is allowed or denied by the user.
74 * @param allowed True if the user allowed the request.
76 public void onConfirmation(boolean allowed);
  /development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
ConfirmationDialogFragment.java 72 * Called when the PermissoinRequest is allowed or denied by the user.
74 * @param allowed True if the user allowed the request.
76 public void onConfirmation(boolean allowed);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NumberIsTooLargeException.java 38 * Whether the maximum is included in the allowed range.
47 * @param boundIsAllowed if true the maximum is included in the allowed range.
60 * @param boundIsAllowed if true the maximum is included in the allowed range.
77 * @return {@code true} if the maximum is included in the allowed range.
NumberIsTooSmallException.java 38 * Whether the maximum is included in the allowed range.
47 * @param boundIsAllowed Whether {@code min} is included in the allowed range.
61 * @param boundIsAllowed Whether {@code min} is included in the allowed range.
78 * @return {@code true} if the minimum is included in the allowed range.
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
popup_status.html 19 document.getElementById('status').innerHTML += 'Allowed.';
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
popup_status.html 14 document.getElementById('status').innerHTML = 'Allowed.';
  /external/autotest/client/site_tests/security_AltSyscall/
control 13 Syscalls which are allowed by the alt_syscall table should succeed, syscalls
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
root-ptrace-restrictions.sh 50 echo "ok: $prctl correctly not allowed ptrace"
52 echo "FAIL: $prctl unexpectedly allowed ptrace"
63 echo "ok: $prctl correctly allowed ptrace"
65 echo "FAIL: $prctl unexpectedly not allowed ptrace"
  /external/chromium-trace/catapult/perf_insights/bin/
PRESUBMIT.py 11 '__init__.py is not allowed to exist in bin/')]
  /external/chromium-trace/catapult/tracing/bin/
PRESUBMIT.py 11 '__init__.py is not allowed to exist in bin/')]

Completed in 607 milliseconds

1 2 3 4 5 6 78 91011>>