HomeSort by relevance Sort by last modified time
    Searched refs:newRecord (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.cpp 113 DiffRecord* newRecord = fRecords.addToHead(DiffRecord());
121 newRecord->fCommonName = get_combined_name(baseName, testName);
123 newRecord->fCommonName = get_common_prefix(baseName, testName);
125 newRecord->fCommonName.append(".png");
127 newRecord->fBaselinePath = baselinePath;
128 newRecord->fTestPath = testPath;
129 newRecord->fSize = SkISize::Make(baselineBitmap.width(), baselineBitmap.height());
142 DiffData& diffData = newRecord->fDiffs.push_back();
157 && !newRecord->fCommonName.isEmpty()) {
159 newRecord->fAlphaMaskPath = SkOSPath::Join(fAlphaMaskDir.c_str()
    [all...]
  /external/smack/src/org/xbill/DNS/
Update.java 31 Record soa = Record.newRecord(zone, Type.SOA, DClass.IN);
62 newPrereq(Record.newRecord(name, Type.ANY, DClass.ANY, 0));
71 newPrereq(Record.newRecord(name, type, DClass.ANY, 0));
117 newPrereq(Record.newRecord(name, Type.ANY, DClass.NONE, 0));
126 newPrereq(Record.newRecord(name, type, DClass.NONE, 0));
183 newUpdate(Record.newRecord(name, Type.ANY, DClass.ANY, 0));
192 newUpdate(Record.newRecord(name, type, DClass.ANY, 0));
Record.java 78 newRecord(Name name, int type, int dclass, long ttl, int length, DNSInput in)
108 newRecord(Name name, int type, int dclass, long ttl, int length, byte [] data) {
121 return newRecord(name, type, dclass, ttl, length, in);
138 newRecord(Name name, int type, int dclass, long ttl, byte [] data) {
139 return newRecord(name, type, dclass, ttl, data.length, data);
151 newRecord(Name name, int type, int dclass, long ttl) {
171 newRecord(Name name, int type, int dclass) {
172 return newRecord(name, type, dclass, 0);
188 return newRecord(name, type, dclass);
194 return newRecord(name, type, dclass, ttl)
    [all...]
Lookup.java 463 Record question = Record.newRecord(current, type, dclass);
ZoneTransferIn.java 358 Record question = Record.newRecord(zname, qtype, dclass);
  /external/skia/tools/skpdiff/
SkDiffContext.cpp 83 DiffRecord* newRecord = fRecords.addToHead(DiffRecord());
89 newRecord->fCommonName = get_common_prefix(baseName, testName);
91 newRecord->fBaselinePath = baselinePath;
92 newRecord->fTestPath = testPath;
106 DiffData& diffData = newRecord->fDiffs.push_back();
118 && !newRecord->fCommonName.isEmpty()) {
120 newRecord->fDifferencePath = SkOSPath::SkPathJoin(fDifferenceDir.c_str(),
121 newRecord->fCommonName.c_str());
126 SkImageEncoder::EncodeFile(newRecord->fDifferencePath.c_str(), copy,
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java     [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGPaintState.cpp 446 void SkSVGPaint::Push(SkSVGPaint** head, SkSVGPaint* newRecord) {
447 newRecord->fNext = *head;
448 *head = newRecord;
  /external/skia/src/svg/
SkSVGPaintState.cpp 446 void SkSVGPaint::Push(SkSVGPaint** head, SkSVGPaint* newRecord) {
447 newRecord->fNext = *head;
448 *head = newRecord;
  /external/chromium_org/v8/src/
object-observe.js 447 var newRecord = hasType ?
454 newRecord, prop, changeRecord[prop], READ_ONLY + DONT_DELETE);
456 ObjectFreezeJS(newRecord);
458 ObjectInfoEnqueueInternalChangeRecord(objectInfo, newRecord);

Completed in 242 milliseconds