Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/
Dindex.js15 vendors.forEach(function (vendor) { argument
16 var envs = Array.isArray(vendor.env) ? vendor.env : [vendor.env]
21 exports[vendor.constant] = isCI
24 exports.name = vendor.name
26 switch (typeof vendor.pr) {
29 exports.isPR = !!env[vendor.pr]
32 if ('env' in vendor.pr) {
34 exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne
35 } else if ('any' in vendor.pr) {
37 exports.isPR = vendor.pr.any.some(function (key) {
[all …]
/third_party/node/deps/npm/node_modules/ci-info/
Dindex.js15 vendors.forEach(function (vendor) { argument
16 var envs = Array.isArray(vendor.env) ? vendor.env : [vendor.env]
21 exports[vendor.constant] = isCI
24 exports.name = vendor.name
26 switch (typeof vendor.pr) {
29 exports.isPR = !!env[vendor.pr]
32 if ('env' in vendor.pr) {
34 exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne
35 } else if ('any' in vendor.pr) {
37 exports.isPR = vendor.pr.any.some(function (key) {
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() argument
29 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() argument
50 *vendor = m->vendor; in eap_server_get_type()
54 *vendor = EAP_VENDOR_IETF; in eap_server_get_type()
71 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc() argument
79 eap->vendor = vendor; in eap_server_method_alloc()
117 if ((m->vendor == method->vendor && in eap_server_method_register()
166 const char * eap_server_get_name(int vendor, EapType type) in eap_server_get_name() argument
169 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_EXPANDED) in eap_server_get_name()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, in eap_server_get_eap_method() argument
30 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
46 enum eap_type eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() argument
51 *vendor = m->vendor; in eap_server_get_type()
55 *vendor = EAP_VENDOR_IETF; in eap_server_get_type()
72 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc() argument
81 eap->vendor = vendor; in eap_server_method_alloc()
119 if ((m->vendor == method->vendor && in eap_server_method_register()
168 const char * eap_server_get_name(int vendor, enum eap_type type) in eap_server_get_name() argument
171 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_EXPANDED) in eap_server_get_name()
[all …]
/third_party/libevdev/build-aux/
Dconfig.sub930 vendor=pc
936 vendor=pc
940 vendor=pc
945 vendor=unknown
952 case $cpu-$vendor in
956 vendor=cray
960 vendor=cray
964 vendor=alliant
967 vendor=ibm
970 vendor=knuth
[all …]
/third_party/mesa3d/src/egl/main/
Degldispatchstubs.c79 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, in FetchVendorFunc() argument
84 if (vendor != NULL) { in FetchVendorFunc()
85 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]); in FetchVendorFunc()
91 if (vendor == NULL) { in FetchVendorFunc()
99 if (!exports->setLastVendor(vendor)) { in FetchVendorFunc()
111 __EGLvendorInfo *vendor; in __eglDispatchFetchByCurrent() local
117 vendor = exports->getCurrentVendor(); in __eglDispatchFetchByCurrent()
118 return FetchVendorFunc(vendor, index, EGL_SUCCESS); in __eglDispatchFetchByCurrent()
123 __EGLvendorInfo *vendor; in __eglDispatchFetchByDisplay() local
126 vendor = exports->getVendorFromDisplay(dpy); in __eglDispatchFetchByDisplay()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() argument
34 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument
55 *vendor = m->vendor; in eap_peer_get_type()
59 *vendor = EAP_VENDOR_IETF; in eap_peer_get_type()
73 const char * eap_get_name(int vendor, EapType type) in eap_get_name() argument
76 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_EXPANDED) in eap_get_name()
79 if (m->vendor == vendor && m->method == type) in eap_get_name()
281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc() argument
289 eap->vendor = vendor; in eap_peer_method_alloc()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method() argument
35 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
51 enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument
56 *vendor = m->vendor; in eap_peer_get_type()
60 *vendor = EAP_VENDOR_IETF; in eap_peer_get_type()
74 const char * eap_get_name(int vendor, enum eap_type type) in eap_get_name() argument
77 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_EXPANDED) in eap_get_name()
80 if (m->vendor == vendor && m->method == type) in eap_get_name()
282 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc() argument
291 eap->vendor = vendor; in eap_peer_method_alloc()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DAndroid.bp91vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.j…
93vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.debuginfo.grammar.json) --ve…
94vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-ballot.gramma…
95vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vert…
96vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minma…
97vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.opencl.debuginfo.100.grammar…
101vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.nonsemantic.clspvreflection.…
102vendor-grammar=$(location :swiftshader_spirv_headers_unified1_extinst.nonsemantic.shader.debuginfo…
/third_party/mesa3d/src/glx/
Dglxglvnddispatchfuncs.h12 __GLXvendorInfo *vendor) in AddFBConfigMapping() argument
14 return __VND->addVendorFBConfigMapping(dpy, config, vendor); in AddFBConfigMapping()
18 int *nelements, __GLXvendorInfo *vendor) in AddFBConfigsMapping() argument
26 r = __VND->addVendorFBConfigMapping(dpy, ret[i], vendor); in AddFBConfigsMapping()
37 __GLXvendorInfo *vendor) in AddDrawableMapping() argument
39 return __VND->addVendorDrawableMapping(dpy, drawable, vendor); in AddDrawableMapping()
43 __GLXvendorInfo *vendor) in AddContextMapping() argument
45 return __VND->addVendorContextMapping(dpy, ctx, vendor); in AddContextMapping()
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_unittest.cpp106 uint32_t vendor = 0; in TEST() local
111 "PCI\\VEN_10DE&DEV_0FFA&SUBSYS_094B10DE&REV_A1\\4&95673C&0&0018", &vendor, &device)); in TEST()
112 EXPECT_EQ(0x10deu, vendor); in TEST()
116 EXPECT_TRUE(CMDeviceIDToDeviceAndVendorID("PCI\\VEN_10DE&DEV_0FFA", &vendor, &device)); in TEST()
117 EXPECT_EQ(0x10deu, vendor); in TEST()
121 EXPECT_FALSE(CMDeviceIDToDeviceAndVendorID("\\VEN_10DE&DEV_0FFA", &vendor, &device)); in TEST()
122 EXPECT_EQ(0u, vendor); in TEST()
126 EXPECT_FALSE(CMDeviceIDToDeviceAndVendorID("PCI\\VEN_XXXX&DEV_XXXX", &vendor, &device)); in TEST()
127 EXPECT_EQ(0u, vendor); in TEST()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_unittest.cpp106 uint32_t vendor = 0; in TEST() local
111 "PCI\\VEN_10DE&DEV_0FFA&SUBSYS_094B10DE&REV_A1\\4&95673C&0&0018", &vendor, &device)); in TEST()
112 EXPECT_EQ(0x10deu, vendor); in TEST()
116 EXPECT_TRUE(CMDeviceIDToDeviceAndVendorID("PCI\\VEN_10DE&DEV_0FFA", &vendor, &device)); in TEST()
117 EXPECT_EQ(0x10deu, vendor); in TEST()
121 EXPECT_FALSE(CMDeviceIDToDeviceAndVendorID("\\VEN_10DE&DEV_0FFA", &vendor, &device)); in TEST()
122 EXPECT_EQ(0u, vendor); in TEST()
126 EXPECT_FALSE(CMDeviceIDToDeviceAndVendorID("PCI\\VEN_XXXX&DEV_XXXX", &vendor, &device)); in TEST()
127 EXPECT_EQ(0u, vendor); in TEST()
/third_party/skia/third_party/externals/microhttpd/
Dconfig.sub1719 vendor=unknown
1724 vendor=acorn
1727 vendor=sun
1730 vendor=ibm
1733 vendor=be
1736 vendor=hp
1739 vendor=hp
1742 vendor=hitachi
1745 vendor=crds
1748 vendor=dg
[all …]
/third_party/e2fsprogs/config/
Dconfig.sub943 vendor=pc
949 vendor=pc
953 vendor=pc
958 vendor=unknown
965 case $cpu-$vendor in
969 vendor=cray
973 vendor=cray
977 vendor=alliant
980 vendor=ibm
983 vendor=knuth
[all …]
/third_party/freetype/builds/unix/
Dconfig.sub934 vendor=pc
940 vendor=pc
944 vendor=pc
949 vendor=unknown
956 case $cpu-$vendor in
960 vendor=cray
964 vendor=cray
968 vendor=alliant
971 vendor=ibm
974 vendor=knuth
[all …]
/third_party/wayland_standard/
Dconfig.sub934 vendor=pc
940 vendor=pc
944 vendor=pc
949 vendor=unknown
956 case $cpu-$vendor in
960 vendor=cray
964 vendor=cray
968 vendor=alliant
971 vendor=ibm
974 vendor=knuth
[all …]
/third_party/python/
Dconfig.sub951 vendor=pc
957 vendor=pc
961 vendor=pc
966 vendor=unknown
973 case $cpu-$vendor in
977 vendor=cray
981 vendor=cray
985 vendor=alliant
988 vendor=ibm
991 vendor=knuth
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_libglvnd.txt44 This extension allows the vendor-neutral GLX client library,
45 libglvnd, to determine which vendor-specific driver is needed to
84 space-separated sequence of vendor names. The names are in order of
85 preference, with the most preferred vendor first."
113 1) Should GLX_VENDOR_NAMES_EXT contain a single vendor name or a
119 vendor libraries that work with a single server-side driver.
124 client-side vendor library and an open source vendor library
126 server would return the names for both of the vendor libraries.
127 The client would then try loading each vendor library as
130 2) What order should the vendor names be returned in?
[all …]
/third_party/openGLES/extensions/EXT/
DGLX_EXT_libglvnd.txt44 This extension allows the vendor-neutral GLX client library,
45 libglvnd, to determine which vendor-specific driver is needed to
84 space-separated sequence of vendor names. The names are in order of
85 preference, with the most preferred vendor first."
113 1) Should GLX_VENDOR_NAMES_EXT contain a single vendor name or a
119 vendor libraries that work with a single server-side driver.
124 client-side vendor library and an open source vendor library
126 server would return the names for both of the vendor libraries.
127 The client would then try loading each vendor library as
130 2) What order should the vendor names be returned in?
[all …]
/third_party/libpng/
Dconfig.sub1721 vendor=unknown
1726 vendor=acorn
1729 vendor=sun
1732 vendor=ibm
1735 vendor=be
1738 vendor=hp
1741 vendor=hp
1744 vendor=hitachi
1747 vendor=crds
1750 vendor=dg
[all …]
/third_party/skia/third_party/externals/libpng/
Dconfig.sub1721 vendor=unknown
1726 vendor=acorn
1729 vendor=sun
1732 vendor=ibm
1735 vendor=be
1738 vendor=hp
1741 vendor=hp
1744 vendor=hitachi
1747 vendor=crds
1750 vendor=dg
[all …]
/third_party/libffi/
Dconfig.sub1756 vendor=unknown
1761 vendor=acorn
1764 vendor=sun
1767 vendor=ibm
1770 vendor=be
1773 vendor=hp
1776 vendor=hp
1779 vendor=hitachi
1782 vendor=crds
1785 vendor=dg
[all …]
/third_party/node/deps/cares/
Dconfig.sub1721 vendor=unknown
1726 vendor=acorn
1729 vendor=sun
1732 vendor=ibm
1735 vendor=be
1738 vendor=hp
1741 vendor=hp
1744 vendor=hitachi
1747 vendor=crds
1750 vendor=dg
[all …]
/third_party/icu/icu4c/source/
Dconfig.sub1755 vendor=unknown
1760 vendor=acorn
1763 vendor=sun
1766 vendor=ibm
1769 vendor=be
1772 vendor=hp
1775 vendor=hp
1778 vendor=hitachi
1781 vendor=crds
1784 vendor=dg
[all …]
/third_party/eudev/
Dconfig.sub1786 vendor=unknown
1791 vendor=acorn
1794 vendor=sun
1797 vendor=ibm
1800 vendor=be
1803 vendor=hp
1806 vendor=hp
1809 vendor=hitachi
1812 vendor=crds
1815 vendor=dg
[all …]

12345678910>>...41