HomeSort by relevance Sort by last modified time
    Searched refs:Simplify (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/printing/
printing_utils_unittest.cc 11 std::string Simplify(const char* title) {
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/
SkPathOps.h 51 @param path The path to simplify.
55 bool SK_API Simplify(const SkPath& path, SkPath* result);
  /external/skia/include/pathops/
SkPathOps.h 51 @param path The path to simplify.
55 bool SK_API Simplify(const SkPath& path, SkPath* result);
  /external/chromium_org/third_party/re2/re2/
prefilter.h 79 Prefilter* Simplify();
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...]
set.cc 81 re2::Regexp* sre = re->Simplify();
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();
regexp.h 214 // 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/
simplify_test.cc 5 // Test simplify.cc.
67 // The next three are illegible because Simplify inserts (?:)
81 // Test that operators simplify their arguments.
82 // (Simplify used to not simplify arguments to a {} repeat.)
150 Regexp* sre = re->Simplify();
  /external/regex-re2/re2/
prefilter.h 79 Prefilter* Simplify();
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...]
set.cc 81 re2::Regexp* sre = re->Simplify();
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();
regexp.h 214 // 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/
simplify_test.cc 5 // Test simplify.cc.
67 // The next three are illegible because Simplify inserts (?:)
81 // Test that operators simplify their arguments.
82 // (Simplify used to not simplify arguments to a {} repeat.)
150 Regexp* sre = re->Simplify();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/skia/tests/
PathOpsSimplifyFailTest.cpp 62 bool success = Simplify(path, &result);
88 bool success = Simplify(path, &result);
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 107 Simplify(*path, path); // simplify resulting path.
  /external/skia/src/utils/
SkPathUtils.cpp 107 Simplify(*path, path); // simplify resulting path.
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 150 bool Simplify(const SkPath& path, SkPath* result) {
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 150 bool Simplify(const SkPath& path, SkPath* result) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
video_player.js 75 // TODO(mtomasz): Simplify. crbug.com/254318.

Completed in 611 milliseconds

1 2