/third_party/musl/libc-test/src/regression/ |
H A D | malloc-safe-unlink.c | 41 static struct group_in *get_group(const uint8_t *p) in get_group() function 82 g1 = get_group(c1); in child() 88 g2 = get_group(c2); in child()
|
H A D | malloc-encode-pointer.c | 42 static struct group_in *get_group(const uint8_t *p) in get_group() function 73 g0 = get_group(d0); in child() 80 g1 = get_group(d1); in child()
|
H A D | malloc-modify-pointer.c | 49 static struct group_in *get_group(uint8_t *p) in get_group() function 74 g = get_group(p0); in child()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-filter-apply.c | 233 static char* get_group(pa_object *o, bool is_sink_input) { in get_group() function 254 if ((group = get_group(o, is_sink_input))) { in find_paired_master() 263 g = get_group(PA_OBJECT(so), false); in find_paired_master() 290 g = get_group(PA_OBJECT(si), true); in find_paired_master() 428 group = get_group(o, is_sink_input); in move_objects_for_filter() 431 g = get_group(PA_OBJECT(so), false); in move_objects_for_filter() 440 g = get_group(PA_OBJECT(si), true); in move_objects_for_filter()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | match.py | 173 collated = {_KIND.get_group(k): [] for k in _KIND} 175 group = _KIND.get_group(item.kind)
|
H A D | info.py | 78 def get_group(cls, kind, *, groups=None): member in KIND 146 return KIND.get_group(item.kind)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | performance_monitor.c | 512 get_group(const struct gl_context *ctx, GLuint id) in get_group() function 561 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCountersAMD() 593 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorGroupStringAMD() 625 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCounterStringAMD() 666 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCounterInfoAMD() 819 group_obj = get_group(ctx, group); in _mesa_SelectPerfMonitorCountersAMD()
|
/third_party/libabigail/include/ |
H A D | abg-corpus.h | 108 get_group() const; 111 get_group();
|
/third_party/libuv/test/ |
H A D | test-get-passwd.c | 170 TEST_IMPL(get_group) { in TEST_IMPL()
|
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 322 // `GroupIds` and `GroupIdsAndMatch` below (as the `get_group` argument). 329 // Given a list of ids, groups them based on some value. The `get_group` 336 T (Differ::*get_group)(const IdInstructions&, uint32_t)); 339 // `get_group`. This function then calls `match_group` for each bucket (i.e. 357 T (Differ::*get_group)(const IdInstructions&, uint32_t), 361 // Bucket `src_ids` and `dst_ids` by the key ids returned by `get_group`, and 381 // `Differ::GroupIdsHelperGetTypeId` for `get_group`, then 382 // `get_group(X) == Y`. 406 // returned from `get_group`, and consults existing matches to pair up the 410 uint32_t (Differ::*get_group)(cons [all...] |
/third_party/python/Lib/test/test_email/ |
H A D | test__header_value_parser.py | 2135 # get_group 2138 group = self._test_get_x(parser.get_group, 2151 group = self._test_get_x(parser.get_group, 2163 group = self._test_get_x(parser.get_group, 2176 group = self._test_get_x(parser.get_group, 2191 group = self._test_get_x(parser.get_group, 2212 group = self._test_get_x(parser.get_group, 2232 group = self._test_get_x(parser.get_group,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-tag-table.py | 299 def get_group (self): member in LanguageTag 976 key=lambda lt_tags: lt_tags[0].get_group ()):
|
/third_party/libabigail/src/ |
H A D | abg-corpus.cc | 791 corpus::get_group() const in get_group() function in abigail::ir::corpus 799 corpus::get_group() in get_group() function in abigail::ir::corpus
|
H A D | abg-ir.cc | 13246 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13290 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13333 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13376 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13420 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13458 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13491 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13524 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map() 13562 if (corpus *group = type_corpus->get_group()) in maybe_update_types_lookup_map()
|
H A D | abg-writer.cc | 1428 corpus_group* group = corpus->get_group(); in write_tracking_non_reachable_types()
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 1916 def get_group(value): function 1965 token, value = get_group(value)
|