Searched refs:Diff (Results 26 - 50 of 54) sorted by relevance

123

/external/chromium_org/extensions/common/api/bluetooth/
H A Dbluetooth_manifest_permission.cc161 ManifestPermission* BluetoothManifestPermission::Diff( function in class:extensions::BluetoothManifestPermission
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotCommon.js190 WebInspector.HeapSnapshotCommon.Diff = function()
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp547 DiffLogBuilder Diff(Engine.getConsumer());
568 Diff.addMatch(L, R);
575 Diff.addLeft(&*LI);
581 Diff.addRight(&*RI);
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.cc59 virtual ManifestPermission* Diff(
122 ManifestPermission* AutomationManifestPermission::Diff( function in class:extensions::AutomationManifestPermission
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap_unittest.py119 diff_bmp = file_bmp.Diff(file_bmp)
129 diff_bmp = file_bmp.Diff(file_bmp_2)
H A Dbitmap.py282 def Diff(self, other): member in class:Bitmap
/external/jdiff/src/jdiff/
H A DHTMLFiles.java147 if (!Diff.noDocDiffs) {
148 h_.writeText(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + h_.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
H A DOptions.java310 Diff.noDocDiffs = false;
318 Diff.showAllChanges = true;
H A DHTMLReportGenerator.java58 if (!Diff.noDocDiffs) {
60 Diff.emitDocDiffs(fullReportFileName);
892 reportFile.println(" <td colspan=\"2\" class=\"diffspechead\">API Diff Specification</td>");
975 if (!Diff.noDocDiffs) {
977 String id = (String)Diff.firstDiffOutput.get(pkgName + "!package");
979 reportFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + reportFileExt + "#" + id + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
983 String id = (String)Diff.firstDiffOutput.get(pkgName + "." + className + "!class");
985 reportFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + reportFileExt + "#" + id + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
989 reportFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
2008 // We have to use this global hash table because the *Diff classe
[all...]
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp80 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", local
84 if (Diff) {
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error);
121 if (Diff) {
160 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
164 if (Diff) {
H A DExecutionDriver.cpp454 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,
457 if (Diff == 2) {
/external/chromium_org/extensions/common/permissions/
H A Dapi_permission.h244 virtual APIPermission* Diff(const APIPermission* rhs) const = 0;
H A Dbase_set_operators.h161 ElementType* p = it1->Diff(*it2);
H A Dmanifest_permission_set_unittest.cc42 virtual ManifestPermission* Diff(const ManifestPermission* rhs)
H A Dset_disjunction_permission.h71 virtual APIPermission* Diff(const APIPermission* rhs) const OVERRIDE {
/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_permission.cc225 ManifestPermission* SocketsManifestPermission::Diff( function in class:extensions::SocketsManifestPermission
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h87 uint64_t Diff = Mass - X.Mass;
88 Mass = Diff > Mass ? 0 : Diff;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp619 int Diff = ShAmt-C1; local
620 if (Diff < 0) {
621 Diff = -Diff;
626 TLO.DAG.getConstant(Diff, Op.getOperand(1).getValueType());
708 int Diff = ShAmt-C1; local
709 if (Diff < 0) {
710 Diff = -Diff;
715 TLO.DAG.getConstant(Diff, O
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1459 const MCExpr *Diff = local
1465 OutStreamer.EmitValue(Diff, Size);
1471 OutStreamer.EmitAssignment(SetLabel, Diff);
1490 const MCExpr *Diff = local
1496 OutStreamer.EmitValue(Diff, Size);
1500 OutStreamer.EmitAssignment(SetLabel, Diff);
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp626 if (const SCEVConstant *Diff = dyn_cast<SCEVConstant>(SE->getMinusSCEV(
628 uint64_t Idx = Diff->getValue()->getValue().getZExtValue();
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1802 float Diff = EstWeight - MaxGap;
1803 if (Diff > BestDiff) {
1805 BestDiff = Hysteresis * Diff;
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1144 llvm::Value *Diff = local
1147 Builder.CreateICmpULE(Diff, Builder.getInt(Range), "inbounds");
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp594 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
599 if (Diff == 1)
606 if (Diff == -1) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DHeapSnapshot.js1749 * @return {!Object.<string, !WebInspector.HeapSnapshotCommon.Diff>}
1779 * @return {?WebInspector.HeapSnapshotCommon.Diff}
1791 var diff = new WebInspector.HeapSnapshotCommon.Diff();

Completed in 714 milliseconds

123