HomeSort by relevance Sort by last modified time
    Searched full:record (Results 801 - 825 of 7466) sorted by null

<<31323334353637383940>>

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 126 #pragma mark - DNS Resource Record class and type constants
137 kDNSClass_Mask = 0x7FFF,// Multicast DNS uses the bottom 15 bits to identify the record class...
178 kDNSType_SRV, // 33 Service record
182 kDNSType_CERT, // 37 Certification record
420 // With Unicast DNS, once an authoritative server gives a record with a certain TTL value to a client
421 // or caching server, that client or caching server is entitled to hold onto the record until its TTL
485 AuthRecord *rr; // For record updates
625 #pragma mark - Resource Record structures
652 // Summary of properties of different record types:
653 // Probe? Does this record type send probes before announcing
    [all...]
  /external/avahi/specs/
draft-cheshire-dnsext-dns-sd-03.txt 78 6.2 DNS TXT Record Format Rules for use in DNS-SD..................13
79 6.3 DNS-SD TXT Record Size.........................................14
82 6.6 Example TXT Record.............................................16
92 14. DNS Additional Record Generation...............................25
133 and no new operation codes, response codes, resource record types,
135 a convention for how existing resource record types can be named and
258 SRV record "_ipp._tcp.example.com." to find the list of IPP printers
598 contact that service, it sends a DNS query for the SRV record of
601 The result of the DNS query is a SRV record giving the port number
625 However, the DNS packet format and record format still require a hos
    [all...]
  /system/bt/stack/sdp/
sdp_api.c 254 ** of the database, else it continues from the next record after
257 ** Returns Pointer to matching record, or NULL
299 ** Description This function searches an SDP discovery record for a specific
327 ** Description This function is called to read the service UUID within a record
330 ** Parameters: p_rec - pointer to a SDP record.
419 ** Description This function is called to read the 128-bit service UUID within a record
422 ** Parameters: p_rec - pointer to a SDP record.
480 ** of the database, else it continues from the next record after
483 ** Returns Pointer to record containing service class, or NULL
585 ** of the database, else it continues from the next record afte
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 53 RecordingListener listener = RecordingListener.record(service);
99 RecordingListener listener = RecordingListener.record(service);
172 RecordingListener listener = RecordingListener.record(service);
203 RecordingListener listener = RecordingListener.record(service);
222 RecordingListener listener = RecordingListener.record(service);
273 RecordingListener listener = RecordingListener.record(service);
285 RecordingListener listener = RecordingListener.record(service);
293 RecordingListener listener = RecordingListener.record(service);
303 RecordingListener listener = RecordingListener.record(service);
389 RecordingListener listener = RecordingListener.record(service)
814 static RecordingListener record(Service service) { method in class:AbstractServiceTest.RecordingListener
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 233 DisplayModeRecord record = findDisplayModeRecord(info); local
234 if (record == null) {
235 record = new DisplayModeRecord(info);
238 records.add(record);
244 DisplayModeRecord record = records.get(i); local
245 if (record.hasMatchingMode(physicalDisplayInfos[activeDisplayInfo])){
246 activeRecord = record;
278 for (DisplayModeRecord record : records) {
279 mSupportedModes.put(record.mMode.getModeId(), record); local
326 DisplayModeRecord record = mSupportedModes.valueAt(i); local
363 DisplayModeRecord record = mSupportedModes.valueAt(i); local
595 DisplayModeRecord record = mSupportedModes.get(modeId); local
    [all...]
  /bootable/recovery/uncrypt/
bootloader_message_writer.cpp 53 fstab_rec* record = fs_mgr_get_entry_for_mount_point(fstab, "/misc"); local
54 if (record == nullptr) {
58 return record->blk_device;
  /external/autotest/client/site_tests/desktopui_AudioFeedback/
desktopui_AudioFeedback.py 23 """Plays a Youtube video to record audio samples.
61 # Record a sample of "silence" to use as a noise profile.
64 # Play a video and record the audio output
  /external/autotest/client/tests/kvm/tests/
hdparm.py 9 1) Set/record parameters value of hard disk to low performance status.
10 2) Perform device/cache read timings then record the results.
11 3) Set/record parameters value of hard disk to high performance status.
  /external/avahi/avahi-core/
internal.h 23 /** A locally registered DNS resource record */
71 AvahiRecord *record; member in struct:AvahiEntry
186 int avahi_server_is_record_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *record);
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
mxbase.py 26 """Base class for rdata that is like an MX record.
88 """Base class for rdata that is like an MX record, but whose name
101 """Base class for rdata that is like an MX record, but whose name
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
regulator_parser.html 46 // Matches the regulator_enable record
49 // Matches the regulator_disable record
52 // Matches the regulator_set_voltage_complete record
sched_parser.html 40 // Matches the sched_switch record
46 // Matches sched_blocked_reason record
50 // Matches the sched_wakeup record
  /external/clang/test/CodeGen/
override-layout.c 1 // RUN: %clang_cc1 -w -fdump-record-layouts-simple %s > %t.layouts
2 // RUN: %clang_cc1 -w -DPACKED= -DALIGNED16= -fdump-record-layouts-simple -foverride-record-layout=%t.layouts %s > %t.after
  /external/clang/test/Index/
annotate-comments-property-accessor.m 30 - (id) Record;
38 \brief This is Record
40 @property (copy, setter = setThisRecord:) id Record;
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 79 bool VisitCXXRecordDecl(CXXRecordDecl* record) {
80 if (record->isLambda() && !record->isImplicit())
  /external/curl/lib/
slist.c 52 * the address of the first record, so that you can use this function as an
82 * the address of the first record, so that you can use this function as an
104 * address of the first record of the cloned list or NULL in case of an
  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 50 // Record whether the call operand was a short vector.
60 // Record whether the call operand was a fixed argument.
64 // Record whether the call operand was a short vector.
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 19 #include "llvm/TableGen/Record.h"
55 static SMLoc locate(const Record *R);
60 SMLoc CTagsEmitter::locate(const Record *R) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_tracking.hpp 56 // Record the creation of a tracked handler.
88 // Record that handler invocation has ended.
98 // Record an operation that affects pending handlers.
  /external/selinux/libsepol/src/
booleans.c 56 int bool_idx, sepol_bool_t ** record)
73 *record = tmp_record;
77 ERR(handle, "could not convert boolean %s to record", name);
  /external/skia/resources/
slides_content2.lua 25 - Record and Playback
43 Skia In Blink : Record-Time-Rasterization
64 -- may record more than is currently visible
  /external/tcpdump/tests/
icmpv6.out 23 IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::215:17ff:fecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::db8:1122:3344 to_ex { }]
25 IP6 (hlim 1, next-header Options (0) payload length: 96) fe80::215:17ff:fecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::db8:1122:3344 is_ex { }] [gaddr ff02::1:ffcc:e546 is_ex { }] [gaddr ff02::1:ffa7:10ad is_ex { }] [gaddr ff02::1:ff00:2 is_ex { }]
26 IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::215:17ff:fecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::db8:1122:3344 to_in { }]
  /external/valgrind/tests/
outer_inner.supp 5 #==4649== 16 bytes in 1 blocks are definitely lost in loss record 6 of 131
23 #==4649== 344 bytes in 1 blocks are definitely lost in loss record 75 of 131
41 #==14848== 368 bytes in 1 blocks are definitely lost in loss record 69 of 122
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
180 print "Handover select carrier record from wpa_supplicant:"
183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"):
208 summary("Could not get handover request carrier record from wpa_supplicant")
210 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
278 #wifi = nfc.ndef.WifiConfigRecord(carrier.record)
298 for record in tag.ndef.message:
299 print "record type " + record.typ
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccConstants.java 33 static final int EF_EXT6 = 0x6fc8; // Ext record for EF[MBDN]
85 // SMS record length from TS 51.011 10.5.3
87 // SMS record length from C.S0023 3.4.27

Completed in 2021 milliseconds

<<31323334353637383940>>