HomeSort by relevance Sort by last modified time
    Searched refs:grant (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
emms.asm 6 ; tree. An additional intellectual property rights grant can be found
  /system/security/keystore/
keystore.cpp 393 grant_t* grant = new grant_t; local
394 grant->uid = granteeUid;
395 grant->filename = reinterpret_cast<const uint8_t*>(strdup(filename));
396 mGrants.add(grant);
402 grant_t* grant = *it; local
403 if (grant->uid == granteeUid &&
404 !strcmp(reinterpret_cast<const char*>(grant->filename), filename)) {
568 grant_t* grant = *it; local
569 if (grant->uid == uid &&
570 !strcmp(reinterpret_cast<const char*>(grant->filename), filename))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 65 [-q/--quiet] [-g/--grant grant] [-w/--no_overwrite] [-r/--reduced]
105 grant - A canned ACL policy that will be granted on each file
260 grant = None
271 ['access_key=', 'bucket=', 'callback=', 'debug=', 'help', 'grant=',
291 if o in ('-g', '--grant'):
292 grant = a
430 grant or 'private', headers,
434 policy=grant, reduced_redundancy=reduced,
  /packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewLayoutTestActivity.java 63 request.grant(AUTOMATICALLY_GRANT);
WebViewBrowserActivity.java 94 // look up the request in order to grant the approprate permissions.
117 public void grant(String[] resources) { method in class:WebViewBrowserActivity.GeoPermissionRequest
145 public void grant(String[] resources) { method in class:WebViewBrowserActivity.FilePermissionRequest
278 request.grant(request.getResources());
282 // Find what Android permissions we need before we can grant these WebKit permissions.
294 // If there are no such Android permissions, grant the WebKit permissions immediately.
296 request.grant(request.getResources());
314 // Verify that we can now grant all the requested permissions. Note that although grant()
315 // takes a list of permissions, grant() is actually all-or-nothing. If there are an
    [all...]
  /external/libvpx/libvpx/test/android/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 5 ; grant that can be found in the LICENSE file in the root of the source
dequantize_v6.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/webrtc/
android-webrtc.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/tools/matlab/
parseLog.m 23 % tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/common_audio/signal_processing/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/modules/audio_processing/aecm/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 5 // tree. An additional intellectual property rights grant can be found
  /external/webrtc/webrtc/tools/rtcbot/test/
simple_offer_answer.js 5 // tree. An additional intellectual property rights grant can be found
  /frameworks/base/core/java/android/security/
IKeystoreService.aidl 51 int grant(String name, int granteeUid);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 5 ; grant that can be found in the LICENSE file in the root of the source
dequantize_v6.asm 6 ; tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
copy_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 6 ; tree. An additional intellectual property rights grant can be found
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 486 assertTrue("Should be able to grant key to other user",
487 mKeyStore.grant(TEST_KEYNAME, 0));
496 assertTrue("Should be able to grant key to other user", mKeyStore.grant(TEST_KEYNAME, 0));
503 assertFalse("Should not be able to grant without first initializing the keystore",
504 mKeyStore.grant(TEST_KEYNAME, 0));
508 assertFalse("Should not be able to grant without first initializing the keystore",
509 mKeyStore.grant(TEST_KEYNAME, 0));
520 assertTrue("Should be able to grant key to other user",
521 mKeyStore.grant(TEST_KEYNAME, 0))
    [all...]
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
PermissionRequestFragment.java 160 mPermissionRequest.grant(mPermissionRequest.getResources());
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
PermissionRequestFragment.java 160 mPermissionRequest.grant(mPermissionRequest.getResources());

Completed in 8427 milliseconds

12 3 4 5 6 7 8 91011>>