Home
last modified time | relevance | path

Searched refs:add_array (Results 1 – 17 of 17) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set-digest.hh96 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
Dhb-set.hh89 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
Dhb-bit-set-invertible.hh106 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
Dhb-subset-input.cc95 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()
Dhb-bit-set.hh204 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
Dhb-buffer.hh215 d.add_array (&info[0].codepoint, len, sizeof (info[0])); in digest()
Dhb-subset-plan.cc580 plan->_glyphset_gsub->add_array (&arr.arrayZ->second, arr.length, sizeof (*arr.arrayZ)); in _populate_unicodes_to_retain()
Dhb-ot-color-colr-table.hh1381 related_ids->add_array (&glyph_layers[0].glyphId, glyph_layers.length, LayerRecord::min_size); in closure_glyphs()
Dhb-ot-layout-common.hh490 output->add_array (as_array ()); in add_indexes_to()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_noalias_test.cc128 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/
DAlternateSet.hh30 { c->output->add_array (alternates.arrayZ, alternates.len); } in closure()
33 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs()
DSequence.hh29 { c->output->add_array (substitute.arrayZ, substitute.len); } in closure()
32 { c->output->add_array (substitute.arrayZ, substitute.len); } in collect_glyphs()
DLigature.hh40 c->input->add_array (component.arrayZ, component.get_length ()); in collect_glyphs()
DReverseChainSingleSubstFormat1.hh101 c->output->add_array (substitute.arrayZ, substitute.len); in collect_glyphs()
/external/libcups/backend/
Dsnmp.c114 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/
DPairSet.hh75 c->input->add_array (&record->secondGlyph, len, record_size); in collect_glyphs()
/external/pdfium/third_party/agg23/
Dagg_array.h185 void add_array(const T* ptr, unsigned num_elem) in add_array() function