/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/harfbuzz/src/ |
D | test-repacker.cc | 42 static unsigned add_object(const char* tag, in add_object() function 64 unsigned obj_1 = add_object ("ghi", 3, c); in populate_serializer_simple() 65 unsigned obj_2 = add_object ("def", 3, c); in populate_serializer_simple() 81 unsigned obj_1 = add_object (large_string.c_str(), 10000, c); in populate_serializer_with_overflow() 82 unsigned obj_2 = add_object (large_string.c_str(), 20000, c); in populate_serializer_with_overflow() 83 unsigned obj_3 = add_object (large_string.c_str(), 50000, c); in populate_serializer_with_overflow() 100 unsigned obj_1 = add_object ("def", 3, c); in populate_serializer_with_dedup_overflow() 119 unsigned obj_4 = add_object ("jkl", 3, c); in populate_serializer_complex_1() 120 unsigned obj_3 = add_object ("ghi", 3, c); in populate_serializer_complex_1() 139 unsigned obj_5 = add_object ("mn", 2, c); in populate_serializer_complex_2() [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 …]
|
/third_party/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 354 void add_object(flatbuffers::Offset<reflection::Object> object) { in add_object() function 386 builder_.add_object(object);
|
/third_party/gettext/gettext-tools/src/ |
D | ChangeLog.0 | 357 add_object, alloc_keyword, tailcmp, do_compare, is_keyword, 1626 * x-java.l (add_object): Remove C++ style comment. 1822 add_object, alloc_keyword): New functions.
|