HomeSort by relevance Sort by last modified time
    Searched refs:new_tag (Results 1 - 15 of 15) sorted by null

  /art/openjdkjvmti/
object_tagging.cc 45 bool ObjectTagTable::Set(art::mirror::Object* obj, jlong new_tag) {
46 if (new_tag == 0) {
50 return JvmtiWeakTable<jlong>::Set(obj, new_tag);
52 bool ObjectTagTable::SetLocked(art::mirror::Object* obj, jlong new_tag) {
53 if (new_tag == 0) {
57 return JvmtiWeakTable<jlong>::SetLocked(obj, new_tag);
jvmti_weak_table-inl.h 135 bool JvmtiWeakTable<T>::Set(art::mirror::Object* obj, T new_tag) {
140 return SetLocked(self, obj, new_tag);
143 bool JvmtiWeakTable<T>::SetLocked(art::mirror::Object* obj, T new_tag) {
148 return SetLocked(self, obj, new_tag);
152 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::mirror::Object* obj, T new_tag) {
155 it->second = new_tag;
169 return SetLocked(self, obj, new_tag);
173 auto insert_it = tagged_objects_.emplace(art::GcRoot<art::mirror::Object>(obj), new_tag);
  /external/libmojo/mojo/public/cpp/bindings/lib/
union_accessor.h 24 void SwitchActive(typename U::Tag new_tag) { u_->SwitchActive(new_tag); }
  /external/tensorflow/tensorflow/tools/ci_build/
copy_binary.py 49 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/
md5_check.py 166 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/
hb-ot-tag.cc 131 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;
    [all...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 267 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
268 EXPECT_LT(doCtrlCommand("t %d %" PRIu64 " %u", sock0.fd, new_tag, fake_uid2), 0);
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
parse_html_deps.py 228 ns = soup.new_tag('style')
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
  /system/media/camera/docs/
metadata_helpers.py     [all...]
  /art/runtime/
debugger.cc 4226 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get()); local
4228 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 8801 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9512 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, function
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 3618 IRTemp new_tag = newTemp(Ity_I8); local
    [all...]
guest_amd64_toIR.c 5207 IRTemp new_tag = newTemp(Ity_I8); local
    [all...]

Completed in 888 milliseconds