HomeSort by relevance Sort by last modified time
    Searched refs:grant (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/libvpx/libvpx/vp8/common/ppc/
platform_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found
copy_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vpx_ports/
emms.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/common_audio/resampler/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/common_audio/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/aec/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/agc/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 475 assertTrue("Should be able to grant key to other user",
476 mKeyStore.grant(TEST_KEYNAME, 0));
485 assertTrue("Should be able to grant key to other user", mKeyStore.grant(TEST_KEYNAME, 0));
492 assertFalse("Should not be able to grant without first initializing the keystore",
493 mKeyStore.grant(TEST_KEYNAME, 0));
497 assertFalse("Should not be able to grant without first initializing the keystore",
498 mKeyStore.grant(TEST_KEYNAME, 0));
509 assertTrue("Should be able to grant key to other user",
510 mKeyStore.grant(TEST_KEYNAME, 0))
    [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
copymem8x4_v6.asm 6 ; tree. An additional intellectual property rights grant can be found
copymem8x8_v6.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/libvpx/vp8/encoder/ppc/
rdopt_altivec.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/src/common_audio/signal_processing/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/aecm/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/system_wrappers/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /frameworks/base/keystore/java/android/security/
KeyStore.java 266 public boolean grant(String key, int uid) { method in class:KeyStore
268 return mBinder.grant(key, uid) == NO_ERROR;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 6 @ tree. An additional intellectual property rights grant can be found
  /system/security/keystore/include/keystore/
IKeystoreService.h 62 GRANT = IBinder::FIRST_CALL_TRANSACTION + 17,
111 virtual int32_t grant(const String16& name, int32_t granteeUid) = 0;

Completed in 457 milliseconds

1 2 3 4 5 6 7