Home
last modified time | relevance | path

Searched defs:get_group (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dperformance_monitor.c130 get_group(const struct gl_context *ctx, GLuint id) in get_group() function
/external/harfbuzz_ng/src/
Dgen-tag-table.py299 def get_group (self): member in LanguageTag
/external/libabigail/src/
Dabg-corpus.cc816 corpus::get_group() const in get_group() function in abigail::ir::corpus
824 corpus::get_group() in get_group() function in abigail::ir::corpus
/external/libcups/ppdc/
Dppdc-source.cxx1143 ppdcSource::get_group(ppdcFile *fp, // I - File to read in get_group() function in ppdcSource
/external/python/cpython3/Lib/email/
D_header_value_parser.py1916 def get_group(value): function
/external/crosvm/devices/src/
Dvfio.rs430 fn get_group(&mut self, id: u32) -> Result<Arc<Mutex<VfioGroup>>> { in get_group() method
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dinfo.py78 def get_group(cls, kind, *, groups=None): member in KIND