/third_party/pulseaudio/src/modules/ |
H A D | module-waveout.c | 620 if (strcmp(output_device_name, pwoc.szPname) == 0) in pa__init() 646 if (strcmp(input_device_name, pwic.szPname) == 0) in pa__init()
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 1801 strcmp(tags[i].lang, "und") ? tags[i].lang : NULL; in matroska_convert_tag() 2593 if (!strcmp(track->codec_id, "V_MS/VFW/FOURCC") && in matroska_parse_tracks() 2605 } else if (!strcmp(track->codec_id, "A_MS/ACM") && in matroska_parse_tracks() 2619 } else if (!strcmp(track->codec_id, "A_QUICKTIME") in matroska_parse_tracks() 2641 } else if (!strcmp(track->codec_id, "V_QUICKTIME") && in matroska_parse_tracks() 2843 if (strcmp(track->language, "und")) in matroska_parse_tracks() 2985 if (!strcmp(track->codec_id, "D_WEBVTT/CAPTIONS")) { in matroska_parse_tracks() 2987 } else if (!strcmp(track->codec_id, "D_WEBVTT/DESCRIPTIONS")) { in matroska_parse_tracks() 2989 } else if (!strcmp(track->codec_id, "D_WEBVTT/METADATA")) { in matroska_parse_tracks() 3045 if (!strcmp(ebm in matroska_read_header() [all...] |
H A D | avidec.c | 1070 if (dict_entry && !strcmp(dict_entry->value, "PotEncoder")) in avi_read_header() 1108 !strcmp(pkt->data, "GAB2") && AV_RL16(pkt->data + 5) == 2) { in read_gab2_sub() 1147 if (strcmp(sub_demuxer->name, "srt") && strcmp(sub_demuxer->name, "ass")) in read_gab2_sub()
|
H A D | asfdec_f.c | 571 if (!strcmp(name, "AspectRatioX")) in asf_read_ext_content_desc() 573 else if (!strcmp(name, "AspectRatioY")) in asf_read_ext_content_desc() 633 if (!strcmp(name, "AspectRatioX")){ in asf_read_metadata() 637 } else if(!strcmp(name, "AspectRatioY")){ in asf_read_metadata()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 423 if (strcmp(iter->type->name, c) == 0) { in SWIG_TypeCheck() 443 Identical to SWIG_TypeCheck, except strcmp is replaced with a pointer comparison 568 int compare = strcmp(name, iname); in SWIG_MangledTypeQueryModule() 686 if (strcmp(c,"NULL") == 0) { in SWIG_UnpackVoidPtr() 714 if (strcmp(c,"NULL") == 0) { in SWIG_UnpackDataName() 1672 return (strcmp(op->ob_type->tp_name, "SwigPyObject") == 0); in SwigPyObject_Check() 1675 || (strcmp(Py_TYPE(op)->tp_name,"SwigPyObject") == 0); in SwigPyObject_Check() 2097 || (strcmp((op)->ob_type->tp_name,"SwigPyPacked") == 0); in SwigPyPacked_Check() 3429 if (!strcmp(function, p->function)) { in ReturnedBufferSize() 5275 if (strcmp(va in swig_varlink_getattr() [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 833 (!strcmp(org_path,"/") ? ni : (ntfs_inode*)NULL), in ntfs_fuse_getattr() 1399 if (!strcmp(path,"/") in ntfs_fuse_opendir() 3057 && !strcmp(path,"/")) in ntfs_check_access_xattr() 3211 if (strcmp(name, "ntfs.streams.list")) in ntfs_fuse_getxattr_windows() 3305 if (position && strcmp(name, XATTR_RESOURCEFORK_NAME)) { in ntfs_fuse_getxattr() 3464 is_resource_fork = strcmp(name, XATTR_RESOURCEFORK_NAME) ? FALSE : TRUE; in ntfs_fuse_setxattr() 4316 if (strcmp(opts.arg_device,opts.device)) in setup_logging()
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 4081 if (strcmp(event_name, "start") == 0) { in _elementtree_XMLParser__setevents_impl() 4083 } else if (strcmp(event_name, "end") == 0) { in _elementtree_XMLParser__setevents_impl() 4085 } else if (strcmp(event_name, "start-ns") == 0) { in _elementtree_XMLParser__setevents_impl() 4092 } else if (strcmp(event_name, "end-ns") == 0) { in _elementtree_XMLParser__setevents_impl() 4099 } else if (strcmp(event_name, "comment") == 0) { in _elementtree_XMLParser__setevents_impl() 4105 } else if (strcmp(event_name, "pi") == 0) { in _elementtree_XMLParser__setevents_impl() 4414 if (strcmp(expat_capi->magic, PyExpat_CAPI_MAGIC) != 0 || in PyInit__elementtree()
|
H A D | _testbuffer.c | 18 #define SIMPLE_FORMAT(fmt) (fmt == NULL || strcmp(fmt, "B") == 0) 518 if (strcmp(FIX_FORMAT(dest->format), FIX_FORMAT(src->format)) != 0 || in cmp_structure() 2473 return fmt2 == NULL || strcmp(fmt2, "B") == 0; in fmtcmp() 2476 return fmt1 == NULL || strcmp(fmt1, "B") == 0; in fmtcmp() 2478 return strcmp(fmt1, fmt2) == 0; in fmtcmp()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_zscale.c | 950 if ( !strcmp(cmd, "width") || !strcmp(cmd, "w") in process_command() 951 || !strcmp(cmd, "height") || !strcmp(cmd, "h")) { in process_command()
|
/third_party/alsa-lib/src/control/ |
H A D | control_remap.c | 1074 if (strcmp(id, "vindex") == 0) { in parse_map_config() 1308 if (strcmp(id, "remap") == 0) { in _snd_ctl_remap_open() 1312 if (strcmp(id, "map") == 0) { in _snd_ctl_remap_open() 1316 if (strcmp(id, "child") == 0) { in _snd_ctl_remap_open()
|
/third_party/backends/backend/ |
H A D | plustek_pp.c | 889 if( 0 == strcmp( tmp, opt )) { in decodeVal() 985 if( 0 == strcmp( dev->sane.name, dev_name )) { in attach() 1322 if( strcmp( dev->sane.name, devicename ) == 0 ) in sane_open() 1407 while( *list != NULL && strcmp(value, *list) != 0 ) in search_string_list()
|
H A D | u12.c | 261 while( *list != NULL && strcmp(value, *list) != 0 ) in search_string_list() 733 if( 0 == strcmp( tmp, opt )) { in decodeVal() 828 if( 0 == strcmp( dev->sane.name, dev_name )) { in attach() 1101 if( strcmp( dev->sane.name, devicename ) == 0 ) in sane_open()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 1120 LLAssert((llong(0, 0).lltoa(buf, (uint32_t)sizeof(buf)) == 1) && (strcmp(buf, zero) == 0)); 1121 LLAssert((llong(0xffffffff, 0xffffffff).lltoa(buf, (uint32_t)sizeof(buf)) == 2) && (strcmp(buf, neg_one) == 0)); 1122 LLAssert(((-llong(0, 12345)).lltoa(buf, (uint32_t)sizeof(buf)) == 6) && (strcmp(buf, neg_12345) == 0)); 1123 LLAssert((llong(0x12345678, 0x9abcdef0).lltoa(buf, (uint32_t)sizeof(buf), 16) == 16) && (strcmp(buf, big1) == 0));
|
/third_party/libbpf/src/ |
H A D | btf_dump.c | 128 return strcmp((void *)a, (void *)b) == 0; in str_equal_fn() 664 return strcmp(btf_name_of(d, t->name_off), "__builtin_va_list") == 0; in btf_dump_is_blacklisted() 1047 if (strcmp(name, missing_base_types[i][0]) == 0) { in btf_dump_emit_missing_aliases() 1197 if (t->type == 0 && strcmp(name, "__gnuc_va_list") == 0) { in btf_dump_emit_typedef_def()
|
/third_party/lame/frontend/ |
H A D | get_audio.c | 534 if (0 == strcmp(outPath, "-")) { in init_outfile() 654 if (strcmp(inPath, "-") != 0) { /* not for stdin */ in init_infile() 1892 if (!strcmp(inPath, "-")) { in open_wave_file() 1959 if (strcmp(inPath, "-") == 0) { in open_mpeg_file()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 408 if (strcmp(prop->name, "IN_FORMATS") == 0) in dump_prop() 757 if (strcmp(connector->name, name) == 0) in get_connector_by_name() 859 if (!strcmp(mode->name, mode_str)) { in connector_find_mode() 1024 if (strcmp(props_info[i]->name, p->name) == 0) in set_property()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 818 if (strcmp(path, s->name)) in already_tokenized() 824 if (strcmp(path, s->name)) in already_tokenized() 1030 different = strcmp(t1->number, t2->number); in token_different() 1821 if (strcmp(*dst, path) == 0) in add_path_entry()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 1434 if (short_name != nullptr && strcmp(property_name, short_name) == 0) in IsExactPropertyAlias() 1440 if (strcmp(property_name, long_name) == 0) return true; in IsExactPropertyAlias() 1449 if (short_name != nullptr && strcmp(property_value_name, short_name) == 0) { in IsExactPropertyValueAlias() 1457 if (strcmp(property_value_name, long_name) == 0) return true; in IsExactPropertyValueAlias()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 193 if (!strcmp(present_mode, "fifo")) { in wsi_device_init() 195 } else if (!strcmp(present_mode, "relaxed")) { in wsi_device_init() 197 } else if (!strcmp(present_mode, "mailbox")) { in wsi_device_init() 199 } else if (!strcmp(present_mode, "immediate")) { in wsi_device_init()
|
/third_party/mksh/ |
H A D | misc.c | 131 if (!strcmp(OFN(i), n)) in option() 457 else if (!strcmp(go.optarg, To_reset)) { in parse_args() 692 * the pattern. If check fails, just do a strcmp(). in gmatchx() 699 return (!strcmp(t, s)); in gmatchx() 1075 if (!strcmp(subp, cls->name)) { in gmatch_cclass()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 338 if (!strcmp(key, SkPDFGetNodeIdKey())) { in drawAnnotation() 345 if (!strcmp(SkAnnotationKeys::Define_Named_Dest_Key(), key)) { in drawAnnotation() 365 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) { in drawAnnotation() 367 } else if (!strcmp(SkAnnotationKeys::Link_Named_Dest_Key(), key)) { in drawAnnotation()
|
/third_party/python/Python/ |
H A D | bltinmodule.c | 776 if (strcmp(mode, "exec") == 0) in builtin_compile_impl() 778 else if (strcmp(mode, "eval") == 0) in builtin_compile_impl() 780 else if (strcmp(mode, "single") == 0) in builtin_compile_impl() 782 else if (strcmp(mode, "func_type") == 0) { in builtin_compile_impl()
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 399 if (errors == NULL || strcmp(errors, "strict") == 0) { in _Py_GetErrorHandler() 402 if (strcmp(errors, "surrogateescape") == 0) { in _Py_GetErrorHandler() 405 if (strcmp(errors, "replace") == 0) { in _Py_GetErrorHandler() 408 if (strcmp(errors, "ignore") == 0) { in _Py_GetErrorHandler() 411 if (strcmp(errors, "backslashreplace") == 0) { in _Py_GetErrorHandler() 414 if (strcmp(errors, "surrogatepass") == 0) { in _Py_GetErrorHandler() 417 if (strcmp(errors, "xmlcharrefreplace") == 0) { in _Py_GetErrorHandler() 3590 if (strcmp(lower, "ascii") == 0 in PyUnicode_Decode() 3591 || strcmp(lower, "us_ascii") == 0) { in PyUnicode_Decode() 3595 else if (strcmp(lowe in PyUnicode_Decode() [all...] |
/third_party/libcoap/examples/ |
H A D | coap-server.c | 1984 strcmp((const char *)s_psk_hint->s, in verify_id_callback() 2584 if (!strcmp("coap", arg)) { in cmdline_unix() 2587 } else if (!strcmp("coaps", arg)) { in cmdline_unix() 2594 } else if (!strcmp("coap+tcp", arg)) { in cmdline_unix() 2601 } else if (!strcmp("coaps+tcp", arg)) { in cmdline_unix()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 1111 if (!strcmp(version->name, name)) { in drmOpenByName() 1147 if (!strcmp(driver, name)) { /* Match */ in drmOpenByName() 3146 if ((strcmp(BusID, connection[i].BusID) == 0) && in drmOpenOnceWithType() 3166 strcmp(BusID, connection[nr_fds].BusID)); in drmOpenOnceWithType() 4088 usb_device = strcmp(value, "usb_device") == 0; in drm_usb_dev_path() 4089 usb_interface = strcmp(value, "usb_interface") == 0; in drm_usb_dev_path()
|