/external/harfbuzz_ng/src/ |
D | hb-set-digest.hh | 96 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function 105 void add_array (const hb_array_t<const T>& arr) { add_array (&arr, arr.len ()); } in add_array() function 109 add_array (array, count, stride); in add_sorted_array() 155 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function 157 head.add_array (array, count, stride); in add_array() 158 tail.add_array (array, count, stride); in add_array() 161 void add_array (const hb_array_t<const T>& arr) { add_array (&arr, arr.len ()); } in add_array() function
|
D | hb-set.hh | 89 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function 90 { s.add_array (array, count, stride); } in add_array() 92 void add_array (const hb_array_t<const T>& arr) { add_array (&arr, arr.len ()); } in add_array() function
|
D | hb-bit-set-invertible.hh | 106 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function 107 { inverted ? s.del_array (array, count, stride) : s.add_array (array, count, stride); } in add_array() 109 void add_array (const hb_array_t<const T>& arr) { add_array (&arr, arr.len ()); } in add_array() function
|
D | hb-subset-input.cc | 95 input->sets.drop_tables->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables)); in hb_subset_input_create_or_fail() 108 input->sets.no_subset_tables->add_array (default_no_subset_tables, in hb_subset_input_create_or_fail() 211 …input->sets.layout_features->add_array (default_layout_features, ARRAY_LENGTH (default_layout_feat… in hb_subset_input_create_or_fail()
|
D | hb-bit-set.hh | 204 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function 207 void add_array (const hb_array_t<const T>& arr) { add_array (&arr, arr.len ()); } in add_array() function
|
D | hb-buffer.hh | 215 d.add_array (&info[0].codepoint, len, sizeof (info[0])); in digest()
|
D | hb-subset-plan.cc | 580 plan->_glyphset_gsub->add_array (&arr.arrayZ->second, arr.length, sizeof (*arr.arrayZ)); in _populate_unicodes_to_retain()
|
D | hb-ot-color-colr-table.hh | 1381 related_ids->add_array (&glyph_layers[0].glyphId, glyph_layers.length, LayerRecord::min_size); in closure_glyphs()
|
D | hb-ot-layout-common.hh | 490 output->add_array (as_array ()); in add_indexes_to()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_noalias_test.cc | 128 llvm_ir::IrArray add_array(concat2_val, concat2_val->getValueType(), shape); in TEST_F() local 129 aa.AddAliasingInformationToIrArray(*add, &add_array); in TEST_F() 131 add_array.EmitReadArrayElement(zero_2d, &b)->setName("read_add_array"); in TEST_F()
|
/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
D | AlternateSet.hh | 30 { c->output->add_array (alternates.arrayZ, alternates.len); } in closure() 33 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs()
|
D | Sequence.hh | 29 { c->output->add_array (substitute.arrayZ, substitute.len); } in closure() 32 { c->output->add_array (substitute.arrayZ, substitute.len); } in collect_glyphs()
|
D | Ligature.hh | 40 c->input->add_array (component.arrayZ, component.get_length ()); in collect_glyphs()
|
D | ReverseChainSingleSubstFormat1.hh | 101 c->output->add_array (substitute.arrayZ, substitute.len); in collect_glyphs()
|
/external/libcups/backend/ |
D | snmp.c | 114 static char *add_array(cups_array_t *a, const char *s); 263 add_array(cups_array_t *a, /* I - Array */ in add_array() function 783 add_array(Addresses, address); in read_snmp_conf() 816 add_array(Addresses, value); in read_snmp_conf() 819 add_array(Communities, value); in read_snmp_conf() 865 add_array(Communities, "public"); in read_snmp_conf()
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | PairSet.hh | 75 c->input->add_array (&record->secondGlyph, len, record_size); in collect_glyphs()
|
/external/pdfium/third_party/agg23/ |
D | agg_array.h | 185 void add_array(const T* ptr, unsigned num_elem) in add_array() function
|