Home
last modified time | relevance | path

Searched refs:end (Results 1 – 18 of 18) sorted by relevance

/build/scripts/
Dninja2trace.py27 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/
Dcheck_gn_online.py44 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/
Dprocess_field_validate.py183 …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/
Dgn_helpers.py305 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
Dprebuilts_config.py203 …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/
Dclient_blobstore.cpp75 if (blob != impl->blobs.end()) { in get_metadata()
/build/lite/ndk/build/toolchain/
Dgcc.gni86 "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group -o $outfile"
102 "-Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group -o $outfile "
/build/lite/toolchain/
Dgcc.gni84 …{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…
Diccarm.gni96 …dflags}} $extra_ldflags " + "-Wl, --start-group {{inputs}} {{libs}} -Wl, --end-group -o $unstrippe…
/build/ohos/images/mkimage/
Dimkcovert.py93 end = int(header.readline())
94 table.append([start, end])
/build/config/mac/
Dmac_sdk.gni26 # Path to a specific version of the Mac SDK, not including a slash at the end.
/build/docs/
D编译构建调试文档.md532 …[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/
Dbuild_utils.py644 if match.end() != len(arg):
/build/config/sanitizers/
Dsanitizers.gni156 # declare_args block. User overrides are only applied at the end of a
/build/config/compiler/
DBUILD.gn544 # 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/
DBUILDCONFIG.gn653 # boundary = end of string or slash) are supported, and the entire string
/build/lite/ndk/doc/config/
DDoxyfile_CPP398 # 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
DDoxyfile_C398 # 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