HomeSort by relevance Sort by last modified time
    Searched refs:filter (Results 376 - 400 of 6302) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vpx_dsp/mips/
convolve2_dspr2.c 31 const int16_t *filter = &filter_x0[3]; local
34 filter45 = ((const int32_t *)filter)[0];
117 const int16_t *filter = &filter_x0[3]; local
120 filter45 = ((const int32_t *)filter)[0];
253 const int16_t *filter = &filter_x0[3]; local
256 filter45 = ((const int32_t *)filter)[0];
618 const int16_t *filter = &filter_x0[3]; local
621 filter45 = ((const int32_t *)filter)[0];
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
FilterSelector.java 78 private Anchor addLink = new Anchor("[Add Filter]");
156 // Get whether the filter should be "all" or "any"
169 DatabaseFilter filter; local
171 filter = filters.get(0);
173 filter = addFilter();
175 filter.dbColumnSelector.selectByValue(db);
176 filter.condition.setText(condition);
199 private void deleteFilter(DatabaseFilter filter) {
200 // If there's only one filter, clear it
206 filters.remove(filter);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 187 const int16_t *filter; local
190 filter = interp_filters[sub_pel];
194 sum += filter[k] *
202 const int16_t *filter; local
205 filter = interp_filters[sub_pel];
208 sum += filter[k] * input[(int_pel - INTERP_TAPS / 2 + 1 + k < 0
215 const int16_t *filter; local
218 filter = interp_filters[sub_pel];
221 sum += filter[k] * input[int_pel - INTERP_TAPS / 2 + 1 + k];
226 const int16_t *filter; local
243 const int16_t *filter = vp9_down2_symeven_half_filter; local
299 const int16_t *filter = vp9_down2_symodd_half_filter; local
489 const int16_t *filter; local
504 const int16_t *filter; local
517 const int16_t *filter; local
528 const int16_t *filter; local
545 static const int16_t *filter = vp9_down2_symeven_half_filter; local
601 static const int16_t *filter = vp9_down2_symodd_half_filter; local
    [all...]
  /external/webrtc/webrtc/base/
dbus.cc 67 // Builds a DBus filter string from given DBus path, interface and member.
193 DBusSigFilter *filter = (*it); local
194 if (!filter) {
201 filter->filter().c_str(), NULL);
205 &DBusSigFilter::DBusCallback, filter, NULL)) {
207 << "Filter: " << filter->filter();
220 DBusSigFilter *filter = (*it) local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 56 Slog.v(TAG, "Adding filter: " + f);
200 Slog.v(TAG, "Removing filter: " + f);
230 F filter; local
233 for (int i=0; i<N && (filter=a[i]) != null; i++) {
234 if (packageName != null && !isPackageForFilter(packageName, filter)) {
237 Object label = filterToLabel(filter);
258 for (int i=0; i<N && (filter=a[i]) != null; i++) {
259 if (packageName != null && !isPackageForFilter(packageName, filter)) {
271 dumpFilter(out, fprefix, filter);
276 filter.dump(printer, fprefix + " ")
745 F filter; local
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/
ApiAnalyzer.kt 65 fun addConstructors(filter: Predicate<Item>) {
93 val allClasses = packages.allClasses().filter { filter.test(it) }
100 val leafClasses = allClasses.filter { !it.tag }.toList()
109 // Filter classes by filter here to not waste time in hidden packages
110 .filter { filter.test(it) }
111 .forEach { addConstructors(it, filter, true) }
134 private fun addConstructors(cls: ClassItem, filter: Predicate<Item>, isLeaf: Boolean)
    [all...]
  /build/make/core/
math.mk 33 $(if $(filter $(1),$(__MATH_NUMBERS)),true))
61 $(lastword $(filter $(1) $(2),$(__MATH_NUMBERS))))
72 $(if $(filter $(1),$(call math_max,$(1),$(2))),true)
101 $(if $(filter $(words x $(_INT_LIMIT_WORDS)),$(words $(wordlist 1,$(1),x $(_INT_LIMIT_WORDS)))),\
117 $(filter-out $(words $(2)),$(words $(call _int_max,$(1),$(2))))
124 $(filter $(words $(1)),$(words $(2)))
140 $(words $(filter-out xx,$(join $(call _int_encode,$(1)),$(call _int_encode,$(2))))),\
149 $(if $(filter 0,$(2)),$(call pretty-error,division by zero is not allowed!),$(strip \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.java 360 IntentFilter filter = new IntentFilter(); local
361 filter.addAction(Intent.ACTION_VIEW);
362 filter.addCategory(Intent.CATEGORY_BROWSABLE);
363 filter.addDataScheme("http");
364 mDpm.addPersistentPreferredActivity(mAdmin, filter, componentName);
366 filter = new IntentFilter();
367 filter.addAction(MediaStore.ACTION_IMAGE_CAPTURE);
368 filter.addAction(MediaStore.ACTION_VIDEO_CAPTURE);
369 mDpm.addPersistentPreferredActivity(mAdmin, filter, componentName);
371 filter = new IntentFilter()
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
LightingColorFilterTest.java 95 LightingColorFilter filter = new LightingColorFilter(Color.WHITE, Color.BLACK); local
96 ColorUtils.verifyColor(Color.BLACK, filter.getColorAdd());
98 filter = new LightingColorFilter(0x87654321, 0x12345678);
99 ColorUtils.verifyColor(0x12345678, filter.getColorAdd());
105 LightingColorFilter filter = new LightingColorFilter(Color.WHITE, Color.BLACK); local
106 ColorUtils.verifyColor(Color.WHITE, filter.getColorMultiply());
108 filter = new LightingColorFilter(0x87654321, 0x12345678);
109 ColorUtils.verifyColor(0x87654321, filter.getColorMultiply());
  /development/tools/bugreport/src/com/android/bugreport/logcat/
Logcat.java 35 public ArrayList<LogLine> filter(Set<String> tags, String levels) { method in class:Logcat
48 public ArrayList<LogLine> filter(String tag, String levels) { method in class:Logcat
  /external/autotest/client/bin/self-test/
test 21 *-filter|*-out|*-tmp|*.state) continue ;;
34 } 2>&1 | `dirname "$i"`/NNN-filter "$i" | \
  /external/curl/tests/
ftp.pm 67 my $filter = "PID eq $pid";
68 my $result = `tasklist -fi \"$filter\" 2>nul`;
90 my $filter = "PID eq $pid";
91 my $result = `tasklist -fi \"$filter\" 2>nul`;
93 system("taskkill -fi \"$filter\" >nul 2>&1");
111 my $filter = "PID eq $pid";
112 my $result = `tasklist -fi \"$filter\" 2>nul`;
114 system("taskkill -f -fi \"$filter\" >nul 2>&1");
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 37 // filter attribute/element:
39 public final void setFilter (final String filter)
41 m_filterCfg.setFilter (filter);
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
ExampleListener.java 19 import org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter;
43 filter("/*").through(StrutsPrepareAndExecuteFilter.class);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 33 * filter and no explicit inverse. Examples include
36 * A single ID, which is a basic ID plus optional filter and optional
43 * appended to the IDs, separated by semicolons. An appended filter
72 * is, a basic ID optionally with a filter.
81 * 'filter' is the parsed filter pattern, or null if there was no
82 * filter.
88 public String filter; // may be null field in class:TransliteratorIDParser.Specs
95 filter = f;
101 * that is, a basic ID optionally with a filter
117 public String filter; field in class:TransliteratorIDParser.SingleID
271 UnicodeSet filter = null; local
352 UnicodeSet filter; local
599 String filter = null; local
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 32 * filter and no explicit inverse. Examples include
35 * A single ID, which is a basic ID plus optional filter and optional
42 * appended to the IDs, separated by semicolons. An appended filter
71 * is, a basic ID optionally with a filter.
80 * 'filter' is the parsed filter pattern, or null if there was no
81 * filter.
87 public String filter; // may be null field in class:TransliteratorIDParser.Specs
94 filter = f;
100 * that is, a basic ID optionally with a filter
116 public String filter; field in class:TransliteratorIDParser.SingleID
270 UnicodeSet filter = null; local
351 UnicodeSet filter; local
598 String filter = null; local
    [all...]
  /external/iproute2/ip/
iprule.c 75 } filter; variable in typeref:struct:__anon22174
87 if (filter.prefmask &&
88 filter.pref ^ (tb[FRA_PRIORITY] ? rta_getattr_u32(tb[FRA_PRIORITY]) : 0))
90 if (filter.not && !(r->rtm_flags & FIB_RULE_INVERT))
93 if (filter.src.family) {
98 if (filter.src.family != r->rtm_family ||
99 filter.src.bitlen > r->rtm_src_len ||
100 inet_addr_match(&src, &filter.src, filter.src.bitlen))
104 if (filter.dst.family)
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
AbstractAnnotatedMethodFilter.java 12 package org.jacoco.core.internal.analysis.filter;
26 * Configures a new filter instance.
35 public void filter(final String className, final String superClassName, method in class:AbstractAnnotatedMethodFilter
EnumFilter.java 12 package org.jacoco.core.internal.analysis.filter;
22 public void filter(final String className, final String superClassName, method in class:EnumFilter
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
ConstructorTest.java 12 package org.jacoco.core.test.filter;
15 import org.jacoco.core.test.filter.targets.Constructor;
SynchronizedTest.java 12 package org.jacoco.core.test.filter;
15 import org.jacoco.core.test.filter.targets.Synchronized;
35 // when compiled with ECJ next line covered partly without filter:
39 // without filter next line covered partly:
54 // when compiled with javac next line covered fully without filter:
67 // without filter next line covered partly:
  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
StringSwitchTest.java 12 package org.jacoco.core.test.filter;
15 import org.jacoco.core.test.filter.targets.StringSwitch;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
ResolvedReferenceTypeDeclaration.java 97 Optional<ResolvedFieldDeclaration> field = this.getAllFields().stream().filter(f -> f.getName().equals(name)).findFirst();
109 Optional<ResolvedFieldDeclaration> field = getVisibleFields().stream().filter(f -> f.getName().equals(name)).findFirst();
121 return this.getAllFields().stream().filter(f -> f.getName().equals(name)).findFirst().isPresent();
128 return getVisibleFields().stream().filter(f -> f.getName().equals(name)).findFirst().isPresent();
141 .filter(f -> f.declaringType().equals(this) || f.accessSpecifier() != AccessSpecifier.PRIVATE)
149 return getAllFields().stream().filter(it -> !it.isStatic()).collect(Collectors.toList());
156 return getAllFields().stream().filter(it -> it.isStatic()).collect(Collectors.toList());
163 return getAllFields().stream().filter(it -> it.declaringType().getQualifiedName().equals(getQualifiedName())).collect(Collectors.toList());
  /external/junit/src/main/java/org/junit/internal/requests/
FilterRequest.java 6 import org.junit.runner.manipulation.Filter;
19 private final Filter fFilter;
25 * @param filter {@link Filter} to apply to the Tests described in
28 public FilterRequest(Request request, Filter filter) {
30 this.fFilter = filter;
40 return new ErrorReportingRunner(Filter.class, new Exception(String
  /external/libvpx/libvpx/
solution.mk 14 $(filter-out $(VPX_NONDEPS),$^), --dep=$(vcp:.$(VCPROJ_SFX)=):vpx)
19 $(if $(filter vpx.$(VCPROJ_SFX),$^),$(VPX_RDEPS)) \

Completed in 1542 milliseconds

<<11121314151617181920>>