HomeSort by relevance Sort by last modified time
    Searched refs:permissions (Results 276 - 300 of 3087) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/kxml2-tools/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilts/tools/common/lombok-ast/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilts/tools/common/netbeans-visual/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilts/tools/common/objenesis/
Android.mk 12 # See the License for the specific language governing permissions and
  /sdk/hierarchyviewer/etc/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/core/libmincrypt/tools/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/kexec_tools/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/ksmutils/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/latencytop/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/libpagemap/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/librank/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/libublock/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/procmem/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/timeinfo/
Android.mk 12 # See the License for the specific language governing permissions and
  /tools/external/fat32lib/
Android.mk 12 # See the License for the specific language governing permissions and
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 821 if (!dispatcher()->permissions().HasPermission(PERMISSION_PRIVATE))
831 if (!dispatcher()->permissions().HasPermission(PERMISSION_PRIVATE))
    [all...]
host_dispatcher.h 54 const PpapiPermissions& permissions);
interface_list.h 26 // Sets the permissions that the interface list will use to compute
28 // this will be "no permissions", which will give only access to public
37 const PpapiPermissions& permissions);
79 // Permissions is the type of permission required to access the corresponding
  /external/chromium_org/chrome/browser/extensions/
extension_prefs_unittest.cc 22 #include "chrome/common/extensions/permissions/permission_set.h"
23 #include "chrome/common/extensions/permissions/permissions_info.h"
208 scoped_refptr<PermissionSet> permissions; variable
211 // Make sure both granted api and host permissions start empty.
216 permissions = new PermissionSet(
219 // Add part of the api permissions.
220 prefs()->AddGrantedPermissions(extension_id_, permissions.get());
229 // Add part of the explicit host permissions.
230 permissions = new PermissionSet(
232 prefs()->AddGrantedPermissions(extension_id_, permissions.get())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_test_util.h 54 // a set of permissions.
58 const std::set<std::string>& permissions);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 5 var PERMISSIONS = {origins: ['http://api.stackoverflow.com/']};
9 chrome.permissions.contains(PERMISSIONS, function(result) {
11 // Open options page to request permissions.
  /external/chromium_org/chrome/common/extensions/
extension_test_util.h 23 ListBuilder& permissions);
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 71 ppapi::PpapiPermissions permissions,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount.h 68 virtual Error Mkdir(const Path& path, int permissions) = 0;
mount_http.h 29 virtual Error Mkdir(const Path& path, int permissions);

Completed in 4958 milliseconds

<<11121314151617181920>>