Searched refs:add_object (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-repacker.cc | 42 static unsigned add_object(const char* tag, in add_object() function 111 unsigned obj_1 = add_object ("ghi", 3, c); in populate_serializer_simple() 112 unsigned obj_2 = add_object ("def", 3, c); in populate_serializer_simple() 128 unsigned obj_1 = add_object (large_string.c_str(), 10000, c); in populate_serializer_with_overflow() 129 unsigned obj_2 = add_object (large_string.c_str(), 20000, c); in populate_serializer_with_overflow() 130 unsigned obj_3 = add_object (large_string.c_str(), 50000, c); in populate_serializer_with_overflow() 147 unsigned obj_1 = add_object ("def", 3, c); in populate_serializer_with_dedup_overflow() 167 unsigned obj_4 = add_object ("4", 1, c); in populate_serializer_with_isolation_overflow() 191 unsigned obj_f = add_object ("f", 1, c); in populate_serializer_with_isolation_overflow_complex() 240 unsigned obj_f_prime = add_object (" in populate_serializer_with_isolation_overflow_complex_expected() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpufreq.c | 166 add_object(const char *name, const char *fn, int objmode, int cpu_index) in add_object() function 214 * would result in a buffer overflow in add_object. in hud_get_num_cpufreq() 233 add_object(dp->d_name, fn, CPUFREQ_MINIMUM, cpu_index); in hud_get_num_cpufreq() 236 add_object(dp->d_name, fn, CPUFREQ_CURRENT, cpu_index); in hud_get_num_cpufreq() 239 add_object(dp->d_name, fn, CPUFREQ_MAXIMUM, cpu_index); in hud_get_num_cpufreq()
|
H A D | hud_diskstat.c | 226 add_object(const char *basename, const char *name, int objmode) in add_object() function 284 add_object(basename, dp->d_name, DISKSTAT_RD); in hud_get_num_disks() 285 add_object(basename, dp->d_name, DISKSTAT_WR); in hud_get_num_disks()
|
/third_party/python/Lib/ |
H A D | plistlib.py | 209 def add_object(self, value): member in _PlistParser 234 self.add_object(d) 251 self.add_object(a) 258 self.add_object(True) 261 self.add_object(False) 266 self.add_object(int(raw, 16)) 268 self.add_object(int(raw)) 271 self.add_object(float(self.get_data())) 274 self.add_object(self.get_data()) 277 self.add_object(_decode_base6 [all...] |
Completed in 3 milliseconds