HomeSort by relevance Sort by last modified time
    Searched refs:allow (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /system/core/rootdir/
Android.mk 50 # to allow -user builds to properly run the dex pre-optimization pass in
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 256 boolean allow = checkEnteringPackage(pkg) || (DEBUG_ALLOW_ANY_STARTS != 0);
261 // redirected to a file?) So we allow disk writes
265 System.out.println(" // " + (allow ? "Allowing" : "Rejecting") + " start of "
271 return allow;
277 boolean allow = checkEnteringPackage(pkg) || (DEBUG_ALLOW_ANY_RESTARTS != 0);
278 if (!allow) {
280 System.out.println(" // " + (allow ? "Allowing" : "Rejecting")
286 return allow;
    [all...]
  /external/libxml2/include/libxml/
catalog.h 167 xmlCatalogSetDefaults (xmlCatalogAllow allow);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 46 .global SynthMasterGain @ allow other files to use this function
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 46 .global SynthMasterGain @ allow other files to use this function
  /external/webkit/WebKit/mac/WebView/
WebUIDelegatePrivate.h 94 - (void)allow;
  /frameworks/base/core/java/android/webkit/
WebSettings.java 466 public void setAllowFileAccess(boolean allow) {
467 mAllowFileAccess = allow;
483 public void setAllowContentAccess(boolean allow) {
484 mAllowContentAccess = allow;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 169 GeolocationPermissions.getInstance().allow(origin);
  /external/chromium/net/socket/
socket_test_util.h 166 void allow_unconsumed_reads(bool allow) { allow_unconsumed_reads_ = allow; }
  /external/webkit/WebKitTools/DumpRenderTree/mac/
UIDelegate.mm 162 [listener allow];
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
CallbackProxy.java 491 public void setGeolocationPermission(boolean allow) {
492 obtainMessage(SET_GEOLOCATION_PERMISSION, allow ? 1 : 0, 0).sendToTarget();
  /external/chromium/net/tools/testserver/
testserver.py 45 """This is a specialization of of BaseHTTPServer to allow it
314 system time, and does not allow for caching."""
331 system time, and does not allow caching."""
348 system time, and does not allow caching event though max-age of 60
366 system time, and does not allow the page to be stored."""
383 system time, and does not allow the page to be stored even though max-age
402 system time, and does not allow the content to transformed during
482 # do not allow fancy chars in file name
795 # Authentication successful. (Return a cachable response to allow for
    [all...]
  /external/chromium/base/
condition_variable_unittest.cc 107 void SetAllowHelp(bool allow);
174 // Allow for clocking rate granularity.
202 // Wait a bit more to allow threads to reach their wait state.
277 // Wait to allow the all workers to get done.
310 // Wait to allow the 3 workers to get done.
326 queue.SetAllowHelp(true); // Allow (unnecessary) help requests.
329 // Wait to allow the 3 workers to get done.
348 // Wait to allow the 10 workers to get done.
367 // Wait to allow the 10 workers to get done.
402 // Wait a bit more to allow threads to reach their wait state
    [all...]
  /external/dbus/dbus/
dbus-transport.c 563 * done, for example they may allow connection as any identity,
576 dbus_bool_t allow; local
590 allow = (* unix_user_function) (connection,
597 if (allow)
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /cts/tests/SignatureTest/
Android.mk 44 # These shell commands allow us to get around the package.mk check for
  /external/v8/test/mjsunit/
arguments-opt.js 28 // Flags: --allow-natives-syntax
override-read-only-property.js 32 // However, for compatibility with WebKit/JSC, we allow the overriding
setter-on-constructor-prototype.js 28 // Flags: --allow-natives-syntax
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 142 // The old behavior was to always allow javascript to focus a window. If we
340 * (which may be equal to the old quota if the user did not allow more quota) when this function returns. As
470 void ChromeClientAndroid::provideGeolocationPermissions(const String &origin, bool allow, bool remember)
473 m_geolocationPermissions->providePermissionState(origin, allow, remember);
  /external/openssl/ssl/
s2_clnt.c 338 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow;
483 allow = cl;
488 allow = sk;
497 if (sk_SSL_CIPHER_find(allow,
s2_srvr.c 527 STACK_OF(SSL_CIPHER) *prio, *allow;
649 allow = cs;
654 allow = cl;
658 if (sk_SSL_CIPHER_find(allow,sk_SSL_CIPHER_value(prio,z)) < 0)
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 224 void setGeolocationPermission(bool allow);
  /external/dbus/bus/
config-parser.c 158 return "allow";
1087 dbus_bool_t allow,
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 34 \item To allow user to set traffic class bits.
36 \item To allow user to read traffic class bits of received packets.
323 still can be shared by another sockets. Current implementation does not allow
328 or closed all the sockets using it. Current implementation does not allow

Completed in 846 milliseconds

1 23 4 5 6