Home
last modified time | relevance | path

Searched refs:Allow (Results 1 – 25 of 219) sorted by relevance

123456789

/external/sepolicy/
Dte_macros3 # 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 …]
Ddomain.te3 # Allow reaping by init.
86 #Allow access to ion memory allocation device
Dmediaserver.te42 # Allow abstract socket connection
/external/nist-sip/java/gov/nist/javax/sip/header/
DAllowList.java43 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()
DAllow.java40 public final class Allow extends class
53 public Allow() { in Allow() method in Allow
60 public Allow(String m) { in Allow() method in Allow
DNameMap.java87 putNameMap(Allow.NAME, Allow.class.getName()); // 5 in initializeNameMap()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dwebkit3 Access-Control-Allow-Credentials
4 Access-Control-Allow-Headers
5 Access-Control-Allow-Methods
6 Access-Control-Allow-Origin
Dmozilla7 Allow
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAllowParser.java73 Allow allow = new Allow(); in parse()
87 allow = new Allow(); in parse()
/external/proguard/examples/
Dretrace.pro26 # Allow methods with the same signature, except for the return type,
35 # Allow classes and class members to be made public.
Dmidlets.pro19 # Allow methods with the same signature, except for the return type,
28 # Allow classes and class members to be made public.
Dproguard.pro21 # 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/
Dstand-alone-implementation.m3 // Allow injection of ivars into implementation's implicit class.
/external/chromium/chrome/browser/ui/cocoa/
Dgradient_button_cell_unittest.mm102 // 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/
DChangeLog48 * Allow key-flags to work with special flags (salcianu)
49 * Allow printing flags of a specific module (mikecurtis)
/external/clang/test/CodeGenObjC/
Dstand-alone-implementation.m4 // Allow injection of ivars into implementation's implicit class.
/external/chromium/chrome/browser/
Dnacl_loader.sb12 ; Allow a Native Client application to use semaphores, specifically
/external/chromium/chrome/browser/ssl/
Dssl_host_state.cc37 cert_policy_for_host_[host].Allow(cert); in AllowCertForHost()
/external/dbus/test/data/valid-config-files/system.d/
Dtest.conf15 <!-- Allow any connection to receive the message, but
/external/chromium/chrome/browser/ui/webui/
Dcollected_cookies_ui_delegate.cc208 NewCallback(this, &CollectedCookiesUIDelegate::Allow)); in RegisterMessages()
265 void CollectedCookiesUIDelegate::Allow(const ListValue* args) { in Allow() function in CollectedCookiesUIDelegate
Dcollected_cookies_ui_delegate.h73 void Allow(const ListValue* args);
/external/libpng/
Dconfigure.ac110 # 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/
Dx509_cert_types.h108 void Allow(X509Certificate* cert);
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
DPAssociatedURIParser.java40 import gov.nist.javax.sip.header.Allow;
/external/proguard/src/proguard/gui/
DGUIResources.properties90 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

123456789