Searched refs:permission (Results 176 - 200 of 285) sorted by relevance

1234567891011>>

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c1140 ** permission - (input) GKI_PUBLIC_POOL or GKI_RESTRICTED_POOL
1146 UINT8 GKI_set_pool_permission(UINT8 pool_id, UINT8 permission) argument
1152 if (permission == GKI_RESTRICTED_POOL)
1410 ** permission - (input) restricted or public access?
1419 UINT8 GKI_create_pool (UINT16 size, UINT16 count, UINT8 permission, void *p_mem_pool) argument
1453 (void) GKI_set_pool_permission (xx, permission);
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c1140 ** permission - (input) GKI_PUBLIC_POOL or GKI_RESTRICTED_POOL
1146 UINT8 GKI_set_pool_permission(UINT8 pool_id, UINT8 permission) argument
1152 if (permission == GKI_RESTRICTED_POOL)
1410 ** permission - (input) restricted or public access?
1419 UINT8 GKI_create_pool (UINT16 size, UINT16 count, UINT8 permission, void *p_mem_pool) argument
1453 (void) GKI_set_pool_permission (xx, permission);
/external/tremolo/Tremolo/
H A Dfloor1ARM.s20 @ specific prior written permission.
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.cc280 // always reflecting the newest permission setting.
512 switch (it->second.permission) {
531 switch (it->second.permission) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dshortproc.asm16 ; this software without specific prior written permission.
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dshortproc.asm16 ; this software without specific prior written permission.
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java669 for (Permission permission : permissions)
670 perms.add(permission);
/external/llvm/lib/Support/Unix/
H A DMemory.inc59 // On PowerPC, having an executable page that has no read permission
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk13 # The above copyright notice and this permission notice shall be included
/external/protobuf/editors/
H A Dproto.vim17 " this software without specific prior written permission.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb20 derived from this software without specific prior written permission.
H A Dmain.rb19 derived from this software without specific prior written permission.
H A Dprofile.rb20 derived from this software without specific prior written permission.
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.h426 int request_id, blink::WebNotificationPermission permission);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DAccessibilityInjector.java118 android.Manifest.permission.VIBRATE) == PackageManager.PERMISSION_GRANTED;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h181 tGATT_PERM permission; member in struct:__anon1280
194 tGATT_PERM permission; member in struct:__anon1281
208 tGATT_PERM permission; member in struct:__anon1282
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs_unittest.cc166 scoped_ptr<APIPermission> permission(
173 ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
175 api_perm_set1_.insert(permission.release());
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb20 derived from this software without specific prior written permission.
/external/bison/doc/
H A Drefcard.tex90 provided the copyright notice and this permission notice
115 provided the copyright notice and this permission notice
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DMediaResourceGetter.java262 * If anything goes wrong (e.g., permission denied while trying to access
268 android.Manifest.permission.ACCESS_NETWORK_STATE) !=
270 Log.w(TAG, "permission denied to access network state");
/external/chromium_org/extensions/common/
H A Dextension_messages.h197 IPC_STRUCT_TRAITS_MEMBER(permission())
424 // Tell the renderer to update an extension's permission set.
639 // Sent from the renderer to the browser to request permission for a script
650 // RequestScriptInjectionPermission message, granting permission for a script
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTInv_CCSToR_S16_Sfs_s.S12 @ It has been relicensed with permission from the copyright holders.
/external/ceres-solver/
H A DAndroid.mk15 # specific prior written permission.
/external/ceres-solver/jni/
H A DAndroid.mk15 # specific prior written permission.
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc420 const std::string& permission) {
422 permissions.insert(permission);
627 // Extension with the "ttsEngine" permission but not the "tts" permission; it
628 // should not automatically get "tts" permission.
644 // Conversely, extension with the "tts" permission but not the "ttsEngine"
645 // permission shouldn't get the "ttsEngine" permission.
859 // Test default module/package permission.
419 CreateExtensionWithPermission( const std::string& permission) argument

Completed in 6237 milliseconds

1234567891011>>