Searched refs:filter (Results 226 - 250 of 2024) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve2_dspr2.c36 const int16_t *filter = &filter_x0[3]; local
39 filter45 = ((const int32_t *)filter)[0];
128 const int16_t *filter = &filter_x0[3]; local
131 filter45 = ((const int32_t *)filter)[0];
268 const int16_t *filter = &filter_x0[3]; local
271 filter45 = ((const int32_t *)filter)[0];
500 const int16_t *filter = &filter_x0[3]; local
503 filter45 = ((const int32_t *)filter)[0];
718 const int16_t *filter, int w, int h) {
725 sum += src[x] * filter[
716 convolve_bi_horiz_transposed(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter, int w, int h) argument
736 vp9_convolve2_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter, int w, int h) argument
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dbloom_filter.cc91 net::FileStream filter; local
93 if (filter.Open(filter_name,
102 int bytes_read = filter.Read(reinterpret_cast<char*>(&file_version),
111 bytes_read = filter.Read(reinterpret_cast<char*>(&num_keys),
122 bytes_read = filter.Read(reinterpret_cast<char*>(&key), sizeof(key), NULL);
130 // Read in the filter data, with sanity checks on min and max sizes.
131 int64 remaining64 = filter.Available();
142 bytes_read = filter.Read(data.get(), byte_size, NULL);
156 net::FileStream filter; local
158 if (filter
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddbus.cc84 // Builds a DBus filter string from given DBus path, interface and member.
206 DBusSigFilter *filter = (*it); local
207 if (!filter) {
214 filter->filter().c_str(), NULL);
218 &DBusSigFilter::DBusCallback, filter, NULL)) {
220 << "Filter: " << filter->filter();
233 DBusSigFilter *filter = (*it); local
234 if (!filter) {
346 AddFilter(DBusSigFilter *filter) argument
[all...]
/external/linux-tools-perf/
H A Dbuiltin-probe.c66 struct strfilter *filter; member in struct:__anon20827
171 pr_debug2("Set filter: %s\n", str);
172 if (params.filter)
173 strfilter__delete(params.filter);
174 params.filter = strfilter__new(str, &err);
175 if (!params.filter) {
252 OPT_CALLBACK('\0', "filter", NULL,
253 "[!]FILTER", "Set a filter (with --vars/funcs only)\n"
327 if (!params.filter)
328 params.filter
[all...]
/external/linux-tools-perf/util/
H A Dmap.h124 int map__load(struct map *self, symbol_filter_t filter);
126 u64 addr, symbol_filter_t filter);
128 symbol_filter_t filter);
193 symbol_filter_t filter);
199 symbol_filter_t filter);
205 symbol_filter_t filter)
207 return map_groups__find_symbol(&self->kmaps, type, addr, mapp, filter);
213 symbol_filter_t filter)
215 return machine__find_kernel_symbol(self, MAP__FUNCTION, addr, mapp, filter);
221 symbol_filter_t filter)
202 machine__find_kernel_symbol(struct machine *self, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) argument
211 machine__find_kernel_function(struct machine *self, u64 addr, struct map **mapp, symbol_filter_t filter) argument
219 map_groups__find_function_by_name(struct map_groups *self, const char *name, struct map **mapp, symbol_filter_t filter) argument
227 machine__find_kernel_function_by_name(struct machine *self, const char *name, struct map **mapp, symbol_filter_t filter) argument
[all...]
/external/chromium/net/base/
H A Dsdch_filter_unittest.cc19 #include "net/base/filter.h"
38 // several sdch buffers worth of data to satisfy the sdch filter. See detailed
103 // Provide a generic helper function for trying to filter data.
104 // This function repeatedly calls the filter to process data, until the entire
105 // source is consumed. The return value from the filter is appended to output.
108 // This function provides data to the filter in blocks of no-more-than the
109 // specified input_block_length. It allows the filter to fill no more than
115 Filter* filter, std::string* output) {
121 static_cast<size_t>(filter->stream_buffer_size()));
126 memcpy(filter
112 FilterTestData(const std::string& source, size_t input_block_length, const size_t output_buffer_length, Filter* filter, std::string* output) argument
[all...]
/external/chromium_org/net/base/
H A Dsdch_filter_unittest.cc13 #include "net/base/filter.h"
33 // several sdch buffers worth of data to satisfy the sdch filter. See detailed
97 // Provide a generic helper function for trying to filter data.
98 // This function repeatedly calls the filter to process data, until the entire
99 // source is consumed. The return value from the filter is appended to output.
102 // This function provides data to the filter in blocks of no-more-than the
103 // specified input_block_length. It allows the filter to fill no more than
109 Filter* filter, std::string* output) {
115 static_cast<size_t>(filter->stream_buffer_size()));
120 memcpy(filter
106 FilterTestData(const std::string& source, size_t input_block_length, const size_t output_buffer_length, Filter* filter, std::string* output) argument
[all...]
/external/chromium/chrome/browser/net/
H A Durl_request_failed_dns_job.cc32 net::URLRequestFilter* filter = net::URLRequestFilter::GetInstance(); local
33 filter->AddUrlHandler(GURL(kTestUrl),
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js72 function rebuildAppList(filter) {
81 if (filter && item.name.toLowerCase().search(filter) < 0) {
92 function adjustWidthIfNeeded(filter) {
93 if (filter.length > 0 && !didSetExplicitWidth) {
105 var filter = $("search").value;
106 adjustWidthIfNeeded(filter);
107 rebuildAppList(filter);
/external/chromium/net/http/
H A Dhttp_auth_filter.cc27 // Add a new domain |filter| to the whitelist, if it's not already there
28 bool HttpAuthFilterWhitelist::AddFilter(const std::string& filter, argument
35 rules_.AddRuleFromString(filter);
/external/chromium-trace/trace-viewer/src/cc/
H A Draster_task_slice_view_test.js17 var rasterTask = p.threads[1].sliceGroup.slices.filter(function(slice) {
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dspacing_track.js28 addAllObjectsMatchingFilterToSelection: function(filter, selection) {
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dsyslog_parser_unittest.cc36 api::log_private::Filter filter; local
37 FilterHandler filter_handler(filter);
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_view.js78 var filter = this.pageDiv.querySelector('.cookies-search-box').value;
79 if (this.lastQuery_ != filter) {
80 this.lastQuery_ = filter;
81 chrome.send('updateCookieSearchResults', [filter]);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js72 function rebuildAppList(filter) {
81 if (filter && item.name.toLowerCase().search(filter) < 0) {
92 function adjustWidthIfNeeded(filter) {
93 if (filter.length > 0 && !didSetExplicitWidth) {
105 var filter = $('search').value;
106 adjustWidthIfNeeded(filter);
107 rebuildAppList(filter);
/external/chromium_org/content/browser/worker_host/
H A Dworker_process_host.h70 // APIs to manage the filter list for a given instance.
71 void AddFilter(WorkerMessageFilter* filter, int route_id);
72 void RemoveFilter(WorkerMessageFilter* filter, int route_id);
73 void RemoveFilters(WorkerMessageFilter* filter);
74 bool HasFilter(WorkerMessageFilter* filter, int route_id) const;
77 // Returns the single filter (must only be one).
150 bool FilterMessage(const IPC::Message& message, WorkerMessageFilter* filter);
152 void FilterShutdown(WorkerMessageFilter* filter);
156 void DocumentDetached(WorkerMessageFilter* filter,
207 WorkerMessageFilter* filter,
[all...]
/external/chromium_org/extensions/common/
H A Devent_matcher.cc15 EventMatcher::EventMatcher(scoped_ptr<base::DictionaryValue> filter, argument
17 : filter_(filter.Pass()),
/external/chromium_org/ipc/
H A Dipc_channel_proxy.h66 // Called on the background thread to provide the filter with access to the
71 // Called on the background thread when the filter has been removed from
72 // the ChannelProxy and when the Channel is closing. After a filter is
76 // Called to inform the filter that the IPC channel is connected and we
84 // Called to inform the filter that the IPC channel will be destroyed.
92 // Called when the message filter is about to be deleted. This gives
106 static void Destruct(const MessageFilter* filter) { argument
107 filter->OnDestruct();
112 // Interface for a filter to be imposed on outgoing messages which can
123 // the thread that creates the ChannelProxy. The filter'
169 set_outgoing_message_filter(OutgoingMessageFilter* filter) argument
[all...]
H A Dipc_test_sink.h109 // Adds the given listener as a filter to the TestSink.
111 // the filters, in the order they were added. If a filter returns true
114 void AddFilter(Listener* filter);
116 // Removes the given filter from the TestSink.
117 void RemoveFilter(Listener* filter);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_listener.h103 // |user_data| will be returned in the Wait when an event of type |filter|
107 uint32_t filter,
112 Error Update(int id, uint32_t filter, uint64_t user_data);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_event.cc41 void PSEventSetFilter(PSEventTypeMask filter) { argument
42 PSInstance::GetInstance()->SetEnabledEvents(filter);
/external/chromium_org/net/http/
H A Dhttp_auth_filter.cc27 // Add a new domain |filter| to the whitelist, if it's not already there
28 bool HttpAuthFilterWhitelist::AddFilter(const std::string& filter, argument
35 rules_.AddRuleFromString(filter);
/external/chromium_org/ppapi/tests/
H A Dtest_host_resolver_private_disallowed.cc35 void TestHostResolverPrivateDisallowed::RunTests(const std::string& filter) { argument
36 RUN_CALLBACK_TEST(TestHostResolverPrivateDisallowed, Resolve, filter);
H A Dtest_image_data.cc21 void TestImageData::RunTests(const std::string& filter) { argument
22 RUN_TEST(InvalidFormat, filter);
23 RUN_TEST(GetNativeFormat, filter);
24 RUN_TEST(FormatSupported, filter);
25 RUN_TEST(InvalidSize, filter);
26 RUN_TEST(HugeSize, filter);
27 RUN_TEST(InitToZero, filter);
28 RUN_TEST(IsImageData, filter);
H A Dtest_tcp_socket_private_disallowed.cc33 void TestTCPSocketPrivateDisallowed::RunTests(const std::string& filter) { argument
34 RUN_TEST(Connect, filter);

Completed in 744 milliseconds

1234567891011>>