HomeSort by relevance Sort by last modified time
    Searched full:key_copy (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/crypto/
rsa_private_key_nss_unittest.cc 36 scoped_ptr<crypto::RSAPrivateKey> key_copy(
38 ASSERT_TRUE(key_copy.get());
47 ASSERT_TRUE(key_copy->ExportPrivateKey(&privkey_copy));
48 ASSERT_TRUE(key_copy->ExportPublicKey(&pubkey_copy));
rsa_private_key_unittest.cc 145 scoped_ptr<crypto::RSAPrivateKey> key_copy(key->Copy());
146 ASSERT_TRUE(key_copy.get());
149 ASSERT_TRUE(key_copy->ExportPrivateKey(&privkey_copy));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 404 const void** key_copy = saved_buckets_keys_[saved_buckets_count_]; local
405 std::copy(key, key + depth, key_copy);
409 bucket->stack = key_copy;
413 const void** key_copy = static_cast<const void**>( local
416 std::copy(key, key + depth, key_copy);
422 bucket->stack = key_copy;
523 const void** key_copy = static_cast<const void**>( local
525 std::copy(bucket.stack, bucket.stack + bucket.depth, key_copy);
531 new_bucket->stack = key_copy;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
has_key.py 24 _curses.KEY_COPY: 'kcpy',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
has_key.py 24 _curses.KEY_COPY: 'kcpy',
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 478 std::string key_copy = key; local
479 DecodeWebSafe(&key_copy);
481 base::Base64Decode(key_copy, &decoded_key);
  /external/qemu/
linux_keycodes.h 151 #define KEY_COPY 133
  /frameworks/base/data/keyboards/
Generic.kl 155 # key 133 "KEY_COPY"
  /system/core/toolbox/
getevent.h 177 LABEL(KEY_COPY),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /development/ndk/platforms/android-3/include/linux/
input.h 222 #define KEY_COPY 133
  /external/bluetooth/bluedroid/btif/include/
uinput.h 190 #define KEY_COPY 133
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 222 #define KEY_COPY 133
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
input.h 222 #define KEY_COPY 133
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
input.h 222 #define KEY_COPY 133
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
input.h 222 #define KEY_COPY 133

Completed in 665 milliseconds

1 2 3 4