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

1 2 3 4 5 6 7 8 9

  /external/swiftshader/src/D3D8/
Direct3DBaseTexture8.hpp 68 D3DTEXTUREFILTERTYPE filterType;
  /external/swiftshader/src/D3D9/
Direct3DBaseTexture9.hpp 55 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) override;
74 D3DTEXTUREFILTERTYPE filterType;
  /prebuilts/go/darwin-x86/src/go/doc/
exports.go 67 // recorded with the parent type. filterType is called with the types of
100 r.filterType(nil, field.Type)
112 // filterParamList applies filterType to each parameter type in fields.
117 r.filterType(nil, f.Type)
122 // filterType strips any unexported struct fields or method types from typ
126 func (r *reader) filterType(parent *namedType, typ ast.Expr) {
131 r.filterType(nil, t.X)
133 r.filterType(nil, t.Elt)
146 r.filterType(nil, t.Key)
147 r.filterType(nil, t.Value
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
exports.go 67 // recorded with the parent type. filterType is called with the types of
100 r.filterType(nil, field.Type)
112 // filterParamList applies filterType to each parameter type in fields.
117 r.filterType(nil, f.Type)
122 // filterType strips any unexported struct fields or method types from typ
126 func (r *reader) filterType(parent *namedType, typ ast.Expr) {
131 r.filterType(nil, t.X)
133 r.filterType(nil, t.Elt)
146 r.filterType(nil, t.Key)
147 r.filterType(nil, t.Value
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 99 filterType(f.Type, filter, export)
118 if filterType(f.Type, filter, export) {
125 func filterType(typ Expr, f Filter, export bool) bool {
130 return filterType(t.X, f, export)
132 return filterType(t.Elt, f, export)
148 b1 := filterType(t.Key, f, export)
149 b2 := filterType(t.Value, f, export)
152 return filterType(t.Value, f, export)
163 filterType(s.Type, f, export)
170 filterType(s.Type, f, export
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 99 filterType(f.Type, filter, export)
118 if filterType(f.Type, filter, export) {
125 func filterType(typ Expr, f Filter, export bool) bool {
130 return filterType(t.X, f, export)
132 return filterType(t.Elt, f, export)
148 b1 := filterType(t.Key, f, export)
149 b2 := filterType(t.Value, f, export)
152 return filterType(t.Value, f, export)
163 filterType(s.Type, f, export)
170 filterType(s.Type, f, export
    [all...]
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
SubPlanTest.java 133 String filterType = (include) ? "include" : "exclude";
136 attributes.add(String.format(XML_ATTR, filterType, filter));
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 116 final int filterType;
118 filterType = VolumeInfo.TYPE_PUBLIC;
120 filterType = VolumeInfo.TYPE_PRIVATE;
122 filterType = VolumeInfo.TYPE_EMULATED;
124 filterType = -1;
129 if (filterType == -1 || filterType == vol.getType()) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 64 public final int filterType;
71 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,
73 this.filterType = filterType;
80 public static ContactListFilter createFilterWithType(int filterType) {
81 return new ContactListFilter(filterType, null, null, null, null);
112 return filterType == ContactListFilter.FILTER_TYPE_DEFAULT
113 || filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS
114 || filterType == ContactListFilter.FILTER_TYPE_CUSTOM;
119 switch (filterType) {
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListFilter.java 42 int filterType = source.readInt();
46 return new ContactListFilter(filterType, accountType, accountName, dataSet, null);
66 public final int filterType;
74 int filterType, String accountType, String accountName, String dataSet, Drawable icon) {
75 this.filterType = filterType;
82 public static ContactListFilter createFilterWithType(int filterType) {
83 return new ContactListFilter(filterType, null, null, null, null);
98 if (filter != null && filter.filterType == FILTER_TYPE_SINGLE_CONTACT) {
103 .putInt(KEY_FILTER_TYPE, filter == null ? FILTER_TYPE_DEFAULT : filter.filterType)
    [all...]
  /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);
  /packages/apps/TV/src/com/android/tv/tuner/
TunerHal.java 42 public @interface FilterType {}
262 * @param filterType a type of pid. Must be one of (FILTER_TYPE_XXX)
265 public synchronized boolean addPidFilter(int pid, @FilterType int filterType) {
271 nativeAddPidFilter(getDeviceId(), pid, filterType);
277 protected native void nativeAddPidFilter(long deviceId, int pid, @FilterType int filterType);
  /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");
671 FilterType filterType = FILTERTYPE_ZERO;
678 filterType = FILTERTYPE_INTRINSIC_BLUR;
683 filterType = FILTERTYPE_RS_ARGB_TO_RGBA;
688 filterType = FILTERTYPE_RS_NIGHT_VISION
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java 473 int filterType = NetworkScoreManager.CACHE_FILTER_NONE;
475 filterType = (Integer) cookie;
480 filterScores(mScoredNetworkList, filterType);
495 int filterType) {
496 switch (filterType) {
515 Log.w(TAG, "Unknown filter type: " + filterType);
787 int filterType) {
797 if (!callbackList.register(scoreCache, filterType)) {
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java     [all...]
  /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 

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 9