Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/ci_build/
Dcopy_binary.py46 def copy_binary(directory, origin_tag, new_tag, version, package): argument
57 print("Rename and copy binaries with %s to %s." % (origin_tag, new_tag))
59 new_binary = BINARY_STRING_TEMPLATE % (package, version, new_tag)
69 new_py_ver = re.search(r"(cp\d\d-cp\d\d)", new_tag).group(1)
127 new_tag = origin_tag.replace(old_py_ver, "cp" + args.new_py_ver)
130 copy_binary(directory, origin_tag, new_tag, version, package)
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_external.cpp77 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed); in __tsan_external_register_tag() local
78 CHECK_LT(new_tag, kExternalTagMax); in __tsan_external_register_tag()
79 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag()
82 GetTagData(new_tag)->header = internal_strdup(header); in __tsan_external_register_tag()
83 return (void *)new_tag; in __tsan_external_register_tag()
/external/harfbuzz_ng/src/
Dhb-ot-tag.cc147 hb_tag_t new_tag = hb_ot_new_tag_from_script (script); in hb_ot_all_tags_from_script() local
148 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) in hb_ot_all_tags_from_script()
151 if (new_tag != HB_TAG('m','y','m','2')) in hb_ot_all_tags_from_script()
152 tags[i++] = new_tag | '3'; in hb_ot_all_tags_from_script()
154 tags[i++] = new_tag; in hb_ot_all_tags_from_script()
/external/libchrome/build/android/gyp/util/
Dmd5_check.py166 new_tag = self.new_metadata.GetTag(path)
167 if old_tag is not None and old_tag != new_tag:
174 new_tag = self.new_metadata.GetTag(path, subpath)
175 if old_tag is not None and old_tag != new_tag:
/external/llvm-project/lldb/test/API/lang/cpp/global_operators/
Dmain.cpp6 new_tag_t new_tag; variable
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
389 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()
390 sizeof(new_tag))) in __pop_egr()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dencoder.c301 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() function
460 new_tag(h, f, wt, &attr); in T()
504 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2); in T()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c976 pb_size_t new_tag = iter->pos->tag; /* New which_ value */ in pb_release_union_field() local
981 if (old_tag == new_tag) in pb_release_union_field()
993 if (!pb_field_iter_find(iter, new_tag)) in pb_release_union_field()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dparse_html_deps.py233 ns = soup.new_tag('style')
/external/nanopb-c/
Dpb_decode.c1107 pb_size_t new_tag = iter->pos->tag; /* New which_ value */ in pb_release_union_field() local
1112 if (old_tag == new_tag) in pb_release_union_field()
1124 if (!pb_field_iter_find(iter, new_tag)) in pb_release_union_field()
/external/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h326 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.h740 void set_tagged_size(char new_tag) { in set_tagged_size() argument
741 reinterpret_cast<char*>(&data_)[kMaxInline] = new_tag; in set_tagged_size()
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_test.py2272 new_tag = '/'.join(summary.tag.split('/')[start_from:])
2273 result.add(summary._replace(tag=new_tag))
/external/protobuf/php/ext/google/protobuf/
Dupb.c8099 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() function
8259 new_tag(h, f, wt, &attr); in T()
8303 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2); in T()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11869 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() function
12029 new_tag(h, f, wt, &attr); in T()
12073 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2); in T()
/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c6403 new_tag:
6409 goto new_tag;