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

<<31323334353637383940>>

  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbCmasInfo.java 57 // CMAS alert category (in CDMA type 1 elements record).
97 * containing a type 1 elements record, so GSM and UMTS broadcasts always return unknown.
101 // CMAS response type (in CDMA type 1 elements record).
129 * containing a type 1 elements record, so GSM and UMTS broadcasts always return unknown.
133 // 4-bit CMAS severity (in GSM/UMTS message identifier or CDMA type 1 elements record).
143 * containing a type 1 elements record and for all GSM and UMTS alerts except for the
148 // CMAS urgency (in GSM/UMTS message identifier or CDMA type 1 elements record).
158 * containing a type 1 elements record and for all GSM and UMTS alerts except for the
163 // CMAS certainty (in GSM/UMTS message identifier or CDMA type 1 elements record).
173 * containing a type 1 elements record and for all GSM and UMTS alerts except for th
    [all...]
  /external/avahi/avahi-core/
entry.c 84 t = avahi_hashmap_lookup(s->entries_by_key, e->record->key);
87 avahi_hashmap_replace(s->entries_by_key, t->record->key, t);
89 avahi_hashmap_remove(s->entries_by_key, e->record->key);
95 avahi_record_unref(e->record);
167 if (avahi_record_equal_no_ttl(r, e->record)) {
236 /* Update and existing record */
253 old_record = e->record;
254 e->record = avahi_record_ref(r);
270 avahi_hashmap_replace(s->entries_by_key, e->record->key, e);
277 /* Add a new record */
    [all...]
wide-area.c 50 AvahiRecord *record; member in struct:AvahiWideAreaCacheEntry
335 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key);
338 avahi_hashmap_replace(c->engine->cache_by_key, avahi_key_ref(c->record->key), t);
340 avahi_hashmap_remove(c->engine->cache_by_key, c->record->key);
344 avahi_record_unref(c->record);
364 if (avahi_record_equal_no_ttl(r, c->record))
384 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
413 avahi_record_unref(c->record);
438 c->record = avahi_record_ref(r);
533 avahi_log_warn(__FILE__": Wide area response packet too short or invalid while reading response record. (Maybe a UTF-8 problem?)")
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
record_selection_dialog.html 13 <template id="record-selection-dialog-template">
115 .record-selection-dialog .labeled-option-group {
121 .record-selection-dialog .labeled-option {
126 .record-selection-dialog .edit-categories {
130 .record-selection-dialog .edit-categories:after {
135 .record-selection-dialog .labeled-option-group:not(.categories-expanded)
140 .record-selection-dialog .labeled-option-group.categories-expanded
147 <div class="record-selection-dialog">
156 <div>Record&nbsp;Categories</div>
213 {'label': 'Record until full'
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 467 * Add a record to the index. Each record will be associated with an index Bucket
468 * based on the record's name. The list of records for each bucket will be sorted
473 * @param name The display name for the Record. The Record will be placed in
477 * data pointer the name will be available for each Record.
519 * Given the name of a record, return the zero-based index of the Bucket
521 * A Record will not be added to the index by this function.
596 * Advance to the next record in the current Bucket.
597 * When nextBucket() is called, Record iteration is reset to just before th
    [all...]
  /external/autotest/client/common_lib/test_utils/
mock.py 193 record=None, playback=None):
199 self.record = record
216 if self.record:
217 self.record(mapping)
225 if self.record:
226 self.record(mapping)
233 record=None, playback=None):
236 record, playback)
246 record=None, playback=None)
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 1 //===--- PreprocessingRecord.h - Record of Preprocessing --------*- C++ -*-===//
10 // This file defines the PreprocessingRecord class, which maintains a record
34 /// \brief Allocates memory within a Clang preprocessing record.
38 /// \brief Frees memory allocated in a Clang preprocessing record.
135 /// \brief Record the location of a macro definition.
194 /// \brief Record the location of an inclusion directive, such as an
263 /// of preprocessing record entries.
287 /// \brief A record of the steps taken while preprocessing a source file,
296 /// \brief The set of preprocessed entities in this record, in order they
300 /// \brief The set of preprocessed entities in this record that have bee
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 154 super.handleMessage(msg); // IccRecords handles generic record load responses
159 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc);
218 if (DBG) log("EF_IMPU record count: " + impuList.size());
256 if (DBG) log("EF_PCSCF record count: " + pcscflist.size());
268 * ISIM records for IMS are stored inside a Tag-Length-Value record as a UTF-8 string
270 * @param record the byte array containing the IMS data string
271 * @return the decoded String value, or null if the record can't be decoded
273 private static String isimTlvToString(byte[] record) {
274 SimTlv tlv = new SimTlv(record, 0, record.length)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-misc.c 140 size is string size (size of record) */
169 /* Begin new record.
170 Write 2 bytes rectype and 2 bytes record length. */
177 /* Record must have been closed. */
186 /* Begin new sub-record.
187 Write 2 bytes rectype, and 2 bytes record length. */
207 /* Set record/subrecord alignment. */
216 /* Align the size of the current record (whose length is LENGTH).
217 Warning: this obviously changes the record (and the possible subrecord)
235 /* Ends current sub-record. Set length field. *
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 19 #include "llvm/TableGen/Record.h"
31 Record *Rec;
60 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) {
79 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
148 bool TGParser::AddSubClass(Record *CurRec, SubClassReference &SubClass) {
149 Record *SC = SubClass.Rec;
186 // current record.
187 ArrayRef<Record *> SCs = SC->getSuperClasses();
209 Record *CurRec = &CurMC->Rec;
219 for (const std::unique_ptr<Record> &R : SMC->DefPrototypes)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 115 // If there is a authoritative LocalOnly record that answers questions of type A, AAAA and CNAME
178 *cp = (*cp)->next; // Cut record from list
288 LogInfo("InsertAuthRecord: inserting auth record %s from table", ARDisplayString(m, rr));
289 *(ag->rrauth_tail) = rr; // Append this record to tail of cache slot list
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
314 *rp = (*rp)->next; // Cut record from list
415 // which we would subsequently cancel and retract if the CNAME referral record were removed.
429 LogInfo("AnswerQuestionByFollowingCNAME: Resolving a .local CNAME %p %##s (%s) Record %s",
434 // Record how many times we've done this. We need to do this *after* mDNS_StartQuery_internal,
455 // We should not be delivering results for record types Unregistered, Deregistering, and (unverified) Uniqu
    [all...]
  /bionic/linker/
linker_allocator.cpp 173 __libc_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_);
180 small_object_page_record record; local
181 record.page_addr = page_addr;
182 record.free_blocks_cnt = free_blocks_cnt;
183 record.allocated_blocks_cnt = 0;
186 page_records_.begin(), page_records_.end(), record);
187 page_records_.insert(it, record);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 53 // TXT RECORD properties
139 Map<String, String> record = new HashMap<String, String>(); local
140 record.put(TXTRECORD_PROP_AVAILABLE, "visible");
143 SERVICE_INSTANCE, SERVICE_REG_TYPE, record);
201 * A new TXT record is available. Pick up the advertised
206 String fullDomainName, Map<String, String> record,
210 + record.get(TXTRECORD_PROP_AVAILABLE));
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 24 #include "llvm/TableGen/Record.h"
116 int collectAllFuncUnits(std::vector<Record*> &ProcItinList,
125 int collectAllComboFuncs(std::vector<Record*> &ComboFuncList,
134 std::vector<Record*> &ProcItinList,
136 Record *ItinData,
144 std::vector<Record*> &ProcItinList,
146 std::vector<Record*> &ItinDataList,
648 std::vector<Record*> &ProcItinList,
659 Record *Proc = ProcItinList[i];
660 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU")
    [all...]
CodeGenRegisters.h 26 #include "llvm/TableGen/Record.h"
55 Record *const TheDef;
70 CodeGenSubRegIndex(Record *R, unsigned Enum);
128 Record *TheDef;
138 CodeGenRegister(Record *R, unsigned Enum);
270 std::vector<SmallVector<Record*, 16> > Orders;
276 Record *TheDef;
315 // Return the Record that defined this class, or NULL if the class was
317 Record *getDef() const { return TheDef; }
383 ArrayRef<Record*> getOrder(unsigned No = 0) const
    [all...]
  /system/extras/simpleperf/
record_file_writer.cpp 31 #include "record.h"
45 PLOG(ERROR) << "failed to open record file '" << filename << "'";
130 PLOG(ERROR) << "failed to write to record file '" << filename_ << "'";
155 // Reserve enough space in the record file for the feature header.
169 for (auto& record : build_id_records) {
170 std::vector<char> data = record.BinaryFormat();
292 PLOG(ERROR) << "failed to close record file '" << filename_ << "'";
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 87 private static class Record {
129 private final ArrayList<Record> mRecords = new ArrayList<Record>();
237 for (Record r : mRecords) {
378 Record r;
391 r = new Record();
394 if (DBG) log("listen oscl: add new record");
438 for (Record r : mRecords) {
496 Record r;
506 r = new Record();
    [all...]
  /external/autotest/client/cros/nfc/
console.py 76 IRECORD = NEARD_SERVICE_NAME + '.Record'
154 def _get_record_proxy(self, record):
156 self._bus.get_object(self.NEARD_SERVICE_NAME, record),
339 for record in records:
340 self.show_record_data(str(record))
361 for record in records:
362 self.show_record_data(str(record))
366 def show_record_data(self, record):
368 Prints the contents of the given record.
370 @param record: string, containing the record's D-Bus object path
    [all...]
  /external/webp/src/enc/
cost.c 284 // Record proba context used
285 static int Record(int bit, proba_t* const stats) {
290 // record bit count (lower 16 bits) and increment total count (upper 16 bits).
299 // Simulate block coding, but only record statistics.
300 // Note: no need to record the fixed probas.
306 Record(0, s + 0);
311 Record(1, s + 0); // order of record doesn't matter
313 Record(0, s + 1);
316 Record(1, s + 1)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
299 print "P2P carrier type match - add P2P carrier record"
301 self.received_carrier = carrier.record
302 print "Carrier record:"
304 print carrier.record.pretty()
309 print "Could not get handover select carrier record from wpa_supplicant"
311 print "Handover select carrier record from wpa_supplicant:"
329 print "WSC carrier type match - add WSC carrier record"
    [all...]
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 149 // Adds a record to the database.
355 1 // Sets the URI to point to record ID 1 in the
370 // b) Checks that it contains a single record
409 // Asserts that the first record in the provider (written from TEST_NOTES[0]) has the same
413 // Asserts that the first record in the provider (written from TEST_NOTES[0]) has the same
515 // the title column (column 0) in the current record of the cursor
529 * record ID. The provider should only return 0 or 1 record.
546 // record's id in the data model
558 noteIdUri, // URI pointing to a single record
    [all...]
  /external/boringssl/src/ssl/test/runner/
dtls.go 62 // Read out one record.
68 return 0, nil, errors.New("dtls: failed to read record header")
75 return 0, nil, c.in.setErrorLocked(fmt.Errorf("dtls: received record with version %x when expecting version %x", vers, c.vers))
80 return 0, nil, c.in.setErrorLocked(fmt.Errorf("dtls: received record with version %x when expecting version %x", vers, expect))
101 return 0, nil, c.in.setErrorLocked(fmt.Errorf("dtls: oversized record received with length %d", n))
242 for _, record := range records {
243 b, err := c.dtlsSealRecord(recordTypeHandshake, record)
251 // The sealed record will be appended to and reused by
267 // dtlsSealRecord seals a record into a block from |c.out|'s pool.
299 // Some TLS servers fail if the record version is greater tha
    [all...]
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestCase.java 344 for (Map.Entry<String, List<MemHealthRecord>> record : mMemHealthRecords.entrySet()) {
345 List<Long> nativeHeap = MemHealthRecord.getForegroundNativeHeap(record.getValue());
346 List<Long> dalvikHeap = MemHealthRecord.getForegroundDalvikHeap(record.getValue());
347 List<Long> pss = MemHealthRecord.getForegroundPss(record.getValue());
354 out.println(record.getKey());
364 for (Map.Entry<String, List<MemHealthRecord>> record : mMemHealthRecords.entrySet()) {
365 List<Long> nativeHeap = MemHealthRecord.getBackgroundNativeHeap(record.getValue());
366 List<Long> dalvikHeap = MemHealthRecord.getBackgroundDalvikHeap(record.getValue());
367 List<Long> pss = MemHealthRecord.getBackgroundPss(record.getValue());
374 out.println(record.getKey())
    [all...]
  /prebuilts/go/darwin-x86/src/net/
lookup_test.go 72 t.Error("got no record")
79 t.Errorf("got %v; want a record containing %s", srv, tt.target)
106 t.Error("got no record")
110 t.Errorf("got %v; want a record containing %s", mx, tt.host)
137 t.Error("got no record")
141 t.Errorf("got %v; want a record containing %s", ns, tt.host)
168 t.Error("got no record")
172 t.Errorf("got %s; want a record containing %s, %s", txt, tt.txt, tt.host)
201 t.Error("got no record")
205 t.Errorf("got %s; want a record containing %s", name, tt.name
    [all...]
  /prebuilts/go/linux-x86/src/net/
lookup_test.go 72 t.Error("got no record")
79 t.Errorf("got %v; want a record containing %s", srv, tt.target)
106 t.Error("got no record")
110 t.Errorf("got %v; want a record containing %s", mx, tt.host)
137 t.Error("got no record")
141 t.Errorf("got %v; want a record containing %s", ns, tt.host)
168 t.Error("got no record")
172 t.Errorf("got %s; want a record containing %s, %s", txt, tt.txt, tt.host)
201 t.Error("got no record")
205 t.Errorf("got %s; want a record containing %s", name, tt.name
    [all...]

Completed in 1144 milliseconds

<<31323334353637383940>>