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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/include/vms/
eeom.h 34 /* Record type. */
37 /* Record size. */
  /external/avahi/specs/
draft-cheshire-dnsext-multicastdns-06.txt 41 the ability to look up DNS resource record data types
76 11. Resource Record TTL Values and Cache Coherency.................28
130 and no new operation codes, response codes, or resource record types.
165 a fully qualified domain name that has an address record. It does
172 routing loops. Each Resource Record also contains a TTL, which is
173 the number of seconds for which the Resource Record may be cached.
185 Record TTL (cache lifetime).
193 resource record sets.
195 A "shared" resource record set is one where several Multicast DNS
199 A "unique" resource record set is one where all the records wit
    [all...]
  /external/avahi/avahi-sharp/
RecordBrowser.cs 65 private RecordInfo record; field in class:Avahi.RecordInfoArgs
67 public RecordInfo Record {
68 get { return record; }
71 public RecordInfoArgs (RecordInfo record)
73 this.record = record;
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
mainthread_jank_stats_unittest.py 61 # Make a record that starts at 200ms and ends at 800ms in thread time
62 record = self.CreateTestRecord('test', 100, 700, 200, 800, renderer_main)
65 renderer_main, record)
114 # Record 1: (40ms -> 70ms)
115 # Record 2: (120ms -> 200ms)
116 # Record 3: (220ms -> 400ms), (450ms -> 750ms)
  /external/ipsec-tools/src/racoon/
evt.c 71 /* If we are above the limit, don't record anything */
74 "Cannot record event: event queue overflowed\n");
78 /* If we hit the limit, record an overflow event instead */
81 "Cannot record event: event queue overflow\n");
93 plog(LLV_ERROR, LOCATION, NULL, "Cannot record event: %s\n",
99 plog(LLV_ERROR, LOCATION, NULL, "Cannot record event: %s\n",
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 22 class Record;
27 Record *TheDef; // The actual record defining this intrinsic.
48 std::vector<Record*> RetTypeDefs;
57 std::vector<Record*> ParamTypeDefs;
94 CodeGenIntrinsic(Record *R);
CodeGenSchedule.cpp 99 // Instantiate a CodeGenSchedRW for each SchedReadWrite record explicitly
140 Record *NoModelDef = Records.getDef("NoSchedModel");
141 Record *NoItinsDef = Records.getDef("NoItineraries");
152 void CodeGenSchedModels::addProcModel(Record *ProcDef) {
153 Record *ModelKey = getModelOrItinDef(ProcDef);
159 Record *ItinsDef = ModelKey->getValueAsDef("Itineraries");
173 static void scanSchedRW(Record *RWDef, RecVec &RWDefs,
174 SmallPtrSet<Record*, 16> &RWSet) {
203 SmallPtrSet<Record*, 16> RWSet;
208 Record *SchedDef = Inst->TheDef
    [all...]
  /external/skia/src/gpu/
GrRecordReplaceDraw.cpp 77 const SkRecord* record = fPicture->record(); local
78 if (nullptr == record) {
102 record->visit<void>(fOps[fIndex], *this);
106 for (fIndex = 0; fIndex < (int) record->count(); ++fIndex) {
111 record->visit<void>(fIndex, *this);
  /external/skia/src/sfnt/
SkOTTable_name.cpp 440 bool SkOTTableName::Iterator::next(SkOTTableName::Iterator::Record& record) {
442 const SkOTTableName::Record* nameRecords = SkTAfter<const SkOTTableName::Record>(&fName);
443 const SkOTTableName::Record* nameRecord;
445 // Find the next record which matches the requested type.
455 record.type = nameRecord->nameID.fontSpecific;
465 case SkOTTableName::Record::PlatformID::Windows:
466 if (SkOTTableName::Record::EncodingID::Windows::UnicodeBMPUCS2
468 && SkOTTableName::Record::EncodingID::Windows::UnicodeUCS
    [all...]
  /external/tpm2/
DA.c 31 // Record persistent DA parameter changes to NV
59 // Record the changes to NV
70 // Record the change to NV
122 // Update NV record
142 // If there was a change to the failedTries, record the changes
161 // Record the changes to NV
  /frameworks/base/core/java/android/os/
MessageQueue.java 227 FileDescriptorRecord record = null; local
231 record = mFileDescriptorRecords.valueAt(index);
232 if (record != null && record.mEvents == events) {
240 if (record == null) {
244 record = new FileDescriptorRecord(fd, events, listener);
245 mFileDescriptorRecords.put(fdNum, record);
247 record.mListener = listener;
248 record.mEvents = events;
249 record.mSeq += 1
261 final FileDescriptorRecord record; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 41 public abstract class Record {
45 public class MotionEventRecord extends Record {
78 public class TagRecord extends Record {
93 private LinkedList<Record> mRecords = new LinkedList<Record>();
125 for (Record r : mRecords) {
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceInfo.java 46 * Pointer record.
52 * Text record.
87 * @param txtMap TXT record with key/value pair in a map confirming to format defined at
113 * Create wpa_supplicant service query for PTR record.
139 * Create wpa_supplicant service query for TXT record.
145 * @param txtRecord TXT record.<br>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 64 /* Number of AAUs in a block pointer record. */
67 /* Number of BAUs in a dummy end record (at end of chunk). */
70 /* Minimum number of BAUs in a block (allowing room for the pointer record. */
91 /* Convert pointer to pointer record of block to pointer to block's head
92 ** record. */
96 /* Convert pointer to block head to pointer to block's pointer record. */
  /hardware/ril/libril/
RilSocket.h 104 * Process record from the record stream and push the requests onto the queue.
106 * @param record data.
107 * @param record length.
109 virtual void pushRecord(void *record, size_t recordlen) = 0;
247 * @param Record stream.
  /packages/apps/SoundRecorder/res/values/
strings.xml 22 <string name="record_your_message">Record your message</string>
31 <!-- label shown when there is not enough space to record something -->
35 <!-- label shown when there is no sd card available to record to [CHAR LIMIT=30] -->
37 <!-- label shown when there is no sd card available to record to -->
39 <!-- label shown when there is more than 1 minute but less than 9 minutes of space left to record -->
41 <!-- label shown when there is less than 1 minute of space left to record -->
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 17 package com.android.apps.tag.record;
70 * VCard Ndef Record object
152 public static VCardRecord parse(NdefRecord record) {
153 MimeRecord underlyingRecord = MimeRecord.parse(record);
176 public static boolean isVCard(NdefRecord record) {
178 parse(record);
  /system/extras/simpleperf/
cmd_record_test.cpp 28 #include "record.h"
35 return CreateCommandInstance("record");
84 std::vector<std::unique_ptr<Record>> records = reader->DataSection();
87 for (auto& record : records) {
88 if (record->header.type == PERF_RECORD_MMAP) {
89 const MmapRecord* mmap_record = static_cast<const MmapRecord*>(record.get());
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 28 * DNS record
38 * This source is mainly for debugging purposes, should be the address that sent this record.
61 * True if this record has the same value as some other record.
66 * True if this record has the same type as some other record.
73 * Handles a query represented by this record.
80 * Handles a response represented by this record.
92 * True if this record is suppressed by the answers in a message.
110 * True if this record would be suppressed by an answer. This is the case if this record would not have a significantly l (…)
    [all...]
DNSEntry.java 74 * @return <code>true</code> if the two entries have are for the same record, <code>false</code> otherwise
126 * @return record type
133 * @return record class
181 * Check if the record is stale, i.e. it has outlived more than half of its TTL.
185 * @return <code>true</code> is the record is stale, <code>false</code> otherwise.
190 * Check if the record is expired.
194 * @return <code>true</code> is the record is expired, <code>false</code> otherwise.
229 * Creates a byte array representation of this record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2.
246 * Does a lexicographic comparison of the byte array representation of this record and that record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter (…)
    [all...]
  /external/kernel-headers/original/uapi/linux/
audit.h 81 #define AUDIT_DAEMON_START 1200 /* Daemon startup record */
82 #define AUDIT_DAEMON_END 1201 /* Daemon normal stop record */
83 #define AUDIT_DAEMON_ABORT 1202 /* Daemon error stop record */
89 #define AUDIT_IPC 1303 /* IPC record */
95 #define AUDIT_IPC_SET_PERM 1311 /* IPC new permissions record type */
96 #define AUDIT_MQ_OPEN 1312 /* POSIX MQ open record type */
97 #define AUDIT_MQ_SENDRECV 1313 /* POSIX MQ send/receive record type */
98 #define AUDIT_MQ_NOTIFY 1314 /* POSIX MQ notify record type */
99 #define AUDIT_MQ_GETSETATTR 1315 /* POSIX MQ get/set attribute record type */
101 #define AUDIT_FD_PAIR 1317 /* audit record for pipe/socketpair *
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 118 public RankingReconsideration process(NotificationRecord record) {
123 if (record == null || record.getNotification() == null) {
127 if (record.getUserId() == UserHandle.USER_ALL) {
131 Context context = getContextAsUser(record.getUser());
136 return validatePeople(context, record);
206 final NotificationRecord record) {
207 final String key = record.getKey();
208 final Bundle extras = record.getNotification().extras;
212 record.setContactAffinity(affinity)
    [all...]
  /ndk/build/awk/
xml.awk 71 _xml_closing = XML_TAG; # record delayed tag closure.
76 sub(/^[^=]*/,"",$0); # remove it from record
173 # 1. '>' as the record separator:
175 # RS is set to '>' to use this character as the record separator, instead of
188 # If the record does not contain a single '<', the input is either
197 # simply ignoring anything before the '<' in the current record. This is
202 # $0 = substr($0, p+1); # remove anything before the '<' in record
209 # sec_begin: is the pattern for the start of the record.
210 # sec_end: is the pattern for the end of the record (minus trailing '>').
240 # which defines XML_TYPE, and removes the leading "</" or "<" from the record
    [all...]
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/
perf_lbr_verification.py 93 raise Error('Unexpected format for MMAP record in raw dump:\n' +
173 record = line.split()
174 samples = int(record[1])
175 dso_from = record[2]
176 raw_from_address = int(record[3], 16)
177 dso_to = record[7]
178 raw_to_address = int(record[8], 16)
195 """Run perf record -b with the given events, and noploop program.
197 Expects to record the branch specified by branch_addresses.
219 ('perf', 'record', '-o', perf_data
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZPatterns.td 10 // Record that INSN performs a 64-bit version of unary operator OPERATOR
19 // Record that INSN performs a 64-bit version of binary operator OPERATOR
39 // Record that INSN performs a binary read-modify-write operation,
49 // Record that INSN performs binary operation OPERATION on a byte
57 // Record that INSN performs insertion TYPE into a register of class CLS.
70 // Record that it is equivalent to using OPERATOR to store a GR64.
77 // 32 bits of a GPR to memory. Record that they are equivalent to using
86 // Record that it is equivalent to using OPERATOR to store a GR64.
98 // condition is false. Record that they are equivalent to a LOAD/select/STORE
148 // Record that INSN is a LOAD AND TEST that can be used to compar
    [all...]

Completed in 472 milliseconds

<<21222324252627282930>>