Searched refs:permission (Results 1 - 25 of 86) sorted by relevance

1234

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyPermissionCollection.java35 public void add(Permission permission) {} argument
50 public boolean implies(Permission permission) { argument
H A DMyPermission.java49 public boolean implies(Permission permission) { argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DProviderConfigurationPermission.java10 * A permission class to define what can be done with the ConfigurableProvider interface.
24 * Note: permission checks are only enforced if a security manager is present.
107 Permission permission)
109 if (!(permission instanceof ProviderConfigurationPermission))
114 if (!this.getName().equals(permission.getName()))
119 ProviderConfigurationPermission other = (ProviderConfigurationPermission)permission;
106 implies( Permission permission) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationPermissionClientQt.cpp16 * this software without specific prior written permission.
80 void GeolocationPermissionClientQt::setPermission(QWebFrame* webFrame, QWebPage::PermissionPolicy permission) argument
87 if (permission == QWebPage::PermissionGrantedByUser)
89 else if (permission == QWebPage::PermissionDeniedByUser)
/external/chromium/chrome/browser/extensions/
H A Dextension_preference_api.cc28 const char* permission; member in struct:__anon1983::PrefMappingEntry
44 "You do not have permission to access incognito preferences.";
47 "You do not have permission to access the preference '%s'. "
118 std::string* permission) {
123 *permission = it->second.second;
131 std::string* permission) {
136 *permission = it->second.second;
160 kPrefMapping[i].permission);
165 std::make_pair(event_name, kPrefMapping[i].permission);
231 std::string permission; local
116 FindBrowserPrefForExtensionPref(const std::string& extension_pref, std::string* browser_pref, std::string* permission) argument
129 FindEventForBrowserPref(const std::string& browser_pref, std::string* event_name, std::string* permission) argument
306 std::string permission; local
357 std::string permission; local
401 std::string permission; local
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.h63 static PassRefPtr<HTMLDocumentParser> create(DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission permission) argument
65 return adoptRef(new HTMLDocumentParser(fragment, contextElement, permission));
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86_main.asm9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission
/external/stlport/src/details/
H A Dfstream_unistd.cpp156 long permission)
177 permission = 0; // Irrelevant unless we're writing.
193 file_no = OPEN(name, flags, permission);
155 _M_open(const char* name, ios_base::openmode openmode, long permission) argument
H A Dfstream_stdio.cpp55 // map permission masks
173 long permission)
231 (void)permission; // currently unused //*TY 02/26/2000 - added to suppress warning message
172 _M_open(const char* name, ios_base::openmode openmode, long permission) argument
H A Dfstream_win32io.cpp219 long permission) {
244 permission = 0; // Irrelevant unless we're writing.
267 dwCreationDisposition, permission, 0);
218 _M_open(const char* name, ios_base::openmode openmode, long permission) argument
/external/chromium/chrome/common/
H A Dweb_apps.cc260 std::string permission; local
261 CHECK(permissions_value->GetString(i, &permission));
262 permissions.push_back(permission);
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py458 for permission in self._manifest['permissions']:
459 split = permission.split('://')
521 """ Returns a list of protocols this extension requests permission for.
528 for permission in self._manifest['permissions']:
529 split = permission.split('://')
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProtectionDomainTest.java248 public boolean implies(ProtectionDomain domain, Permission permission) { argument
252 return super.implies(domain, permission);
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.h189 static PassRefPtr<XMLDocumentParser> create(DocumentFragment* fragment, Element* element, FragmentScriptingPermission permission)
191 return adoptRef(new XMLDocumentParser(fragment, element, permission));
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c123 tGATT_PERM perm = p_attr->permission;
220 p_attr16->permission,
452 ** perm: permission (authentication and key size requirements)
546 ** perm: characteristic descriptor permission type.
724 perm = p_attr->permission;
730 GATT_TRACE_DEBUG2( "gatts_write_attr_perm_check p_attr->permission =0x%04x min_key_size==0x%04x",
731 p_attr->permission,
914 p_attr16->permission = perm;
933 p_attr16->handle, p_attr16->uuid, p_attr16->permission);
939 p_attr128->permission);
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb20 derived from this software without specific prior written permission.
/external/chromium/chrome/common/extensions/
H A Dextension.h148 // Creates a permission message with the given |message_id| and initializes
152 // Creates the corresponding permission message for a list of hosts. This
158 // Gets the id of the permission message, which can be used in UMA
162 // Gets a localized message describing this permission. Please note that
187 // A permission is defined by its |name| (what is used in the manifest),
234 // Get's the install message id for |permission|. Returns
237 const std::string& permission);
239 // Returns the full list of permission messages that this extension
243 // Returns the full list of permission messages that this extension
274 // Each permission i
[all...]
/external/flac/libFLAC/ia32/
H A Dnasm.h17 ; this software without specific prior written permission.
/external/tremolo/Tremolo/
H A Dfloor1LARM.s20 @ specific prior written permission.
/external/ant-glob/
H A DNOTICE139 * 6. Trademarks. This License does not grant permission to use the trade
239 publicity pertaining to the software without specific, written prior permission.
/external/v8/tools/gcmole/
H A Dgccause.lua14 -- from this software without specific prior written permission.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jar ... Main$EclipsePolicy) public void add (java.security.Permission) java.security.Permission permission public boolean implies (java ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... Main$EclipsePolicy) public void add (java.security.Permission) java.security.Permission permission public boolean implies (java ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jar ... ?defs= " () public void add (java.security.Permission) java.security.Permission permission public boolean implies (java ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb20 derived from this software without specific prior written permission.

Completed in 1236 milliseconds

1234