Searched refs:addRecord (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DMemoryCountersGraph.js66 addRecord: function(record)
96 this.addRecord(records[i]);
H A DTimelinePowerGraph.js45 addRecord: function(record)
H A DTimelinePresentationModel.js89 addRecord: function(record)
207 this.addRecord(modelRecords[i]);
H A DTimelineFrameModel.js258 this.addRecord(records[i]);
264 addRecord: function(record)
H A DTimelinePanel.js819 this._lazyFrameModel.addRecord(record);
821 this._currentViews[i].addRecord(record);
1286 addRecord: function(record) {},
H A DTimelineView.js210 addRecord: function(record)
212 this._presentationModel.addRecord(record);
H A DTimelineFlameChart.js801 addRecord: function(record)
/external/valgrind/main/drd/tests/
H A Dstd_string.cpp25 int addRecord() function
40 addRecord();
/external/smack/src/org/xbill/DNS/
H A DSIG0.java50 message.addRecord(sig, Section.ADDITIONAL);
H A DSimpleResolver.java207 query.addRecord(queryOPT, Section.ADDITIONAL);
344 response.addRecord(query.getQuestion(), Section.QUESTION);
347 response.addRecord((Record)it.next(), Section.ANSWER);
H A DUpdate.java32 addRecord(soa, Section.QUESTION);
48 addRecord(rec, Section.PREREQ);
53 addRecord(rec, Section.UPDATE);
H A DMessage.java84 m.addRecord(r, Section.QUESTION);
162 addRecord(Record r, int section) { method in class:Message
H A DZone.java124 addRecord(record);
469 addRecord(Record r) { method in class:Zone
H A DZoneTransferIn.java362 query.addRecord(question, Section.QUESTION);
367 query.addRecord(soa, Section.AUTHORITY);
H A DCache.java193 addRecord(record, Credibility.HINT, m);
327 addRecord(Record r, int cred, Object o) { method in class:Cache
H A DTSIG.java288 m.addRecord(r, Section.ADDITIONAL);
345 m.addRecord(r, Section.ADDITIONAL);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp179 // addRecord(), verify that it comes back out.
184 index->addRecord(UnicodeString("Adam"), this, status);
207 // clearRecords, addRecord(), Iteration
221 index->addRecord(adam, NULL, status);
222 index->addRecord(baker, NULL, status);
223 index->addRecord(charlie, NULL, status);
224 index->addRecord(chad, NULL, status);
434 aindex.addRecord(names[nameCount], &names[nameCount], status);
661 index.addRecord(UnicodeString((UChar)0x897f), NULL, status);
662 index.addRecord("
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dalphaindextst.cpp181 // addRecord(), verify that it comes back out.
186 index->addRecord(UnicodeString("Adam"), this, status);
209 // clearRecords, addRecord(), Iteration
223 index->addRecord(adam, NULL, status);
224 index->addRecord(baker, NULL, status);
225 index->addRecord(charlie, NULL, status);
226 index->addRecord(chad, NULL, status);
436 aindex.addRecord(names[nameCount], &names[nameCount], status);
663 index.addRecord(UnicodeString((UChar)0x897f), NULL, status);
664 index.addRecord("
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dalphaindex.h129 * index->addRecord(item->name(), item, status);
491 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
520 * of (name, data) items added with addRecord().
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h128 * index->addRecord(item->name(), item, status);
482 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
511 * of (name, data) items added with addRecord().
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotView.js498 this._statisticsView.addRecord(statistics.code, WebInspector.UIString("Code"), "#f77");
499 this._statisticsView.addRecord(statistics.strings, WebInspector.UIString("Strings"), "#5e5");
500 this._statisticsView.addRecord(statistics.jsArrays, WebInspector.UIString("JS Arrays"), "#7af");
501 this._statisticsView.addRecord(statistics.native, WebInspector.UIString("Typed Arrays"), "#fc5");
502 this._statisticsView.addRecord(statistics.total, WebInspector.UIString("Total"));
2142 addRecord: function(value, name, color)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1310 void addRecord(Instruction *ldst);
1497 MemoryOpt::addRecord(Instruction *i) function in class:nv50_ir::MemoryOpt
1778 addRecord(ldst);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1310 void addRecord(Instruction *ldst);
1497 MemoryOpt::addRecord(Instruction *i) function in class:nv50_ir::MemoryOpt
1778 addRecord(ldst);
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp1172 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCode &status) { function in class:AlphabeticIndex
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp1073 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCode &status) { function in class:AlphabeticIndex

Completed in 303 milliseconds