HomeSort by relevance Sort by last modified time
    Searched full:filters (Results 1 - 25 of 5533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/jni/
Android.mk 35 LOCAL_SRC_FILES := filters/gradient.c \
36 filters/saturated.c \
37 filters/exposure.c \
38 filters/edge.c \
39 filters/contrast.c \
40 filters/hue.c \
41 filters/shadows.c \
42 filters/highlight.c \
43 filters/hsv.c \
44 filters/vibrance.c
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
Filters.java 17 * Filter that combines other filters.
19 public final class Filters implements IFilter {
24 public static final IFilter NONE = new Filters();
27 * Filter that combines all other filters.
29 public static final IFilter ALL = new Filters(new EnumFilter(),
36 private final IFilter[] filters; field in class:Filters
38 private Filters(final IFilter... filters) {
39 this.filters = filters;
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
RawCoder.java 13 static void validate(FilterCoder[] filters)
15 for (int i = 0; i < filters.length - 1; ++i)
16 if (!filters[i].nonLastOK())
20 if (!filters[filters.length - 1].lastOK())
25 for (int i = 0; i < filters.length; ++i)
26 if (filters[i].changesSize())
  /development/samples/RenderScript/HelloCompute/
_index.html 1 <p>A Renderscript compute sample that filters a bitmap. No Renderscript graphics APIs are used
  /frameworks/base/graphics/java/android/graphics/
package.html 3 Provides low level graphics tools such as canvases, color filters, points, and
  /tools/tradefederation/core/
TEST_MAPPING 7 "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest"
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/
_remote.repositories 3 maven-common-artifact-filters-1.4.jar>central=
4 maven-common-artifact-filters-1.4.pom>central=
BUILD 6 jars = ["maven-common-artifact-filters-1.4.jar"],
14 source = "maven-common-artifact-filters-1.4.pom",
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
ITestFilterReceiver.java 23 * <p>A test will be run IFF it matches one or more of the include filters AND does not match any
24 * of the exclude filters. If no include filters are given all tests should be run as long as they
25 * do not match any of the exclude filters.</p>
27 * <p>The format of the filters is defined by the runner, and could be structured as
39 * Adds the {@link Set} of filters of which tests to include.
41 void addAllIncludeFilters(Set<String> filters);
49 * Adds the {@link Set} of filters of which tests to exclude.
51 void addAllExcludeFilters(Set<String> filters);
  /external/libavc/common/
ih264_intra_pred_filters.h 79 /* Luma 4x4 Intra pred filters */
99 /* Luma 8x8 Intra pred filters */
119 /* Luma 16x16 Intra pred filters */
129 /* Chroma 8x8 Intra pred filters */
146 /* Luma 4x4 Intra pred filters */
166 /* Luma 8x8 Intra pred filters */
188 /* Luma 16x16 Intra pred filters */
198 /* Chroma 8x8 Intra pred filters */
210 /* Luma 4x4 Intra pred filters */
230 /* Luma 8x8 Intra pred filters */
    [all...]
  /external/libmojo/third_party/jinja2/
defaults.py 6 Jinja default filters and tags.
30 # default filters, tests and namespace
31 from jinja2.filters import FILTERS as DEFAULT_FILTERS
  /external/deqp/scripts/
build_android_mustpass.py 63 filters = [include("es30-lmp.txt")]), variable
70 filters = [include("es31-lmp.txt")]), variable
80 filters = [include("es30-lmp-mr1.txt")]), variable
87 filters = [include("es31-lmp-mr1.txt")]), variable
98 filters = [include("egl-master.txt")]), variable
106 filters = [include("gles2-master.txt")]), variable
114 filters = [include("gles3-master.txt")]), variable
120 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
125 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
130 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]) variable
135 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
142 filters = [include("gles3-master.txt"), variable
151 filters = [include("gles3-master.txt"), variable
161 filters = [include("gles31-master.txt")]), variable
168 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
173 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
178 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
183 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
190 filters = [include("gles31-master.txt"), include("gles31-multisample.txt")]), variable
197 filters = [include("gles31-master.txt"), include("gles31-pixelformat.txt")]), variable
209 filters = NYC_EGL_COMMON_FILTERS, variable
222 filters = NYC_GLES2_COMMON_FILTERS, variable
235 filters = NYC_GLES3_COMMON_FILTERS, variable
242 filters = NYC_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
248 filters = NYC_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
254 filters = NYC_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
260 filters = NYC_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
268 filters = NYC_GLES3_COMMON_FILTERS + [include("gles3-multisample.txt")], variable
276 filters = NYC_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt")], variable
289 filters = NYC_GLES31_COMMON_FILTERS, variable
297 filters = NYC_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
303 filters = NYC_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
309 filters = NYC_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
315 filters = NYC_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
323 filters = NYC_GLES31_COMMON_FILTERS + [include("gles31-multisample.txt")], variable
331 filters = NYC_GLES31_COMMON_FILTERS + [include("gles31-pixelformat.txt")], variable
340 filters = NYC_VULKAN_FILTERS, variable
358 filters = MASTER_EGL_COMMON_FILTERS, variable
375 filters = MASTER_GLES2_COMMON_FILTERS, variable
382 filters = [include("gles2-temp-excluded.txt")], variable
401 filters = MASTER_GLES3_COMMON_FILTERS, variable
408 filters = [include("gles3-temp-excluded.txt")], variable
415 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
421 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
427 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
433 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")], variable
441 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-multisample.txt"), variable
450 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt"), variable
470 filters = MASTER_GLES31_COMMON_FILTERS, variable
477 filters = [include("gles31-temp-excluded.txt")], variable
485 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
491 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
497 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
503 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")], variable
511 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-multisample.txt")], variable
519 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-pixelformat.txt")], variable
533 filters = MASTER_VULKAN_FILTERS, variable
536 filters = [include("vk-temp-excluded.txt")], variable
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16-sources.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20-sources.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNfcAdapter.java 20 private IntentFilter[] filters; field in class:ShadowNfcAdapter
42 public void enableForegroundDispatch(Activity activity, PendingIntent intent, IntentFilter[] filters, String[][] techLists) {
45 this.filters = filters;
63 return filters;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNfcAdapter.java 19 private IntentFilter[] filters; field in class:ShadowNfcAdapter
30 public void enableForegroundDispatch(Activity activity, PendingIntent intent, IntentFilter[] filters, String[][] techLists) {
33 this.filters = filters;
65 return filters;
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2-javadoc.jar 
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
local_test.py 35 filters = 4
46 'filters': filters,
58 filters = 4
60 'filters': filters,
78 'filters': filters,
91 filters = 3
105 'filters': filters
    [all...]
  /external/deqp/external/openglcts/scripts/
build_mustpass.py 105 filters = [include("gles2-master.txt")]), variable
114 filters = [include("gles3-master.txt")]), variable
123 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
130 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
137 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
144 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]), variable
152 filters = [include("gles3-master.txt"), variable
162 filters = [include("gles3-master.txt"), variable
173 filters = [include("gles31-master.txt")]), variable
181 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]) variable
188 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
195 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
202 filters = [include("gles31-master.txt"), include("gles31-rotation.txt")]), variable
210 filters = [include("gles31-master.txt"), include("gles31-multisample.txt")]), variable
218 filters = [include("gles31-master.txt"), include("gles31-pixelformat.txt")]), variable
234 filters = GLCTS_3_2_3_EGL_COMMON_FILTERS), variable
251 filters = GLCTS_3_2_3_GLES2_COMMON_FILTERS), variable
268 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [exclude("gles3-hw-issues.txt")]), variable
276 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
283 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
290 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
297 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
305 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [include("gles3-multisample.txt"), exclude("gles3-multisample-hw-issues.txt")]), variable
313 filters = GLCTS_3_2_3_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt")]), variable
332 filters = GLCTS_3_2_3_GLES31_COMMON_FILTERS), variable
341 filters = GLCTS_3_2_3_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
348 filters = GLCTS_3_2_3_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
355 filters = GLCTS_3_2_3_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
362 filters = GLCTS_3_2_3_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
370 filters = [include("gles31-master.txt"), variable
380 filters = GLCTS_3_2_3_GLES31_COMMON_FILTERS + [include("gles31-pixelformat.txt")]), variable
395 filters = GLCTS_3_2_3_GLES32_KHR_COMMON_FILTERS), variable
400 filters = GLCTS_3_2_3_GLES32_KHR_COMMON_FILTERS), variable
406 filters = GLCTS_3_2_3_GLES32_KHR_COMMON_FILTERS), variable
412 filters = GLCTS_3_2_3_GLES32_KHR_COMMON_FILTERS), variable
421 filters = GLCTS_3_2_3_GLES32_KHR_COMMON_FILTERS), variable
426 filters = GLCTS_3_2_3_GLES32_KHR_COMMON_FILTERS), variable
441 filters = MASTER_EGL_COMMON_FILTERS), variable
455 filters = MASTER_GLES2_COMMON_FILTERS), variable
470 filters = MASTER_GLES3_COMMON_FILTERS), variable
478 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
485 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
492 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
499 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")]), variable
507 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-multisample.txt")]), variable
515 filters = MASTER_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt")]), variable
530 filters = MASTER_GLES31_COMMON_FILTERS), variable
539 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
546 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
553 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
560 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")]), variable
568 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-multisample.txt")]), variable
576 filters = MASTER_GLES31_COMMON_FILTERS + [include("gles31-pixelformat.txt")]), variable
585 filters = [include("gles2-khr-master.txt")]), variable
594 filters = [include("gles2-deqp-master.txt")]), variable
603 filters = [include("gles2-gtf-master.txt")]), variable
608 filters = [include("gles2-gtf-master.txt")]), variable
614 filters = [include("gles2-gtf-master.txt")]), variable
620 filters = [include("gles2-gtf-master.txt")]), variable
625 filters = [include("gles2-gtf-egl.txt")]), variable
630 filters = [include("gles2-gtf-egl.txt")]), variable
639 filters = [include("gles2-khr-master.txt")]), variable
648 filters = [include("gles2-deqp-master.txt")]), variable
657 filters = [include("gles2-gtf-master.txt")]), variable
662 filters = [include("gles2-gtf-master.txt")]), variable
671 filters = [include("gles3-deqp-master.txt")]), variable
680 filters = [include("gles3-khr-master.txt")]), variable
689 filters = [include("gles3-gtf-master.txt")]), variable
694 filters = [include("gles3-gtf-master.txt")]), variable
700 filters = [include("gles3-gtf-master.txt")]), variable
706 filters = [include("gles3-gtf-master.txt")]), variable
715 filters = [include("gles3-deqp-master.txt")]), variable
724 filters = [include("gles3-khr-master.txt")]), variable
732 filters = [include("gles3-gtf-master.txt")]), variable
737 filters = [include("gles3-gtf-master.txt")]), variable
746 filters = [include("gles31-deqp-master.txt")]), variable
755 filters = [include("gles31-khr-master.txt")]), variable
764 filters = [include("gles31-gtf-master.txt")]), variable
769 filters = [include("gles31-gtf-master.txt")]), variable
775 filters = [include("gles31-gtf-master.txt")]), variable
781 filters = [include("gles31-gtf-master.txt")]), variable
790 filters = [include("gles31-khr-master.txt")]), variable
799 filters = [include("gles31-deqp-master.txt")]), variable
808 filters = [include("gles31-gtf-master.txt")]), variable
813 filters = [include("gles31-gtf-master.txt")]), variable
822 filters = [include("gles32-khr-master.txt")]), variable
827 filters = [include("gles32-khr-master.txt")]), variable
833 filters = [include("gles32-khr-master.txt")]), variable
839 filters = [include("gles32-khr-master.txt")]), variable
848 filters = [include("gles32-khr-master.txt")]), variable
853 filters = [include("gles32-khr-master.txt")]), variable
862 filters = [include("gles2-khr-master.txt")]), variable
871 filters = [include("gles32-khr-master.txt")]), variable
1024 filters = [include("gl30-khr-master.txt")]), variable
1033 filters = [include("gl45-khr-master.txt")]), variable
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
ConditionalFileFilter.java 22 * Defines operations for conditional file filters.
32 * Adds the specified file filter to the list of file filters at the end of
41 * Returns this conditional file filter's list of file filters.
59 * Sets the list of file filters, replacing any previously configured
60 * file filters on this filter.
62 * @param fileFilters the list of filters
  /external/libmicrohttpd/
Makefile.am 5 w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.preprocessing.text.pbtxt 9 argspec: "args=[\'text\', \'n\', \'filters\', \'lower\', \'split\'], varargs=None, keywords=None, defaults=[\'!\"#$%&()*+,-./:;<=>?@[\\\\]^_`{|}~\\t\\n\', \'True\', \' \'], "
13 argspec: "args=[\'text\', \'filters\', \'lower\', \'split\'], varargs=None, keywords=None, defaults=[\'!\"#$%&()*+,-./:;<=>?@[\\\\]^_`{|}~\\t\\n\', \'True\', \' \'], "
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 39 public List<ScanFilter> filters; field in class:ScanClient
61 ScanClient(int scannerId, ScanSettings settings, List<ScanFilter> filters) {
62 this(scannerId, new UUID[0], settings, filters, null);
65 ScanClient(int scannerId, ScanSettings settings, List<ScanFilter> filters,
67 this(scannerId, new UUID[0], settings, filters, storages);
70 private ScanClient(int scannerId, UUID[] uuids, ScanSettings settings, List<ScanFilter> filters,
76 this.filters = filters;
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
EmojiTextViewHelperTest.java 29 import android.support.test.filters.SdkSuppress;
30 import android.support.test.filters.SmallTest;
93 final InputFilter[] filters = new InputFilter[]{existingFilter}; local
95 final InputFilter[] newFilters = mTextViewHelper.getFilters(filters);
105 final InputFilter[] filters = new InputFilter[]{existingFilter}; local
107 InputFilter[] newFilters = mTextViewHelper.getFilters(filters);
111 // run it again with the updated filters and see that it does not add new filter
119 private EmojiInputFilter findEmojiInputFilter(final InputFilter[] filters) {
120 for (int i = 0; i < filters.length; i++) {
121 if (filters[i] instanceof EmojiInputFilter)
    [all...]
  /test/vti/dashboard/src/main/webapp/js/
search_header.js 107 container, filters, checkboxes, onRefreshCallback, animate=true) {
111 Object.keys(filters).forEach(function(key) {
112 col.append(_createInput(key, filters[key]));
136 container, label, value, filters, checkboxes, expand, onRefreshCallback) {
148 _expand(div, filters, checkboxes, onRefreshCallback, false);
154 _expand(div, filters, checkboxes, onRefreshCallback);
160 function _addFilter(filters, displayName, keyName, options, defaultValue) {
161 filters[keyName] = {};
162 filters[keyName].displayName = displayName;
163 filters[keyName].value = defaultValue
    [all...]

Completed in 1384 milliseconds

1 2 3 4 5 6 7 8 91011>>