Searched refs:permission (Results 126 - 150 of 285) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/nvc0/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/drivers/softpipe/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/drivers/svga/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/state_trackers/egl/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/winsys/i915/drm/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/winsys/svga/drm/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/mesa3d/src/gallium/winsys/sw/android/
H A DAndroid.mk13 # The above copyright notice and this permission notice shall be included
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContextWrapper.java81 public int checkPermission(java.lang.String permission, int pid, int uid) { argument
82 return grantedPermissions.contains(permission) ? PERMISSION_GRANTED : PERMISSION_DENIED;
257 * @param permissionNames permission names that should be granted
/external/smali/deodexerant/
H A DAndroid.mk16 # this software without specific prior written permission.
/external/stlport/src/details/
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_org/media/base/android/java/src/org/chromium/media/
H A DAudioManagerAndroid.java136 "Bluetooth headset", // Requires BLUETOOTH permission.
166 // Enabled during initialization if MODIFY_AUDIO_SETTINGS permission is
170 // Enabled during initialization if RECORD_AUDIO permission is granted.
173 // Enabled during initialization if BLUETOOTH permission is granted.
250 android.Manifest.permission.MODIFY_AUDIO_SETTINGS);
252 logd("MODIFY_AUDIO_SETTINGS permission is missing");
255 android.Manifest.permission.RECORD_AUDIO);
257 logd("RECORD_AUDIO permission is missing");
266 // and Bluetooth SCO notifications. Requires BLUETOOTH permission.
300 * Required permission
630 hasPermission(String permission) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc373 const WebsiteSettingsUI::PermissionInfo& permission) {
374 presenter_->OnSitePermissionChanged(permission.type, permission.setting);
508 for (PermissionInfoList::const_iterator permission =
510 permission != permission_info_list.end();
511 ++permission) {
515 *permission);
372 OnPermissionChanged( const WebsiteSettingsUI::PermissionInfo& permission) argument
H A Dwebsite_settings_popup_view.h70 const WebsiteSettingsUI::PermissionInfo& permission) OVERRIDE;
/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_unittest.cc21 void ParseTest(const std::string& permission, argument
24 ASSERT_TRUE(data.ParseForTest(permission)) << "Parse permission \""
25 << permission << "\" failed.";
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb20 derived from this software without specific prior written permission.
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClient.java20 import org.chromium.android_webview.permission.AwPermissionRequest;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DMediaAccessPermissionRequestTest.java10 import org.chromium.android_webview.permission.AwPermissionRequest;
/external/chromium_org/third_party/boringssl/src/crypto/stack/
H A Dmake_macros.sh10 * copyright notice and this permission notice appear in all copies.
/external/flac/libFLAC/ia32/
H A Dnasm.h17 ; this software without specific prior written permission.

Completed in 761 milliseconds

1234567891011>>