/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread2_unittest.cc | 97 void AnalyzePollRun(const SyncShareRecords& records, size_t min_num_samples, in AnalyzePollRun() argument 99 const std::vector<TimeTicks>& data(records.times); in AnalyzePollRun() 106 records.snapshots[i]->source.updates_source); in AnalyzePollRun() 205 SyncShareRecords records; in TEST_F() local 211 WithArg<0>(RecordSyncShare(&records, 1U, &done)))) in TEST_F() 217 EXPECT_EQ(1U, records.snapshots.size()); in TEST_F() 219 records.snapshots[0]->source.types)); in TEST_F() 221 records.snapshots[0]->source.updates_source); in TEST_F() 245 SyncShareRecords records; in TEST_F() local 251 WithArg<0>(RecordSyncShare(&records, 1U, &done)))); in TEST_F() [all …]
|
D | build_commit_command.cc | 46 const ExtensionsActivityMonitor::Records& records = in AddExtensionsActivityToMessage() local 48 for (ExtensionsActivityMonitor::Records::const_iterator it = records.begin(); in AddExtensionsActivityToMessage() 49 it != records.end(); ++it) { in AddExtensionsActivityToMessage()
|
D | process_commit_response_command_unittest.cc | 412 ExtensionsActivityMonitor::Records* records = in TEST_P() local 414 (*records)["ABC"].extension_id = "ABC"; in TEST_P() 415 (*records)["ABC"].bookmark_write_count = 2049U; in TEST_P() 416 (*records)["xyz"].extension_id = "xyz"; in TEST_P() 417 (*records)["xyz"].bookmark_write_count = 4U; in TEST_P()
|
/external/icu4c/layout/ |
D | OpenTypeUtilities.cpp | 54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recor… in getTagOffset() argument 62 if (SWAPT(records[extra].tag) <= tag) { in getTagOffset() 69 if (SWAPT(records[index + probe].tag) <= tag) { in getTagOffset() 74 if (SWAPT(records[index].tag) == tag) { in getTagOffset() 75 return SWAPW(records[index].offset); in getTagOffset() 81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, … in getGlyphRangeIndex() argument 93 if (SWAPW(records[extra].firstGlyph) <= glyphID) { in getGlyphRangeIndex() 100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) { in getGlyphRangeIndex() 105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) { in getGlyphRangeIndex()
|
D | OpenTypeUtilities.h | 23 static Offset getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount); 24 …static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 re…
|
D | PairPositioningSubtables.cpp | 127 …1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 record… in findPairValueRecord() argument 133 const PairValueRecord *record = records; in findPairValueRecord() 147 const PairValueRecord *record = records; in findPairValueRecord()
|
D | PairPositioningSubtables.h | 54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TimelineOverviewPane.js | 98 showMemoryGraph: function(records) { argument 100 this._heapGraph.update(records); 123 update: function(records, showShortEvents) argument 135 …this._forAllRecords(records, this._overviewCalculator.updateBoundaries.bind(this._overviewCalculat… 148 this._forAllRecords(records, markTimeline.bind(this)); 174 this._heapGraph.update(records); 179 updateEventDividers: function(records, dividerConstructor) argument 183 for (var i = 0; i < records.length; ++i) { 184 var record = records[i]; 196 updateMainViewWidth: function(width, records) argument [all …]
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
D | dynamic-dnsmasq.pl | 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));
|
/external/valgrind/main/memcheck/perf/ |
D | Makefile.am | 5 many-loss-records.vgperf 8 many-loss-records
|
D | many-loss-records.vgperf | 1 prog: many-loss-records
|
/external/openssl/patches/ |
D | README | 9 SSL records may be as large as 16K, but are typically < 2K. In 10 addition, a historic bug in Windows allowed records to be as large 12 18K respectively) used for processing records.
|
/external/chromium/chrome/browser/sync/util/ |
D | extensions_activity_monitor.cc | 73 void ExtensionsActivityMonitor::PutRecords(const Records& records) { in PutRecords() argument 75 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) { in PutRecords()
|
D | extensions_activity_monitor.h | 57 void PutRecords(const Records& records);
|
/external/icu4c/test/intltest/ |
D | winutil.cpp | 81 void Win32Utilities::freeLocales(LCIDRecord *records) in freeLocales() argument 86 delete[] records; in freeLocales()
|
D | winutil.h | 36 static void freeLocales(LCIDRecord *records);
|
/external/mtpd/ |
D | mtpd.c | 268 struct addrinfo *records; in create_socket() local 274 error = getaddrinfo(server, port, &hints, &records); in create_socket() 281 for (r = records; r; r = r->ai_next) { in create_socket() 291 freeaddrinfo(records); in create_socket()
|
/external/bluetooth/bluez/plugins/ |
D | service.c | 75 GSList *records; member 281 for (list = serv_adapter->records; list; list = list->next) { in find_record() 325 serv_adapter->records = g_slist_remove(serv_adapter->records, in exit_callback() 373 serv_adapter->records = g_slist_append(serv_adapter->records, in add_xml_record() 715 for (l = serv_adapter->records; l != NULL; l = next) { in path_unregister()
|
/external/bluetooth/bluez/compat/ |
D | fakehid.txt | 22 # sdptool records --raw 00:04:61:aa:bb:cc 60 # sdptool records --raw 00:0A:3A:aa:bb:cc 104 # sdptool records --raw 00:0B:24:aa:bb:cc
|
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 36 DiagGroupParentMap(RecordKeeper &records) : Records(records) { in DiagGroupParentMap() argument 92 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { in DiagCategoryIDMap() argument
|
/external/dnsmasq/contrib/dns-loc/ |
D | README | 4 entries in order to assign location information to dns records
|
/external/bluetooth/bluez/src/ |
D | device.c | 101 sdp_list_t *records; member 163 if (req->records) in browse_request_free() 164 sdp_list_free(req->records, (sdp_free_func_t) sdp_record_free); in browse_request_free() 1252 sdp_list_t *records; in device_remove_drivers() local 1258 records = read_records(&src, &device->bdaddr); in device_remove_drivers() 1288 rec = find_record_in_list(records, list->data); in device_remove_drivers() 1294 records = sdp_list_remove(records, rec); in device_remove_drivers() 1299 if (records) in device_remove_drivers() 1300 sdp_list_free(records, (sdp_free_func_t) sdp_record_free); in device_remove_drivers() 1387 if (sdp_list_find(req->records, rec, rec_cmp)) { in update_services() [all …]
|
/external/iptables/extensions/ |
D | libxt_AUDIT.man | 1 This target allows to create audit records for packets hitting the target.
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 84 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) : in TGParser() argument 85 Lex(SrcMgr), CurMultiClass(0), Records(records) {} in TGParser()
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 23 # This option only affects forwarding, SRV records originating for 453 # registries which have implemented wildcard A records. 465 # Change these lines if you want dnsmasq to serve MX records. 471 # Set the default target for MX records created using the localmx option. 482 # records. These are useful if you want to serve ldap requests for 501 # Two SRV records for LDAP, each with different priorities 511 # domain-name expansion done for SRV records _does_not 512 # occur for PTR records.) 515 # Change the following lines to enable dnsmasq to serve TXT records. 517 # domain-name expansion done for SRV records _does_not [all …]
|