/external/perfetto/test/trace_processor/ |
D | oom_query.sql | 8 WHERE ref_type = 'upid' AND counters.name IN ("mem.rss.file", "rss_stat.mm_filepages"); 17 where ref_type = 'upid' and counters.name in ("mem.rss.anon", "rss_stat.mm_anonpages"); 26 where ref_type = 'upid' and counters.name = 'oom_score_adj';
|
D | b120487929.sql | 10 and ref_type = 'cpu'; 21 and ref_type = 'cpu';
|
D | counters_order_ref.sql | 1 SELECT ts, ref, ref_type
|
D | counters_ref_type_null.sql | 2 where name = 'MemAvailable' and ref_type is null
|
D | counters_order_ref_counters_order_ref.out | 1 "ts","ref","ref_type"
|
D | mm_event.sql | 1 select id, ts, name, value, ref, ref_type, arg_set_id
|
D | counter_args_join.sql | 6 ref_type,
|
D | counters_ref_type_null_memory_counters.out | 1 "id","counter_id","ts","value","arg_set_id","name","ref","ref_type"
|
D | memory_counters_counter_args_join.out | 1 "ts","dur","counters_name","value","ref","ref_type","id","args_key","utid"
|
D | mm_event.out | 1 "id","ts","name","value","ref","ref_type","arg_set_id"
|
/external/perfetto/src/trace_processor/ |
D | event_tracker.cc | 138 RefType ref_type, in PushCounter() argument 149 PERFETTO_DCHECK(!resolve_utid_to_upid || ref_type == RefType::kRefUtid); in PushCounter() 156 defn_id = definitions->AddCounterDefinition(name_id, ref, ref_type); in PushCounter() 176 RefType ref_type, in PushInstant() argument 188 idx = instants->AddInstantEvent(timestamp, name_id, value, ref, ref_type); in PushInstant()
|
D | event_tracker.h | 57 RefType ref_type, 65 RefType ref_type,
|
D | proto_trace_parser_unittest.cc | 83 RefType ref_type,
|
/external/perfetto/src/trace_processor/metrics/android/ |
D | android_mem_lmk.sql | 29 AND ref_type = 'upid') 35 WHERE name = 'mem.lmk' AND ref_type = 'upid';
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.cc | 319 size_t ref_type) const { in GetRefSlot() 320 DCHECK_LT(ref_type, arraysize(ref_slots_)); in GetRefSlot() 321 return ref_slots_[ref_type]; in GetRefSlot() 325 size_t ref_type, in UpdateRefSlot() argument 327 DCHECK_LT(ref_type, arraysize(ref_slots_)); in UpdateRefSlot() 328 ref_slots_[ref_type] = ref_slot; in UpdateRefSlot()
|
/external/perfetto/docs/ |
D | trace-processor.md | 79 See ref_type for what data this can contain. 81 `ref_type` 110 See ref_type for what data this can contain. 112 `ref_type`
|
/external/v8/tools/clang/base_bind_rewriters/ |
D | BaseBindRewriters.cpp | 208 auto* ref_type = in run() local 210 if (!ref_type || !ref_type->getPointeeType().isLocalConstQualified()) in run()
|
/external/curl/packages/vms/ |
D | compare_curl_source.com | 195 $ ref_type = f$parse(ref_spec,,,"TYPE") 218 $ ref_name_type = ref_name + ref_type
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 3088 static void update_picked_ref_frames_mask(MACROBLOCK *const x, int ref_type, in update_picked_ref_frames_mask() argument 3098 x->picked_ref_frames_mask[i * 32 + j] |= 1 << ref_type; in update_picked_ref_frames_mask() 3423 const int ref_type = av1_ref_frame_type(ctx_none->mic.ref_frame); in rd_pick_partition() local 3424 update_picked_ref_frames_mask(x, ref_type, bsize, in rd_pick_partition()
|
D | rdopt.c | 11866 const int ref_type = av1_ref_frame_type(ref_frame); in inter_mode_search_order_independent_skip() local 11867 int skip_ref = skip_ref_frame_mask & (1 << ref_type); in inter_mode_search_order_independent_skip() 11868 if (ref_type <= ALTREF_FRAME && skip_ref) { in inter_mode_search_order_independent_skip() 11876 if (rf[0] == ref_type || rf[1] == ref_type) { in inter_mode_search_order_independent_skip()
|