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

  /external/owasp/sanitizer/src/main/org/owasp/html/
Handler.java 53 public static final Handler<Throwable> PROPAGATE = new Handler<Throwable>() {
55 Throwables.propagate(th);
  /external/chromium_org/v8/src/compiler/
simplified-lowering.cc 32 // 1.) PROPAGATE: Traverse the graph from the end, pushing usage information
40 PROPAGATE,
70 phase_(PROPAGATE),
79 phase_ = PROPAGATE;
117 if (phase_ != PROPAGATE) return;
169 if (phase_ == PROPAGATE) {
170 // In the propagate phase, propagate the usage information backward.
273 // First, propagate the usage information to inputs of the phi.
276 // Propagate {use} of the phi to value inputs, and 0 to control
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 2904 milliseconds