/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
snd_wavefront.h | 64 The ICS2115 takes care of flipping the relevant pins on the
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e_constants.h | 35 /* SPI pins for diffrent Arduinos */
55 /* "Breakpoint" pins for debugging */
|
Max_LCD.cpp | 78 static byte lcdPins; //copy of LCD pins
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_registrar.c | 48 static void wps_free_pins(struct wps_uuid_pin *pins) 52 pin = pins; 97 struct wps_uuid_pin *pins; member in struct:wps_registrar 407 wps_free_pins(reg->pins); 449 p->next = reg->pins; 450 reg->pins = p; 475 pin = reg->pins; 480 reg->pins = pin->next; 507 pin = reg->pins; 511 reg->pins = pin->next [all...] |
/external/qemu/hw/ |
bt-hci-csr.c | 31 qemu_irq *pins; member in struct:csrhci_s 432 return s->pins; 450 s->pins = qemu_allocate_irqs(csrhci_pins, s, __csrhci_pins);
|
pci.h | 156 /* IRQ objects for the INTA-INTD pins. */
|
qdev.c | 351 void qdev_init_gpio_out(DeviceState *dev, qemu_irq *pins, int n) 355 dev->gpio_out = pins;
|
/external/webkit/Source/WebCore/html/ |
HTMLTableElement.cpp | 457 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies. 515 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies. 601 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
board.h | 84 u8 pins[3]; member in struct:omap_usb_config
|
/external/chromium/base/threading/ |
thread_collision_warner.h | 65 // In this case the macro DFAKE_SCOPED_LOCK_THREAD_LOCKED pins the
|
/external/chromium/crypto/ |
nss_util.h | 113 // user and security officer PINs, and has been enabled in NSS by
|
/external/kernel-headers/original/asm-mips/sibyte/ |
sb1250_int.h | 197 #define K_INT_MAP_I0 0 /* interrupt pins on processor */
|
bcm1480_int.h | 258 #define K_BCM1480_INT_MAP_I0 0 /* interrupt pins on processor */
|
/frameworks/base/services/java/com/android/server/ |
DockObserver.java | 157 // useful for flaky contact pins...
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeBreakIterator.cpp | 29 * moves around the heap. This class pins the char[] for the lifetime of the
|
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 57 static void wps_free_pins(struct dl_list *pins) 60 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) 114 struct dl_list pins; member in struct:wps_registrar 593 dl_list_init(®->pins); 636 wps_free_pins(®->pins); 683 dl_list_add(®->pins, &p->list); 728 dl_list_for_each_safe(pin, prev, ®->pins, struct wps_uuid_pin, list) 749 dl_list_for_each_safe(pin, prev, ®->pins, struct wps_uuid_pin, list) 773 dl_list_for_each_safe(pin, prev, ®->pins, struct wps_uuid_pin, list) 794 dl_list_for_each(pin, ®->pins, struct wps_uuid_pin, list) [all...] |
/docs/source.android.com/src/tech/input/ |
overview.md | 42 GPIO pins, and the like. 147 typically communicate at a low-level using GPIO pins, I2C messages
|
key-layout-files.md | 187 # volume and power keys which are typically implemented as GPIO pins that
|
/external/skia/include/core/ |
SkFixed.h | 38 // pins over/under flows to max/min int32 (slower than just a cast)
|
/external/chromium/net/base/ |
transport_security_state.cc | 314 ListValue* pins = new ListValue; local 322 pins->Append(new StringValue("sha1/" + b64)); 324 state->Set("public_key_hashes", pins);
|
/external/grub/netboot/ |
eepro.c | 8 how repeatably. The two top address pins appear to be held low, thus 15 has 34 pins, the top row of 2 are not used.
|
/external/icu4c/common/ |
normlzr.cpp | 294 text->setIndex(index); // pins index
|
/external/wpa_supplicant_8/hostapd/ |
README-WPS | 135 PINs on the AP for a set of Enrollee).
|
/external/chromium/chrome/browser/resources/net_internals/ |
main.js | 332 pins) { 333 chrome.send('hstsAdd', [domain, include_subdomains, pins]); [all...] |
/external/kernel-headers/original/linux/ |
jbd.h | 307 BH_State, /* Pins most journal_head state */ 308 BH_JournalHead, /* Pins bh->b_private and jh->b_bh */ [all...] |