HomeSort by relevance Sort by last modified time
    Searched refs:new_tag (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/syncable/
model_neutral_mutable_entry.cc 224 bool ModelNeutralMutableEntry::PutUniqueServerTag(const string& new_tag) {
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) {
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/
hb-ot-tag.cc 134 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;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-tag.cc 134 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;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 196 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 552 local new_tag="${current_channel}-32bit"
553 note "new_tag = ${new_tag}"
559 --tag "${new_tag}" --tag-path '' --tag-key ''; then
    [all...]
  /art/runtime/
debugger.cc 3824 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c     [all...]

Completed in 271 milliseconds