Searched defs:new_tag (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dmodel_neutral_mutable_entry.cc224 bool ModelNeutralMutableEntry::PutUniqueServerTag(const string& new_tag) { argument
225 if (new_tag == kernel_->ref(UNIQUE_SERVER_TAG)) {
232 if (dir()->kernel_->server_tags_map.find(new_tag) !=
239 kernel_->put(UNIQUE_SERVER_TAG, new_tag);
241 if (!new_tag.empty()) {
242 dir()->kernel_->server_tags_map[new_tag] = kernel_;
248 bool ModelNeutralMutableEntry::PutUniqueClientTag(const string& new_tag) { argument
249 if (new_tag == kernel_->ref(UNIQUE_CLIENT_TAG)) {
256 if (dir()->kernel_->client_tags_map.find(new_tag) !=
263 kernel_->put(UNIQUE_CLIENT_TAG, new_tag);
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-tag.cc134 hb_tag_t new_tag; local
139 new_tag = hb_ot_new_tag_from_script (script);
140 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
142 *script_tag_1 = new_tag;
/external/harfbuzz_ng/src/
H A Dhb-ot-tag.cc134 hb_tag_t new_tag; local
139 new_tag = hb_ot_new_tag_from_script (script);
140 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
142 *script_tag_1 = new_tag;
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c3610 // new_tag = if cond then FULL else old_tag
3616 IRTemp new_tag = newTemp(Ity_I8); local
3617 assign(new_tag,
3634 // now set it to new_tag instead.
3635 put_ST_TAG(i, mkexpr(new_tag));
H A Dguest_amd64_toIR.c5084 // new_tag = if cond then FULL else old_tag
5090 IRTemp new_tag = newTemp(Ity_I8); local
5091 assign(new_tag,
5108 // now set it to new_tag instead.
5109 put_ST_TAG(i, mkexpr(new_tag));
[all...]

Completed in 2248 milliseconds