| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
| H A D | DetectingViewer.java | 214 private byte[] filter(InputStream in) in filter() method in DetectingViewer
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| H A D | AnyTransliterator.java | 31 public AnyTransliterator(String targetName, UnicodeFilter filter, RunIterator it){ in AnyTransliterator() argument 38 public AnyTransliterator(String targetName, UnicodeFilter filter){ in AnyTransliterator() argument
|
| /third_party/libinput/src/ |
| H A D | filter-custom.c | 252 custom_accelerator_restart(struct motion_filter *filter, in custom_accelerator_restart() argument 260 custom_accelerator_destroy(struct motion_filter *filter) in custom_accelerator_destroy() argument 273 custom_accelerator_set_speed(struct motion_filter *filter, in custom_accelerator_set_speed() argument 225 custom_accelerator_profile(enum libinput_config_accel_type accel_type, struct motion_filter *filter, double speed_in) custom_accelerator_profile() argument 238 custom_accelerator_filter(enum libinput_config_accel_type accel_type, struct motion_filter *filter, const struct device_float_coords *unaccelerated, uint64_t time) custom_accelerator_filter() argument 284 custom_accelerator_set_accel_config(struct motion_filter *filter, struct libinput_config_accel *config) custom_accelerator_set_accel_config() argument 339 custom_accel_profile_fallback(struct motion_filter *filter, void *data, double speed_in, uint64_t time) custom_accel_profile_fallback() argument 350 custom_accelerator_filter_fallback(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) custom_accelerator_filter_fallback() argument 362 custom_accel_profile_motion(struct motion_filter *filter, void *data, double speed_in, uint64_t time) custom_accel_profile_motion() argument 373 custom_accelerator_filter_motion(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) custom_accelerator_filter_motion() argument 385 custom_accel_profile_scroll(struct motion_filter *filter, void *data, double speed_in, uint64_t time) custom_accel_profile_scroll() argument 396 custom_accelerator_filter_scroll(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) custom_accelerator_filter_scroll() argument [all...] |
| H A D | filter-touchpad-x230.c | 130 accelerator_filter_x230(struct motion_filter *filter, in accelerator_filter_x230() argument 169 accelerator_filter_constant_x230(struct motion_filter *filter, in accelerator_filter_constant_x230() argument 187 accelerator_restart_x230(struct motion_filter *filter, void *data, uint64_t time) accelerator_restart_x230() argument 210 accelerator_destroy_x230(struct motion_filter *filter) accelerator_destroy_x230() argument 220 accelerator_set_speed_x230(struct motion_filter *filter, double speed_adjustment) accelerator_set_speed_x230() argument 248 touchpad_lenovo_x230_accel_profile(struct motion_filter *filter, void *data, double speed_in, uint64_t time) touchpad_lenovo_x230_accel_profile() argument 303 struct pointer_accelerator_x230 *filter; create_pointer_accelerator_filter_lenovo_x230() local [all...] |
| H A D | filter.c | 41 filter_dispatch(struct motion_filter *filter, in filter_dispatch() argument 49 filter_dispatch_constant(struct motion_filter *filter, in filter_dispatch_constant() argument 57 filter_dispatch_scroll(struct motion_filter *filter, in filter_dispatch_scroll() argument 65 filter_restart(struct motion_filter *filter, void *data, uint64_t time) filter_restart() argument 73 filter_destroy(struct motion_filter *filter) filter_destroy() argument 82 filter_set_speed(struct motion_filter *filter, double speed_adjustment) filter_set_speed() argument 89 filter_get_speed(struct motion_filter *filter) filter_get_speed() argument 95 filter_get_type(struct motion_filter *filter) filter_get_type() argument 101 filter_set_accel_config(struct motion_filter *filter, struct libinput_config_accel *accel_config) filter_set_accel_config() argument 296 calculate_acceleration_simpsons(struct motion_filter *filter, accel_profile_func_t profile, void *data, double velocity, double last_velocity, uint64_t time) calculate_acceleration_simpsons() argument [all...] |
| /third_party/libinput/tools/ |
| H A D | ptraccel-debug.c | 39 print_ptraccel_deltas(struct motion_filter *filter, double step) in print_ptraccel_deltas() argument 66 print_ptraccel_movement(struct motion_filter *filter, in print_ptraccel_movement() argument 113 print_ptraccel_sequence(struct motion_filter *filter, in print_ptraccel_sequence() argument 152 print_accel_func(struct motion_filter *filter, in print_accel_func() argument 221 struct motion_filter *filter; main() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | keys.h | 84 PropertyFilter filter() { return filter_; } in filter() function in v8::internal::GetKeysConversion::KeyCollectionMode::final 51 KeyAccumulator(Isolate* isolate, KeyCollectionMode mode, PropertyFilter filter) KeyAccumulator() argument 181 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver, KeyCollectionMode mode, PropertyFilter filter, bool is_for_in = false, bool skip_indices = false) FastKeyAccumulator() argument
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | utils.cc | 234 PassesFilter(base::Vector<const char> name, base::Vector<const char> filter) PassesFilter() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.c | 76 tex_filter(unsigned filter, bool aniso) in tex_filter() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_blit.c | 29 lima_pack_blit_cmd(struct lima_job *job, struct util_dynarray *cmd_array, struct pipe_surface *psurf, const struct pipe_box *src, const struct pipe_box *dst, unsigned filter, bool scissor, unsigned sample_mask, unsigned mrt_idx) lima_pack_blit_cmd() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_translate.h | 188 translate_texture_mipfilter(unsigned filter) in translate_texture_mipfilter() argument 204 translate_texture_filter(unsigned filter) in translate_texture_filter() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_bicubic_filter.c | 51 create_vert_shader(struct vl_bicubic_filter *filter) in create_vert_shader() argument 151 create_frag_shader(struct vl_bicubic_filter *filter, unsigned video_width, in create_frag_shader() argument 247 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe, in vl_bicubic_filter_init() argument 371 vl_bicubic_filter_cleanup(struct vl_bicubic_filter *filter) vl_bicubic_filter_cleanup() argument 386 vl_bicubic_filter_render(struct vl_bicubic_filter *filter, struct pipe_sampler_view *src, struct pipe_surface *dst, struct u_rect *dst_area, struct u_rect *dst_clip) vl_bicubic_filter_render() argument [all...] |
| H A D | vl_deint_filter.c | 64 create_vert_shader(struct vl_deint_filter *filter) in create_vert_shader() argument 87 create_copy_frag_shader(struct vl_deint_filter *filter, unsigned field) in create_copy_frag_shader() argument 123 create_deint_frag_shader(struct vl_deint_filter *filter, unsigned field, in create_deint_frag_shader() argument 236 vl_deint_filter_init(struct vl_deint_filter *filter, struct pipe_context *pipe, in vl_deint_filter_init() argument 390 vl_deint_filter_cleanup(struct vl_deint_filter *filter) vl_deint_filter_cleanup() argument 412 vl_deint_filter_check_buffers(struct vl_deint_filter *filter, struct pipe_video_buffer *prevprev, struct pipe_video_buffer *prev, struct pipe_video_buffer *cur, struct pipe_video_buffer *next) vl_deint_filter_check_buffers() argument 435 vl_deint_filter_render(struct vl_deint_filter *filter, struct pipe_video_buffer *prevprev, struct pipe_video_buffer *prev, struct pipe_video_buffer *cur, struct pipe_video_buffer *next, unsigned field) vl_deint_filter_render() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | basetexture9.c | 385 unsigned filter = This->mipfilter == D3DTEXF_POINT ? PIPE_TEX_FILTER_NEAREST in NineBaseTexture9_GenerateMipSubLevels() local
|
| /third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
| H A D | Proxy.pm | 599 sub filter subroutine
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | kqueue.c | 126 int filter; in uv__io_poll() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_option.c | 117 coap_option_iterator_init(const coap_pdu_t *pdu, coap_opt_iterator_t *oi, const coap_opt_filter_t *filter) coap_option_iterator_init() argument 431 coap_option_filter_op(coap_opt_filter_t *filter, coap_option_num_t number, enum filter_op_t op) coap_option_filter_op() argument 491 coap_option_filter_clear(coap_opt_filter_t *filter) coap_option_filter_clear() argument 496 coap_option_filter_set(coap_opt_filter_t *filter, coap_option_num_t option) coap_option_filter_set() argument 501 coap_option_filter_unset(coap_opt_filter_t *filter, coap_option_num_t option) coap_option_filter_unset() argument 506 coap_option_filter_get(coap_opt_filter_t *filter, coap_option_num_t option) coap_option_filter_get() argument [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-symtab-reader.cc | 73 symtab_filter filter; in make_filter() local [all...] |
| H A D | abg-symtab-reader.h | 328 filtered_symtab(const symtab& tab, const symtab_filter& filter) filtered_symtab() argument [all...] |
| /third_party/python/Tools/c-analyzer/cpython/ |
| H A D | _capi.py | 345 def filter(item, *, log=None): function
|
| /third_party/pulseaudio/src/pulsecore/ffmpeg/ |
| H A D | resample2.c | 94 void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_count, int scale, int type){ in av_build_filter() argument 233 FELEM *filter= c->filter_bank + c->filter_length*(index & c->phase_mask); in av_resample() local [all...] |
| /third_party/python/Lib/re/ |
| H A D | __init__.py | 321 def filter(match, template=template): function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktSampleVerifier.cpp | 128 fetchTexel(const IVec3& coordIn, int layer, int level, VkFilter filter, Vec4& resultMin, Vec4& resultMax) const fetchTexel() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | FramebufferD3D.cpp | 237 blit(const gl::Context *context, const gl::Rectangle &sourceArea, const gl::Rectangle &destArea, GLbitfield mask, GLenum filter) blit() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
| H A D | esextcTessellationShaderTriangles.cpp | 596 _tessellation_level_set_filter filter = in initTest() local
|