HomeSort by relevance Sort by last modified time
    Searched refs:allow (Results 276 - 300 of 1066) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 119 p.mPositiveButtonText = getString(R.string.allow);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAccessConfirmationActivity.java 74 p.mPositiveButtonText = getString(R.string.allow);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 140 | 20 | access-control-allow-origin | |
142 | 22 | allow | |
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 140 | 20 | access-control-allow-origin | |
142 | 22 | allow | |
  /compatibility/cdd/3_software/
3_5_api-behavioral-compatibility.md 27 allow to register broadcast receivers for the implicit broadcasts of
  /external/adhd/defs/
make.mk 56 # allow Make to find the source files in the source directory.
  /external/mesa3d/src/mesa/
Android.libmesa_glsl_utils.mk 26 # The libmesa_glsl_utils libraries allow us to avoid a circular dependency
  /external/v8/src/
d8.js 12 // Hacky solution to circumvent forcing --allow-natives-syntax for d8
  /external/webrtc/webrtc/base/
thread.cc 271 bool Thread::SetAllowBlockingCalls(bool allow) {
274 blocking_calls_allowed_ = allow;
391 // - thread sending exits: We don't allow this, since thread can exit
  /frameworks/base/lowpan/tests/
Android.mk 37 # Utility variables to allow replacing a space with a comma
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 298 void sendAcknowledgement(int token, boolean allow, IFullBackupRestoreObserver observer) {
305 allow,
  /frameworks/base/wifi/tests/
Android.mk 37 # Utility variables to allow replacing a space with a comma
  /frameworks/native/libs/gui/tests/
Malicious.cpp 75 status_t allowAllocation(bool allow) override { return mProducer->allowAllocation(allow); }
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 243 bool allow) {
244 return mBase->allowAllocation(allow);
  /hardware/interfaces/graphics/bufferqueue/1.0/
IGraphicBufferProducer.hal 214 * allow for the asynchronous behavior. If it is not enabled queue/dequeue
531 * allow the other methods to succeed again.
604 bool allow
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
zcse.go 10 // function for values with zero arguments to allow the more expensive cse
  /prebuilts/go/darwin-x86/test/
chanlinear.go 43 // should be 2x (linear); allow up to 3x
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
zcse.go 10 // function for values with zero arguments to allow the more expensive cse
  /prebuilts/go/linux-x86/test/
chanlinear.go 43 // should be 2x (linear); allow up to 3x
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
mapmisc.d 1 #as: -EL -I$srcdir/$subdir --allow-incbin
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
msys.s 31 ; Check to make sure that the parse routines that allow predifined
  /development/vndk/tools/definition-tool/assets/visual/
dep-graph.js 210 .attr("class", function(d) { return d.allow ? "link" : "link--violate" })
322 l.allow = true;
330 l.allow = false;
  /external/libpng/contrib/libtests/
tarith.c 128 /* Allow for a three digit exponent, this stuff will fail if
190 double allow = .5/pow(10, local
200 if (change >= allow && (isfinite(out) ||
201 fabs(test/DBL_MAX) <= 1-allow))
204 double allowp = (change-allow)*100/allow;
220 DBL_DIG, test, precision, buffer, DBL_DIG, out, change, allow,
458 * is valid at this point set the at_start to false to allow an exponent
  /external/selinux/libsepol/tests/policies/test-expander/
small-base.conf 490 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
496 allow base_optional_1 base_optional_2 : file { read write };
666 # Role Allow
667 allow user_r sysadm_r;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppStateNotificationBridgeTest.java 405 AppEntry allow = mock(AppEntry.class); local
406 allow.extraInfo = allowState;
408 assertTrue(FILTER_APP_NOTIFICATION_RECENCY.filterApp(allow));
422 AppEntry allow = mock(AppEntry.class); local
423 allow.extraInfo = allowState;
425 assertTrue(FILTER_APP_NOTIFICATION_FREQUENCY.filterApp(allow));

Completed in 1124 milliseconds

<<11121314151617181920>>