Searched refs:DO_NOTHING (Results 1 - 12 of 12) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHandler.java43 public static final Handler<Object> DO_NOTHING = new Handler<Object>() { field in interface:Handler
H A DHtmlStreamRenderer.java112 if (badHtmlHandler != Handler.DO_NOTHING) { // Avoid string append.
H A DPolicyFactory.java123 apply(HtmlStreamRenderer.create(out, Handler.DO_NOTHING),
/external/guice/extensions/service/src/com/google/inject/service/
H A DAsyncService.java33 private static final Runnable DO_NOTHING = new Runnable() { field in class:AsyncService
51 return new FutureTask<State>(DO_NOTHING, State.STARTED);
76 return new FutureTask<State>(DO_NOTHING, State.STOPPED);
/external/v8/src/heap/
H A Dgc-idle-time-handler.h15 DO_NOTHING, enumerator in enum:v8::internal::GCIdleTimeActionType
32 result.type = DO_NOTHING;
H A Dgc-idle-time-handler.cc25 case DO_NOTHING:
H A Dheap.cc4287 case DO_NOTHING:
4319 if (action.type != DONE && action.type != DO_NOTHING) {
4328 if ((FLAG_trace_idle_notification && action.type > DO_NOTHING) ||
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingScheduledExecutorServiceTest.java38 private static final Runnable DO_NOTHING = new Runnable() { field in class:WrappingScheduledExecutorServiceTest
48 testExecutor.schedule(DO_NOTHING, 10, TimeUnit.MINUTES);
51 testExecutor.schedule(Executors.callable(DO_NOTHING), 5, TimeUnit.SECONDS);
58 testExecutor.scheduleWithFixedDelay(DO_NOTHING, 100, 10, TimeUnit.MINUTES);
61 testExecutor.scheduleAtFixedRate(DO_NOTHING, 3, 7, TimeUnit.SECONDS);
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlChangeReporterTest.java48 out, Handler.DO_NOTHING);
H A DHtmlPolicyBuilderFuzzerTest.java93 HtmlStreamRenderer.create(sb, Handler.DO_NOTHING));
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DUrlTextExample.java143 HtmlStreamRenderer.create(htmlOut, Handler.DO_NOTHING)
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 279 milliseconds