Searched
full:records (Results
451 -
475 of
3122) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
gotplt2.d | 17 DYNAMIC RELOCATION RECORDS
|
gotplt3.d | 14 DYNAMIC RELOCATION RECORDS
|
pic-gc-72.d | 13 DYNAMIC RELOCATION RECORDS \(none\)
|
tls-gc-71.d | 26 DYNAMIC RELOCATION RECORDS \(none\)
|
tls-ie-78.d | 33 DYNAMIC RELOCATION RECORDS
|
tls-local-60.d | 20 DYNAMIC RELOCATION RECORDS
|
tls-local-61.d | 19 DYNAMIC RELOCATION RECORDS
|
weakhiddso.d | 22 DYNAMIC RELOCATION RECORDS
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
emit-relocs-1.d | 9 RELOCATION RECORDS FOR \[\.data\]:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
emit-relocs-1.d | 9 RELOCATION RECORDS FOR \[\.data\]:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/ |
size32-1-i386.d | 9 DYNAMIC RELOCATION RECORDS
|
size32-1-x32.d | 9 DYNAMIC RELOCATION RECORDS
|
size32-1-x86-64.d | 9 DYNAMIC RELOCATION RECORDS
|
size64-1-x32.d | 9 DYNAMIC RELOCATION RECORDS
|
size64-1-x86-64.d | 9 DYNAMIC RELOCATION RECORDS
|
/external/autotest/client/common_lib/cros/ |
avahi_utils.py | 161 """Browse mDNS service records with avahi-browse. 177 @param ignore_local: boolean True to ignore local service records. 185 '--parsable', # Print service records in a parsable format. 190 records = [] 198 records.append(ServiceRecord(*parts[1:])) 199 logging.debug('Found %r', records[-1]) 200 return records
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 20 # records from a remote dynamic dns client. 28 # update the records here. tested and confirmed to work with ddnsu 194 my @records; 202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n"; 206 push @records, $_; 210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n"; 214 syswrite(FILE, join("", @records));
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
Recommender.java | 120 List<Pair<Channel, Double>> records = new ArrayList<>(); local 131 records.add(new Pair<>(cr.getChannel(), maxScore)); 134 if (size > records.size()) { 135 size = records.size(); 137 Collections.sort(records, mChannelScoreComparator); 145 mChannelSortKey.put(records.get(i).first.getId(), String.format(sortKeyFormat, i)); 146 results.add(records.get(i).first);
|
/system/core/bootstat/ |
bootstat.cpp | 69 " -p, --print Dump the boot event records to the console\n" 167 // Records several metrics related to the time it takes to boot the device, 218 // Records the boot_reason metric by querying the ro.boot.bootreason system 226 // Records two metrics related to the user resetting a device: the time at 241 // is losing records somehow. 249 // is losing records somehow. 270 // is losing records somehow.
|
/external/avahi/avahi-common/ |
defs.h | 244 AVAHI_PUBLISH_UNIQUE = 1, /**< For raw records: The RRset is intended to be unique */ 245 AVAHI_PUBLISH_NO_PROBE = 2, /**< For raw records: Though the RRset is intended to be unique no probes shall be sent */ 246 AVAHI_PUBLISH_NO_ANNOUNCE = 4, /**< For raw records: Do not announce this RR to other hosts */ 247 AVAHI_PUBLISH_ALLOW_MULTIPLE = 8, /**< For raw records: Allow multiple local records of this type, even if they are intended to be unique */ 249 AVAHI_PUBLISH_NO_REVERSE = 16, /**< For address records: don't create a reverse (PTR) entry */ 250 AVAHI_PUBLISH_NO_COOKIE = 32, /**< For service records: do not implicitly add the local service cookie to TXT data */ 252 AVAHI_PUBLISH_UPDATE = 64, /**< Update existing records instead of adding new ones */ 288 AVAHI_BROWSER_ALL_FOR_NOW, /**< One-time event, to notify the user that more records will probably not show up in the near future, i.e. all cache entries have been read and all static servers been queried */ 351 /** The default TTL for all other records. * [all...] |
/external/llvm/utils/TableGen/ |
CodeGenSchedule.h | 69 // Read records don't currently have sequences, but it can be easily 115 /// 3) An implied class with a list of InstRW records that map instructions to 118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may 139 // InstRW records associated with this class. These records may refer to an 172 // records. 174 // ItinDefList orders this processor's InstrItinData records by SchedClass idx. 183 // Array of InstrItinData records indexed by a CodeGenSchedClass index. 221 RecordKeeper &Records; 245 // combination of it's itinerary class, SchedRW list, and InstRW records [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 138 kDNSClass_UniqueRRSet = 0x8000,// ... and the top bit indicates that all other cached records are now invalid 210 kDNSType_MAILB, // 253 Transfer mailbox records 211 kDNSType_MAILA, // 254 Transfer mail agent records 402 // Most records have a TTL of 75 minutes, so that their 80% cache-renewal query occurs once per hour. 403 // For records containing a hostname (in the name on the left, or in the rdata on the right), 410 // Some applications want to register their SRV records with a lower ttl so that in case the server 628 // Authoritative Resource Records: 631 // * Shared Resource Records do not have to be unique 632 // -- Shared Resource Records are used for DNS-SD service PTRs 636 // -- These records are announced on startup and topology changes for the benefit of passive listener [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_based_measurement_unittest.py | 109 for thread, records in self._threads_to_records_map.iteritems(): 112 self._model, thread, records, self._results_wrapper, all_metrics) 136 # Insert 2 interaction records to renderer_thread and 1 to foo_thread 147 # Assert the 2 interaction records of renderer_thread are in the map. 157 # Assert the 1 interaction records of foo_thread is in the map.
|
/external/guava/guava/src/com/google/common/cache/ |
AbstractCache.java | 148 * Records cache hits. This should be called when a cache request returns a cached value. 156 * Records cache misses. This should be called when a cache request returns a value that was 169 * Records the successful load of a new entry. This should be called when a cache request 179 * Records the failed load of a new entry. This should be called when a cache request causes 189 * Records the eviction of an entry from the cache. This should only been called when an entry
|
/external/selinux/libsemanage/src/ |
database_llist.c | 36 /* Helper for adding records to the cache */ 101 /* Helper for finding records in the cache */ 275 ERR(handle, "could not iterate over records"); 339 record_t *** records, unsigned int *count) 364 *records = tmp_records;
|
Completed in 2188 milliseconds
<<11121314151617181920>>