Home
last modified time | relevance | path

Searched defs:IsSet (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/android/soongconfig/
H A Dconfig.go60 func (c soongConfig) IsSet(name string) bool { func
/aosp12/art/runtime/gc/accounting/
H A Dread_barrier_table.h64 bool IsSet(const void* heap_addr) const { in IsSet() function
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h72 bool IsSet(Integer bits) const { return (value_ & bits) == bits; } in IsSet() function