/external/sepolicy/ |
D | te_macros | 3 # Allow a transition from olddomain to newdomain 29 # Allow the necessary permissions. 37 # Allow domain to create a file labeled file_type in a 44 # Allow the domain to add entries to the directory. 46 # Allow the domain to create the file. 57 # Allow the necessary permissions. 66 # Allow the specified domain to read directories, files 75 # Allow the specified domain to do anything. 104 # Allow a base set of permissions required for all apps. 113 # Allow permissions specific to platform apps. [all …]
|
D | domain.te | 3 # Allow reaping by init. 86 #Allow access to ion memory allocation device
|
D | mediaserver.te | 42 # Allow abstract socket connection
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AllowList.java | 43 public class AllowList extends SIPHeaderList<Allow> { 62 super(Allow.class, AllowHeader.NAME); in AllowList() 82 for ( Iterator<Allow> it = this.hlist.iterator(); it.hasNext();) { in getMethods() 83 Allow a = (Allow)it.next(); in getMethods() 108 Allow allow = new Allow(); in setMethods()
|
D | Allow.java | 40 public final class Allow extends class 53 public Allow() { in Allow() method in Allow 60 public Allow(String m) { in Allow() method in Allow
|
D | NameMap.java | 87 putNameMap(Allow.NAME, Allow.class.getName()); // 5 in initializeNameMap()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
D | webkit | 3 Access-Control-Allow-Credentials 4 Access-Control-Allow-Headers 5 Access-Control-Allow-Methods 6 Access-Control-Allow-Origin
|
D | mozilla | 7 Allow
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | AllowParser.java | 73 Allow allow = new Allow(); in parse() 87 allow = new Allow(); in parse()
|
/external/proguard/examples/ |
D | retrace.pro | 26 # Allow methods with the same signature, except for the return type, 35 # Allow classes and class members to be made public.
|
D | midlets.pro | 19 # Allow methods with the same signature, except for the return type, 28 # Allow classes and class members to be made public.
|
D | proguard.pro | 21 # Allow methods with the same signature, except for the return type, 30 # Allow classes and class members to be made public.
|
/external/clang/test/SemaObjC/ |
D | stand-alone-implementation.m | 3 // Allow injection of ivars into implementation's implicit class.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | gradient_button_cell_unittest.mm | 102 // Allow for immediate state changes to keep test unflaky 107 // Allow for immediate state changes to keep test unflaky
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | ChangeLog | 48 * Allow key-flags to work with special flags (salcianu) 49 * Allow printing flags of a specific module (mikecurtis)
|
/external/clang/test/CodeGenObjC/ |
D | stand-alone-implementation.m | 4 // Allow injection of ivars into implementation's implicit class.
|
/external/chromium/chrome/browser/ |
D | nacl_loader.sb | 12 ; Allow a Native Client application to use semaphores, specifically
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_host_state.cc | 37 cert_policy_for_host_[host].Allow(cert); in AllowCertForHost()
|
/external/dbus/test/data/valid-config-files/system.d/ |
D | test.conf | 15 <!-- Allow any connection to receive the message, but
|
/external/chromium/chrome/browser/ui/webui/ |
D | collected_cookies_ui_delegate.cc | 208 NewCallback(this, &CollectedCookiesUIDelegate::Allow)); in RegisterMessages() 265 void CollectedCookiesUIDelegate::Allow(const ListValue* args) { in Allow() function in CollectedCookiesUIDelegate
|
D | collected_cookies_ui_delegate.h | 73 void Allow(const ListValue* args);
|
/external/libpng/ |
D | configure.ac | 110 # Allow the pkg-config directory to be set 134 # Allow the old version number library, libpng.so, to be removed from
|
/external/chromium/net/base/ |
D | x509_cert_types.h | 108 void Allow(X509Certificate* cert);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
D | PAssociatedURIParser.java | 40 import gov.nist.javax.sip.header.Allow;
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 90 allowAccessModification = Allow access modification 148 Allow the optimization step to modify the access modifiers of classes, fields, and methods. 150 <html>Allow interfaces to be merged, even if their implementations don't implement all<br>\ 174 <html>Allow fields and methods to get the same obfuscated names, even if only their types or<br>\ 299 allowTitle = Allow 301 allowShrinking = Allow shrinking 302 allowOptimization = Allow optimization 303 allowObfuscation = Allow obfuscation
|