Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/sync/syncable/
Dmodel_neutral_mutable_entry.cc224 bool ModelNeutralMutableEntry::PutUniqueServerTag(const string& new_tag) { in PutUniqueServerTag() argument
225 if (new_tag == kernel_->ref(UNIQUE_SERVER_TAG)) { in PutUniqueServerTag()
232 if (dir()->kernel_->server_tags_map.find(new_tag) != in PutUniqueServerTag()
239 kernel_->put(UNIQUE_SERVER_TAG, new_tag); in PutUniqueServerTag()
241 if (!new_tag.empty()) { in PutUniqueServerTag()
242 dir()->kernel_->server_tags_map[new_tag] = kernel_; in PutUniqueServerTag()
248 bool ModelNeutralMutableEntry::PutUniqueClientTag(const string& new_tag) { in PutUniqueClientTag() argument
249 if (new_tag == kernel_->ref(UNIQUE_CLIENT_TAG)) { in PutUniqueClientTag()
256 if (dir()->kernel_->client_tags_map.find(new_tag) != in PutUniqueClientTag()
263 kernel_->put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-tag.cc134 hb_tag_t new_tag; in hb_ot_tags_from_script() local
139 new_tag = hb_ot_new_tag_from_script (script); in hb_ot_tags_from_script()
140 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) { in hb_ot_tags_from_script()
142 *script_tag_1 = new_tag; in hb_ot_tags_from_script()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-tag.cc134 hb_tag_t new_tag; in hb_ot_tags_from_script() local
139 new_tag = hb_ot_new_tag_from_script (script); in hb_ot_tags_from_script()
140 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) { in hb_ot_tags_from_script()
142 *script_tag_1 = new_tag; in hb_ot_tags_from_script()
/external/chromium_org/chrome/installer/mac/
Dkeystone_install.sh552 local new_tag="${current_channel}-32bit"
553 note "new_tag = ${new_tag}"
559 --tag "${new_tag}" --tag-path '' --tag-key ''; then
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h196 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c3616 IRTemp new_tag = newTemp(Ity_I8); in maybe_put_ST() local
3617 assign(new_tag, in maybe_put_ST()
3635 put_ST_TAG(i, mkexpr(new_tag)); in maybe_put_ST()
Dguest_amd64_toIR.c5090 IRTemp new_tag = newTemp(Ity_I8); in maybe_put_ST() local
5091 assign(new_tag, in maybe_put_ST()
5109 put_ST_TAG(i, mkexpr(new_tag)); in maybe_put_ST()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_output.c6246 new_tag:
6252 goto new_tag;