HomeSort by relevance Sort by last modified time
    Searched refs:key_copy (Results 1 - 5 of 5) sorted by null

  /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...]
  /external/chromium_org/crypto/
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));
414 scoped_ptr<crypto::RSAPrivateKey> key_copy(
416 ASSERT_TRUE(key_copy.get());
425 ASSERT_TRUE(key_copy->ExportPrivateKey(&privkey_copy));
426 ASSERT_TRUE(key_copy->ExportPublicKey(&pubkey_copy));
  /art/runtime/
oat_file.cc 408 StringPiece key_copy(string_cache_.back());
409 secondary_oat_dex_files_.PutBefore(secondary_lb, key_copy, oat_dex_file);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 388 #define key_copy CUR Strings[162] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 388 #define key_copy CUR Strings[162] macro
    [all...]

Completed in 120 milliseconds