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

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/src/core/
SkDeviceProfile.cpp 17 static float pin(float value, float min, float max) { function
28 fGammaExponent = pin(gammaExp, 0, 10);
29 fContrastScale = pin(contrast, 0, 1);
  /external/skia/src/core/
SkDeviceProfile.cpp 17 static float pin(float value, float min, float max) { function
28 fGammaExponent = pin(gammaExp, 0, 10);
29 fContrastScale = pin(contrast, 0, 1);
  /external/conscrypt/src/platform/java/org/conscrypt/
PinListEntry.java 30 * This class represents a single entry in the pin file.
66 // entry must have a CN, an enforcement value, and at least one pin
68 throw new PinEntryException("Received malformed pin entry");
88 * Checks the given chain against the pin list corresponding to this entry.
122 for (String pin : pins) {
123 validatePin(pin);
128 private static void validatePin(String pin) {
130 if (pin.length() != 128) {
131 throw new IllegalArgumentException("Pin is not a valid length");
135 new BigInteger(pin, 16)
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.h 30 // extension. If |pin| is true and |tab_index|/ is the last pinned tab, then
43 bool pin,
  /external/chromium_org/remoting/protocol/
pairing_client_authenticator.h 32 const std::string& pin);
pairing_client_authenticator.cc 51 // the host will accept the client id or request that we fall back to the PIN.
63 const std::string& pin) {
67 authentication_tag_, pin),
pairing_host_authenticator.h 26 const std::string& pin);
pairing_host_authenticator.cc 22 const std::string& pin)
26 pin_(pin),
  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 9 * 1. Change the PIN.
10 * 2. Connect with the new PIN.
12 * 4. Disconnect and reconnect with the old PIN.
27 'The new PIN and the old PIN cannot be the same');
41 // Clean up the test by disconnecting and changing the PIN back
44 // The PIN must be restored regardless of success or failure.
59 browserTest.clickOnControl('change-daemon-pin');
63 document.getElementById('daemon-pin-entry').value = newPin;
64 document.getElementById('daemon-pin-confirm').value = newPin
    [all...]
  /frameworks/rs/cpu_ref/
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);
417 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
426 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0);
427 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1);
428 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2)
466 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
515 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
564 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
613 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
    [all...]
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 81 pin:(NSString*)pin;
112 // Alert the user that the typed PIN is incorrect.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WpsPinFragment.java 29 * Displays a UI for showing that the user must enter a PIN for WPS to continue
33 private static final String KEY_PIN = "pin";
35 public static WpsPinFragment newInstance(String pin) {
38 args.putString(KEY_PIN, pin);
WpsConnectionActivity.java 57 public void onStarted(String pin) {
58 if (pin != null) {
59 displayFragment(createEnterPinFragment(pin), true);
155 private Fragment createEnterPinFragment(String pin) {
156 return WpsPinFragment.newInstance(pin);
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 35 const char *pin, int p2p_group, u16 dev_pw_id);
38 const char *pin, struct wps_new_ap_settings *settings);
52 const char *uuid, const char *pin);
55 const char *pin);
59 const char *pin, struct wps_new_ap_settings *settings);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 151 void WebRtcIsacfix_SplitAndFilter1(int16_t *pin,
168 WebRtcIsacfix_HighpassFilterFixDec32(pin, FRAMESAMPLES, WebRtcIsacfix_kHpStCoeffInQ30, prefiltdata->HPstates_fix);
173 tempin_ch1[QLOOKAHEAD + k] = pin[1+WEBRTC_SPL_MUL_16_16(2, k)];
177 prefiltdata->INLABUF1_fix[k]=pin[FRAMESAMPLES+1-WEBRTC_SPL_MUL_16_16(2, QLOOKAHEAD)+WEBRTC_SPL_MUL_16_16(2, k)];
183 tempin_ch2[QLOOKAHEAD+k] = pin[WEBRTC_SPL_MUL_16_16(2, k)];
187 prefiltdata->INLABUF2_fix[k]=pin[FRAMESAMPLES-WEBRTC_SPL_MUL_16_16(2, QLOOKAHEAD)+WEBRTC_SPL_MUL_16_16(2, k)];
231 void WebRtcIsacfix_SplitAndFilter2(int16_t *pin,
247 WebRtcIsacfix_HighpassFilterFixDec32(pin, FRAMESAMPLES, WebRtcIsacfix_kHpStCoeffInQ30, prefiltdata->HPstates_fix);
252 tempin_ch1[k] = pin[1+WEBRTC_SPL_MUL_16_16(2, k)];
258 tempin_ch2[k] = pin[WEBRTC_SPL_MUL_16_16(2, k)]
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 115 void WebRtcIsacfix_SplitAndFilter1(WebRtc_Word16 *pin,
132 WebRtcIsacfix_HighpassFilterFixDec32(pin, FRAMESAMPLES, WebRtcIsacfix_kHpStCoeffInQ30, prefiltdata->HPstates_fix);
137 tempin_ch1[QLOOKAHEAD + k] = pin[1+WEBRTC_SPL_MUL_16_16(2, k)];
141 prefiltdata->INLABUF1_fix[k]=pin[FRAMESAMPLES+1-WEBRTC_SPL_MUL_16_16(2, QLOOKAHEAD)+WEBRTC_SPL_MUL_16_16(2, k)];
147 tempin_ch2[QLOOKAHEAD+k] = pin[WEBRTC_SPL_MUL_16_16(2, k)];
151 prefiltdata->INLABUF2_fix[k]=pin[FRAMESAMPLES-WEBRTC_SPL_MUL_16_16(2, QLOOKAHEAD)+WEBRTC_SPL_MUL_16_16(2, k)];
186 void WebRtcIsacfix_SplitAndFilter2(WebRtc_Word16 *pin,
202 WebRtcIsacfix_HighpassFilterFixDec32(pin, FRAMESAMPLES, WebRtcIsacfix_kHpStCoeffInQ30, prefiltdata->HPstates_fix);
207 tempin_ch1[k] = pin[1+WEBRTC_SPL_MUL_16_16(2, k)];
213 tempin_ch2[k] = pin[WEBRTC_SPL_MUL_16_16(2, k)]
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 110 const std::string& pin,
118 const std::string& pin,
126 const std::string& pin,
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 85 // Check if a Pin matches a category.
87 bool VideoCaptureDeviceWin::PinMatchesCategory(IPin* pin, REFGUID category) {
88 DCHECK(pin);
91 HRESULT hr = ks_property.QueryFrom(pin);
109 ScopedComPtr<IPin> pin; local
113 return pin;
115 // Get first unconnected pin.
116 hr = pin_emum->Reset(); // set to first pin
117 while ((hr = pin_emum->Next(1, pin.Receive(), NULL)) == S_OK) {
119 hr = pin->QueryDirection(&this_pin_dir)
    [all...]
filter_base_win.cc 48 IPin* pin = filter_->GetPin(index_++); local
49 pin->AddRef();
50 pins[pins_fetched++] = pin;
98 STDMETHODIMP FilterBase::FindPin(LPCWSTR id, IPin** pin) {
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 109 // Get the PIN length.
111 scoped_ptr<base::char16[]> pin(new base::char16[pin_length + 1]);
113 // Get the PIN making sure it is NULL terminated even if an error occurs.
114 int result = pin_edit.GetWindowText(pin.get(), pin_length + 1);
115 pin[std::min(result, pin_length)] = 0;
118 host_id_, base::UTF16ToUTF8(pin.get()));
  /external/chromium_org/remoting/ios/bridge/
host_proxy.h 50 // Report from CLIENT with the user's PIN.
51 - (void)authenticationResponse:(NSString*)pin createPair:(BOOL)createPair;
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 16 int scard_set_pin(struct scard_data *scard, const char *pin);
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.h 21 const char *uuid, const char *pin, int timeout);
30 int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 76 * Supply the ICC PIN to the ICC
86 * If the supplied PIN is incorrect:
93 public void supplyPin (String pin, Message onComplete);
120 public void supplyNetworkDepersonalization (String pin, Message onComplete);
123 * Check whether ICC pin lock is enabled
124 * This is a sync call which returns the cached pin enabled state
133 * This is a sync call which returns the cached pin enabled state
141 * Set the ICC pin lock enabled or disabled
145 * @param password needed to change the ICC pin state, aka. Pin1
169 * Change the ICC password used in ICC pin loc
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 197 char *mouse_param, *mouse_param_buf, *pin; local
208 pin = SDL_strchr(mouse_param, '/');
209 if ( pin ) {
210 *pin = '\0';
213 if ( pin ) {
214 mouse_param = pin+1;

Completed in 1501 milliseconds

12 3 4 5 6 7 8 9