Searched refs:add_object (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
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 ("f", 1, c); in populate_serializer_with_isolation_overflow_complex_expected() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpufreq.c | 166 add_object(const char *name, const char *fn, int objmode, int cpu_index) in add_object() function 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()
|
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/ |
D | plistlib.py | 200 def add_object(self, value): member in _PlistParser 225 self.add_object(d) 242 self.add_object(a) 249 self.add_object(True) 252 self.add_object(False) 257 self.add_object(int(raw, 16)) 259 self.add_object(int(raw)) 262 self.add_object(float(self.get_data())) 265 self.add_object(self.get_data()) 268 self.add_object(_decode_base64(self.get_data())) [all …]
|