/external/perfetto/src/tracing/ |
D | track_event_category_registry.cc | 46 uint32_t instance_index) const { in EnableCategoryForInstance() 47 PERFETTO_DCHECK(instance_index < kMaxDataSourceInstances); in EnableCategoryForInstance() 51 static_cast<uint8_t>(1u << instance_index), std::memory_order_release); in EnableCategoryForInstance() 56 uint32_t instance_index) const { in DisableCategoryForInstance() 57 PERFETTO_DCHECK(instance_index < kMaxDataSourceInstances); in DisableCategoryForInstance() 61 static_cast<uint8_t>(~(1u << instance_index)), std::memory_order_release); in DisableCategoryForInstance()
|
/external/webrtc/modules/audio_processing/logging/ |
D | apm_data_dumper.cc | 34 int instance_index, in FormFileName() argument 46 ss << name << "_" << instance_index << "-" << reinit_index << suffix; in FormFileName() 54 ApmDataDumper::ApmDataDumper(int instance_index) in ApmDataDumper() argument 55 : instance_index_(instance_index) {} in ApmDataDumper() 57 ApmDataDumper::ApmDataDumper(int instance_index) {} in ApmDataDumper() argument
|
D | apm_data_dumper.h | 53 explicit ApmDataDumper(int instance_index);
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var.cc | 152 unsigned int instance_index) in hb_ot_var_named_instance_get_subfamily_name_id() argument 154 return face->table.fvar->get_instance_subfamily_name_id (instance_index); in hb_ot_var_named_instance_get_subfamily_name_id() 159 unsigned int instance_index) in hb_ot_var_named_instance_get_postscript_name_id() argument 161 return face->table.fvar->get_instance_postscript_name_id (instance_index); in hb_ot_var_named_instance_get_postscript_name_id() 166 unsigned int instance_index, in hb_ot_var_named_instance_get_design_coords() argument 170 return face->table.fvar->get_instance_coords (instance_index, coords_length, coords); in hb_ot_var_named_instance_get_design_coords()
|
D | hb-ot-var.h | 113 unsigned int instance_index); 117 unsigned int instance_index); 121 unsigned int instance_index,
|
D | hb-ot-var-fvar-table.hh | 259 hb_ot_name_id_t get_instance_subfamily_name_id (unsigned int instance_index) const in get_instance_subfamily_name_id() 261 const InstanceRecord *instance = get_instance (instance_index); in get_instance_subfamily_name_id() 266 hb_ot_name_id_t get_instance_postscript_name_id (unsigned int instance_index) const in get_instance_postscript_name_id() 268 const InstanceRecord *instance = get_instance (instance_index); in get_instance_postscript_name_id() 275 unsigned int get_instance_coords (unsigned int instance_index, in get_instance_coords() 279 const InstanceRecord *instance = get_instance (instance_index); in get_instance_coords()
|
D | hb-font.cc | 1919 unsigned instance_index) in hb_font_set_var_named_instance() argument 1924 …rds_length = hb_ot_var_named_instance_get_design_coords (font->face, instance_index, nullptr, null… in hb_font_set_var_named_instance() 1930 hb_ot_var_named_instance_get_design_coords (font->face, instance_index, &coords_length, coords); in hb_font_set_var_named_instance()
|
D | hb-font.h | 718 unsigned instance_index);
|
/external/perfetto/src/tracing/internal/ |
D | interceptor_trace_writer.cc | 31 uint32_t instance_index) in InterceptorTraceWriter() argument 35 instance_index_(instance_index), in InterceptorTraceWriter() 52 args.instance_index = instance_index_; in Flush()
|
/external/perfetto/include/perfetto/tracing/ |
D | interceptor.h | 226 uint32_t instance_index; member 307 tls_args_(args.static_state, args.instance_index), in InterceptorContext()
|
D | track_event_category_registry.h | 218 uint32_t instance_index) const; 220 uint32_t instance_index) const;
|
D | data_source.h | 243 uint32_t instance_index) in TraceContext() argument 244 : tls_inst_(tls_inst), instance_index_(instance_index) {} in TraceContext()
|
/external/freetype/src/base/ |
D | ftmm.c | 524 FT_UInt instance_index ) in FT_Set_Named_Instance() argument 539 error = service_mm->set_instance( face, instance_index ); in FT_Set_Named_Instance() 559 face->face_index = ( instance_index << 16 ) | in FT_Set_Named_Instance()
|
/external/perfetto/include/perfetto/tracing/internal/ |
D | interceptor_trace_writer.h | 35 uint32_t instance_index);
|
/external/freetype/src/type1/ |
D | t1load.h | 93 FT_UInt instance_index );
|
D | t1load.c | 665 FT_UInt instance_index ) in T1_Reset_MM_Blend() argument 667 FT_UNUSED( instance_index ); in T1_Reset_MM_Blend()
|
/external/freetype/include/freetype/internal/services/ |
D | svmm.h | 72 FT_UInt instance_index );
|
/external/freetype/include/freetype/ |
D | ftmm.h | 742 FT_UInt instance_index );
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 727 FT_UInt instance_index = (FT_UInt)face_index >> 16; in tt_face_init() local 731 instance_index > 0 ) in tt_face_init() 733 error = TT_Set_Named_Instance( face, instance_index ); in tt_face_init()
|
D | ttgxvar.c | 2611 FT_UInt instance_index = (FT_UInt)face->root.face_index >> 16; in tt_set_mm_blend() local 2616 ( instance_index - 1 ) * mmvar->num_axis + in tt_set_mm_blend() 2911 FT_UInt instance_index; in TT_Set_Var_Design() local 2915 instance_index = (FT_UInt)face->root.face_index >> 16; in TT_Set_Var_Design() 2916 named_style = mmvar->namedstyle + instance_index - 1; in TT_Set_Var_Design() 3074 FT_UInt instance_index ) in TT_Set_Named_Instance() argument 3095 if ( instance_index > num_instances ) in TT_Set_Named_Instance() 3101 if ( instance_index > 0 ) in TT_Set_Named_Instance() 3110 named_style = mmvar->namedstyle + instance_index - 1; in TT_Set_Named_Instance() 3137 face->root.face_index = ( instance_index << 16 ) | in TT_Set_Named_Instance()
|
D | ttgxvar.h | 407 FT_UInt instance_index );
|
/external/freetype/src/cff/ |
D | cffobjs.c | 725 FT_UInt instance_index = (FT_UInt)face_index >> 16; in cff_face_init() local 730 instance_index > 0 ) in cff_face_init() 732 error = mm->set_instance( cffface, instance_index ); in cff_face_init()
|
D | cffdrivr.c | 930 FT_UInt instance_index ) in cff_set_instance() argument 935 return mm->set_instance( FT_FACE( face ), instance_index ); in cff_set_instance()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 589 FT_Int instance_index; in sfnt_init_face() local 595 instance_index = FT_ABS( face_instance_index ) >> 16; in sfnt_init_face() 702 if ( instance_index > num_instances ) in sfnt_init_face()
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr_test.cc | 219 int instance_index = host_inputs_.size(); in ReInit() local 224 i * (1.0 + (0.5 * instance_index)); in ReInit()
|