/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | DecompressorRegistry.java | 64 public DecompressorRegistry with(Decompressor d, boolean advertised) { in with() argument 65 return new DecompressorRegistry(d, advertised, this); in with() 68 private DecompressorRegistry(Decompressor d, boolean advertised, DecompressorRegistry parent) { in DecompressorRegistry() argument 82 previousEncoding, new DecompressorInfo(di.decompressor, di.advertised)); in DecompressorRegistry() 85 newDecompressors.put(encoding, new DecompressorInfo(d, advertised)); in DecompressorRegistry() 120 if (entry.getValue().advertised) { in getAdvertisedMessageEncodings() 146 final boolean advertised; field in DecompressorRegistry.DecompressorInfo 148 DecompressorInfo(Decompressor decompressor, boolean advertised) { in DecompressorInfo() argument 150 this.advertised = advertised; in DecompressorInfo()
|
/external/tcpdump/tests/ |
D | of10_p3295-vv.out | 32 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 39 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 46 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 53 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 60 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 67 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 74 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 81 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 88 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 95 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) [all …]
|
D | of10_7050sx_bsn-vv.out | 36 advertised 0x00000000 43 advertised 0x00000000 50 advertised 0x00000000 57 advertised 0x00000000 64 advertised 0x00000000 71 advertised 0x00000000 78 advertised 0x00000000 85 advertised 0x00000000 155 advertised 0x00000000 162 advertised 0x00000000 [all …]
|
D | of10_pf5240-vv.out | 34 advertised 0x00000000 41 advertised 0x00000000 48 advertised 0x00000000 55 advertised 0x00000000 62 advertised 0x00000000 69 advertised 0x00000000 76 advertised 0x00000000 83 advertised 0x00000000
|
D | of10_s4810-vvvv.out | 30 advertised 0x00000340 (10GB_FD, FIBER, AUTONEG) 37 advertised 0x00000300 (FIBER, AUTONEG) 70 advertised 0x00000340 (10GB_FD, FIBER, AUTONEG) 77 advertised 0x00000300 (FIBER, AUTONEG) 1298 advertised 0x00000300 (FIBER, AUTONEG) 1305 advertised 0x00000300 (FIBER, AUTONEG)
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 113 | 23 [ 292.763163] ICMPv6: NA: bb:bb:bb:bb:bb:01 advertised our address fe80::1aa on syz1! 29 [ 292.816510] ICMPv6: NA: bb:bb:bb:bb:bb:01 advertised our address fe80::1aa on syz1!
|
/external/autotest/client/site_tests/peerd_DiscoverServices/ |
D | control | 13 services advertised by a fake peer (backed by a Python ZeroconfDaemon)
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | ReadMe.txt | 1 …ite (assuming you have a computer named "computer" on the local network and advertised via DNS-SD).
|
/external/icu/icu4c/source/test/testdata/ |
D | testaliases.txt | 12 // as advertised
|
/external/openssh/ |
D | PROTOCOL | 383 This extension is advertised in the SSH_FXP_VERSION hello with version 425 advertised in the SSH_FXP_VERSION hello with version "2". 440 This extension is advertised in the SSH_FXP_VERSION hello with version 454 This extension is advertised in the SSH_FXP_VERSION hello with version
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | README.md | 6 Modern mobile computers are sold with an advertised battery life, ranging from a 9 advertised numbers. For Chrome OS devices, we wanted to try and report battery
|
/external/scapy/test/ |
D | x509.uts | 66 = Cert class : Signature algorithm (as advertised by TBSCertificate) 154 = CRL class : Signature algorithm (as advertised by TBSCertList)
|
/external/perfetto/docs/ |
D | life-of-a-tracing-session.md | 20 producer(s) (accordingly to what advertised in step 2):
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 107 # of parameters that are compared to the information advertised by the APs when 202 # Roaming Consortium OI that is required to be advertised by the AP for 209 # one. A match between the Roaming Consortium OIs advertised by an AP and
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 285 advertised by an individual distribution, there is no particular ordering. 688 on sys.path, and then inspect or load the advertised objects at will. 743 advertised a matching entry point. 773 `module_name` is the (dotted) name of the module containing the advertised 775 module to obtain the advertised object. For example, an `attrs` of 777 advertised object could be obtained by the following code:: 833 Load the entry point, returning the advertised Python object. Effectively 847 Resolve the entry point from its module and attrs, returning the advertised 1045 The following methods are used to access ``EntryPoint`` objects advertised 1051 such point is advertised by this distribution. [all …]
|
/external/curl/CMake/ |
D | FindGSS.cmake | 14 # GSS_VERSION - This is set to version advertised by pkg-config or read from manifest.
|
/external/u-boot/arch/arm/dts/ |
D | imx6q-cm-fx6.dts | 391 * If the OS probes the Bluetooth AMP function advertised on this bus
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 34 will probably be advertised with an appropriate cap.
|
/external/mdnsresponder/ |
D | README.txt | 34 user to discover what services are being advertised on the network,
|
/external/kernel-headers/original/uapi/linux/ |
D | ethtool.h | 333 __u32 advertised; member
|
/external/wpa_supplicant_8/hostapd/ |
D | README-MULTI-AP | 110 WPS requires more special handling. WPS must only be advertised on fronthaul
|
/external/python/cpython3/Doc/library/ |
D | nntplib.rst | 169 or :const:`None` if not advertised by the server. 208 Return the :rfc:`3977` capabilities advertised by the server, as a
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a2.rst | 346 give DictReader the dialect and line_num attributes advertised in the docs.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | README | 167 To ensure that libffi is working as advertised, type "make check".
|
/external/libffi/ |
D | README | 174 To ensure that libffi is working as advertised, type "make check".
|