HomeSort by relevance Sort by last modified time
    Searched full:manufacturer (Results 251 - 275 of 528) sorted by null

<<11121314151617181920>>

  /device/common/
populate-new-device.sh 19 echo "Need a manufacturer name and a device name"
  /external/chromium_org/chromeos/network/onc/
onc_constants.cc 75 const char kManufacturer[] = "Manufacturer";
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript.php 99 'localFileReadDisable', 'localToGlobal', 'log', 'LOG10E', 'LOG2E', 'manufacturer', 'Math', 'max',
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 943 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer",
944 attr->manufacturer, attr->manufacturer_len);
961 m2d->manufacturer = attr->manufacturer;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 492 * manufacturer - Manufacturer (WPS)
493 * The manufacturer of the device (up to 64 ASCII characters)
495 char *manufacturer; member in struct:wpa_config
README-P2P 497 set manufacturer <manufacturer>
499 Set WPS Manufacturer.
ap.c 284 if (wpa_s->conf->manufacturer)
285 bss->manufacturer = os_strdup(wpa_s->conf->manufacturer);
config_file.c 870 if (config->manufacturer)
871 fprintf(f, "manufacturer=%s\n", config->manufacturer);
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 47 // Each OEM manufacturer should implement/replace with their own solutions.
  /frameworks/base/docs/html/guide/faq/
security.jd 124 <p>The manufacturer of each device is responsible for distributing software
  /packages/apps/Settings/res/xml/
settings_headers.xml 121 <!-- Manufacturer hook -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 8 original, manufacturer supplied header file. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h 8 original, manufacturer supplied header file. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 225 /* Allow manufacturer commands in isdn CAPI support driver */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 8 original, manufacturer supplied header file. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/linux/
a.out.h 8 original, manufacturer supplied header file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/linux/
a.out.h 8 original, manufacturer supplied header file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 225 /* Allow manufacturer commands in isdn CAPI support driver */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyfpe.h 34 | manufacturer, or otherwise, does not necessarily constitute or |
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 26 icConfigInappropriateErr = -675 # incorrect manufacturer code
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyfpe.h 34 | manufacturer, or otherwise, does not necessarily constitute or |
  /system/core/include/usbhost/
usbhost.h 149 /* Returns the manufacturer name for the USB device.
  /external/wpa_supplicant_8/hostapd/
README-WPS 106 manufacturer=Company
154 - Manufacturer
164 WPS-PIN-NEEDED [UUID-E|MAC Address|Device Name|Manufacturer|Model Name|Model Number|Serial Number|Device Category]
  /frameworks/base/core/java/android/os/
Build.java 49 /** The manufacturer of the product/hardware. */
50 public static final String MANUFACTURER = getString("ro.product.manufacturer");
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 183 dev->manufacturer, dev->model_name,
200 dev->manufacturer, dev->model_name, dev->model_number,
1020 wps->dev.manufacturer = hapd->conf->manufacturer ?
1021 os_strdup(hapd->conf->manufacturer) : NULL;
    [all...]

Completed in 1816 milliseconds

<<11121314151617181920>>