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

1 2 34 5 6

  /external/qemu/
monitor.c     [all...]
  /external/v8/test/mjsunit/
fuzz-natives.js 28 // Flags: --allow-natives-syntax
math-min-max.js 28 // Flags: --allow-natives-syntax
mirror-script.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax
array-sort.js 28 // Flags: --allow-natives-syntax
object-define-property.js 30 // Flags: --allow-natives-syntax
  /external/v8/test/mjsunit/regress/
regress-219.js 30 // We should now allow duplicates of flags.
regress-334.js 28 // Flags: --allow-natives-syntax
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 623 void setLogAccess(boolean allow) {
624 logAccess = allow;
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 46 * unregistered parameter sanitizer does not allow any special characters,
122 * Allow space (' ') characters.
126 * Allow whitespace characters other than space. The
132 * Allow characters with character codes 128 to 255.
136 * Allow double quote characters. ('"')
140 * Allow single quote characters. ('\'')
144 * Allow less-than characters. ('<')
148 * Allow greater-than characters. ('>')
152 * Allow ampersand characters ('&')
156 * Allow percent-sign characters ('%'
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 180 Allow allow = new Allow(); local
181 allow.setMethod(method);
183 return allow;
    [all...]
  /external/openssl/ssl/
s3_lib.c     [all...]
  /ndk/build/core/
init.mk 210 # 3/ In case we fail horribly, allow the user to define NDK_USE_CYGPATH to '1'
294 # constructs (e.g. templates) so allow users to switch back
build-binary.mk 87 # If LOCAL_ALLOW_UNDEFINED_SYMBOLS is not true, the linker will allow the generation
  /build/tools/droiddoc/templates/assets/
search_autocomplete.js 157 return true; // allow the event to bubble up to the search api
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 77 libraries that allow you to build activities, handle user input, use hardware sensors,
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 243 // allow it.
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 460 public void setGeolocationPermission(boolean allow) {
462 mGeolocationPermission = allow;
702 // allow it's content to execute and be recorded by the test
  /libcore/
JavaLibrary.mk 218 # allow us to submit such a file. So we create it here
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 334 // client to allow or deny quota is available.
376 public void invoke(String origin, boolean allow, boolean remember) {
379 data.mAllow = allow;
567 * Inform webcore that the user has decided whether to allow or deny new
578 * @param allow Whether Geolocation permissions are allowed.
582 private native void nativeGeolocationPermissionsProvide(String origin, boolean allow, boolean remember);
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 914 media::Metadata::Filter allow, drop; local
916 if (unmarshallFilter(filter, &allow, &status) &&
920 mMetadataAllow = allow;
    [all...]
  /dalvik/docs/
prettify.js 174 * A class that indicates a section of markup that is not code, e.g. to allow
229 '(?:(?:^|[^\\+])\\+)|' + // allow + but not ++
230 '(?:(?:^|[^\\-])-)'; // allow - but not --
    [all...]
  /external/v8/benchmarks/
base.js 225 // separate steps to allow the framework to yield between any of the
  /external/libxml2/
catalog.c     [all...]
  /external/grub/docs/
texinfo.tex 469 % space in the output. Don't allow a line break at this space, as this
779 % Do not allow a page break right after this kern.
    [all...]

Completed in 600 milliseconds

1 2 34 5 6