HomeSort by relevance Sort by last modified time
    Searched full:pins (Results 1 - 25 of 42) sorted by null

1 2

  /external/kernel-headers/original/asm-arm/arch/
board.h 92 /* signaling pins used to talk to transceiver on usbN:
99 u8 pins[3]; member in struct:omap_usb_config
mux.h 198 /* UART1 can go over it's normal pins or be redirected to the USB pins */
541 extern int omap_mux_register(struct pin_config * pins, unsigned long size);
  /external/skia/include/core/
SkPathMeasure.h 46 /** Pins distance to 0 <= distance <= getLength(), and then computes
58 /** Pins distance to 0 <= distance <= getLength(), and then computes
  /bionic/libc/kernel/arch-arm/asm/arch/
board.h 83 u8 pins[3]; member in struct:omap_usb_config
  /external/qemu/hw/
qdev.h 95 void qdev_init_gpio_out(DeviceState *dev, qemu_irq *pins, int n);
bt-hci-csr.c 32 qemu_irq *pins; member in struct:csrhci_s
433 return s->pins;
451 s->pins = qemu_allocate_irqs(csrhci_pins, s, __csrhci_pins);
qdev.c 237 void qdev_init_gpio_out(DeviceState *dev, qemu_irq *pins, int n)
241 dev->gpio_out = pins;
pci.h 156 /* IRQ objects for the INTA-INTD pins. */
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
board.h 83 u8 pins[3]; member in struct:omap_usb_config
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
board.h 83 u8 pins[3]; member in struct:omap_usb_config
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
board.h 83 u8 pins[3]; member in struct:omap_usb_config
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
board.h 83 u8 pins[3]; member in struct:omap_usb_config
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 75 * Pins distance to 0 <= distance <= getLength(), and then computes the
97 * Pins distance to 0 <= distance <= getLength(), and then computes the
  /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...]
  /frameworks/base/services/java/com/android/server/
DockObserver.java 155 // useful for flaky contact pins...
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 471 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
529 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
615 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
  /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/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...]
  /external/kernel-headers/original/asm-x86/
uaccess_32.h 410 * The caller should also make sure he pins the user space address
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 282 /** A bond attempt failed because pins did not match, or remote device did
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
LockPatternKeyguardView.java 734 * Horizontally and pins the bottom (assuming that the lock screen is aligned
  /packages/apps/Phone/res/values-pt/
strings.xml 92 <string name="verifyFailed" msgid="3875778795754857903">"Os PINs do SIM digitados não correspondem. Tente novamente."</string>
    [all...]
  /packages/apps/Phone/res/values-pt-rPT/
strings.xml 92 <string name="verifyFailed" msgid="3875778795754857903">"Os PINs do cartão SIM introduzidos não coincidem. Tente novamente."</string>
    [all...]
  /external/wpa_supplicant/
pcsc_funcs.c 315 * multiple PINs in key reference.. */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 315 * multiple PINs in key reference.. */
    [all...]

Completed in 273 milliseconds

1 2