Home
last modified time | relevance | path

Searched refs:label_string (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/
Dbuildbot_test_toolchains.py198 label_string = '%s_trybot_image' % compiler_string
209 """ % (label_string, self._chromeos_root, trybot_image,
/external/autotest/tko/
Dmodels.py342 label_string = ','.join(label.replace(':', '%3A')
344 return {'labels': label_string, 'platform': hostinfo.model}
/external/v8/src/torque/
Dimplementation-visitor.cc1972 std::string label_string = label->generated(); in GenerateLabelDefinition() local
1973 std::string label_string_impl = label_string + "_impl"; in GenerateLabelDefinition()
1982 source_out() << "Label* " + label_string + " = &" << label_string_impl in GenerateLabelDefinition()
1985 source_out() << "USE(" << label_string << ");\n"; in GenerateLabelDefinition()