Searched defs:filter (Results 276 - 300 of 720) sorted by relevance

<<11121314151617181920>>

/external/squashfs-tools/squashfs-tools/
H A Dxz_wrapper.c75 fprintf(stderr, "xz: -Xbcj missing filter\n");
96 "filter\n");
239 * 1 filter
386 struct filter *filter = malloc(filters * sizeof(struct filter)); local
389 if(filter == NULL)
396 stream->filter = filter;
399 memset(filter,
447 struct filter *filter = &stream->filter[i]; local
[all...]
/external/strace/
H A Dnet.c546 struct icmp_filter filter = {}; local
548 if (len > (int) sizeof(filter))
549 len = sizeof(filter);
555 if (umoven_or_printaddr(tcp, addr, len, &filter))
559 printflags(icmpfilterflags, ~filter.data, "ICMP_???");
/external/syslinux/gpxe/src/util/
H A Dhijack.c151 * Install filter for hijacked connection
155 char *filter ) {
158 /* Compile filter */
159 if ( pcap_compile ( hijack->pcap, &program, filter, 1, 0 ) < 0 ) {
160 logmsg ( LOG_ERR, "could not compile filter \"%s\": %s\n",
161 filter, pcap_geterr ( hijack->pcap ) );
165 /* Install filter */
167 logmsg ( LOG_ERR, "could not install filter \"%s\": %s\n",
168 filter, pcap_geterr ( hijack->pcap ) );
172 logmsg ( LOG_INFO, "using filter \"
189 char filter[55]; /* see format string */ local
[all...]
/external/v8/src/runtime/
H A Druntime-object.cc509 PropertyFilter filter = static_cast<PropertyFilter>(filter_value); local
514 KeyAccumulator::GetKeys(object, KeyCollectionMode::kOwnOnly, filter,
/external/webp/src/enc/
H A Dalpha_enc.c31 // 'filter' values [0, 4] correspond to prediction modes none, horizontal,
98 // Small struct to hold the result of a filter mode compression attempt.
107 int method, int filter, int reduce_levels,
121 assert(filter >= 0 && filter < WEBP_FILTER_LAST);
126 filter_func = WebPFilters[filter];
159 header = method | (filter << 2);
198 // Given the input 'filter' option, return an OR'd bit-set of filters to try.
200 int filter, int effort_level) {
202 if (filter
106 EncodeAlphaInternal(const uint8_t* const data, int width, int height, int method, int filter, int reduce_levels, int effort_level, uint8_t* const tmp_alpha, FilterTrial* result) argument
199 GetFilterMap(const uint8_t* alpha, int width, int height, int filter, int effort_level) argument
231 ApplyFiltersAndEncode(const uint8_t* alpha, int width, int height, size_t data_size, int method, int filter, int reduce_levels, int effort_level, uint8_t** const output, size_t* const output_size, WebPAuxStats* const stats) argument
285 EncodeAlpha(VP8Encoder* const enc, int quality, int method, int filter, int effort_level, uint8_t** const output, size_t* const output_size) argument
360 const WEBP_FILTER_TYPE filter = local
[all...]
/external/webrtc/talk/media/base/
H A Drtpdump.cc329 void RtpDumpWriter::set_packet_filter(int filter) { argument
330 packet_filter_ = filter;
/external/webrtc/webrtc/base/
H A Ddbus.cc67 // 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
221 if (!filter) {
333 AddFilter(DBusSigFilter *filter) argument
[all...]
/external/ImageMagick/MagickWand/
H A Dcomposite.c303 "-filter type use this filter when resizing an image",
974 if (LocaleCompare("filter",option+1) == 0) local
977 filter;
984 filter=ParseCommandOption(MagickFilterOptions,MagickFalse,argv[i]);
985 if (filter < 0)
1642 resize_geometry.height,composite_image->filter,exception);
H A Dconvert.c212 "-edge radius apply a filter to detect edges in the image",
215 "-enhance apply a digital filter to enhance a noisy image",
239 "-kuwahara geometry edge preserving noise reduction filter",
251 "-median geometry apply a median filter to the image",
358 "-process arguments process the image with a custom image filter",
402 "-filter type use this filter when resizing an image",
1602 if (LocaleCompare("filter",option+1) == 0)
1605 filter;
1612 filter
1603 filter; local
[all...]
/external/aac/libSBRenc/src/
H A Dinvf_est.cpp201 const FIXP_DBL* filter = *fir_table[INVF_SMOOTHING_LENGTH]; local
289 detectorValues->origQuotaMeanFilt += fMult(detectorValues->origQuotaMean[i], filter[i]);
290 detectorValues->sbrQuotaMeanFilt += fMult(detectorValues->sbrQuotaMean[i], filter[i]);
291 detectorValues->origQuotaMeanStrongestFilt += fMult(detectorValues->origQuotaMeanStrongest[i], filter[i]);
292 detectorValues->sbrQuotaMeanStrongestFilt += fMult(detectorValues->sbrQuotaMeanStrongest[i], filter[i]);
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java100 // A filter set on the LSSerializer
850 * Set a LSSerilizerFilter on the LSSerializer. When set, the filter is
856 * @param filter A LSSerializerFilter to be applied to the stream to serialize.
858 public void setFilter(LSSerializerFilter filter) { argument
859 fSerializerFilter = filter;
1059 // Set the filter on the DOM3Serializer interface implementation
1169 // Set the filter on the DOM3Serializer interface implementation
1324 // Set the filter on the DOM3Serializer interface implementation
/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTable.java204 public void addFilter(Filter filter) { argument
205 filters.add(filter);
206 filter.addCallback(new SimpleCallback() {
215 for (Filter filter : filters) {
216 if (filter.isActive()) {
217 filter.addParams(params);
223 for (Filter filter : filters) {
224 if (filter.isUserControlled() && filter.isActive()) {
/external/curl/lib/
H A Dldap.c759 * ldap://<hostname>:<port>/<base_dn>?<attributes>?<scope>?<filter>?<ext>
765 * ldap://<hostname>:<port>/?<attributes>?<scope>?<filter>
925 /* Parse the filter */
931 char *filter = p; local
934 LDAP_TRACE (("filter '%s'\n", filter));
936 /* Unescape the filter */
937 unescaped = curl_easy_unescape(conn->data, filter, 0, NULL);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp224 SingleVariableValidator (Context& context, ProgramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, const char* requiredExtension);
235 SingleVariableValidator::SingleVariableValidator (Context& context, ProgramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, const char* requiredExtension) argument
237 , m_filter (filter)
284 SingleBlockValidator (Context& context, ProgramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, const char* requiredExtension);
294 SingleBlockValidator::SingleBlockValidator (Context& context, ProgramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, const char* requiredExtension) argument
296 , m_filter (filter)
355 TypeValidator (Context& context, glw::GLuint programID, const VariableSearchFilter& filter);
362 TypeValidator::TypeValidator (Context& context, glw::GLuint programID, const VariableSearchFilter& filter) argument
363 : SingleVariableValidator(context, PROGRAMRESOURCEPROP_TYPE, programID, filter, DE_NULL)
430 ArraySizeValidator (Context& context, glw::GLuint programID, int unsizedArraySize, const VariableSearchFilter& filter);
439 ArraySizeValidator(Context& context, glw::GLuint programID, int unsizedArraySize, const VariableSearchFilter& filter) argument
514 ArrayStrideValidator(Context& context, glw::GLuint programID, const VariableSearchFilter& filter) argument
568 BlockIndexValidator(Context& context, glw::GLuint programID, const VariableSearchFilter& filter) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformancesView.java209 String filter = (this.dataDir == null) ? localDataDir : this.dataDir.getPath();
211 this.dataDir = changeDir(filter, "Select directory for data local files");
244 File changeDir(String filter, String msg) { argument
248 if (filter != null) {
249 dialog.setFilterPath(filter);
328 void filterLastBuilds(boolean filter, boolean updatePreference) { argument
329 if (filter) {
334 this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_LAST_BUILDS, filter);
341 void filterNightlyBuilds(boolean filter, boolean updatePreference) { argument
342 if (filter) {
354 filterOldBuilds(boolean filter, boolean updatePreference) argument
[all...]
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java129 // instr filter:
348 // verbosity class filter attribute:
350 public void setVerbosityfilter (final String filter) argument
352 m_verbosityCfg.setVerbosityfilter (filter);
435 // instr filter attribute/element:
437 public final void setFilter (final String filter) argument
439 m_filterCfg.setFilter (filter);
/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java69 * collection, only elements that satisfy the filter will be removed from the
77 * which elements satisfy the filter. When a live view is <i>not</i> needed,
78 * it may be faster to copy {@code Iterables.filter(unfiltered, predicate)}
84 * with equals. (See {@link Iterables#filter(Iterable, Class)} for related
89 public static <E> Collection<E> filter( method in class:Collections2
191 return Iterators.filter(unfiltered.iterator(), predicate);
H A DIterables.java582 public static <T> Iterable<T> filter( method in class:Iterables
589 return Iterators.filter(unfiltered.iterator(), predicate);
606 public static <T> Iterable<T> filter( method in class:Iterables
613 return Iterators.filter(unfiltered.iterator(), type);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java565 public static <T> Iterable<T> filter( method in class:Iterables
572 return Iterators.filter(unfiltered.iterator(), predicate);
H A DSets.java610 return Iterators.filter(set1.iterator(), inSet2);
647 return Iterators.filter(set1.iterator(), notInSet2);
692 * elements that satisfy the filter will be removed from the underlying set.
699 * satisfy the filter. When a live view is <i>not</i> needed, it may be faster
700 * to copy {@code Iterables.filter(unfiltered, predicate)} and use the copy.
705 * with equals. (See {@link Iterables#filter(Iterable, Class)} for related
709 public static <E> Set<E> filter( method in class:Sets
712 return filter((SortedSet<E>) unfiltered, predicate);
753 * only elements that satisfy the filter will be removed from the underlying
761 * the filter
772 public static <E> SortedSet<E> filter( method in class:Sets
[all...]
/external/icu/icu4c/source/i18n/
H A Dtridpars.cpp62 filter = f;
69 filter = f;
85 if (filter.length() != 0) {
87 UnicodeSet *set = new UnicodeSet(filter, ec);
118 // A and B are filter IDs.
164 single->filter = specsA->filter;
180 single->filter = specsB->filter;
199 single->filter
263 UnicodeSet* filter = NULL; local
366 UnicodeSet* filter; local
710 UnicodeString filter; local
[all...]
/external/iptables/include/linux/
H A Dfilter.h13 * Current version of the filter code architecture.
24 __u16 code; /* Actual filter code */
31 unsigned short len; /* Number of filter blocks */
32 struct sock_filter *filter; member in struct:sock_fprog
99 * Macros for filter block array initializers.
/external/iputils/ninfod/
H A Dninfod.c255 struct icmp6_filter filter; local
269 ICMP6_FILTER_SETBLOCKALL(&filter);
270 ICMP6_FILTER_SETPASS(ICMP6_NI_QUERY, &filter);
273 &filter, sizeof(filter)) < 0) {
/external/libnetfilter_conntrack/src/conntrack/
H A Dbsf.c12 #include <linux/filter.h>
412 bsf_add_state_filter(const struct nfct_filter *filter, struct sock_filter *this) argument
417 if (filter->l4proto_state[i].map &&
418 filter->l4proto_state[i].len > 0) {
422 filter->l4proto_state[i].map,
423 filter->logic[NFCT_FILTER_L4PROTO_STATE]);
438 /* nothing to filter, skip */
510 /* nothing to filter, skip */
595 /* nothing to filter, skip */
694 /* nothing to filter, ski
[all...]
/external/libnl/lib/
H A Dcache.c74 * Return the number of items matching a filter in the cache
76 * @arg filter Filter object.
78 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) argument
87 if (filter && !nl_object_match_filter(obj, filter))
285 * @arg filter Filter defining the subset to be filled into the new cache
289 * \p filter and copies all objects that match to the new cache.
298 struct nl_object *filter)
303 if (!filter)
310 NL_DBG(2, "Filling subset of cache %p <%s> with filter
297 nl_cache_subset(struct nl_cache *orig, struct nl_object *filter) argument
1068 nl_cache_find(struct nl_cache *cache, struct nl_object *filter) argument
1136 nl_cache_dump_filter(struct nl_cache *cache, struct nl_dump_params *params, struct nl_object *filter) argument
1202 nl_cache_foreach_filter(struct nl_cache *cache, struct nl_object *filter, void (*cb)(struct nl_object *, void *), void *arg) argument
[all...]

Completed in 594 milliseconds

<<11121314151617181920>>