HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 1 - 25 of 244) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/remoting/host/setup/
pin_validator.cc 9 bool IsPinValid(const std::string& pin) {
10 if (pin.length() < 6)
12 for (size_t i = 0; i < pin.length(); i++) {
13 char c = pin[i];
pin_validator.h 12 // Returns true if a PIN is valid.
13 bool IsPinValid(const std::string& pin);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-ap-cli 16 echo "Enter a PIN from a station to be enrolled to the network."
17 read -p "Enrollee PIN: " pin
18 cpin=`$CLI wps_check_pin "$pin" | tail -1`
21 read -p "Do you want to use this PIN (y/n)? " resp
24 cpin=`echo "$pin" | sed "s/[^1234567890]//g"`
32 echo "Invalid PIN: $pin"
35 echo "Enabling Enrollee PIN: $cpin"
49 echo "2: Enter Enrollee PIN"
    [all...]
openCryptoki.conf 6 # Please enter User PIN:
38 # set the PIN code; leave this out to configure the PIN to be requested
40 pin="123456"
  /external/chromium_org/remoting/host/
pin_hash.h 13 // hashed host ID and PIN.
14 std::string MakeHostPinHash(const std::string& host_id, const std::string& pin);
17 // hash of the given host ID and PIN, and compares that hash to the given hash.
21 const std::string& pin);
pin_hash.cc 15 const std::string& pin) {
17 protocol::AuthenticationMethod::HMAC_SHA256, host_id, pin);
27 const std::string& pin) {
35 hash_parsed.hash_function, host_id, pin);
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 36 public String pin; field in class:WpsResult
40 pin = null;
45 pin = null;
52 sbuf.append(" pin: ").append(pin);
66 pin = source.pin;
73 dest.writeString(pin);
82 result.pin = in.readString();
WpsInfo.java 33 /** Display pin method configuration - pin is generated and displayed on device */
35 /** Keypad pin method configuration - pin is entered on device */
37 /** Label pin method configuration - pin is labelled on device */
48 /** Passed with pin method configuration */
49 public String pin; field in class:WpsInfo
54 pin = null;
63 sbuf.append(" pin: ").append(pin)
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring_analog.c 35 // will connect AVCC and the AREF pin, which would cause a short if
40 int analogRead(uint8_t pin)
45 if (pin >= 54) pin -= 54; // allow for channel or pin numbers
47 if (pin >= 14) pin -= 14; // allow for channel or pin numbers
53 ADCSRB = (ADCSRB & ~(1 << MUX5)) | (((pin >> 3) & 0x01) << MUX5);
60 ADMUX = (analog_reference << 6) | (pin & 0x07)
    [all...]
wiring_pulse.c 28 /* Measures the length (in microseconds) of a pulse on the pin; state is HIGH
32 unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout)
34 // cache the port and bit of the pin in order to speed up the
37 uint8_t bit = digitalPinToBitMask(pin);
38 uint8_t port = digitalPinToPort(pin);
wiring_digital.c 30 void pinMode(uint8_t pin, uint8_t mode)
32 uint8_t bit = digitalPinToBitMask(pin);
33 uint8_t port = digitalPinToPort(pin);
124 void digitalWrite(uint8_t pin, uint8_t val)
126 uint8_t timer = digitalPinToTimer(pin);
127 uint8_t bit = digitalPinToBitMask(pin);
128 uint8_t port = digitalPinToPort(pin);
133 // If the pin that support PWM output, we need to turn it off
152 int digitalRead(uint8_t pin)
154 uint8_t timer = digitalPinToTimer(pin);
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_colormatrix.rs 33 float4 pin = 0.f;
38 pin.xyzw = rsGetElementAt_float4(in, x, y);
41 pin.xyz = rsGetElementAt_float3(in, x, y);
44 pin.xy = rsGetElementAt_float2(in, x, y);
47 pin.x = rsGetElementAt_float(in, x, y);
68 pin = rsUnpackColor8888(u);
71 pin = rsMatrixMultiply(&m, pin);
72 pin += add;
77 rsSetElementAt_float4(out, pin, x, y)
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
InputStreamReaderTest.java 32 PipedInputStream pin = new PipedInputStream(); local
33 PipedOutputStream pos = new PipedOutputStream(pin);
36 InputStreamReader reader = new InputStreamReader(pin);
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 10 #pin-error-msg {
20 .change-pin-content-area {
27 .choose-pin-content-area {
40 #pin-input-area {
71 #choose-pin-msg {
75 #choose-pin-error {
89 .choose-pin-input-area {
94 #choose-pin-action-area {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers_wps.c 60 * wpas_dbus_iface_wps_pin - Establish the PIN number of the enrollee
73 char *pin = NULL; local
78 DBUS_TYPE_STRING, &pin, DBUS_TYPE_INVALID))
90 if (os_strlen(pin) > 0)
91 ret = wpas_wps_start_pin(wpa_s, _bssid, pin, 0,
100 "Could not init PIN");
108 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
121 * wpas_dbus_iface_wps_reg - Request credentials using the PIN of the AP
133 char *pin = NULL; local
138 DBUS_TYPE_STRING, &pin, DBUS_TYPE_INVALID)
    [all...]
  /external/qemu/telephony/
sim_card.h 36 extern void asimcard_set_pin( ASimCard sim, const char* pin );
39 extern int asimcard_check_pin( ASimCard sim, const char* pin );
40 extern int asimcard_check_puk( ASimCard sim, const char* puk, const char* pin );
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_confirm_pin.h 8 - (void)applyConfiguration:(id)sender pin:(NSString*)pin;
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 131 * Check if the SIM pin lock is enabled.
132 * @return true if the SIM pin lock is enabled.
142 * Supply a pin to unlock the SIM. Blocks until a result is determined.
143 * @param pin The pin to check.
146 boolean supplyPin(String pin);
149 * Supply puk to unlock the SIM and set SIM pin to new pin.
152 * pin The new pin to be set in SI
    [all...]
  /external/chromium_org/third_party/skia/src/lazy/
SkPurgeableMemoryBlock.h 52 * Output parameter for pin(), stating whether the data has been retained.
56 * The data has been purged, or this is the first call to pin.
68 * Pin the memory for use. Must not be called while already pinned.
72 void* pin(PinResult*);
  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_android.cpp 59 void* SkPurgeableMemoryBlock::pin(SkPurgeableMemoryBlock::PinResult* pinResult) { function in class:SkPurgeableMemoryBlock
87 int pin = ashmem_pin_region(fFD, 0, 0); local
88 if (ASHMEM_NOT_PURGED == pin) {
91 } else if (ASHMEM_WAS_PURGED == pin) {
SkPurgeableMemoryBlock_none.cpp 35 void* SkPurgeableMemoryBlock::pin(SkPurgeableMemoryBlock::PinResult*) { function in class:SkPurgeableMemoryBlock
  /external/chromium_org/third_party/skia/src/utils/android/
ashmem.cpp 69 struct ashmem_pin pin = { offset, len }; local
70 return ioctl(fd, ASHMEM_PIN, &pin);
75 struct ashmem_pin pin = { offset, len }; local
76 return ioctl(fd, ASHMEM_UNPIN, &pin);
  /external/skia/src/lazy/
SkPurgeableMemoryBlock.h 52 * Output parameter for pin(), stating whether the data has been retained.
56 * The data has been purged, or this is the first call to pin.
68 * Pin the memory for use. Must not be called while already pinned.
72 void* pin(PinResult*);
  /external/skia/src/ports/
SkPurgeableMemoryBlock_android.cpp 59 void* SkPurgeableMemoryBlock::pin(SkPurgeableMemoryBlock::PinResult* pinResult) { function in class:SkPurgeableMemoryBlock
87 int pin = ashmem_pin_region(fFD, 0, 0); local
88 if (ASHMEM_NOT_PURGED == pin) {
91 } else if (ASHMEM_WAS_PURGED == pin) {
SkPurgeableMemoryBlock_none.cpp 35 void* SkPurgeableMemoryBlock::pin(SkPurgeableMemoryBlock::PinResult*) { function in class:SkPurgeableMemoryBlock

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 910