Searched refs:new_tag (Results 1 - 10 of 10) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dunion_accessor.h24 void SwitchActive(typename U::Tag new_tag) { u_->SwitchActive(new_tag); } argument
/external/tensorflow/tensorflow/tools/ci_build/
H A Dcopy_binary.py49 def copy_binary(directory, origin_tag, new_tag, version, gpu=False):
55 new_tag: str of the new tag
60 print("Rename and copy binaries with %s to %s." % (origin_tag, new_tag))
66 new_binary = BINARY_STRING_TEMPLATE % (package, version, new_tag)
71 new_py_ver = re.search(r"(cp\d\d-cp\d\d)", new_tag).group(1)
122 new_tag = origin_tag.replace(old_py_ver, "cp" + args.new_py_ver)
125 copy_binary(directory, origin_tag, new_tag, version, gpu)
/external/libmojo/build/android/gyp/util/
H A 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/harfbuzz_ng/src/
H A Dhb-ot-tag.cc131 hb_tag_t new_tag; local
136 new_tag = hb_ot_new_tag_from_script (script);
137 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
139 *script_tag_1 = new_tag;
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dparse_html_deps.py228 ns = soup.new_tag('style')
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.h294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c8801 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, function
8954 new_tag(h, f, wt, &attr);
8998 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c9512 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, function
9665 new_tag(h, f, wt, &attr);
9709 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2);
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c3612 // new_tag = if cond then FULL else old_tag
3618 IRTemp new_tag = newTemp(Ity_I8); local
3619 assign(new_tag,
3636 // now set it to new_tag instead.
3637 put_ST_TAG(i, mkexpr(new_tag));
H A Dguest_amd64_toIR.c5201 // new_tag = if cond then FULL else old_tag
5207 IRTemp new_tag = newTemp(Ity_I8); local
5208 assign(new_tag,
5225 // now set it to new_tag instead.
5226 put_ST_TAG(i, mkexpr(new_tag));
[all...]

Completed in 1348 milliseconds