HomeSort by relevance Sort by last modified time
    Searched defs:filterType (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
SubPlanTest.java 124 String filterType = (include) ? "include" : "exclude";
127 attributes.add(String.format(XML_ATTR, filterType, filter));
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 112 final int filterType;
114 filterType = VolumeInfo.TYPE_PUBLIC;
116 filterType = VolumeInfo.TYPE_PRIVATE;
118 filterType = VolumeInfo.TYPE_EMULATED;
120 filterType = -1;
125 if (filterType == -1 || filterType == vol.getType()) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 54 public final int filterType;
61 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
63 this.filterType = filterType;
70 public static ContactListFilter createFilterWithType(int filterType) {
71 return new ContactListFilter(filterType, null, null, null, null);
84 return filterType == FILTER_TYPE_ACCOUNT;
89 switch (filterType) {
121 return filterType - another.filterType;
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/
TunerHal.java 39 public @interface FilterType {}
157 * @param filterType a type of pid. Must be one of (FILTER_TYPE_XXX)
160 public boolean addPidFilter(int pid, @FilterType int filterType) {
166 nativeAddPidFilter(getDeviceId(), pid, filterType);
172 protected native void nativeAddPidFilter(long deviceId, int pid, @FilterType int filterType);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 46 void onSetFilter(int filterType, String str, int time);
50 int filterType;
129 vh.filterType = filter.type;
152 mListener.onSetFilter(vh.filterType, vh.str, vh.time);
404 int filterType;
406 filterType = FILTER_TYPE_NONE;
408 filterType = FILTER_TYPE_EMPTY;
410 mListener.onSetFilter(filterType, null, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType;
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 149 enum FilterType {
318 FilterType filterType) {
395 switch (filterType) {
455 LOG_ALWAYS_FATAL("mediacodec.cpp error: unrecognized FilterType");
669 FilterType filterType = FILTERTYPE_ZERO;
676 filterType = FILTERTYPE_INTRINSIC_BLUR;
681 filterType = FILTERTYPE_RS_ARGB_TO_RGBA;
686 filterType = FILTERTYPE_RS_NIGHT_VISION
    [all...]
  /external/opencv3/modules/imgproc/src/
corner.cpp 631 IppiDifferentialKernel filterType = ksize > 0 ? ippFilterSobel : ippFilterScharr;
637 filterType, masksize, blockSize, (Ipp32f)k, (Ipp32f)scale, borderTypeIpp, 0, buffer);
640 filterType, masksize, blockSize, (Ipp32f)k, (Ipp32f)scale, borderTypeIpp, 0, buffer);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 46 GUID filterType;
  /external/ImageMagick/Magick++/lib/
Image.cpp 843 void Magick::Image::filterType(const Magick::FilterType filterType_)
849 Magick::FilterType Magick::Image::filterType(void) const
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.0/
common-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.1/
common-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.2/
common-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.4/
common-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.5/
common-23.2.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.8/
common-23.2.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.0.0/
common-24.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.0.1/
common-24.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-alpha1/
gradle-core-1.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta3/
gradle-core-1.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha4/
gradle-core-1.3.0-alpha4.jar 

Completed in 616 milliseconds

1 2 3 4 5 6 7