/external/chromium_org/net/dns/ |
mdns_cache.cc | 20 // The effective TTL given to records with a nominal zero TTL. 21 // Allows time for hosts to send updated records, as detailed in RFC 6762 95 // Ignore "goodbye" packets for records not in cache. 166 // Records are deleted only upon request. 194 default: // Most records are considered unique for our purposes
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineMemoryOverview.js | 50 var records = this._model.records; 51 if (!records.length) 59 WebInspector.TimelinePresentationModel.forAllRecords(records, function(r) { 71 WebInspector.TimelinePresentationModel.forAllRecords(records, function(r) {
|
/external/dnsmasq/ |
doc.html | 56 Dnsmasq caches internet addresses (A records and AAAA records) and address-to-name 57 mappings (PTR records), reducing the load on upstream servers and 78 Dnsmasq supports MX and SRV records and can be configured to return MX records
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
NdefTagTester.java | 81 NdefRecord[] records = message.getRecords(); local 83 if (records.length > 0) { 84 NdefRecord record = records[0];
|
/external/chromium/net/base/ |
dnsrr_resolver.h | 40 // ttl contains the TTL of the resource records. 45 // sigs contains the RRSIG records returned. 60 // confused with HostResolver and should not be used to resolve A/AAAA records.
|
/external/chromium-trace/trace-viewer/src/ui/ |
drag_handle.js | 76 var records = this.observer_.takeRecords(); 77 if (records.length) 78 this.didTargetMutate_(records);
|
/external/chromium_org/chrome/common/ |
crash_keys.h | 118 // Records the current NSException as it is being created, and its backtrace. 122 // In the CrApplication, records information about the current event's 126 // Records Cocoa zombie/used-after-freed objects that resulted in a
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-name-table.hh | 123 USHORT count; /* Number of name records. */ 125 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
font.cc | 326 HeaderOffsetSortedSet records; local 327 ReadHeader(&font_is, &records); 328 LoadTableData(&records, &font_is, &data_blocks_); 337 HeaderOffsetSortedSet records; local 338 ReadHeader(wfd, offset_to_offset_table, &records); 339 LoadTableData(&records, wfd, &data_blocks_); 481 HeaderOffsetSortedSet* records) { 482 assert(records); 497 records->insert(table); 503 HeaderOffsetSortedSet* records) { [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-name-table.hh | 121 USHORT count; /* Number of name records. */ 123 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
|
/external/icu4c/layout/ |
PairPositioningSubtables.cpp | 127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const 133 const PairValueRecord *record = records; 147 const PairValueRecord *record = records;
|
/external/sfntly/cpp/src/sfntly/ |
font.cc | 326 HeaderOffsetSortedSet records; local 327 ReadHeader(&font_is, &records); 328 LoadTableData(&records, &font_is, &data_blocks_); 337 HeaderOffsetSortedSet records; local 338 ReadHeader(wfd, offset_to_offset_table, &records); 339 LoadTableData(&records, wfd, &data_blocks_); 481 HeaderOffsetSortedSet* records) { 482 assert(records); 497 records->insert(table); 503 HeaderOffsetSortedSet* records) { [all...] |
/external/smack/src/org/xbill/DNS/ |
Zone.java | 128 * Creates a Zone from the records in the specified master file. 149 * Creates a Zone from an array of records. 151 * @param records The records to add to the zone. 155 Zone(Name zone, Record [] records) throws IOException { 161 for (int i = 0; i < records.length; i++) 162 maybeAddRecord(records[i]); 171 List records = xfrin.run(); local 172 for (Iterator it = records.iterator(); it.hasNext(); ) { 211 /** Returns the Zone origin's NS records */ [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 127 * SelectFunctionalityTest#test_SelectSimple(). Selects all records 170 * SelectFunctionalityTest#test_SelectPrepared(). Selects all records 232 * SelectFunctionalityTest#test_SubSelect(). Selects records from the 261 * SelectFunctionalityTest#test_SelectThreeTables(). Selects records 299 * SelectFunctionalityTest#test_SelectThreeTables(). Selects records 328 * records from a table using left join 358 * records from a table using right join 391 * SelectFunctionalityTest#test_SelectGroupBy(). Selects records from 418 * SelectFunctionalityTest#test_SelectOrderBy(). Selects records from 451 * SelectFunctionalityTest#test_SelectDistinct(). Selects records [all...] |
/external/chromium/chrome/browser/sync/engine/ |
build_commit_command.cc | 41 // Return the records to the activity monitor. 46 const ExtensionsActivityMonitor::Records& records = local 48 for (ExtensionsActivityMonitor::Records::const_iterator it = records.begin(); 49 it != records.end(); ++it) {
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationObserver.cpp | 141 Vector<RefPtr<MutationRecord> > records; local 142 records.swap(m_records); 143 return records; 223 Vector<RefPtr<MutationRecord> > records; 224 records.swap(m_records); 226 m_callback->call(records, this);
|
/external/flac/include/FLAC/ |
callback.h | 95 * \param size The size of the records to be read. 96 * \param nmemb The number of records to be read. 99 * The number of records read. 108 * \param size The size of the records to be written. 109 * \param nmemb The number of records to be written. 112 * The number of records written.
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/ |
GLPrimitive.cpp | 42 // Records the start time. 56 // Records the end time.
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedContract.java | 47 * Columns supported by "entries" records. 68 * Table name where records are stored for "entry" resources.
|
/developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/ |
AndroidManifest.xml | 29 <!-- This app records A/V content from camera and stores it to disk --> 41 <!-- Since this sample records video from camera preview, locking the orientation to
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedContract.java | 47 * Columns supported by "entries" records. 68 * Table name where records are stored for "entry" resources.
|
/developers/samples/android/media/MediaRecorder/MediaRecorderSample/src/main/ |
AndroidManifest.xml | 29 <!-- This app records A/V content from camera and stores it to disk --> 41 <!-- Since this sample records video from camera preview, locking the orientation to
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
FeedContract.java | 47 * Columns supported by "entries" records. 68 * Table name where records are stored for "entry" resources.
|
/development/samples/browseable/MediaRecorder/ |
AndroidManifest.xml | 29 <!-- This app records A/V content from camera and stores it to disk --> 41 <!-- Since this sample records video from camera preview, locking the orientation to
|
/external/chromium_org/chrome/browser/net/ |
dns_probe_runner.h | 22 // (Currently requests A records for google.com and expects at least one IP 33 INCORRECT, // Response claimed success but included no A records.
|