HomeSort by relevance Sort by last modified time
    Searched refs:filter (Results 276 - 300 of 4134) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/tests/
test_flash_drm.h 18 virtual void RunTests(const std::string& filter);
test_host_resolver_private_disallowed.h 19 virtual void RunTests(const std::string& filter);
test_memory.h 20 virtual void RunTests(const std::string& filter);
test_mouse_cursor.h 17 virtual void RunTests(const std::string& filter);
test_net_address.h 18 virtual void RunTests(const std::string& filter);
test_output_protection_private.h 21 virtual void RunTests(const std::string& filter);
test_printing.h 21 virtual void RunTests(const std::string& filter);
test_tcp_server_socket_private_disallowed.h 21 virtual void RunTests(const std::string& filter);
test_tcp_socket_private_trusted.h 22 virtual void RunTests(const std::string& filter);
test_test_internals.h 20 virtual void RunTests(const std::string& filter);
test_trace_event.cc 23 void TestTraceEvent::RunTests(const std::string& filter) {
24 RUN_TEST(Smoke, filter);
25 RUN_TEST(SmokeWithTimestamps, filter);
26 RUN_TEST(Clock, filter);
test_trace_event.h 20 virtual void RunTests(const std::string& filter);
test_uma.h 19 virtual void RunTests(const std::string& filter);
test_var_resource.h 21 virtual void RunTests(const std::string& filter);
test_video_decoder.h 22 virtual void RunTests(const std::string& filter);
test_video_decoder_dev.h 21 virtual void RunTests(const std::string& filter);
  /external/chromium_org/remoting/protocol/
clipboard_echo_filter.cc 60 ClipboardEchoFilter* filter) : filter_(filter) {
69 ClipboardEchoFilter* filter) : filter_(filter) {
  /external/chromium_org/skia/ext/
opacity_draw_filter.cc 17 bool OpacityDrawFilter::filter(SkPaint* paint, Type type) { function in class:skia::OpacityDrawFilter
  /external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
GtestComputer.java 10 import org.junit.runner.manipulation.Filter;
52 public void filter(Filter filter) throws NoTestsRemainException { method in class:GtestComputer.GtestSuiteRunner
54 ((Filterable) mRunner).filter(filter); method
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeWalker.idl 23 SetWrapperReferenceTo(NodeFilter filter),
28 readonly attribute NodeFilter filter;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDistantLightElement.cpp 35 PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource(Filter* filter) const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEFlood.cpp 36 FEFlood::FEFlood(Filter* filter, const Color& floodColor, float floodOpacity)
37 : FilterEffect(filter)
44 PassRefPtr<FEFlood> FEFlood::create(Filter* filter, const Color& floodColor, float floodOpacity)
46 return adoptRef(new FEFlood(filter, floodColor, floodOpacity));
FEMerge.cpp 34 FEMerge::FEMerge(Filter* filter)
35 : FilterEffect(filter)
39 PassRefPtr<FEMerge> FEMerge::create(Filter* filter)
41 return adoptRef(new FEMerge(filter));
  /external/chromium_org/third_party/freetype/include/freetype/
ftlcdfil.h 48 * filter which is then applied to LCD-optimized bitmaps generated
52 * Note that no filter is active by default, and that this function is
76 * filter should be chosen according to two free parameters `a' and `c',
84 * across the filter kernel, which makes it colorless. One suggested
91 * where `a' has value 0x30 and `b' value 0x20. The weights in filter
111 * The default filter reduces color fringes considerably, at the cost
115 * The light filter is a variant that produces less blurriness at the
120 * This filter corresponds to the original libXft color filter. It
126 * This filter is only provided for comparison purposes, and might b
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
filter_policy.h 6 // This object is responsible for creating a small filter from a set
9 // information from disk. In many cases, a filter can cut down the
13 // Most people will want to use the builtin bloom filter support (see
29 // Return the name of this policy. Note that if the filter encoding
37 // Append a filter that summarizes keys[0,n-1] to *dst.
40 // append the newly constructed filter to *dst.
44 // "filter" contains the data appended by a preceding call to
49 virtual bool KeyMayMatch(const Slice& key, const Slice& filter) const = 0;
52 // Return a new filter policy that uses a bloom filter with approximatel
    [all...]

Completed in 321 milliseconds

<<11121314151617181920>>