Searched refs:zfill (Results 1 - 25 of 46) sorted by relevance

12

/external/llvm/test/MC/MachO/
H A Dzerofill-1.s6 .zerofill __DATA, __common, zfill, 2, 1
85 // CHECK: Name: zfill (1)
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dzerofill-1.s6 .zerofill __DATA, __common, zfill, 2, 1
93 // CHECK: ('_string', 'zfill')
/external/skia/infra/bots/recipes/
H A 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),
H A Dupload_calmbench_results.py50 'calmbench-v1', str(now.year).zfill(4),
51 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
H A Dupload_dm_results.py62 str(now.year ).zfill(4),
63 str(now.month).zfill(2),
64 str(now.day ).zfill(2),
65 str(now.hour ).zfill(2),
/external/skia/platform_tools/android/tradefed/
H A 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/infra/bots/recipes/
H A 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),
H A Dupload_calmbench_results.py50 'calmbench-v1', str(now.year).zfill(4),
51 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
H A Dupload_dm_results.py62 str(now.year ).zfill(4),
63 str(now.month).zfill(2),
64 str(now.day ).zfill(2),
65 str(now.hour ).zfill(2),
/external/skqp/platform_tools/android/tradefed/
H A 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/python/cpython2/Lib/plat-irix5/
H A 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)
H A 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-irix6/
H A 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)
H A 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/
H A 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/webrtc/webrtc/tools/barcode_tools/
H A Dhelper_functions.py35 return str(number).zfill(padding)
/external/capstone/suite/
H A Dbenchmark.py44 return " ".join("0x" + "{0:x}".format(ord(c)).zfill(2) for c in s) # <-- Python 3 is OK
H A Dfuzz.py50 return " ".join("0x" + "{0:x}".format(ord(c)).zfill(2) for c in s) # <-- Python 3 is OK
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_I_N_G_.py55 octString.zfill(3)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_I_N_G_.py55 octString.zfill(3)
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
H A Denterprise_longevity_helper.py98 computed_string += version_part.zfill(column_widths[i])
/external/autotest/tko/perf_upload/
H A Dperf_uploader.py235 computed_string += version_part.zfill(column_widths[i])
/external/skia/infra/bots/recipe_modules/core/resources/
H A Drun_binary_size_analysis.py350 ingest_path = '/'.join(('nano-json-v1', str(now.year).zfill(4),
351 str(now.month).zfill(2), str(now.day).zfill(2),
352 str(now.hour).zfill(2)))
/external/skqp/infra/bots/recipe_modules/core/resources/
H A Drun_binary_size_analysis.py350 ingest_path = '/'.join(('nano-json-v1', str(now.year).zfill(4),
351 str(now.month).zfill(2), str(now.day).zfill(2),
352 str(now.hour).zfill(2)))
/external/python/cpython2/Lib/
H A Dstring.py460 def zfill(x, width): function
461 """zfill(x, width) -> string
469 return x.zfill(width)

Completed in 714 milliseconds

12