Home
last modified time | relevance | path

Searched defs:new_tag (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/tools/ci_build/
Dcopy_binary.py46 def copy_binary(directory, origin_tag, new_tag, version, package): argument
/external/linux-kselftest/tools/testing/selftests/arm64/mte/
Dcheck_buffer_fill.c353 int i, new_tag; in compare_memory_tags() local
/external/harfbuzz_ng/src/
Dhb-ot-tag.cc150 hb_tag_t new_tag = hb_ot_new_tag_from_script (script); in hb_ot_all_tags_from_script() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.h740 void set_tagged_size(char new_tag) { in set_tagged_size()
/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
/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
/external/nanopb-c/
Dpb_decode.c1134 pb_size_t new_tag = iter->pos->tag; /* New which_ value */ in pb_release_union_field() local
/external/musl/src/regex/
Dregcomp.c1573 int new_tag = tre_stack_pop_int(stack); in tre_add_tags() local
/external/cronet/net/spdy/
Dspdy_session.cc1746 bool SpdySession::ChangeSocketTag(const SocketTag& new_tag) { in ChangeSocketTag()