Home
last modified time | relevance | path

Searched refs:zfill (Results 1 – 25 of 63) sorted by relevance

123

/external/skia/infra/bots/recipes/
Dupload_nano_results.py38 'nano-json-v1', str(now.year).zfill(4),
39 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
Dupload_buildstats_results.py39 'buildstats-json-v1', str(now.year).zfill(4),
40 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
Dupload_dm_results.py53 str(now.year ).zfill(4),
54 str(now.month).zfill(2),
55 str(now.day ).zfill(2),
56 str(now.hour ).zfill(2),
/external/skqp/infra/bots/recipes/
Dupload_buildstats_results.py38 'buildstats-json-v1', str(now.year).zfill(4),
39 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
Dupload_nano_results.py37 'nano-json-v1', str(now.year).zfill(4),
38 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
Dupload_calmbench_results.py53 'calmbench-v1', str(now.year).zfill(4),
54 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
Dupload_dm_results.py52 str(now.year ).zfill(4),
53 str(now.month).zfill(2),
54 str(now.day ).zfill(2),
55 str(now.hour ).zfill(2),
/external/skia/platform_tools/android/tradefed/
Dupload_dm_results.py56 str(now.year ).zfill(4),
57 str(now.month).zfill(2),
58 str(now.day ).zfill(2),
59 str(now.hour ).zfill(2),
/external/skqp/platform_tools/android/tradefed/
Dupload_dm_results.py56 str(now.year ).zfill(4),
57 str(now.month).zfill(2),
58 str(now.day ).zfill(2),
59 str(now.hour ).zfill(2),
/external/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py46 str(now.year ).zfill(4),
47 str(now.month).zfill(2),
48 str(now.day ).zfill(2),
49 str(now.hour ).zfill(2),
/external/python/cpython2/Lib/plat-irix6/
Dcdplayer.py35 self.id = 'd' + string.zfill(len(tracklist), 2)
38 self.id = self.id + string.zfill(length[0], 2) + \
39 string.zfill(length[1], 2)
Dcddb.py27 return string.zfill(v, 2)
170 self.toc = string.zfill(ntracks, 2)
173 self.toc = self.toc + string.zfill(length[0], 2) + \
174 string.zfill(length[1], 2)
/external/python/cpython2/Lib/plat-irix5/
Dcdplayer.py35 self.id = 'd' + string.zfill(len(tracklist), 2)
38 self.id = self.id + string.zfill(length[0], 2) + \
39 string.zfill(length[1], 2)
Dcddb.py27 return string.zfill(v, 2)
170 self.toc = string.zfill(ntracks, 2)
173 self.toc = self.toc + string.zfill(length[0], 2) + \
174 string.zfill(length[1], 2)
/external/autotest/site_utils/
Dperf_csv_uploader.py132 str(self.test_view.job_finished_time.month).zfill(2),
133 str(self.test_view.job_finished_time.day).zfill(2),
134 str(self.test_view.job_finished_time.hour).zfill(2),
135 str(self.test_view.job_finished_time.minute).zfill(2))
/external/llvm-project/lldb/test/API/functionalities/data-formatter/builtin-formats/
DTestBuiltinFormats.py108 string_expr += format(ord(c), "x").zfill(2)
111 string_expr += format(ord(c), "x").zfill(2)
124 ostype_expr += format(ord(c), "x").zfill(2)
129 ostype_expr += format(ord(c), "x").zfill(2)
/external/fonttools/Tests/ufoLib/
Dfilenames_test.py59 e.append(prefix + "aaaaa" + "1".zfill(15) + suffix)
67 e.append(prefix + "AAAAA" + "2".zfill(15) + suffix)
/external/llvm-project/llvm/test/MC/MachO/
Dzerofill-text.s4 .zerofill __TEXT, __const, zfill, 2, 1
Dzerofill-1.s6 .zerofill __DATA, __common, zfill, 2, 1
/external/llvm/test/MC/MachO/
Dzerofill-1.s6 .zerofill __DATA, __common, zfill, 2, 1
/external/fonttools/Tests/misc/
Dfilenames_test.py94 e.append(prefix + "aaaaa" + "1".zfill(15) + suffix)
102 e.append(prefix + "AAAAA" + "2".zfill(15) + suffix)
/external/capstone/suite/
Dfuzz.py51 return " ".join("0x" + "{0:x}".format(ord(c)).zfill(2) for c in s) # <-- Python 3 is OK
Dbenchmark.py45 return " ".join("0x" + "{0:x}".format(ord(c)).zfill(2) for c in s) # <-- Python 3 is OK
/external/fonttools/Lib/fontTools/misc/
Dfilenames.py177 name = userName + str(counter).zfill(15)
/external/fonttools/Lib/fontTools/ufoLib/
Dfilenames.py147 name = userName + str(counter).zfill(15)

123