HomeSort by relevance Sort by last modified time
    Searched defs:Simplify (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 7 // Simplify returns a regexp equivalent to re but without counted repetitions
14 func (re *Regexp) Simplify() *Regexp {
20 // Simplify children, building new Regexp if children change.
23 nsub := sub.Simplify()
38 sub := re.Sub[0].Simplify()
49 sub := re.Sub[0].Simplify()
119 // simplify1 implements Simplify for the unary OpStar,
130 // simplify1 is factored out of Simplify because the implementation
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 7 // Simplify returns a regexp equivalent to re but without counted repetitions
14 func (re *Regexp) Simplify() *Regexp {
20 // Simplify children, building new Regexp if children change.
23 nsub := sub.Simplify()
38 sub := re.Sub[0].Simplify()
49 sub := re.Sub[0].Simplify()
119 // simplify1 implements Simplify for the unary OpStar,
130 // simplify1 is factored out of Simplify because the implementation
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitCodes.cpp 101 NaClBitCodeAbbrev *NaClBitCodeAbbrev::Simplify() const {
105 // Simplify if possible. Currently, the only simplification known
  /external/regex-re2/re2/
simplify.cc 7 // Also sort and simplify character classes.
24 Regexp* sre = re->Simplify();
27 // Should not happen, since Simplify never fails.
28 LOG(ERROR) << "Simplify failed on " << src;
99 // Walker subclass used by Simplify.
100 // The simplify walk is purely post-recursive: given the simplified children,
145 Regexp* Regexp::Simplify() {
152 #define Simplify DontCallSimplify // Avoid accidental recursion
291 LOG(ERROR) << "Simplify case not handled: " << re->op();
328 VLOG(1) << "Simplify " << min
    [all...]
prefilter.cc 41 // Simplify if the node is an empty Or or And.
42 Prefilter* Prefilter::Simplify() {
62 return a->Simplify();
73 a = a->Simplify();
74 b = b->Simplify();
654 Regexp* simple = re->Simplify();
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 222 bool Simplify(const SkPath& path, SkPath* result) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]

Completed in 260 milliseconds