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

1 2 3 4 5 6

  /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 466 assertTrue("Should be able to grant key to other user",
467 mKeyStore.grant(TEST_KEYNAME, 0));
476 assertTrue("Should be able to grant key to other user", mKeyStore.grant(TEST_KEYNAME, 0));
483 assertFalse("Should not be able to grant without first initializing the keystore",
484 mKeyStore.grant(TEST_KEYNAME, 0));
488 assertFalse("Should not be able to grant without first initializing the keystore",
489 mKeyStore.grant(TEST_KEYNAME, 0));
499 assertTrue("Should be able to grant key to other user",
500 mKeyStore.grant(TEST_KEYNAME, 0))
    [all...]
  /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 249 public boolean grant(String key, int uid) { method in class:KeyStore
251 return mBinder.grant(key, uid) == NO_ERROR;
  /system/security/keystore/
keystore.cpp 1015 grant_t* grant = new grant_t; local
1016 grant->uid = granteeUid;
1017 grant->filename = reinterpret_cast<const uint8_t*>(strdup(filename));
1018 mGrants.add(grant);
1025 grant_t* grant = *it; local
1026 if (grant->uid == granteeUid
1027 && !strcmp(reinterpret_cast<const char*>(grant->filename), filename)) {
1177 grant_t* grant = *it; local
1918 int32_t grant(const String16& name, int32_t granteeUid) { function in class:android::KeyStoreProxy
    [all...]
  /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 49 GRANT = IBinder::FIRST_CALL_TRANSACTION + 17,
97 virtual int32_t grant(const String16& name, int32_t granteeUid) = 0;

Completed in 1255 milliseconds

1 2 3 4 5 6