/external/python/cpython3/Modules/ |
_datetimemodule.c | 1476 const char *pin; \/* pointer to next char in input format *\/ local [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiManagerFacade.java | 422 public void onStarted(String pin) { 424 msg.putString("pin", pin); 760 if (j.has("pin")) { 761 info.pin = j.getString("pin"); [all...] |
WifiP2pManagerFacade.java | 672 if (j.has("pin")) { 673 wpsInfo.pin = j.getString("pin");
|
/external/selinux/python/sepolgen/src/sepolgen/ |
audit.py | 167 for pid=2 496 comm="bluez-pin" name=".gdm1K3IFT" dev=dm-0 ino=3601333
|
/external/u-boot/arch/arm/mach-tegra/tegra114/ |
pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ 23 /* pin, f0, f1, f2, f3 */ 25 PIN(ULPI_DATA0_PO1, SPI3, HSI, UARTA, ULPI), 26 PIN(ULPI_DATA1_PO2, SPI3, HSI, UARTA, ULPI), 27 PIN(ULPI_DATA2_PO3, SPI3, HSI, UARTA, ULPI), 28 PIN(ULPI_DATA3_PO4, SPI3, HSI, UARTA, ULPI), 29 PIN(ULPI_DATA4_PO5, SPI2, HSI, UARTA, ULPI), 30 PIN(ULPI_DATA5_PO6, SPI2, HSI, UARTA, ULPI), 31 PIN(ULPI_DATA6_PO7, SPI2, HSI, UARTA, ULPI) [all...] |
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ 23 /* pin, f0, f1, f2, f3 */ 25 PIN(ULPI_DATA0_PO1, SPI3, HSI, UARTA, ULPI), 26 PIN(ULPI_DATA1_PO2, SPI3, HSI, UARTA, ULPI), 27 PIN(ULPI_DATA2_PO3, SPI3, HSI, UARTA, ULPI), 28 PIN(ULPI_DATA3_PO4, SPI3, HSI, UARTA, ULPI), 29 PIN(ULPI_DATA4_PO5, SPI2, HSI, UARTA, ULPI), 30 PIN(ULPI_DATA5_PO6, SPI2, HSI, UARTA, ULPI), 31 PIN(ULPI_DATA6_PO7, SPI2, HSI, UARTA, ULPI) [all...] |
/external/u-boot/arch/arm/mach-tegra/tegra210/ |
pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ 23 /* pin, f0, f1, f2, f3 */ 25 PIN(SDMMC1_CLK_PM0, SDMMC1, RSVD1, RSVD2, RSVD3), 26 PIN(SDMMC1_CMD_PM1, SDMMC1, SPI3, RSVD2, RSVD3), 27 PIN(SDMMC1_DAT3_PM2, SDMMC1, SPI3, RSVD2, RSVD3), 28 PIN(SDMMC1_DAT2_PM3, SDMMC1, SPI3, RSVD2, RSVD3), 29 PIN(SDMMC1_DAT1_PM4, SDMMC1, SPI3, RSVD2, RSVD3), 30 PIN(SDMMC1_DAT0_PM5, SDMMC1, RSVD1, RSVD2, RSVD3), 33 PIN(SDMMC3_CLK_PP0, SDMMC3, RSVD1, RSVD2, RSVD3) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.c | 1238 char pin[9], *p_pin = NULL; local [all...] |
/external/u-boot/drivers/pinctrl/renesas/ |
pfc-r8a7795.c | [all...] |
pfc-r8a7796.c | [all...] |
pfc-r8a77995.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 136 title = tr("WPS PIN needed"); 202 menu->addAction(tr("Enter WPS PIN"), this, 216 menu->addAction(tr("P2P Request PIN"), this, 218 menu->addAction(tr("P2P Show PIN"), this, 224 menu->addAction(tr("P2P Display PIN"), this, 230 menu->addAction(tr("P2P Enter PIN"), this, 315 StringQuery input(tr("PIN:")); 316 input.setWindowTitle(tr("PIN for ") + ctx_item->text()); 338 msg.setText(tr("Failed to set the WPS PIN.")); 827 * WPS-PIN-NEEDED 5a02a5fa-9199-5e7c-bc46-e183d3cb32f 1011 QString pin = items[2]; local [all...] |
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
bosch_bmi160.c | 1019 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) 1021 gpioConfigInput(pin, GPIO_SPEED_LOW, GPIO_PULL_NONE); 1022 syscfgSetExtiPort(pin); 1023 extiEnableIntGpio(pin, EXTI_TRIGGER_RISING); 1028 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) 1031 extiDisableIntGpio(pin); [all...] |
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
invensense_icm40600.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
datetimemodule.c | 1171 const char *pin; \/* pointer to next char in input format *\/ local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
datetimemodule.c | 1171 const char *pin; \/* pointer to next char in input format *\/ local [all...] |
/external/python/cpython2/Modules/ |
datetimemodule.c | 1171 const char *pin; \/* pointer to next char in input format *\/ local [all...] |
/external/python/cpython3/Objects/ |
longobject.c | 1592 digit *pout, *pin, rem, tenpow; local [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 409 * entering of PIN code or passphrase to retry the 412 wpa_printf(MSG_DEBUG, "EAP: Pending PIN/passphrase " [all...] |
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
st_lsm6dsm.c | [all...] |
/external/u-boot/arch/arm/dts/ |
am437x-gp-evm.dts | 684 gpmc,wait-pin = <0>;
|
/external/u-boot/arch/arm/mach-tegra/tegra30/ |
pinmux.c | 10 #define PIN(pin, f0, f1, f2, f3) \ 23 /* pin, f0, f1, f2, f3 */ 25 PIN(ULPI_DATA0_PO1, SPI3, HSI, UARTA, ULPI), 26 PIN(ULPI_DATA1_PO2, SPI3, HSI, UARTA, ULPI), 27 PIN(ULPI_DATA2_PO3, SPI3, HSI, UARTA, ULPI), 28 PIN(ULPI_DATA3_PO4, SPI3, HSI, UARTA, ULPI), 29 PIN(ULPI_DATA4_PO5, SPI2, HSI, UARTA, ULPI), 30 PIN(ULPI_DATA5_PO6, SPI2, HSI, UARTA, ULPI), 31 PIN(ULPI_DATA6_PO7, SPI2, HSI, UARTA, ULPI) [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 1185 const char *pin, const char *key_id, 1231 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { 1232 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]", 1240 * UI system to obtain a PIN, if we didn't provide one. 1247 /* load private key first in-case PIN is required for cert */ [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 453 cfg.pin = (u8 *) iface->ctx->ap_pin; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 913 STR(pin);
|