/frameworks/base/tools/split-select/ |
Abi.h | 36 enum Family { 43 Family getFamily(Variant variant); 44 const android::Vector<Variant>& getVariants(Family family);
|
Abi.cpp | 44 Family getFamily(Variant variant) { 62 const Vector<Variant>& getVariants(Family family) { 63 switch (family) {
|
SplitDescription.cpp | 42 abi::Family family = abi::getFamily(abi); local 43 abi::Family oFamily = abi::getFamily(o.abi); 44 if (family != oFamily) { 45 return family != abi::Family_none; 57 abi::Family family = abi::getFamily(abi); local 58 abi::Family oFamily = abi::getFamily(o.abi); 59 if (family != oFamily) {
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
Host.cpp | 95 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family, 97 Family = (EAX >> 8) & 0xf; // Bits 8 - 11 99 if (Family == 6 || Family == 0xf) { 100 if (Family == 0xf) 101 // Examine extended family ID if family ID is F. 102 Family += (EAX >> 20) & 0xff; // Bits 20 - 27 103 // Examine extended model ID if family ID is 6 or F. 112 unsigned Family = 0 [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/sys/ |
arch.go | 9 // ArchFamily represents a family of one or more related architectures. 10 // For example, amd64 and amd64p32 are both members of the AMD64 family, 11 // and ppc64 and ppc64le are both members of the PPC64 family. 28 Family ArchFamily 44 if a.Family == x { 53 Family: I386, 63 Family: AMD64, 73 Family: AMD64, 83 Family: ARM, 93 Family: ARM64 [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/sys/ |
arch.go | 9 // ArchFamily represents a family of one or more related architectures. 10 // For example, amd64 and amd64p32 are both members of the AMD64 family, 11 // and ppc64 and ppc64le are both members of the PPC64 family. 28 Family ArchFamily 44 if a.Family == x { 53 Family: I386, 63 Family: AMD64, 73 Family: AMD64, 83 Family: ARM, 93 Family: ARM64 [all...] |
/external/gemmlowp/internal/ |
kernel_default.h | 28 template <KernelFamily Family, int ProductBits> 29 struct DefaultKernelImpl : DefaultKernelImpl<Family, ProductBits + 1> { 33 template <KernelFamily Family, typename BitDepthParams> 35 : DefaultKernelImpl<Family, BitDepthParams::LhsBitDepth::kBits +
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/ |
address.go | 16 // Family returns an address family. 17 Family() int 26 // Family implements the Family method of Addr interface. 27 func (a *Inet4Addr) Family() int { return sysAF_INET } 36 // Family implements the Family method of Addr interface. 37 func (a *Inet6Addr) Family() int { return sysAF_INET6 } 41 // The provided af must be an address family and name must be a dat [all...] |
zsys_solaris_amd64.go | 15 Family uint16 69 Family uint16 83 Family uint16
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/ |
address.go | 16 // Family returns an address family. 17 Family() int 26 // Family implements the Family method of Addr interface. 27 func (a *Inet4Addr) Family() int { return sysAF_INET } 36 // Family implements the Family method of Addr interface. 37 func (a *Inet6Addr) Family() int { return sysAF_INET6 } 41 // The provided af must be an address family and name must be a dat [all...] |
zsys_solaris_amd64.go | 15 Family uint16 69 Family uint16 83 Family uint16
|
/prebuilts/go/darwin-x86/src/net/ |
main_posix_test.go | 24 if so.Cookie.Family() == syscall.AF_INET && so.Cookie.Type() == syscall.SOCK_STREAM { 28 if so.Cookie.Family() == syscall.AF_INET && so.Cookie.Type() == syscall.SOCK_DGRAM { 32 if so.Cookie.Family() == syscall.AF_INET && so.Cookie.Type() == syscall.SOCK_RAW { 36 if so.Cookie.Family() == syscall.AF_INET6 && so.Cookie.Type() == syscall.SOCK_STREAM { 40 if so.Cookie.Family() == syscall.AF_INET6 && so.Cookie.Type() == syscall.SOCK_DGRAM { 44 if so.Cookie.Family() == syscall.AF_INET6 && so.Cookie.Type() == syscall.SOCK_RAW {
|
cgo_socknew.go | 24 sa := syscall.RawSockaddrInet4{Family: syscall.AF_INET} 30 sa := syscall.RawSockaddrInet6{Family: syscall.AF_INET6, Scope_id: uint32(zone)}
|
cgo_sockold.go | 24 sa := syscall.RawSockaddrInet4{Len: syscall.SizeofSockaddrInet4, Family: syscall.AF_INET} 30 sa := syscall.RawSockaddrInet6{Len: syscall.SizeofSockaddrInet6, Family: syscall.AF_INET6, Scope_id: uint32(zone)}
|
/prebuilts/go/linux-x86/src/net/ |
main_posix_test.go | 24 if so.Cookie.Family() == syscall.AF_INET && so.Cookie.Type() == syscall.SOCK_STREAM { 28 if so.Cookie.Family() == syscall.AF_INET && so.Cookie.Type() == syscall.SOCK_DGRAM { 32 if so.Cookie.Family() == syscall.AF_INET && so.Cookie.Type() == syscall.SOCK_RAW { 36 if so.Cookie.Family() == syscall.AF_INET6 && so.Cookie.Type() == syscall.SOCK_STREAM { 40 if so.Cookie.Family() == syscall.AF_INET6 && so.Cookie.Type() == syscall.SOCK_DGRAM { 44 if so.Cookie.Family() == syscall.AF_INET6 && so.Cookie.Type() == syscall.SOCK_RAW {
|
cgo_socknew.go | 24 sa := syscall.RawSockaddrInet4{Family: syscall.AF_INET} 30 sa := syscall.RawSockaddrInet6{Family: syscall.AF_INET6, Scope_id: uint32(zone)}
|
cgo_sockold.go | 24 sa := syscall.RawSockaddrInet4{Len: syscall.SizeofSockaddrInet4, Family: syscall.AF_INET} 30 sa := syscall.RawSockaddrInet6{Len: syscall.SizeofSockaddrInet6, Family: syscall.AF_INET6, Scope_id: uint32(zone)}
|
/frameworks/base/core/java/android/text/ |
FontConfig.java | 35 private final @NonNull Family[] mFamilies; 38 public FontConfig(@NonNull Family[] families, @NonNull Alias[] aliases) { 46 public @NonNull Family[] getFamilies() { 167 * Class that holds information about a Font family. 169 public static final class Family { 206 public Family(@NonNull String name, @NonNull Font[] fonts, @NonNull String language, 215 * Returns the name given by the system to this font family. 222 * Returns the list of fonts included in this family. 229 * Returns the language for this family. May be null. 236 * Returns the font variant for this family, e.g. "elegant" or "compact". May be null [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfSoucesObject.py | 42 # File | Family | TagName | ToolCode | FeatureFlagExpr
147 Family = '', \
152 self.Family = Family
165 def SetFamily(self, Family):
166 self.Family = Family
168 return self.Family
|
/frameworks/base/graphics/java/android/graphics/ |
FontListParser.java | 56 List<FontConfig.Family> families = new ArrayList<>(); 63 if (tag.equals("family")) { 71 return new FontConfig(families.toArray(new FontConfig.Family[families.size()]), 75 private static FontConfig.Family readFamily(XmlPullParser parser) 90 int intVariant = FontConfig.Family.VARIANT_DEFAULT; 93 intVariant = FontConfig.Family.VARIANT_COMPACT; 95 intVariant = FontConfig.Family.VARIANT_ELEGANT; 98 return new FontConfig.Family(name, fonts.toArray(new FontConfig.Font[fonts.size()]), lang,
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
address.go | 13 // Family returns an address family. 14 Family() int 24 // Family implements the Family method of Addr interface. 25 func (a *LinkAddr) Family() int { return sysAF_LINK } 90 // Family implements the Family method of Addr interface. 91 func (a *Inet4Addr) Family() int { return sysAF_INET } 99 // Family implements the Family method of Addr interface [all...] |
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
address.go | 13 // Family returns an address family. 14 Family() int 24 // Family implements the Family method of Addr interface. 25 func (a *LinkAddr) Family() int { return sysAF_LINK } 90 // Family implements the Family method of Addr interface. 91 func (a *Inet4Addr) Family() int { return sysAF_INET } 99 // Family implements the Family method of Addr interface [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
InfBuildOptionSectionParser.py | 109 Family = GetSplitValueList(ValueList[0], DT.TAB_COLON_SPLIT, 1)
110 if len(Family) == 2:
111 if not IsValidFamily(Family[0]):
118 if not IsValidBuildOptionName(Family[1]):
125 if len(Family) == 1:
126 if not IsValidBuildOptionName(Family[0]):
|
/prebuilts/go/darwin-x86/src/net/internal/socktest/ |
switch.go | 55 // A Cookie represents a 3-tuple of a socket; address family, socket 59 // Family returns an address family. 60 func (c Cookie) Family() int { return int(c >> 48) } 68 func cookie(family, sotype, proto int) Cookie { 69 return Cookie(family)<<48 | Cookie(sotype)&0xffffffff<<16 | Cookie(proto)&0xff 80 return fmt.Sprintf("(%s, %s, %s): syscallerr=%v socketerr=%v", familyString(so.Cookie.Family()), typeString(so.Cookie.Type()), protocolString(so.Cookie.Protocol()), so.Err, so.SocketErr) 85 Family int // address family 103 return fmt.Sprintf("(%s, %s, %s): opened=%d connected=%d listened=%d accepted=%d closed=%d openfailed=%d connectfailed=%d listenfailed=%d acceptfailed=%d closefailed=%d", familyString(st.Family), typeString(st.Type), protocolString(st.Protocol), st.Opened, st.Connected, st.Listened, st.Accep (…) [all...] |
/prebuilts/go/linux-x86/src/net/internal/socktest/ |
switch.go | 55 // A Cookie represents a 3-tuple of a socket; address family, socket 59 // Family returns an address family. 60 func (c Cookie) Family() int { return int(c >> 48) } 68 func cookie(family, sotype, proto int) Cookie { 69 return Cookie(family)<<48 | Cookie(sotype)&0xffffffff<<16 | Cookie(proto)&0xff 80 return fmt.Sprintf("(%s, %s, %s): syscallerr=%v socketerr=%v", familyString(so.Cookie.Family()), typeString(so.Cookie.Type()), protocolString(so.Cookie.Protocol()), so.Err, so.SocketErr) 85 Family int // address family 103 return fmt.Sprintf("(%s, %s, %s): opened=%d connected=%d listened=%d accepted=%d closed=%d openfailed=%d connectfailed=%d listenfailed=%d acceptfailed=%d closefailed=%d", familyString(st.Family), typeString(st.Type), protocolString(st.Protocol), st.Opened, st.Connected, st.Listened, st.Accep (…) [all...] |