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

12

/external/chromium_org/printing/
H A Dprinting_utils_unittest.cc11 std::string Simplify(const char* title) { function in namespace:printing
16 EXPECT_STREQ("", Simplify("").c_str());
18 Simplify("Long string. Long string. Long string. Long string. "
21 Simplify("C\ron\ntrol Charac\15ters").c_str());
22 EXPECT_STREQ("", Simplify("\n\r\n\r\t\r").c_str());
/external/chromium_org/third_party/skia/include/pathops/
H A DSkPathOps.h55 bool SK_API Simplify(const SkPath& path, SkPath* result);
/external/skia/include/pathops/
H A DSkPathOps.h55 bool SK_API Simplify(const SkPath& path, SkPath* result);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs44 var simplify = new Simplify(new CommonTreeNodeStream(t));
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.h79 Prefilter* Simplify();
H A Dsimplify.cc24 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.
145 Regexp* Regexp::Simplify() { function in class:re2::Regexp
152 #define Simplify DontCallSimplify // Avoid accidental recursion macro
291 LOG(ERROR) << "Simplify case not handled: " << re->op();
328 VLOG(1) << "Simplify " << min;
H A Dset.cc81 re2::Regexp* sre = re->Simplify();
H A Dprefilter.cc41 // Simplify if the node is an empty Or or And.
42 Prefilter* Prefilter::Simplify() { function in class:re2::Prefilter
62 return a->Simplify();
73 a = a->Simplify();
74 b = b->Simplify();
654 Regexp* simple = re->Simplify();
H A Dregexp.h214 // Walker to implement Simplify.
355 Regexp* Simplify();
485 // Simplify yet - the expansion of a kRegexpRepeat will make this
509 // (has it been returned by Simplify)?
/external/chromium_org/third_party/re2/re2/testing/
H A Dsimplify_test.cc67 // The next three are illegible because Simplify inserts (?:)
82 // (Simplify used to not simplify arguments to a {} repeat.)
150 Regexp* sre = re->Simplify();
/external/regex-re2/re2/
H A Dprefilter.h79 Prefilter* Simplify();
H A Dsimplify.cc24 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.
145 Regexp* Regexp::Simplify() { function in class:re2::Regexp
152 #define Simplify DontCallSimplify // Avoid accidental recursion macro
291 LOG(ERROR) << "Simplify case not handled: " << re->op();
328 VLOG(1) << "Simplify " << min;
H A Dset.cc81 re2::Regexp* sre = re->Simplify();
H A Dprefilter.cc41 // Simplify if the node is an empty Or or And.
42 Prefilter* Prefilter::Simplify() { function in class:re2::Prefilter
62 return a->Simplify();
73 a = a->Simplify();
74 b = b->Simplify();
654 Regexp* simple = re->Simplify();
H A Dregexp.h214 // Walker to implement Simplify.
355 Regexp* Simplify();
485 // Simplify yet - the expansion of a kRegexpRepeat will make this
509 // (has it been returned by Simplify)?
/external/regex-re2/re2/testing/
H A Dsimplify_test.cc67 // The next three are illegible because Simplify inserts (?:)
82 // (Simplify used to not simplify arguments to a {} repeat.)
150 Regexp* sre = re->Simplify();
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/skia/tests/
H A DPathOpsSimplifyFailTest.cpp62 bool success = Simplify(path, &result);
88 bool success = Simplify(path, &result);
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp107 Simplify(*path, path); // simplify resulting path.
/external/skia/src/utils/
H A DSkPathUtils.cpp107 Simplify(*path, path); // simplify resulting path.
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp150 bool Simplify(const SkPath& path, SkPath* result) { function
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp150 bool Simplify(const SkPath& path, SkPath* result) { function

Completed in 1848 milliseconds

12