| /build/soong/starlark_fmt/ |
| D | format.go | 30 func Indention(level int) string { 37 func PrintAny(value any, indentLevel int) string { 41 func printAnyRecursive(value reflect.Value, indentLevel int) string { 113 func PrintStringList(items []string, indentLevel int) string { 123 func PrintList(items []string, indentLevel int, formatString func(string) string) string { 141 func PrintStringListDict(dict map[string][]string, indentLevel int) string { 151 func PrintBoolDict(dict map[string]bool, indentLevel int) string { 161 func PrintStringIntDict(dict map[string]int, indentLevel int) string { 171 func PrintStringStringDict(dict map[string]string, indentLevel int) string { 181 func PrintDict(dict map[string]string, indentLevel int) string {
|
| /build/make/tools/edit_monitor/ |
| D | daemon_manager.py | 134 interval: int = DEFAULT_MONITOR_INTERVAL_SECONDS, 137 reboot_timeout: int = DEFAULT_REBOOT_TIMEOUT_SECONDS, 313 self, pid: int, timeout: int = DEFAULT_PROCESS_TERMINATION_TIMEOUT_SECONDS 331 def _wait_for_process_terminate(self, pid: int, timeout: int) -> bool: 342 def _is_process_alive(self, pid: int) -> bool: 358 def _remove_pidfile(self, expected_pid: int): 394 def _get_process_memory_percent(self, pid: int) -> float: 407 def _get_process_cpu_percent(self, pid: int, interval: int = 1) -> float: 422 def _get_total_cpu_time(self, pid: int) -> float:
|
| D | edit_monitor.py | 44 flush_interval_sec: int, 45 single_events_size_threshold: int, 186 flush_interval_sec: int = DEFAULT_FLUSH_INTERVAL_SECONDS, 187 single_events_size_threshold: int = DEFAULT_SINGLE_EVENTS_SIZE_THRESHOLD,
|
| D | utils.py | 24 rollout_percent: int = 100,
|
| /build/blueprint/ |
| D | levenshtein.go | 21 func abs(a int) int { 32 func levenshtein(a, b string, ai, bi, max int, buf [][]int) int {
|
| D | ninja_strings.go | 153 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) { 160 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) { 174 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) { 202 func parseDollarState(state *parseState, i int, r rune) (stateFunc, error) { 232 func parseBracketsState(state *parseState, i int, r rune) (stateFunc, error) {
|
| /build/make/tools/compliance/ |
| D | policy_shareprivacyconflicts_test.go | 31 func (l byConflict) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 35 func (l byConflict) Less(i, j int) bool {
|
| D | test_util.go | 163 func (l byEdge) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 167 func (l byEdge) Less(i, j int) bool { 259 func (l byAnnotatedEdge) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 260 func (l byAnnotatedEdge) Less(i, j int) bool { 359 func (l actionList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 363 func (l actionList) Less(i, j int) bool {
|
| D | resolution.go | 72 func (l ResolutionList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 75 func (l ResolutionList) Less(i, j int) bool {
|
| D | graph.go | 179 func (l TargetEdgeList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 182 func (l TargetEdgeList) Less(i, j int) bool { 247 func NewTargetEdgePath(cap int) *TargetEdgePath { 500 func (l TargetNodeList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 503 func (l TargetNodeList) Less(i, j int) bool {
|
| /build/make/ci/ |
| D | build_test_suites_local_test.py | 60 def assert_children_alive(self, children: list[int]): 64 def assert_children_dead(self, children: list[int]): 112 def query_child_pids(parent_pid: int) -> set[int]:
|
| /build/blueprint/proptools/ |
| D | filter.go | 39 func filterPropertyStructFields(fields []reflect.StructField, prefix string, maxTypeNameSize int, 156 func filterPropertyStruct(prop reflect.Type, prefix string, maxNameSize int, 208 func FilterPropertyStructSharded(prop reflect.Type, maxTypeNameSize int, predicate FilterFieldPredi…
|
| /build/make/tools/compliance/cmd/checkshare/ |
| D | checkshare.go | 42 func (l byError) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 43 func (l byError) Less(i, j int) bool { return l[i].Error() < l[j].Error() }
|
| /build/bazel/scripts/incremental_build/ |
| D | clone.py | 216 def _make_clones(bp2templates: dict[Path, dict[ModuleName, Template]], n: int): 291 def _name_cuj(count: int, module_count: int, bp_count: int) -> str:
|
| /build/soong/shared/ |
| D | env.go | 126 func (e envFileData) Less(i, j int) bool { 130 func (e envFileData) Swap(i, j int) {
|
| /build/soong/ui/metrics/proc/ |
| D | status_darwin.go | 9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
|
| D | status_linux.go | 16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
|
| /build/soong/android/ |
| D | vendor_api_levels.go | 22 func getSdkVersionOfVendorApiLevel(apiLevel int) (int, bool) {
|
| D | api_levels.go | 262 func uncheckedFinalApiLevel(num int) ApiLevel { 270 func uncheckedFinalIncrementalApiLevel(num int, increment int) ApiLevel { 464 apiLevelsMap map[string]int) {
|
| /build/blueprint/uniquelist/ |
| D | uniquelist_test.go | 35 func testSlice(n int) []int {
|
| /build/soong/cmd/extract_linker/ |
| D | main.go | 152 func progNameFromFlags(flags elf.ProgFlag, progsWithFlagsCount map[string]int) string {
|
| /build/soong/java/ |
| D | prebuilt_apis_test.go | 27 func intPtr(v int) *int {
|
| /build/soong/tests/ |
| D | run_tool_with_logging_test.py | 265 def _wait_for_process_group(self, pgid: int, timeout: int = 5): 309 def assert_called_with_times(self, expected_call_times: int):
|
| /build/blueprint/parser/ |
| D | sort.go | 273 func (l commentsByOffset) Less(i, j int) bool { 277 func (l commentsByOffset) Swap(i, j int) {
|
| D | parser_test.go | 27 func mkpos(offset, line, column int) scanner.Position {
|