Home
last modified time | relevance | path

Searched refs:STR_NULL (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrack_decider.ts30 STR_NULL,
436 threadName: STR_NULL,
487 threadName: STR_NULL,
527 trackName: STR_NULL,
531 threadName: STR_NULL,
581 trackName: STR_NULL,
583 processName: STR_NULL,
646 trackName: STR_NULL,
648 processName: STR_NULL,
711 trackName: STR_NULL,
[all …]
/external/perfetto/ui/src/common/
Dquery_iterator.ts45 export const STR_NULL: string|null = 'str_null'; constant
47 (typeof NUM)|(typeof STR)|(typeof NUM_NULL)|(typeof STR_NULL);
55 const expectsStrings = columnType === STR || columnType === STR_NULL;
125 const isString = columnType === STR || columnType === STR_NULL;
182 spec[name] = desc[i].type === 3 ? STR_NULL : NUM_NULL;
Dquery_iterator_unittest.ts23 STR_NULL
123 expect(findColumnIndex(r, 'nullable_strings', STR_NULL)).toBe(3);
130 expect(findColumnIndex(r, 'strings', STR_NULL)).toBe(0);
204 const it = iter({'emptyColumn': STR_NULL}, r);
/external/perfetto/ui/src/tracks/thread_state/
Dcontroller.ts21 STR_NULL
121 'state': STR_NULL,