HomeSort by relevance Sort by last modified time
    Searched full:new_tag (Results 1 - 11 of 11) 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...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 274 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
275 EXPECT_LT(doCtrlCommand("t %d %" PRIu64 " %u", sock0.fd, new_tag, fake_uid2), 0);
  /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/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/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/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...]
  /system/media/camera/docs/
metadata_helpers.py 1045 wbr_tag = lambda: soup.new_tag('wbr') # must generate new tag every time
  /art/runtime/
debugger.cc 3824 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 5090 IRTemp new_tag = newTemp(Ity_I8); local
    [all...]
guest_x86_toIR.c 3616 IRTemp new_tag = newTemp(Ity_I8); local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c     [all...]

Completed in 1147 milliseconds