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

1 2 3 4

  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 82 node.Put(UNIQUE_SERVER_TAG, tag_name);
83 node.Put(IS_DIR, true);
84 node.Put(SERVER_IS_DIR, false);
85 node.Put(IS_UNSYNCED, false);
86 node.Put(IS_UNAPPLIED_UPDATE, false);
87 node.Put(SERVER_VERSION, 20);
88 node.Put(BASE_VERSION, 20);
89 node.Put(IS_DEL, false);
90 node.Put(syncable::ID, ids->MakeServer(tag_name));
93 node.Put(SPECIFICS, specifics)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 313 dest->Put(SERVER_NON_UNIQUE_NAME, src->Get(SERVER_NON_UNIQUE_NAME));
314 dest->Put(SERVER_PARENT_ID, src->Get(SERVER_PARENT_ID));
315 dest->Put(SERVER_MTIME, src->Get(SERVER_MTIME));
316 dest->Put(SERVER_CTIME, src->Get(SERVER_CTIME));
317 dest->Put(SERVER_VERSION, src->Get(SERVER_VERSION));
318 dest->Put(SERVER_IS_DIR, src->Get(SERVER_IS_DIR));
319 dest->Put(SERVER_IS_DEL, src->Get(SERVER_IS_DEL));
320 dest->Put(IS_UNAPPLIED_UPDATE, src->Get(IS_UNAPPLIED_UPDATE));
321 dest->Put(SERVER_SPECIFICS, src->Get(SERVER_SPECIFICS));
322 dest->Put(SERVER_POSITION_IN_PARENT, src->Get(SERVER_POSITION_IN_PARENT))
    [all...]
syncer_unittest.cc 219 entry->Put(syncable::SPECIFICS, specifics);
220 entry->Put(syncable::IS_UNSYNCED, true);
294 entry.Put(syncable::ID, test->id);
296 entry.Put(BASE_VERSION, 5);
297 entry.Put(SERVER_VERSION, 5);
298 entry.Put(SERVER_PARENT_ID, test->parent_id);
300 entry.Put(syncable::IS_DIR, true);
301 entry.Put(syncable::IS_UNSYNCED, true);
302 entry.Put(syncable::SPECIFICS, DefaultBookmarkSpecifics());
308 entry.Put(syncable::MTIME, now_plus_30s)
    [all...]
apply_updates_command_unittest.cc 62 entry.Put(syncable::SERVER_VERSION, next_revision_++);
63 entry.Put(syncable::IS_UNAPPLIED_UPDATE, true);
65 entry.Put(syncable::SERVER_NON_UNIQUE_NAME, item_id);
66 entry.Put(syncable::SERVER_PARENT_ID, Id::CreateFromServerId(parent_id));
67 entry.Put(syncable::SERVER_IS_DIR, true);
70 entry.Put(syncable::SERVER_SPECIFICS, default_bookmark_specifics);
83 entry.Put(syncable::SERVER_VERSION, next_revision_++);
84 entry.Put(syncable::IS_UNAPPLIED_UPDATE, true);
85 entry.Put(syncable::SERVER_NON_UNIQUE_NAME, item_id);
86 entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId)
    [all...]
syncer_util.cc 83 if (!entry->Put(ID, new_id)) {
98 // and PREV_ID fields (which Put(PARENT_ID) would normally do to
113 entry->Put(NEXT_ID, new_id);
114 entry->Put(PREV_ID, new_id);
373 local_entry->Put(SERVER_SPECIFICS, pb);
394 target->Put(SERVER_IS_DEL, true);
398 target->Put(SERVER_VERSION, 0);
401 target->Put(SERVER_VERSION,
405 target->Put(IS_UNAPPLIED_UPDATE, true);
411 target->Put(SERVER_PARENT_ID, update.parent_id())
    [all...]
conflict_resolver.cc 48 entry->Put(syncable::IS_UNSYNCED, false);
58 entry->Put(syncable::BASE_VERSION, entry->Get(syncable::SERVER_VERSION));
59 entry->Put(syncable::IS_UNAPPLIED_UPDATE, false);
90 entry.Put(syncable::IS_UNSYNCED, false);
91 entry.Put(syncable::IS_UNAPPLIED_UPDATE, false);
143 entry.Put(syncable::SERVER_VERSION, 0);
144 entry.Put(syncable::BASE_VERSION, 0);
206 entryi.Put(syncable::BASE_VERSION, entryi.Get(syncable::SERVER_VERSION));
207 entryi.Put(syncable::IS_UNSYNCED, true);
208 entryi.Put(syncable::IS_UNAPPLIED_UPDATE, false)
    [all...]
process_commit_response_command.cc 221 local_entry.Put(SYNCING, false);
323 local_entry->Put(BASE_VERSION, new_version);
326 local_entry->Put(SERVER_VERSION, new_version);
370 local_entry->Put(SERVER_IS_DEL, committed_entry.deleted());
376 local_entry->Put(syncable::SERVER_IS_DIR,
379 local_entry->Put(syncable::SERVER_SPECIFICS,
381 local_entry->Put(syncable::SERVER_MTIME,
383 local_entry->Put(syncable::SERVER_CTIME,
385 local_entry->Put(syncable::SERVER_POSITION_IN_PARENT,
394 local_entry->Put(syncable::SERVER_PARENT_ID
    [all...]
verify_updates_command_unittest.cc 51 entry.Put(syncable::BASE_VERSION, 1);
52 entry.Put(syncable::SERVER_VERSION, 1);
53 entry.Put(syncable::NON_UNIQUE_NAME, item_id);
54 entry.Put(syncable::PARENT_ID, Id::CreateFromServerId(parent_id));
57 entry.Put(syncable::SERVER_SPECIFICS, default_specifics);
post_commit_message_command.cc 41 entry.Put(syncable::SYNCING, false);
build_and_process_conflict_sets_command.cc 111 if (!entry.Put(syncable::IS_DEL, backup->ref(syncable::IS_DEL)))
114 entry.Put(syncable::NON_UNIQUE_NAME, backup->ref(syncable::NON_UNIQUE_NAME));
115 entry.Put(syncable::PARENT_ID, backup->ref(syncable::PARENT_ID));
125 entry.Put(syncable::CTIME, backup->ref(syncable::CTIME));
126 entry.Put(syncable::MTIME, backup->ref(syncable::MTIME));
127 entry.Put(syncable::BASE_VERSION, backup->ref(syncable::BASE_VERSION));
128 entry.Put(syncable::IS_DIR, backup->ref(syncable::IS_DIR));
129 entry.Put(syncable::IS_DEL, backup->ref(syncable::IS_DEL));
130 entry.Put(syncable::ID, backup->ref(syncable::ID));
131 entry.Put(syncable::IS_UNAPPLIED_UPDATE
    [all...]
process_commit_response_command_unittest.cc 97 entry.Put(syncable::ID, item_id);
98 entry.Put(syncable::BASE_VERSION,
100 entry.Put(syncable::IS_UNSYNCED, true);
101 entry.Put(syncable::IS_DIR, is_folder);
102 entry.Put(syncable::IS_DEL, false);
103 entry.Put(syncable::PARENT_ID, parent_id);
107 entry.Put(syncable::SPECIFICS, default_specifics);
109 entry.Put(syncable::SERVER_SPECIFICS, default_specifics);
110 entry.Put(syncable::SERVER_IS_DIR, is_folder);
111 entry.Put(syncable::SERVER_PARENT_ID, parent_id)
    [all...]
process_updates_command.cc 143 target_entry.Put(BASE_VERSION, update.version());
146 target_entry.Put(IS_UNAPPLIED_UPDATE, true);
get_commit_ids_command.h 39 // It will do Put(IS_UNSYNCED). Refactor this out later.
96 entry.Put(syncable::IS_UNSYNCED, false);
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 73 e->Put(SPECIFICS, specifics);
127 me.Put(ID, id);
128 me.Put(BASE_VERSION, 1);
176 e.Put(IS_DEL, true);
199 me.Put(ID, id);
200 me.Put(BASE_VERSION, 1);
201 me.Put(UNIQUE_CLIENT_TAG, tag);
235 me.Put(ID, id);
236 me.Put(BASE_VERSION, 1);
237 me.Put(UNIQUE_CLIENT_TAG, tag)
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 425 static inline void Put(EventType type, int32_t tid, uintptr_t pc,
522 Put(THR_START, VgTidToTsTid(child), 0, 0,
533 Put(WAIT, ts_tid, pc, workitem, 0);
539 Put(THR_FIRST_INSN, VgTidToTsTid(vg_tid), GetVgPc(vg_tid), 0, 0);
550 Put(THR_END, VgTidToTsTid(quit_tid), 0, 0, 0);
582 Put(EXPECT_RACE, ts_tid, /*descr=*/args[3],
598 Put(THR_STACK_TOP, ts_tid, pc, args[1], 0);
601 Put(THR_JOIN_AFTER, ts_tid, pc, (*g_ptid_to_ts_tid)[args[1]], 0);
604 Put(MALLOC, ts_tid, pc, /*ptr=*/args[1], /*size=*/args[2]);
624 Put(MALLOC, ts_tid, pc, /*ptr=*/args[1], /*size=*/args[2])
    [all...]
  /external/v8/src/
compilation-cache.cc 220 if (generation != 0) Put(source, shared);
234 return table->Put(*source, *function_info);
247 void CompilationCacheScript::Put(Handle<String> source,
276 Put(source, context, function_info);
306 void CompilationCacheEval::Put(Handle<String> source,
333 Put(source, flags, data);
363 void CompilationCacheRegExp::Put(Handle<String> source,
427 script_.Put(source, function_info);
441 eval_global_.Put(source, context, function_info);
443 eval_contextual_.Put(source, context, function_info)
    [all...]
string-stream.cc 51 bool StringStream::Put(char c) {
102 Put(format[offset]);
132 Put(static_cast<char>(value[i]));
145 Put(value);
306 bool StringStream::Put(String* str) {
307 return Put(str, 0, str->length());
311 bool StringStream::Put(String* str, int start, int end) {
319 if (!Put(c)) {
331 Put(str);
360 Put(' ');
    [all...]
string-stream.h 125 bool Put(char c);
126 bool Put(String* str);
127 bool Put(String* str, int start, int end);
log-utils.cc 206 stream.Put('%');
210 stream.Put('%');
211 stream.Put(*p);
215 stream.Put(*p);
compilation-cache.h 104 void Put(Handle<String> source, Handle<SharedFunctionInfo> function_info);
136 void Put(Handle<String> source,
164 void Put(Handle<String> source,
serialize.cc 528 Put(external_references->address(i), i);
558 void ExternalReferenceEncoder::Put(Address key, int index) {
574 Put(external_references->code(i), external_references->address(i));
    [all...]
serialize.h 81 void Put(Address key, int index);
107 void Put(uint32_t key, Address value) {
343 virtual void Put(int byte, const char* description) = 0;
345 Put(byte, description);
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 80 void Put(const std::string& name, const std::string& value);
93 void URLQueryParameters::Put(const std::string& name,
134 query_params_.Put(DeviceManagementBackendImpl::kParamRequest, request_type);
135 query_params_.Put(DeviceManagementBackendImpl::kParamDeviceType,
137 query_params_.Put(DeviceManagementBackendImpl::kParamAppType,
139 query_params_.Put(DeviceManagementBackendImpl::kParamDeviceID, device_id);
140 query_params_.Put(DeviceManagementBackendImpl::kParamAgent,
142 query_params_.Put(DeviceManagementBackendImpl::kParamPlatform,
147 query_params_.Put(name, value);
  /external/opencv/otherlibs/highgui/
bitstrm.h 223 void Put( int val, int bits );
246 void Put( int val, int bits );
  /external/webkit/Source/JavaScriptCore/wtf/
TCPackedCache.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')
151 void Put(K key, V value) {
191 // part of the key, and kValuebits determines where in the entry to put
    [all...]

Completed in 742 milliseconds

1 2 3 4