HomeSort by relevance Sort by last modified time
    Searched defs:pin (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 26 int type; /* 0 - not set, 1 - pin, 2 - pbc */
28 char *pin; member in struct:wps_start_params
82 if (os_strcmp(val, "pin") == 0)
137 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Pin type, "
140 "Pin must be a string");
143 dbus_message_iter_get_basic(&variant_iter, &params->pin);
197 else if (os_strcmp(key, "Pin") == 0)
220 * (pin or push button) and optionally pin and bssid. Returned message
221 * has a dictionary argument which may contain newly generated pin (optional)
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 195 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2);
201 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y);
202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1);
242 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y);
249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1);
287 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
292 const uchar *py0 = (const uchar *)(pin + stride * y2)
332 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
377 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
421 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
    [all...]
rsCpuIntrinsicBlur.cpp 150 extern "C" void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
151 extern "C" void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
152 extern "C" void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
283 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
302 const uchar *pi = pin + (y - cp->mIradius) * stride;
306 OneVU4(p, fout, x1, y, pin, stride, cp->mFp, cp->mIradius);
344 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
354 const uchar *pi = pin + (y - cp->mIradius) * stride;
358 OneVU1(p, fout, x1, y, pin, stride, cp->mFp, cp->mIradius);
rsCpuIntrinsicConvolve5x5.cpp 357 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
366 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0);
367 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1);
368 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2);
369 const uchar4 *py3 = (const uchar4 *)(pin + stride * y3);
370 const uchar4 *py4 = (const uchar4 *)(pin + stride * y4);
406 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
415 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0);
416 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1);
417 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2)
455 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
504 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
553 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
602 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 213 int [] pin = pinbuffer.array(); local
214 int pixel = pin[0];
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPOutputStreamTest.java 166 PipedInputStream pin = new PipedInputStream(pout); local
168 GZIPInputStream in = new GZIPInputStream(pin);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StreamTokenizerTest.java 180 final PipedInputStream pin = new PipedInputStream(); local
181 PipedOutputStream pout = new PipedOutputStream(pin);
183 StreamTokenizer s = new StreamTokenizer(pin);
PipedInputStreamTest.java 118 PipedInputStream pin = new PipedInputStream(); local
119 PipedOutputStream pout = new PipedOutputStream(pin);
126 assertEquals("Incorrect available count", 1024 , pin.available());
  /external/chromium_org/chromeos/network/
network_device_handler.cc 124 const char NetworkDeviceHandler::kErrorIncorrectPin[] = "incorrect-pin";
126 const char NetworkDeviceHandler::kErrorPinBlocked[] = "pin-blocked";
127 const char NetworkDeviceHandler::kErrorPinRequired[] = "pin-required";
203 const std::string& pin,
208 pin, local
216 const std::string& pin,
221 pin, local
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 212 std::string pin; local
213 if (!message.GetString("pin", &pin)) {
214 LOG(ERROR) << "'pin' not found: " << message;
217 response->SetString("hash", MakeHostPinHash(host_id, pin));
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 149 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { function in class:__anon18915::RangeSet
173 // The range starts below what's possible but ends within it. Pin.
178 // The range spans all possible values for the symbol. Pin.
197 // The range starts within what's possible but ends above it. Pin.
240 if (!pin(Lower, Upper))
  /external/openssh/
ssh-add.c 266 char *pin; local
269 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
270 if (pin == NULL)
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
282 xfree(pin);
ssh-pkcs11-helper.c 116 char *name, *pin; local
125 pin = get_string(NULL);
126 if ((nkeys = pkcs11_add_provider(name, pin, &keys)) > 0) {
140 xfree(pin);
149 char *name, *pin; local
154 pin = get_string(NULL);
160 xfree(pin);
ssh-pkcs11.c 239 char *pin, prompt[1024]; local
259 error("need pin");
262 snprintf(prompt, sizeof(prompt), "Enter PIN for '%s': ",
264 pin = read_passphrase(prompt, RP_ALLOW_EOF);
265 if (pin == NULL)
267 if ((rv = f->C_Login(si->session, CKU_USER, pin, strlen(pin)))
269 xfree(pin);
273 xfree(pin);
347 * if pin == NULL we delay login until key us
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 366 * EAP-WSC (WPS) uses following options: pin=Device_Password and
391 * pin - PIN for USIM, GSM SIM, and smartcards
393 * This field is used to configure PIN for SIM and smartcards for
399 char *pin; member in struct:eap_peer_config
433 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
435 * This field is used to configure PIN for SIM and smartcards for
539 * pending_req_pin - Whether there is a pending PIN request
  /frameworks/base/core/java/com/android/internal/app/
RestrictionsPinActivity.java 36 * This activity is launched by Settings and other apps to either create a new PIN or
37 * challenge for an existing PIN. The PIN is maintained by UserManager.
149 CharSequence pin = mPinText.getText(); local
150 setPositiveButtonState(pin != null && pin.length() >= 4);
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 74 PipedInputStream pin = new PipedInputStream(pout); local
96 return new InflaterInputStream(pin);
98 return new GZIPInputStream(pin);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 156 final String pin = mPasswordEntry.getText().toString(); local
157 if (mLockPatternUtils.checkPassword(pin)) {
160 intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, pin);
  /external/chromium_org/third_party/skia/src/effects/
SkColorFilters.cpp 541 static inline unsigned pin(unsigned value, unsigned max) { function
567 unsigned r = pin(SkAlphaMul(SkGetPackedR32(c), scaleR) + SkAlphaMul(addR, scaleA), a);
568 unsigned g = pin(SkAlphaMul(SkGetPackedG32(c), scaleG) + SkAlphaMul(addG, scaleA), a);
569 unsigned b = pin(SkAlphaMul(SkGetPackedB32(c), scaleB) + SkAlphaMul(addB, scaleA), a);
621 unsigned r = pin(SkGetPackedR32(c) + SkAlphaMul(addR, scaleA), a);
622 unsigned g = pin(SkGetPackedG32(c) + SkAlphaMul(addG, scaleA), a);
623 unsigned b = pin(SkGetPackedB32(c) + SkAlphaMul(addB, scaleA), a);
SkColorMatrixFilter.cpp 197 static int32_t pin(int32_t value, int32_t max) { function
257 r = pin(result[0], SK_R32_MASK);
258 g = pin(result[1], SK_G32_MASK);
259 b = pin(result[2], SK_B32_MASK);
260 a = pin(result[3], SK_A32_MASK);
291 r = pin(result[0], SK_R32_MASK);
292 g = pin(result[1], SK_G32_MASK);
293 b = pin(result[2], SK_B32_MASK);
379 // We pin the color to [0,1]. This would happen to the *final* color output from the frag
380 // shader but currently the effect does not pin its own output. So in the case of over
    [all...]
  /external/qemu/telephony/
sim_card.c 27 char pin[ A_SIM_PIN_SIZE+1 ]; member in struct:ASimCardRec_
45 strncpy( card->pin, "0000", sizeof(card->pin) );
79 return sim->pin;
89 asimcard_set_pin( ASimCard sim, const char* pin )
91 strncpy( sim->pin, pin, A_SIM_PIN_SIZE );
104 asimcard_check_pin( ASimCard sim, const char* pin )
110 if ( !strcmp( sim->pin, pin ) ) {
    [all...]
  /external/skia/src/effects/
SkColorFilters.cpp 541 static inline unsigned pin(unsigned value, unsigned max) { function
567 unsigned r = pin(SkAlphaMul(SkGetPackedR32(c), scaleR) + SkAlphaMul(addR, scaleA), a);
568 unsigned g = pin(SkAlphaMul(SkGetPackedG32(c), scaleG) + SkAlphaMul(addG, scaleA), a);
569 unsigned b = pin(SkAlphaMul(SkGetPackedB32(c), scaleB) + SkAlphaMul(addB, scaleA), a);
621 unsigned r = pin(SkGetPackedR32(c) + SkAlphaMul(addR, scaleA), a);
622 unsigned g = pin(SkGetPackedG32(c) + SkAlphaMul(addG, scaleA), a);
623 unsigned b = pin(SkGetPackedB32(c) + SkAlphaMul(addB, scaleA), a);
SkColorMatrixFilter.cpp 197 static int32_t pin(int32_t value, int32_t max) { function
257 r = pin(result[0], SK_R32_MASK);
258 g = pin(result[1], SK_G32_MASK);
259 b = pin(result[2], SK_B32_MASK);
260 a = pin(result[3], SK_A32_MASK);
291 r = pin(result[0], SK_R32_MASK);
292 g = pin(result[1], SK_G32_MASK);
293 b = pin(result[2], SK_B32_MASK);
379 // We pin the color to [0,1]. This would happen to the *final* color output from the frag
380 // shader but currently the effect does not pin its own output. So in the case of over
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 115 * @ppin: pointer to the pin variable in the configuration
154 const char *pin; member in struct:tls_connection_params
247 * TLS_SET_PARAMS_ENGINE_PRV_INIT_FAILED (-2) on possible PIN error causing
261 * TLS_SET_PARAMS_ENGINE_PRV_INIT_FAILED (-2) on possible PIN error causing
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 747 const char *pin, char *buf, size_t buflen,
755 if (pin == NULL) {
758 pin = buf;
760 ret_len = os_snprintf(buf, buflen, "%s", pin);
762 ret = hostapd_wps_add_pin(wpa_s->ap_iface->bss[0], bssid, "any", pin,
773 wpa_printf(MSG_DEBUG, "WPS: AP PIN timed out");
785 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
800 wpa_printf(MSG_DEBUG, "WPS: Disabling AP PIN");
811 unsigned int pin; local
817 pin = wps_generate_pin()
    [all...]

Completed in 4116 milliseconds

12 3 4