HomeSort by relevance Sort by last modified time
    Searched full:permissive (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /system/core/toolbox/
getenforce.c 27 printf("Permissive\n");
setenforce.c 12 fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
33 } else if (strcasecmp(argv[1], "permissive") == 0) {
  /external/chromium/net/http/
mock_allow_url_security_manager.h 13 // An URLSecurityManager which is very permissive and which should only be used
http_auth.cc 111 // NOTE: we are more permissive than RFC 2617 which says auth-scheme
  /external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 24 // Calls from less permissive contexts. We don't actually do this
  /external/webkit/Tools/DumpRenderTree/win/
PolicyDelegate.h 73 void setPermissive(bool permissive) { m_permissiveDelegate = permissive; }
  /external/webkit/Tools/DumpRenderTree/mac/
PolicyDelegate.mm 103 - (void)setPermissive:(BOOL)permissive
105 permissiveDelegate = permissive;
PolicyDelegate.h 38 - (void)setPermissive:(BOOL)permissive;
  /external/checkpolicy/
policy_scan.l 226 permissive |
227 PERMISSIVE { return(PERMISSIVE); }
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 116 * The default, permissive policy that doesn't prevent any operations.
  /external/chromium/base/mac/
mac_util.h 28 // Full screen modes, in increasing order of priority. More permissive modes
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultisetFauxverideShim.java 168 * too-permissive factory methods from ImmutableMultiset.
ImmutableSortedSetFauxverideShim.java 164 * so that ImmutableSortedSet wouldn't "inherit" too-permissive factory
  /external/kernel-headers/original/asm-generic/
pgtable.h 35 * to a "more permissive" setting, which allows most architectures
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
lexical-001.js 29 * We might not always be so permissive, so we warn about it."
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 182 static void setCustomPolicyDelegate(bool enabled, bool permissive);
  /external/checkpolicy/test/
dispol.c 334 fprintf(fp, "permissive sids:\n");
385 printf("p) display the list of permissive types\n");
  /external/chromium/googleurl/src/
url_canon_query.cc 35 // IE is very permissive for query parameters specified in links on the page
  /external/webkit/Source/WebKit2/WebProcess/
com.apple.WebProcess.sb 114 ;; FIXME: overly permissive since we can't pre-enumerate the client
  /external/webkit/Tools/Scripts/
do-webcore-rename 183 # Find the longest key in %renames which matches this more permissive regexp.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 116 bool permissive; member in struct:diagnostic_context
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 116 bool permissive; member in struct:diagnostic_context
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 116 bool permissive; member in struct:diagnostic_context
  /external/dnsmasq/
COPYING-v3 201 non-permissive terms added in accord with section 7 apply to the code;
388 All other non-permissive additional terms are considered "further
403 Additional terms, permissive or non-permissive, may be stated in the
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 403 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().

Completed in 719 milliseconds

1 2 3 4 5 6