Home
last modified time | relevance | path

Searched refs:regExpTimestampSearch (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/utils/
Dconsts.js66 const regExpTimestampSearch = new RegExp(/^\d+$/); constant
68 …ScriptMessageType, NAVIGATION_STYLE, SEARCH_TYPE, logLevel, transitionMap, regExpTimestampSearch };
/development/tools/winscope/src/
Dtransform.js18 import {regExpTimestampSearch} from './utils/consts';
406 if (regExpTimestampSearch.test(searchInput)) {