Home
last modified time | relevance | path

Searched defs:old_version (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-hb-version.py20 old_version = re.match (r"#define HB_VERSION_STRING \"(\d.\d.\d)\"", line) variable
/third_party/harfbuzz/src/
Dgen-hb-version.py20 old_version = re.match (r"#define HB_VERSION_STRING \"(\d.\d.\d)\"", line) variable
/third_party/grpc/tools/profiling/bloat/
Dbloat_diff.py79 old_version = glob.glob('bloat_diff_old/opt/%s' % lib) variable
/third_party/mbedtls/scripts/
Dabi_check.py46 def __init__(self, old_version, new_version, configuration): argument
/third_party/ffmpeg/libavformat/
Dmpegts.c352 old_version = program->pmt_version; in update_av_program_info() local