Home
last modified time | relevance | path

Searched refs:instance_index (Results 1 – 25 of 27) sorted by relevance

12

/external/perfetto/src/tracing/
Dtrack_event_category_registry.cc46 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/
Dapm_data_dumper.cc34 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
Dapm_data_dumper.h53 explicit ApmDataDumper(int instance_index);
/external/harfbuzz_ng/src/
Dhb-ot-var.cc152 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()
Dhb-ot-var.h113 unsigned int instance_index);
117 unsigned int instance_index);
121 unsigned int instance_index,
Dhb-ot-var-fvar-table.hh259 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()
Dhb-font.cc1919 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()
Dhb-font.h718 unsigned instance_index);
/external/perfetto/src/tracing/internal/
Dinterceptor_trace_writer.cc31 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/
Dinterceptor.h226 uint32_t instance_index; member
307 tls_args_(args.static_state, args.instance_index), in InterceptorContext()
Dtrack_event_category_registry.h218 uint32_t instance_index) const;
220 uint32_t instance_index) const;
Ddata_source.h243 uint32_t instance_index) in TraceContext() argument
244 : tls_inst_(tls_inst), instance_index_(instance_index) {} in TraceContext()
/external/freetype/src/base/
Dftmm.c524 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/
Dinterceptor_trace_writer.h35 uint32_t instance_index);
/external/freetype/src/type1/
Dt1load.h93 FT_UInt instance_index );
Dt1load.c665 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/
Dsvmm.h72 FT_UInt instance_index );
/external/freetype/include/freetype/
Dftmm.h742 FT_UInt instance_index );
/external/freetype/src/truetype/
Dttobjs.c727 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()
Dttgxvar.c2611 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()
Dttgxvar.h407 FT_UInt instance_index );
/external/freetype/src/cff/
Dcffobjs.c725 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()
Dcffdrivr.c930 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/
Dsfobjs.c589 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/
Ddevice_event_mgr_test.cc219 int instance_index = host_inputs_.size(); in ReInit() local
224 i * (1.0 + (0.5 * instance_index)); in ReInit()

12