Searched defs:add_array (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-set-digest-private.hh86 inline void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) function in struct:hb_set_digest_lowest_bits_t
138 inline void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) function in struct:hb_set_digest_combiner_t
140 head.add_array (array, count, stride);
141 tail.add_array (array, count, stride);
H A Dhb-set-private.hh260 inline void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) function in struct:hb_set_t
/external/lisa/tools/scripts/power/
H A Dgenerate_power_profile.py104 def add_array(self, name, values, comment=None, subcomments=None): member in class:PowerProfile
255 self.power_profile.add_array('cpu.clusters.cores', self.cpu.get_clusters())
293 self.power_profile.add_array('cpu.core_speeds.cluster{}'.format(cluster),
311 self.power_profile.add_array('cpu.core_power.cluster{}'.format(cluster),
/external/pdfium/third_party/agg23/
H A Dagg_array.h183 void add_array(const T* ptr, unsigned num_elem) function in class:agg::pod_deque

Completed in 2984 milliseconds