Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp184 char brand[0x40]; local
185 memset(brand, 0, sizeof(brand));
208 memcpy(brand, extdata_[2].data(), sizeof(cpui));
209 memcpy(brand + 16, extdata_[3].data(), sizeof(cpui));
210 memcpy(brand + 32, extdata_[4].data(), sizeof(cpui));
211 brand_ = brand;
/third_party/ffmpeg/doc/
Dstyle.min.css23brand img,#sidebar-wrapper .navbar-brand img, .navbar .sidebar-brand img, .navbar .navbar-brand im…
/third_party/skia/src/codec/
DSkHeifCodec.cpp75 uint32_t brand = SkEndian_SwapBE32(*brandPtr); in IsSupported() local
76 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') in IsSupported()
77 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c') in IsSupported()
78 || brand == FOURCC('a', 'v', 'i', 'f') || brand == FOURCC('a', 'v', 'i', 's')) { in IsSupported()
84 if (brand == FOURCC('a', 'v', 'i', 'f') in IsSupported()
85 || brand == FOURCC('a', 'v', 'i', 's')) { in IsSupported()
/third_party/boost/libs/hana/example/misc/
Dfrom_json.cpp27 (std::string, brand),
112 "brand": "BMW", in main()
116 "brand": "Audi", in main()
/third_party/libphonenumber/resources/carrier/en/
D670.txt18 67075|Viettel (Telemor brand)
19 67076|Viettel (Telemor brand)
D257.txt15 # Leo is the brand name for Ucom in the ITU doc & Smart Mobile for LA Cell.
16 # Tempo is the brand name for Africell.
D229.txt15 # Libercom is brand name of Benintelecoms and Moov is brand name of Etisalat.
D593.txt16 # Conecel goes by the brand name of Claro.
17 # Otecel goes by the brand name Movistar.
D32.txt14 # Proximus is also known as Belgacom Mobile. The Proximus brand was created in
20 # VOO is brand name of mobile network of Nethys:
D20.txt15 # TE is the brand name for Telecom Egypt.
D221.txt15 # Note CSU SA is a consortium that seems to be behind the HAYO brand.
D687.txt15 # Office des Postes et Telecommunications brand name is OPT-NC.
D674.txt16 # Federated States of Micronesia Telecommunications Corporation brand name is
D234.txt15 # NITEL and Mtel are brand names of the same consortium. They are merged under
D381.txt20 # Mundio Mobile operates under the brand name Vectone Mobile https://en.wikipedia.org/wiki/Vectone_…
D599.txt18 # Setel became UTS in 1999, and their mobile brand is Chippie.
D596.txt19 # there is no information on which Outremer Telecom brand the ranges are
D590.txt18 # there is no information on which Outremer Telecom brand the ranges are
/third_party/flutter/skia/src/codec/
DSkHeifCodec.cpp73 uint32_t brand = SkEndian_SwapBE32(*brandPtr); in IsHeif() local
74 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') in IsHeif()
75 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c')) { in IsHeif()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_deviceInfo.js20 brand: '[PC preview] unknow brand', property
/third_party/boost/libs/hana/example/
Dwandbox.cpp72 (std::string, brand),
/third_party/typescript/tests/baselines/reference/
DprimitiveMembers.errors.txt19 n = N; // should not work, as 'number' has a different brand
DprimitiveMembers.types34 n = N; // should not work, as 'number' has a different brand
/third_party/boost/libs/hana/example/tutorial/
Dintrospection.json.cpp62 (std::string, brand), in main()
/third_party/boost/libs/python/doc/reference/
Dreturn_by_value.qbk58 >>> b = b2() # creates a brand

1234