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

<<11121314151617181920>>

  /external/skia/src/gpu/gl/
GrGLTexture.cpp 33 static inline GrSamplerState::Filter highest_filter_mode(const GrGLTexture::IDDesc& idDesc,
37 return GrSamplerState::Filter::kBilerp;
39 return GrSamplerState::Filter::kMipMap;
  /external/skqp/src/gpu/
GrTextureProxy.cpp 112 GrSamplerState::Filter GrTextureProxy::highestFilterMode() const {
119 return GrSamplerState::Filter::kNearest;
122 // In OpenGL, GR_GL_TEXTURE_RECTANGLE and GR_GL_TEXTURE_EXTERNAL (which have a highest filter
125 return GrSamplerState::Filter::kMipMap;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 22 * Input ports are the receiving ports of frames in a filter.
24 * InputPort instances receive Frame data from connected OutputPort instances of a previous filter.
31 * InputPorts may be bound to fields of the Filter. When an input port is bound to a field, Frame
38 private Filter mFilter;
70 + mField + " of filter " + mFilter + " caused exception!", e);
80 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}.
96 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}, and used in
109 * Use this when you wish to pull frames directly into a field of the filter. This requires
114 * {@link Filter#onInputPortAttached(InputPort) onInputPortAttached}, and used in
129 * Use this when you wish to pull frames directly into a field of the filter. This require
    [all...]
  /packages/apps/Car/Launcher/src/com/android/car/carlauncher/
SearchResultAdapter.java 23 import android.widget.Filter;
42 private AppSearchFilter filter; field in class:SearchResultAdapter
89 * This filter does a simple case insensitive text match based on the application
93 private class AppSearchFilter extends Filter {
139 public Filter getFilter() {
140 if (filter == null) {
141 filter = new AppSearchFilter();
143 return filter;
  /packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
EnrichedCallManagerStub.java 81 @NonNull String uniqueCallId, @NonNull String number, @Nullable Filter filter) {
101 public Filter createIncomingCallComposerFilter() {
107 public Filter createOutgoingCallComposerFilter() {
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
switch.go 19 fltab map[FilterType]Filter
27 sw.fltab = make(map[FilterType]Filter)
117 // A FilterType represents a filter type.
129 // A Filter represents a socket system call filter.
133 // If the filter returns a non-nil error, the execution of system call
138 type Filter func(*Status) (AfterFilter, error)
140 func (f Filter) apply(st *Status) (AfterFilter, error) {
147 // An AfterFilter represents a socket system call filter after an
152 // If the filter returns a non-nil error, the system call functio
    [all...]
  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch.go 19 fltab map[FilterType]Filter
27 sw.fltab = make(map[FilterType]Filter)
117 // A FilterType represents a filter type.
129 // A Filter represents a socket system call filter.
133 // If the filter returns a non-nil error, the execution of system call
138 type Filter func(*Status) (AfterFilter, error)
140 func (f Filter) apply(st *Status) (AfterFilter, error) {
147 // An AfterFilter represents a socket system call filter after an
152 // If the filter returns a non-nil error, the system call functio
    [all...]
  /external/skia/src/gpu/effects/
GrYUVtoRGBEffect.fp 85 GrSamplerState::Filter uvFilterMode =
90 GrSamplerState::Filter::kBilerp :
91 GrSamplerState::Filter::kNearest;
GrSimpleTextureEffect.cpp 80 ? GrSamplerState::Filter::kBilerp
81 : GrSamplerState::Filter::kNearest);
  /external/skia/tests/
DetermineDomainModeTest.cpp 31 const GrSamplerState::Filter* filterModeOrNullForBicubic,
314 static const GrSamplerState::Filter gModes[] = {
315 GrSamplerState::Filter::kNearest,
316 GrSamplerState::Filter::kBilerp,
317 GrSamplerState::Filter::kMipMap,
320 static const GrSamplerState::Filter* gModePtrs[] = {&gModes[0], &gModes[1], nullptr,
  /external/skqp/src/gpu/effects/
GrYUVtoRGBEffect.fp 85 GrSamplerState::Filter uvFilterMode =
90 GrSamplerState::Filter::kBilerp :
91 GrSamplerState::Filter::kNearest;
GrSimpleTextureEffect.cpp 80 ? GrSamplerState::Filter::kBilerp
81 : GrSamplerState::Filter::kNearest);
  /external/skqp/tests/
DetermineDomainModeTest.cpp 31 const GrSamplerState::Filter* filterModeOrNullForBicubic,
314 static const GrSamplerState::Filter gModes[] = {
315 GrSamplerState::Filter::kNearest,
316 GrSamplerState::Filter::kBilerp,
317 GrSamplerState::Filter::kMipMap,
320 static const GrSamplerState::Filter* gModePtrs[] = {&gModes[0], &gModes[1], nullptr,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
FixedLenDecoderEmitter.cpp 33 // BIT_UNFILTERED is used as the init value for a filter position. It is used
34 // only for filter processings.
90 /// Filter - Filter works with FilterChooser to produce the decoding tree for
93 /// It is useful to think of a Filter as governing the switch stmts of the
97 /// chooses a best Filter to do its job.
101 /// the Filter/FilterChooser combo does not know how to distinguish among the
126 class Filter {
128 FilterChooser *Owner; // points to the FilterChooser who owns this filter
130 unsigned NumBits; // number of bits to filter
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowPlanReleaseServlet.java 30 import com.google.appengine.api.datastore.Query.Filter;
140 Filter typeFilter = FilterUtil.getTestTypeFilter(showPresubmit, showPostsubmit, unfiltered);
143 Filter testPlanRunFilter =
147 List<Filter> userTestFilters =
150 Filter userDeviceFilter = FilterUtil.getUserDeviceFilter(parameterMap);
184 Filter deviceFilter =
  /cts/tests/core/runner/src/com/android/cts/core/runner/
ExpectationBasedFilter.java 27 import org.junit.runner.manipulation.Filter;
36 * Filter out tests/classes that are not requested or which are expected to fail.
38 * <p>This filter has to handle both a hierarchy of {@code Description descriptions} that looks
60 * <p>It cannot filter out the non-leaf nodes in the hierarchy, i.e. {@link Suite} and
64 class ExpectationBasedFilter extends Filter {
96 // Only filter leaf nodes. The description is for a test if and only if it is a leaf node.
129 // to filter. Unfortunately, it does not support Filterable so this filter is never applied
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 30 * either private, default-access or rejected by the {@link Filter}.
35 private final Filter mFilter;
38 public FilterClassAdapter(ClassVisitor writer, Filter filter, Logger log) {
40 mFilter = filter;
75 // filter on field name
107 // filter on method name using the non-generic descriptor
115 // filter on method name using the generic signature
150 // filter on name
StubGenerator.java 40 * {@link #generateStubbedJar(File, Map, Filter)}.
56 Filter filter) throws IOException {
63 byte[] b = visitClassStubber(cr, filter);
101 byte[] visitClassStubber(ClassReader cr, Filter filter) {
109 ClassVisitor classFilter = new FilterClassAdapter(stubWriter, filter, mLog);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
MultiModuleDispatchIntegrationTest.java 17 import javax.servlet.Filter;
27 * This tests that filter stage of the pipeline dispatches
52 filter("/*").through(TestFilter.class);
55 filter("*.jsp").through(Key.get(TestFilter.class));
62 filter("*.html").through(TestFilter.class);
63 filter("/*").through(Key.get(TestFilter.class));
66 filter("/index/*").through(Key.get(TestFilter.class));
98 public static class TestFilter implements Filter {
  /external/junit-params/src/test/java/junitparams/
FilterableTest.java 8 import org.junit.runner.manipulation.Filter;
80 private static class SingleMethodFilter extends Filter {
  /external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp 48 STDMETHODIMP_(UInt32) CEncoder::Filter(Byte *data, UInt32 size)
108 STDMETHODIMP_(UInt32) CDecoder::Filter(Byte *data, UInt32 size)
  /external/mockito/src/main/java/org/mockito/internal/runners/
DefaultInternalRunner.java 8 import org.junit.runner.manipulation.Filter;
92 public void filter(Filter filter) throws NoTestsRemainException { method in class:DefaultInternalRunner
93 runner.filter(filter);
  /external/oj-libjdwp/src/share/back/
eventFilter.c 111 } Filter;
125 Filter filters[MAX_FILTERS];
134 * The following macros extract filter info (EventFilters) from private
140 #define FILTER(node,index) ((FILTERS_ARRAY(node))[index])
143 /***** filter set-up / destruction *****/
155 (filterCount * (int)sizeof(Filter));
160 Filter *filter; local
168 for (i = 0, filter = FILTERS_ARRAY(node);
170 i++, filter++)
188 Filter *filter = FILTERS_ARRAY(node); local
383 Filter *filter = FILTERS_ARRAY(node); local
567 Filter *filter = FILTERS_ARRAY(node); local
621 Filter *filter; local
687 Filter *filter = FILTERS_ARRAY(node); local
705 ConditionalFilter *filter = &FILTER(node, index).u.Conditional; local
718 CountFilter *filter = &FILTER(node, index).u.Count; local
736 ThreadFilter *filter = &FILTER(node, index).u.ThreadOnly; local
757 LocationFilter *filter = &FILTER(node, index).u.LocationOnly; local
784 FieldFilter *filter = &FILTER(node, index).u.FieldOnly; local
807 ClassFilter *filter = &FILTER(node, index).u.ClassOnly; local
833 ExceptionFilter *filter = &FILTER(node, index).u.ExceptionOnly; local
859 InstanceFilter *filter = &FILTER(node, index).u.InstanceOnly; local
880 MatchFilter *filter = &FILTER(node, index).u.ClassMatch; local
901 MatchFilter *filter = &FILTER(node, index).u.ClassExclude; local
924 StepFilter *filter = &FILTER(node, index).u.Step; local
951 SourceNameFilter *filter = &FILTER(node, index).u.SourceNameOnly; local
976 Filter *filter; local
998 Filter *filter = FILTERS_ARRAY(node); local
1023 Filter *filter; local
1053 Filter *filter; local
1103 Filter *filter = FILTERS_ARRAY(node); local
1127 Filter *filter; local
1158 Filter *filter; local
1190 Filter *filter = FILTERS_ARRAY(node); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/bin/
filterBugs 66 fb_mainclass=edu.umd.cs.findbugs.workflow.Filter
  /external/webrtc/webrtc/common_audio/
fir_filter.cc 28 void Filter(const float* in, size_t length, float* out) override;
45 FIRFilter* filter = NULL; local
49 filter =
54 filter =
57 filter = new FIRFilterC(coefficients, coefficients_length);
61 filter =
65 filter =
68 filter = new FIRFilterC(coefficients, coefficients_length);
71 filter = new FIRFilterC(coefficients, coefficients_length);
74 return filter;
    [all...]

Completed in 575 milliseconds

<<11121314151617181920>>