Searched refs:new_label (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/test/dfsan/
H A Dbasic.c14 dfsan_label new_label = dfsan_get_label(i); local
15 assert(i_label == new_label);
/external/gemmlowp/profiling/
H A Dinstrumentation.h141 void UpdateTop(const char* new_label) { argument
144 labels[size - 1] = new_label;
219 void Update(const char* new_label) { profiling_stack_->UpdateTop(new_label); } argument
/external/autotest/cli/
H A Datest_migrate_host32 new_label = new.create_label(name=label.name, variable
/external/autotest/site_utils/
H A Dtest_runner_utils.py425 new_label = afe.create_label(label)
426 labels_to_add_to_afe_host.append(new_label.name)
/external/e2fsprogs/misc/
H A Dtune2fs.c74 char *new_label, *new_last_mounted, *new_UUID; variable
835 new_label = argv[2];
998 new_label = optarg;
2105 if (strlen(new_label) > sizeof(sb->s_volume_name))
2109 strncpy(sb->s_volume_name, new_label,
/external/autotest/frontend/afe/
H A Drpc_utils.py654 new_label = models.Label.objects.create(name=name)
655 new_label.save()
/external/valgrind/perf/
H A Dtinycc.c17354 goto new_label;
17358 new_label:

Completed in 351 milliseconds