Searched refs:Put (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc82 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(SPECIFIC
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.cc313 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_PAREN
[all...]
H A Dsyncer_unittest.cc219 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(syncabl
[all...]
H A Dapply_updates_command_unittest.cc62 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(syncabl
[all...]
H A Dsyncer_util.cc83 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_I
[all...]
H A Dconflict_resolver.cc48 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(syncabl
[all...]
H A Dprocess_commit_response_command.cc221 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(syncabl
[all...]
H A Dverify_updates_command_unittest.cc51 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);
H A Dpost_commit_message_command.cc41 entry.Put(syncable::SYNCING, false);
H A Dbuild_and_process_conflict_sets_command.cc111 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(syncabl
[all...]
H A Dprocess_commit_response_command_unittest.cc97 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(syncabl
[all...]
H A Dprocess_updates_command.cc143 target_entry.Put(BASE_VERSION, update.version());
146 target_entry.Put(IS_UNAPPLIED_UPDATE, true);
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc73 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_TA
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Doracle8.php48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
64 //Put ORACLE reserved keywords here (8.1.7). I like mine uppercase.
H A Doracle11.php52 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
56 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
60 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
64 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
68 //Put ORACLE reserved keywords here (11i). I like mine uppercase.
/external/valgrind/tsan/
H A Dts_valgrind.cc425 static inline void Put(EventType type, int32_t tid, uintptr_t pc, function
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(MALLO
[all...]
/external/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
/external/v8/src/
H A Dcompilation-cache.cc220 if (generation != 0) Put(source, shared);
234 return table->Put(*source, *function_info);
247 void CompilationCacheScript::Put(Handle<String> source, function in class:v8::internal::CompilationCacheScript
276 Put(source, context, function_info);
306 void CompilationCacheEval::Put(Handle<String> source, function in class:v8::internal::CompilationCacheEval
333 Put(source, flags, data);
363 void CompilationCacheRegExp::Put(Handle<String> source, function in class:v8::internal::CompilationCacheRegExp
427 script_.Put(source, function_info);
441 eval_global_.Put(source, context, function_info);
443 eval_contextual_.Put(sourc
[all...]
H A Dstring-stream.cc51 bool StringStream::Put(char c) { function in class:v8::internal::StringStream
102 Put(format[offset]);
132 Put(static_cast<char>(value[i]));
145 Put(value);
306 bool StringStream::Put(String* str) { function in class:v8::StringStream
307 return Put(str, 0, str->length());
311 bool StringStream::Put(String* str, int start, int end) { function in class:v8::StringStream
319 if (!Put(c)) {
331 Put(str);
360 Put(' ');
[all...]
H A Dstring-stream.h125 bool Put(char c);
126 bool Put(String* str);
127 bool Put(String* str, int start, int end);
H A Dlog-utils.cc206 stream.Put('%');
210 stream.Put('%');
211 stream.Put(*p);
215 stream.Put(*p);
H A Dcompilation-cache.h104 void Put(Handle<String> source, Handle<SharedFunctionInfo> function_info);
136 void Put(Handle<String> source,
164 void Put(Handle<String> source,
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc80 void Put(const std::string& name, const std::string& value);
93 void URLQueryParameters::Put(const std::string& name, function in class:policy::URLQueryParameters
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/
H A Dbitstrm.h223 void Put( int val, int bits );
246 void Put( int val, int bits );

Completed in 414 milliseconds

1234