HomeSort by relevance Sort by last modified time
    Searched defs:Put (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
null_storage.cc 30 void NullStorage::Put(const std::string& key, std::string* data) {
validating_storage.cc 85 void ValidatingStorage::Put(const std::string& key, std::string* data) {
88 wrapped_storage_->Put(key, data);
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_write_batch.cc 26 void LevelDBWriteBatch::Put(const base::StringPiece& key,
28 write_batch_->Put(MakeSlice(key), MakeSlice(value));
leveldb_transaction.cc 58 void LevelDBTransaction::Put(const StringPiece& key, std::string* value) {
104 write_batch->Put(iterator->first, iterator->second->value);
467 void LevelDBDirectTransaction::Put(const StringPiece& key,
470 write_batch_->Put(key, *value);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
fake_storage.cc 35 void FakeStorage::Put(const std::string& key, std::string* data) {
retriever_test.cc 137 virtual void Put(const std::string& key, std::string* value) {
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_storage_impl.cc 22 void ChromeStorageImpl::Put(const std::string& key, std::string* data) {
  /external/chromium_org/chrome/browser/android/thumbnail/
scoped_ptr_expiring_cache.h 24 void Put(const Key& key, scoped_ptr<Value> value) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.cc 58 void ByteArray::Put(int32_t index, byte_t b) {
71 int32_t ByteArray::Put(int index, ByteVector* b) {
73 return Put(index, &((*b)[0]), 0, b->size());
76 int32_t ByteArray::Put(int32_t index,
117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read);
149 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) {
169 if (Put(index, &b[0], 0, bytes_read) != bytes_read) {
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 58 void ByteArray::Put(int32_t index, byte_t b) {
71 int32_t ByteArray::Put(int index, ByteVector* b) {
73 return Put(index, &((*b)[0]), 0, b->size());
76 int32_t ByteArray::Put(int32_t index,
117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read);
149 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) {
169 if (Put(index, &b[0], 0, bytes_read) != bytes_read) {
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.cc 57 void WebserviceCache::Put(QueryType type,
64 cache_.Put(typed_query, payload);
96 cache_.Put(it.key(), payload);
132 // The payload will still keep ownership of it's result dict, hence put a
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch.cc 59 handler->Put(key, value);
61 return Status::Corruption("bad WriteBatch Put");
98 void WriteBatch::Put(const Slice& key, const Slice& value) {
117 virtual void Put(const Slice& key, const Slice& value) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 73 // void Put(K key, V value) { a_[H(key)] = pair<K, V>(key, value); }
82 // (c.Put(key, value), c.GetOrDefault(key, 0)) == value
84 // (c.Put(key, value), <...>, c.GetOrDefault(key, 0)) == value
85 // if the elided code contains no c.Put calls.
88 // has ever been Put. However, a newly initialized cache will have
92 // equivalent to Put(k, initial_value) for all keys k from 0 to
95 // 3. If key and key' differ then the only way Put(key, value) may
97 // false. Furthermore, a Put() call that doesn't change Has(key')
158 void Put(K key, V value) {
199 // put it
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 73 // void Put(K key, V value) { a_[H(key)] = pair<K, V>(key, value); }
82 // (c.Put(key, value), c.GetOrDefault(key, 0)) == value
84 // (c.Put(key, value), <...>, c.GetOrDefault(key, 0)) == value
85 // if the elided code contains no c.Put calls.
88 // has ever been Put. However, a newly initialized cache will have
92 // equivalent to Put(k, initial_value) for all keys k from 0 to
95 // 3. If key and key' differ then the only way Put(key, value) may
97 // false. Furthermore, a Put() call that doesn't change Has(key')
156 void Put(K key, V value) {
197 // put it
    [all...]
  /frameworks/volley/tests/src/com/android/volley/mock/
TestRequest.java 64 mPostParams.put("requestpost", "foo");
96 mParams.put("testKey", "testValue");
106 * Test example of a PUT request in the new style. In the new style, it is possible to have a
107 * PUT with no body.
109 public static class Put extends Base {
110 public Put() {
111 super(Method.PUT, TEST_URL, null);
115 /** Test example of a PUT request in the new style with a body. */
116 public static class PutWithBody extends Put {
121 mParams.put("testKey", "testValue")
    [all...]
  /art/runtime/
safe_map.h 89 iterator Put(const K& k, const V& v) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
leveldb_wrapper.cc 153 void LevelDBWrapper::Put(const std::string& key, const std::string& value) {
193 batch.Put(key, transaction.second);
  /external/chromium_org/net/base/
expiring_cache.h 49 // cache.Put("key1", "value1", base::TimeTicks::Now(),
52 // cache.Put("key2", "value2", base::TimeTicks::Now(),
65 // cache.Put("key1", "value1", ComplexExpiration("sprocket"),
140 void Put(const KeyType& key,
  /external/chromium_org/sync/engine/
model_type_sync_proxy_impl.cc 103 void ModelTypeSyncProxyImpl::Put(const std::string& client_tag,
  /external/chromium_org/v8/src/
compilation-cache.cc 203 if (generation != 0) Put(source, context, shared);
213 void CompilationCacheScript::Put(Handle<String> source,
219 CompilationCacheTable::Put(table, source, context, function_info));
241 Put(source, outer_info, function_info, scope_position);
252 void CompilationCacheEval::Put(Handle<String> source,
281 Put(source, flags, data);
292 void CompilationCacheRegExp::Put(Handle<String> source,
355 script_.Put(source, context, function_info);
368 eval_global_.Put(source, outer_info, function_info, scope_position);
371 eval_contextual_.Put(source, outer_info, function_info, scope_position)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 57 void Put(Cache *c, Callback cb, Node *ptr, uptr size) {
sanitizer_stackdepotbase.h 29 handle_type Put(args_type args, bool *inserted = 0);
94 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ole2.h 106 DWORD (CALLBACK *Put)(LPOLESTREAM,const void *,DWORD);
  /art/compiler/utils/
growable_array.h 142 void Put(size_t index, T elem) {
  /external/chromium_org/base/containers/
mru_cache.h 90 iterator Put(const KeyType& key, const PayloadType& payload) {

Completed in 576 milliseconds

1 2 3