HomeSort by relevance Sort by last modified time
    Searched refs:new_tag (Results 1 - 6 of 6) 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 135 hb_tag_t new_tag; local
140 new_tag = hb_ot_new_tag_from_script (script);
141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
143 *script_tag_1 = new_tag;
  /external/harfbuzz_ng/src/
hb-ot-tag.cc 135 hb_tag_t new_tag; local
140 new_tag = hb_ot_new_tag_from_script (script);
141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
143 *script_tag_1 = new_tag;
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 268 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
269 EXPECT_LT(doCtrlCommand("t %d %llu %u", sock0.fd, new_tag , fake_uid2), 0);
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc     [all...]
  /art/runtime/
debugger.cc 2856 JDWP::JdwpTag new_tag = TagFromObject(pReq->result_value.GetL()); local
    [all...]

Completed in 1145 milliseconds