Lines Matching +full:eslint +full:- +full:scope
7 // http://www.apache.org/licenses/LICENSE-2.0
401 const node = tokens[1].slice(0, -1);
402 const zone = tokens[2].slice(0, -1);
403 const size = tokens[3].slice(0, -1);
826 // Map From [name] -> [uuid, key]
837 const groupUuid = `uid-track-group${rawName}`;
977 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
1121 // put process-scoped tracks in this group.
1151 // but creating a dedicated track type is out of scope at the time of
1181 // Chrome-based process rank based on process names (e.g. Browser)
1293 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
1295 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
1424 // Add first the global tracks that don't require per-process track groups.
1476 // Pre-group all kernel "threads" (actually processes) if this is a linux
1479 // per-thread tracks. Quirk: since all threads will appear to be
1480 // TrackKindPriority.MAIN_THREAD, any process-level tracks will end up
1486 // Create the per-process track groups. Note that this won't necessarily
1567 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions