Home
last modified time | relevance | path

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

12

/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_dm_results.py79 str(now.year ).zfill(4),
80 str(now.month).zfill(2),
81 str(now.day ).zfill(2),
82 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/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/swiftshader/third_party/LLVM/test/MC/MachO/
Dzerofill-1.s6 .zerofill __DATA, __common, zfill, 2, 1
/external/llvm/test/MC/MachO/
Dzerofill-1.s6 .zerofill __DATA, __common, zfill, 2, 1
/external/skia/infra/bots/recipe_modules/core/resources/
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/webrtc/webrtc/tools/barcode_tools/
Dhelper_functions.py35 return str(number).zfill(padding)
/external/python/cpython2/Lib/
Dstring.py460 def zfill(x, width): function
469 return x.zfill(width)
DUserString.py131 def zfill(self, width): return self.__class__(self.data.zfill(width)) member in UserString
Dstringold.py310 def zfill(x, width): function
/external/fonttools/Lib/fontTools/ttLib/tables/
DS_I_N_G_.py55 octString.zfill(3)
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_longevity_helper.py98 computed_string += version_part.zfill(column_widths[i])
/external/autotest/tko/perf_upload/
Dperf_uploader.py235 computed_string += version_part.zfill(column_widths[i])
/external/autotest/client/cros/
Ddhcp_unittest.py44 chars = ["x" + (hex(ord(c))[2:].zfill(2)) for c in byte_str]
/external/python/cpython2/Doc/tutorial/
Dinputoutput.rst116 There is another method, :meth:`str.zfill`, which pads a numeric string on the
119 >>> '12'.zfill(5)
121 >>> '-3.14'.zfill(7)
123 >>> '3.14159265359'.zfill(5)
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py274 computed_string += version_part.zfill(column_widths[i])
/external/lisa/libs/wlgen/wlgen/
Drta.py495 ['p'+str(pid).zfill(6)] = task_phase
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py40 padded_hex_str = hex(i)[2:].zfill(8)
/external/autotest/client/common_lib/
Dutils.py1620 c = cmp(cx.zfill(maxlen), cy.zfill(maxlen))
/external/fonttools/Lib/fontTools/
DcffLib.py906 charset.append("cid" + str(CID).zfill(5))
925 charset.append("cid" + str(CID).zfill(5))

12