OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeltaAlgorithm
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
DeltaAlgorithm.h
1
//===---
DeltaAlgorithm
.h - A Set Minimization Algorithm -------*- C++ -*--===//
17
///
DeltaAlgorithm
- Implements the delta debugging algorithm (A. Zeller '99)
36
class
DeltaAlgorithm
{
81
virtual ~
DeltaAlgorithm
();
/external/llvm/lib/Support/
DeltaAlgorithm.cpp
1
//===---
DeltaAlgorithm
.cpp - A Set Minimization Algorithm -----*- C++ -*--===//
9
#include "llvm/ADT/
DeltaAlgorithm
.h"
14
DeltaAlgorithm
::~
DeltaAlgorithm
() {
17
bool
DeltaAlgorithm
::GetTestResult(const changeset_ty &Changes) {
28
void
DeltaAlgorithm
::Split(const changeset_ty &S, changesetlist_ty &Res) {
43
DeltaAlgorithm
::changeset_ty
44
DeltaAlgorithm
::Delta(const changeset_ty &Changes,
69
bool
DeltaAlgorithm
::Search(const changeset_ty &Changes,
104
DeltaAlgorithm
::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes)
[
all
...]
/external/clang/utils/
token-delta.py
11
class
DeltaAlgorithm
(object):
133
class TMBDDelta(
DeltaAlgorithm
):
Completed in 97 milliseconds