Searched refs:end (Results 1 – 18 of 18) sorted by relevance
/build/scripts/ |
D | ninja2trace.py | 27 def __init__(self, start, end): argument 29 self.end = int(end) 33 return "{} {} {} ".format(self.start, self.end, self.target_obj_names) 54 start, end, time_stamp, name, cmdhash = line.strip().split( 56 storing_data.setdefault(cmdhash, StoringDataLine(start, end)) 62 key=lambda line: line.end - line.start, 70 duration = item.end - item.start 85 'dur': str((storingdataline.end - storingdataline.start) * 1000), 111 self.tids[i] = storingdataline.end 115 self.tids.append(storingdataline.end)
|
/build/tools/component_tools/static_check/gn_check/ |
D | check_gn_online.py | 44 end = -2 49 if pos == end + 1: 50 end = pos 52 elif start != end: 53 row_range.append([start, end, contents]) 56 end = pos 60 end = pos 62 if pos == values[-1][0] and start != end: 63 row_range.append([start, end, contents])
|
/build/ohos/packages/ |
D | process_field_validate.py | 183 …nt("Name: {}\nuid: {}\ngiven uid: {}\ngid: ".format(i[0], i[1].uid, i[1].related_item.uid), end="") 186 print(gid, end=" ") 189 print("given gid: ", end=" ") 191 print(gid, end=" ") 200 print("Cfg location: {}\n".format(i[1].loc), end="") 201 print("Name: {}\ncritical: {}\n".format(i[0], i[1].critical), end="") 241 …or: some services do not match with critical whitelist({}).".format(critical_process_path), end="") 242 … print(" Directly enable critical or modify enabled critical services are prohibited!", end="")
|
/build/ |
D | gn_helpers.py | 305 end = self.cur 308 return UnescapeGNString(self.input[begin:end]) 353 end = self.cur + len(constant) 354 if end > len(self.input): 356 if self.input[self.cur:end] == constant: 357 self.cur = end
|
D | prebuilts_config.py | 203 …print(f'\r[{"=" * int(progress)}{" " * (50 - int(progress))}] {progress * 2:.2f}%', end='', flush=… 205 print("\r[Error] Total size is zero, unable to calculate progress.", end='', flush=True)
|
/build/rust/tests/test_cxx_rust/src/ |
D | client_blobstore.cpp | 75 if (blob != impl->blobs.end()) { in get_metadata()
|
/build/lite/ndk/build/toolchain/ |
D | gcc.gni | 86 "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group -o $outfile" 102 "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group -o $outfile "
|
/build/lite/toolchain/ |
D | gcc.gni | 84 …{ldflags}} $extra_ldflags " + "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group -o $unstrippe… 106 …{ldflags}} $extra_ldflags " + "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group -o $unstrippe…
|
D | iccarm.gni | 96 …dflags}} $extra_ldflags " + "-Wl, --start-group {{inputs}} {{libs}} -Wl, --end-group -o $unstrippe…
|
/build/ohos/images/mkimage/ |
D | imkcovert.py | 93 end = int(header.readline()) 94 table.append([start, end])
|
/build/config/mac/ |
D | mac_sdk.gni | 26 # Path to a specific version of the Mac SDK, not including a slash at the end.
|
/build/docs/ |
D | 编译构建调试文档.md | 532 …[6/6] g++ -Wl,-rpath=\$ORIGIN/ -Wl,-rpath-link= -o hello -Wl,--start-group @hello.rsp -Wl,--end-g… 584 g++ -Wl,-rpath=\$ORIGIN/ -Wl,-rpath-link= -o hello -Wl,--start-group @hello.rsp -Wl,--end-group
|
/build/scripts/util/ |
D | build_utils.py | 644 if match.end() != len(arg):
|
/build/config/sanitizers/ |
D | sanitizers.gni | 156 # declare_args block. User overrides are only applied at the end of a
|
/build/config/compiler/ |
D | BUILD.gn | 544 # time, so they need to be applied to all translation units, and we may end up 1027 # Warn on missing break statements at the end of switch cases. 1214 # Don't emit the GCC version ident directives, they just end up in the
|
/build/config/ |
D | BUILDCONFIG.gn | 653 # boundary = end of string or slash) are supported, and the entire string
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 398 # symbols. At the end of a run doxygen will report the cache usage and suggest 1972 # all uppercase name, and do not end with a semicolon. Such function macros are
|
D | Doxyfile_C | 398 # symbols. At the end of a run doxygen will report the cache usage and suggest 1970 # all uppercase name, and do not end with a semicolon. Such function macros are
|