/third_party/python/Lib/test/ |
H A D | pyclbr_input.py | 33 def cm(self): pass member in C
|
H A D | test_super.py | 10 def cm(cls): member in A 17 def cm(cls): member in B 24 def cm(cls): member in C 30 def cm(cls): member in D [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | motionpixels_tablegen.h | 34 const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP; in mp_yuv_to_rgb() local
|
H A D | rv30.c | 141 const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP; in rv30_weak_loop_filter() local
|
/third_party/curl/tests/libtest/ |
H A D | lib1905.c | 36 CURLM *cm; in test() local
|
H A D | lib540.c | 51 static int init(int num, CURLM *cm, const char *url, const char *userpwd, in init() argument 102 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() argument 197 CURLM *cm in test() local [all...] |
/third_party/FreeBSD/contrib/tcp_wrappers/ |
H A D | strcasecmp.c | 71 register u_char *cm = charmap, in strcasecmp() local 83 register u_char *cm = charmap, in strncasecmp() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | mime-type.c | 29 bool pa_sample_spec_is_mime(const pa_sample_spec *ss, const pa_channel_map *cm) { in pa_sample_spec_is_mime() argument 76 void pa_sample_spec_mimefy(pa_sample_spec *ss, pa_channel_map *cm) { in pa_sample_spec_mimefy() argument 144 pa_sample_spec_to_mime_type(const pa_sample_spec *ss, const pa_channel_map *cm) pa_sample_spec_to_mime_type() argument 174 pa_channel_map cm = *_cm; pa_sample_spec_to_mime_type_mimefy() local [all...] |
H A D | sndfile-util.c | 151 int pa_sndfile_read_channel_map(SNDFILE *sf, pa_channel_map *cm) { in pa_sndfile_read_channel_map() argument 217 int pa_sndfile_write_channel_map(SNDFILE *sf, pa_channel_map *cm) { in pa_sndfile_write_channel_map() argument [all...] |
H A D | cli-text.c | 201 cm[PA_CHANNEL_MAP_SNPRINT_MAX], *t; in pa_sink_list_to_string() local 315 cm[PA_CHANNEL_MAP_SNPRINT_MAX], *t; in pa_source_list_to_string() local 429 char ss[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], cm[PA_CHANNEL_MAP_SNPRINT_MAX], *t, clt[28]; in pa_source_output_list_to_string() local 526 char ss[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_MAX], cm[PA_CHANNEL_MAP_SNPRINT_MA in pa_sink_input_list_to_string() local 618 char ss[PA_SAMPLE_SPEC_SNPRINT_MAX] = "n/a", cv[PA_CVOLUME_SNPRINT_MAX], cm[PA_CHANNEL_MAP_SNPRINT_MAX] = "n/a", *t; pa_scache_list_to_string() local [all...] |
H A D | sound-file-stream.c | 235 pa_channel_map cm; in pa_play_file() local
|
/third_party/pulseaudio/src/tests/ |
H A D | channelmap-test.c | 14 char cm[PA_CHANNEL_MAP_SNPRINT_MAX]; in START_TEST() local [all...] |
/third_party/curl/docs/examples/ |
H A D | 10-at-a-time.c | 98 static void add_transfer(CURLM *cm, unsigned int i, int *left) in add_transfer() argument 110 CURLM *cm; in main() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | unordered_set_constructor_test.h | 88 const auto& cm = m; in TYPED_TEST_P() local
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | HueSaturationEffect.cpp | 139 const float cm[20] = { in makeColorFilter() local
|
H A D | BrightnessContrastEffect.cpp | 205 const float cm[] = { in makeLegacyCF() local
|
H A D | ShiftChannelsEffect.cpp | 104 const float cm[] = { variable
|
/third_party/skia/gm/ |
H A D | color4f.cpp | 35 SkColorMatrix cm; in make_cf0() local 41 SkColorMatrix cm; in make_cf1() local
|
H A D | colorfilterimagefilter.cpp | 188 SkColorMatrix cm; in DEF_SIMPLE_GM() local
|
/third_party/skia/tests/ |
H A D | PathMeasureTest.cpp | 234 static void test_90_degrees(sk_sp<SkContourMeasure> cm, SkScalar radius, in test_90_degrees() argument
|
/third_party/curl/lib/ |
H A D | version_win32.c | 197 ULONGLONG cm = 0; in curlx_verify_windows_version() local [all...] |
/third_party/backends/japi/ |
H A D | ScanIt.java | 68 private ColorModel cm; // RGB color model. field in ScanIt
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 52 pa_channel_map cm; member 65 pa_lfe_filter_t * pa_lfe_filter_new(const pa_sample_spec* ss, const pa_channel_map* cm, float crossover_freq, size_t maxrewind) { in pa_lfe_filter_new() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkColorFilter_Matrix.cpp | 275 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm, Clamp clamp) { in Matrix() argument 283 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm) { in Matrix() argument 291 sk_sp<SkColorFilter> SkColorFilters::HSLAMatrix(const SkColorMatrix& cm) { in HSLAMatrix() argument 307 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm) { in Matrix() argument 315 sk_sp<SkColorFilter> SkColorFilters::HSLAMatrix(const SkColorMatrix& cm) { in HSLAMatrix() argument [all...] |
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtp-native.c | 197 struct cmsghdr *cm; in pa_rtp_recv() local
|