Searched refs:NUM_NULL (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/ui/src/controller/ |
D | track_decider.ts | 27 NUM_NULL, 433 upid: NUM_NULL, 434 tid: NUM_NULL, 435 pid: NUM_NULL, 485 upid: NUM_NULL, 486 tid: NUM_NULL, 529 upid: NUM_NULL, 530 tid: NUM_NULL, 532 startTs: NUM_NULL, 534 endTs: NUM_NULL, [all …]
|
/external/perfetto/ui/src/common/ |
D | query_iterator_unittest.ts | 20 NUM_NULL, 124 expect(findColumnIndex(r, 'nullable_doubles', NUM_NULL)).toBe(4); 125 expect(findColumnIndex(r, 'nullable_longs', NUM_NULL)).toBe(5); 131 expect(findColumnIndex(r, 'doubles', NUM_NULL)).toBe(1); 132 expect(findColumnIndex(r, 'longs', NUM_NULL)).toBe(2); 199 const it = iter({'emptyColumn': NUM_NULL}, r); 224 const it = iter({'numbers': NUM_NULL}, r);
|
D | query_iterator.ts | 44 export const NUM_NULL: number|null = 1; constant 47 (typeof NUM)|(typeof STR)|(typeof NUM_NULL)|(typeof STR_NULL); 56 const expectsNumbers = columnType === NUM || columnType === NUM_NULL; 124 const isNum = columnType === NUM || columnType === NUM_NULL; 182 spec[name] = desc[i].type === 3 ? STR_NULL : NUM_NULL;
|
D | engine.ts | 21 import {iter, NUM_NULL, slowlyCountRows, STR} from './query_iterator'; 187 const it = iter({'name': STR, 'int_value': NUM_NULL}, query);
|
/external/perfetto/ui/src/tracks/thread_state/ |
D | controller.ts | 19 NUM_NULL, 120 'cpu': NUM_NULL, 122 'io_wait': NUM_NULL, 123 'id': NUM_NULL,
|