Home
last modified time | relevance | path

Searched refs:pins (Results 1 – 25 of 58) sorted by relevance

123

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCertificatePinner.java153 Set<ByteString> pins = findMatchingPins(hostname); in check() local
155 if (pins == null) return; in check()
159 if (pins.contains(sha1(x509Certificate))) return; // Success! in check()
172 for (ByteString pin : pins) { in check()
206 Set<ByteString> pins = new LinkedHashSet<>(); in findMatchingPins() local
207 pins.addAll(directPins); in findMatchingPins()
208 pins.addAll(wildcardPins); in findMatchingPins()
209 return pins; in findMatchingPins()
245 public Builder add(String hostname, String... pins) { in add() argument
254 for (String pin : pins) { in add()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCertificatePinner.java155 Set<ByteString> pins = findMatchingPins(hostname); in check() local
157 if (pins == null) return; in check()
161 if (pins.contains(sha1(x509Certificate))) return; // Success! in check()
174 for (ByteString pin : pins) { in check()
208 Set<ByteString> pins = new LinkedHashSet<>(); in findMatchingPins() local
209 pins.addAll(directPins); in findMatchingPins()
210 pins.addAll(wildcardPins); in findMatchingPins()
211 return pins; in findMatchingPins()
248 public Builder add(String hostname, String... pins) { in add() argument
257 for (String pin : pins) { in add()
/external/llvm-project/llvm/test/CodeGen/X86/
Davx512-rndscale.ll461 %pins = insertelement <2 x double> undef, double %ps, i32 0
462 %p = shufflevector <2 x double> %pins, <2 x double> undef, <2 x i32> zeroinitializer
473 %pins = insertelement <4 x float> undef, float %ps, i32 0
474 %p = shufflevector <4 x float> %pins, <4 x float> undef, <4 x i32> zeroinitializer
485 %pins = insertelement <4 x double> undef, double %ps, i32 0
486 %p = shufflevector <4 x double> %pins, <4 x double> undef, <4 x i32> zeroinitializer
497 %pins = insertelement <8 x float> undef, float %ps, i32 0
498 %p = shufflevector <8 x float> %pins, <8 x float> undef, <8 x i32> zeroinitializer
509 %pins = insertelement <8 x double> undef, double %ps, i32 0
510 %p = shufflevector <8 x double> %pins, <8 x double> undef, <8 x i32> zeroinitializer
[all …]
/external/arm-trusted-firmware/fdts/
Dstm32mp15-pinctrl.dtsi35 pins {
79 rtc_out2_rmp_pins_a: rtc-out2-rmp-pins-0 {
80 pins {
158 pins {
269 pins {
275 pins {
284 pins {
Dstm32mp157c-lxa-mc1.dts97 pins {
Dstm32mp151.dtsi481 pins-are-numbered;
610 pins-are-numbered;
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc60 STDMETHOD(Clone)(IEnumPins** pins) { in STDMETHOD()
65 STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { in STDMETHOD()
67 RTC_DCHECK(pins); in STDMETHOD()
77 pins[0] = pin_.get(); in STDMETHOD()
78 pins[0]->AddRef(); in STDMETHOD()
276 STDMETHOD(Clone)(IEnumMediaTypes** pins) { in STDMETHOD()
663 STDMETHODIMP CaptureInputPin::QueryInternalConnections(IPin** pins, in QueryInternalConnections() argument
847 STDMETHODIMP CaptureSinkFilter::EnumPins(IEnumPins** pins) { in EnumPins() argument
849 *pins = new ComRefCount<class EnumPins>(input_pin_.get()); in EnumPins()
850 (*pins)->AddRef(); in EnumPins()
Dsink_filter_ds.h75 STDMETHOD(QueryInternalConnections)(IPin** pins, ULONG* count) override;
140 STDMETHOD(EnumPins)(IEnumPins** pins) override;
/external/kernel-headers/original/uapi/linux/usb/
Dmidi.h73 struct usb_midi_source_pin pins[]; /* [p] */ member
88 struct usb_midi_source_pin pins[p]; \
/external/walt/hardware/
DWALT_bom_r07.tsv13 HEADERS4U1 2 Female headers 2.54mm, 14 pins Thru-hole Generic Generic
14 P1 1 Male straight headers 2.54mm, 6 pins Thru-hole Generic Generic
DWALT_bom_r09.tsv13 HEADERS4U1 2 Female headers 2.54mm, 14 pins Thru-hole Generic Generic
14 P1 1 Male straight headers 2.54mm, 6 pins Thru-hole Generic Generic
/external/walt/hardware/kicad/
DWALTsm.net146 (pins
175 (pins
188 (pins
199 (pins
216 (pins
227 (pins
245 (pins
256 (pins
268 (pins
/external/cpuinfo/test/dmesg/
Dnexus-s.log139 <6>[ 0.060760] i2c-gpio i2c-gpio.4: using pins 247 (SDA) and 246 (SCL)
160 <6>[ 0.076146] i2c-gpio i2c-gpio.6: using pins 206 (SDA) and 209 (SCL)
161 <6>[ 0.076356] i2c-gpio i2c-gpio.7: using pins 201 (SDA) and 202 (SCL)
162 <6>[ 0.076577] i2c-gpio i2c-gpio.8: using pins 42 (SDA) and 43 (SCL)
163 <6>[ 0.076849] i2c-gpio i2c-gpio.9: using pins 245 (SDA) and 244 (SCL)
164 <6>[ 0.077063] i2c-gpio i2c-gpio.11: using pins 114 (SDA) and 98 (SCL)
165 <6>[ 0.077288] i2c-gpio i2c-gpio.12: using pins 173 (SDA) and 172 (SCL)
166 <6>[ 0.077497] i2c-gpio i2c-gpio.14: using pins 240 (SDA) and 239 (SCL)
167 <6>[ 0.077775] i2c-gpio i2c-gpio.10: using pins 197 (SDA) and 198 (SCL)
168 <6>[ 0.077943] i2c-gpio i2c-gpio.5: using pins 203 (SDA) and 204 (SCL)
[all …]
Dpixel.log276 [ 0.966512] c1 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
278 [ 0.966838] c1 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
345 [ 1.121678] c2 1 [NFC] pn551_parse_dt: chk nfc_i2c pins
408 [ 1.164003] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
604 [ 1.511928] c2 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
662 [ 1.685793] c2 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
664 [ 1.686017] c2 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
690 [ 2.426017] c2 1 [NC] Init GPIO pins
697 [ 2.428958] c2 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
698 [ 2.429044] c2 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
Dpixel-xl.log327 [ 1.145970] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
329 [ 1.146094] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
395 [ 1.273661] c2 1 [NFC] pn551_parse_dt: chk nfc_i2c pins
458 [ 1.317517] c2 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
637 [ 1.665512] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
695 [ 1.841411] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
697 [ 1.841647] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
723 [ 2.583625] c3 1 [NC] Init GPIO pins
730 [ 2.586799] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
731 [ 2.586888] c3 1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
Dgalaxy-a8-2016-duos.log182 [ 0.321707] [1: swapper/0: 1] i2c-gpio i2c.72: using pins 933 (SDA) and 934 (SCL)
183 [ 0.322393] [1: swapper/0: 1] i2c-gpio i2c.74: using pins 918 (SDA) and 919 (SCL)
184 [ 0.322981] [1: swapper/0: 1] i2c-gpio i2c.75: using pins 974 (SDA) and 975 (SCL)
185 [ 0.324391] [1: swapper/0: 1] i2c-gpio i2c.77: using pins 986 (SDA) and 987 (SCL)
223 [ 0.383741] [0: swapper/0: 1] i2c-gpio i2c.78: using pins 976 (SDA) and 977 (SCL)
224 [ 0.384405] [0: swapper/0: 1] i2c-gpio i2c.79: using pins 1008 (SDA) and 1007 (SCL)
1231 …: swapper/0: 1] usb_notifier: of_get_usb_redriver_dt: usb30_redriver_en: Invalied gpio pins
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/
DNucleo-L4A6RG.txt53 Set all free pins as analog (to optimize the power consumption) : No
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/
DNucleo-L476RG.txt55 Set all free pins as analog (to optimize the power consumption) : No
/external/pigweed/pw_sys_io_baremetal_stm32f429/
Ddocs.rst42 to pins ``PA9`` (MCU TX) and ``PA10`` (MCU RX), making sure to match logic
/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c107 static void wps_free_pins(struct dl_list *pins) in wps_free_pins() argument
110 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins()
166 struct dl_list pins; member
676 dl_list_init(&reg->pins); in wps_registrar_init()
731 wps_free_pins(&reg->pins); in wps_registrar_flush()
765 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) { in wps_registrar_invalidate_unused()
817 dl_list_add(&reg->pins, &p->list); in wps_registrar_add_pin()
862 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list) in wps_registrar_expire_pins()
887 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list) in wps_registrar_invalidate_wildcard_pin()
915 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list) in wps_registrar_invalidate_pin()
[all …]
/external/icu/icu4c/source/data/region/
Dpcm.txt220 PH{"Fílípins"}
/external/pigweed/pw_log/
Ddocs.rst77 uart [label = "UART pins"];
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
DREADME.md132 Connect the Arducam pins as follows:
250 oriented correctly, with the pins pointing downwards, so that the images it
/external/skqp/site/user/api/
DSkRRect_Reference.md1078 Otherwise, if adjusted radius becomes negative, pins radius to zero.
1118 Otherwise, if adjusted radius becomes negative, pins radius to zero.
1155 Otherwise, if adjusted radius becomes negative, pins radius to zero.
1195 Otherwise, if adjusted radius becomes negative, pins radius to zero.
/external/skqp/docs/
Dspelling.txt165 perspective-x perspective-y physical piece pieces pin pinned pins pipeline pivot

123