/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | 42 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor); 341 int vendor; local 346 type = eap_sm_Policy_getNextMethod(sm, &vendor); 347 if (vendor == EAP_VENDOR_IETF) 355 sm->m = eap_server_get_eap_method(vendor, type); 372 "vendor=%u method=%u", vendor, sm->currentMethod); 1026 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 1028 if (sm->user->methods[i].vendor != EAP_VENDOR_IETF) 1050 sm->user->methods[EAP_MAX_METHODS - 1].vendor [all...] |
eap_server_gpsk.c | 32 int vendor; /* CSuite/Vendor */ member in struct:eap_gpsk_data 75 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor, 83 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor, 152 miclen = eap_gpsk_mic_len(data->vendor, data->specifier); 172 WPA_PUT_BE32(csuite->vendor, data->vendor); 179 if (eap_gpsk_compute_mic(data->sk, data->sk_len, data->vendor, 372 WPA_GET_BE32(csuite->vendor), 377 data->vendor = WPA_GET_BE32(csuite->vendor) [all...] |
eap.h | 26 int vendor; member in struct:eap_user::__anon31577
|
/frameworks/base/core/jni/ |
android_hardware_SensorManager.cpp | 42 jfieldID vendor; member in struct:android::SensorOffsets 65 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;"); 91 jstring vendor = env->NewStringUTF(list->getVendor().string()); local 93 env->SetObjectField(sensor, sensorOffsets.vendor, vendor);
|
/frameworks/native/include/input/ |
InputDevice.h | 30 bus(0), vendor(0), product(0), version(0) { 38 uint16_t vendor; member in struct:android::InputDeviceIdentifier 140 * names to try based on the device name, vendor, product, and version.
|
/frameworks/native/opengl/libs/EGL/ |
egl_display.h | 107 char const * vendor; member in struct:android::egl_display_t::strings_t
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ManifestTest.java | 46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n"; 48 private static final String MANIFEST_CONTENTS_1 = "Manifest-Version: 2.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=2.1.0,\n org.osgi.framework; specification-version=2.0.0,\n org.osgi.service.log; specification-version=2.0.0,\n com.ibm.ive.eccomm.flash; specification-version=2.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n"; 121 assertAttribute(main, "Bundle-Vendor", "IBM"); 142 + "Name: \nSpecification-Title: foo\nSpecification-Version: 1.0\nSpecification-Vendor: \n" 143 + "Implementation-Title: \nImplementation-Version: 1.0\nImplementation-Vendor: \n\n"; 410 final String vendor = new String(bVendor, "UTF-8"); local 413 .put(Attributes.Name.IMPLEMENTATION_VENDOR, vendor); 415 Attributes.Name.IMPLEMENTATION_VENDOR, vendor); 423 assertEquals(vendor, m.getMainAttributes().get( 425 assertEquals(vendor, m.getEntries().get(ATT_ENTRY_NAME).get [all...] |
/external/dhcpcd/ |
if-options.h | 109 uint8_t vendor[VENDOR_MAX_LEN + 2]; member in struct:if_options
|
/external/grub/netboot/ |
sis900.c | 53 static unsigned short vendor, dev_id; 235 vendor = pci->vendor; 261 printf("sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id); 52 static unsigned short vendor, dev_id; variable
|
davicom.c | 133 static unsigned short vendor, dev_id; 374 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) { 669 vendor = pci->vendor; 132 static unsigned short vendor, dev_id; variable
|
/external/libppp/src/ |
radius.c | 258 u_int32_t ipaddr, vendor; local 522 if ((res = rad_get_vendor_attr(&vendor, &data, &len)) <= 0) { 530 switch (vendor) { 619 log_Printf(LogDEBUG, "Dropping MICROSOFT vendor specific " 626 log_Printf(LogDEBUG, "Dropping vendor %lu RADIUS attribute %d\n", 627 (unsigned long)vendor, res); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86vmode.h | 136 char* vendor; member in struct:__anon27835
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_gpsk.c | 32 int vendor; /* CSuite/Specifier */ member in struct:eap_gpsk_data 187 data->vendor = EAP_GPSK_VENDOR_IETF; 191 int vendor, specifier; local 192 vendor = WPA_GET_BE32(csuite->vendor); 195 i, vendor, specifier); 196 if (data->vendor == EAP_GPSK_VENDOR_IETF && 198 eap_gpsk_supported_ciphersuite(vendor, specifier)) { 199 data->vendor = vendor; 470 int vendor, specifier; local [all...] |
eap_i.h | 65 * vendor - EAP Vendor-ID (EAP_VENDOR_*) (0 = IETF) 67 int vendor; member in struct:eap_method 367 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
|
/system/core/adb/ |
usb_osx.c | 57 UInt16 vendor, UInt16 product); 64 SInt32 vendor, if_subclass, if_protocol; local 88 //* Match based on vendor id, interface subclass and protocol 89 vendor = vendorIds[i]; 94 kCFNumberSInt32Type, &vendor)); 129 UInt16 vendor; local 196 kr = (*dev)->GetDeviceVendor(dev, &vendor); 255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product, 259 vendor, product); 304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product [all...] |
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 167 UINT16 vendor; member in struct:t_sdp_di_record
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_egl.cc | 694 std::string vendor; local 695 vendor = reinterpret_cast<const char*>(glGetString(GL_VENDOR)); 696 is_imagination = vendor.find("Imagination") != std::string::npos; 697 is_qualcomm = vendor.find("Qualcomm") != std::string::npos;
|
/external/chromium_org/gpu/config/ |
gpu_info_collector_win.cc | 500 // ANGLE's EGL vendor strings are of the form: 537 int vendor = 0, device = 0; local 540 base::HexStringToInt(WideToASCII(vendor_string), &vendor); local 542 *vendor_id = vendor;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_context.h | 120 char vendor[100]; member in struct:st_context
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 120 char vendor[100]; member in struct:st_context
|
/external/mtpd/ |
l2tp.c | 123 uint16_t vendor; member in struct:attribute 150 p->vendor = 0; 251 if (p->vendor) {
|
/external/smack/src/org/xbill/DNS/ |
ResolverConfig.java | 54 String vendor = System.getProperty("java.vendor"); local 64 } else if (vendor.indexOf("Android") != -1) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hiddev.h | 46 __s16 vendor; member in struct:hiddev_devinfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hiddev.h | 46 __s16 vendor; member in struct:hiddev_devinfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hiddev.h | 46 __s16 vendor; member in struct:hiddev_devinfo
|