/bionic/libc/bionic/ |
grp_pwd.cpp | 292 static id_t app_id_from_name(const char* name, bool is_group) { 297 if (is_group && name[0] == 'a' && name[1] == 'l' && name[2] == 'l') { 325 if (is_group && !strcmp(end, "_cache")) {
|
/external/golang-protobuf/proto/ |
decode.go | 462 func (o *Buffer) unmarshalType(st reflect.Type, prop *StructProperties, is_group bool, base structPointer) error { 476 if is_group { 561 if is_group { 938 func (o *Buffer) dec_slice_struct(p *Properties, is_group bool, base structPointer) error { 943 if is_group { 944 err := o.unmarshalType(p.stype, p.sprop, is_group, bas) 964 err = o.unmarshalType(p.stype, p.sprop, is_group, bas)
|
/toolchain/binutils/binutils-2.27/gold/ |
readsyms.cc | 265 if (this->input_argument_->is_group()) 515 if (this->input_argument_->is_group())
|
options.cc | [all...] |
options.h | 1905 is_group() const function in class:gold::Input_argument [all...] |
incremental.cc | 373 if (p->is_group()) [all...] |
/external/curl/tests/python_dependencies/impacket/ |
nmb.py | 391 def is_group(self): member in class:NBNodeEntry [all...] |