/third_party/alsa-lib/src/topology/ |
H A D | elem.c | 344 if (!strcmp(elem->id, id) && elem->type == type) in tplg_elem_lookup() 435 if (strcmp(id, "index") == 0) { in tplg_elem_new_common()
|
H A D | parser.c | 170 if (p->id && strcmp(id, p->id) == 0) { in tplg_parse_config() 174 if (p->id2 && strcmp(id, p->id2) == 0) { in tplg_parse_config()
|
/third_party/alsa-utils/axfer/ |
H A D | subcmd-transfer.c | 198 if (!strcmp(path, "-")) { in capture_pre_process() 252 if (!strcmp(path, "-")) { in playback_pre_process()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_ext_unittest.cc | 55 if (strcmp(c_iter->first, full_test_name) == 0) { in flagsForTest() 65 if (strcmp(c_iter->first, full_test_name) == 0) { in reqForTest()
|
/third_party/libwebsockets/lib/jose/jwk/ |
H A D | jose_key.c | 528 !asym || (strcmp(tok, "sign") && in lws_jwk_export() 529 strcmp(tok, "encrypt"))) { in lws_jwk_export()
|
/third_party/libcoap/src/oscore/ |
H A D | oscore_cose.c | 78 if (strcmp(name, curve_mapping[i].name) == 0) in cose_get_curve_id() 134 if (strcmp(name, alg_mapping[i].name) == 0) in cose_get_alg_id()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 699 if (strcmp(input->name, "gl_Color") == 0 && input->data.used) { in cross_validate_outputs_to_inputs() 709 } else if (strcmp(input->name, "gl_SecondaryColor") == 0 && input->data.used) { in cross_validate_outputs_to_inputs()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | header.c | 202 !strcmp(content_type, "application/javascript") || in lws_add_http_common_headers() 203 !strcmp(content_type, "image/svg+xml"))) in lws_add_http_common_headers()
|
/third_party/ltp/lib/ |
H A D | random_range.c | 771 if (strcmp(argv[1], "random_rangel") == 0) { 807 } else if (strcmp(argv[1], "random_rangell") == 0) {
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | gs-test.c | 581 if (strcmp(argv[i], "-fps") == 0) { in args() 585 else if (strcmp(argv[i], "-strip") == 0) { in args()
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 227 if (!strcmp(device_info.ppEnabledExtensionNames[i], "VK_INTEL_performance_query")) { in nullhw_CreateDevice() 347 if (strcmp(name, name_to_funcptr_map[i].name) == 0) in find_ptr()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | windtfmt.cpp | 259 if (strcmp(fCalendar->getType(), cal.getType()) != 0) { in format() 280 if (fCalendar == nullptr || strcmp(fCalendar->getType(), newCalendar->getType()) != 0) { in adoptCalendar()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | windtfmt.cpp | 258 if (strcmp(fCalendar->getType(), cal.getType()) != 0) { in format() 279 if (fCalendar == NULL || strcmp(fCalendar->getType(), newCalendar->getType()) != 0) { in adoptCalendar()
|
/third_party/libfuse/lib/ |
H A D | fuse_opt.c | 185 if (strcmp(t, arg) == 0) { in match_template() 390 strcmp(ctx->outargs.argv[ctx->outargs.argc - 1], "--") == 0) { in opt_parse()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 641 if (!strcmp(dent->d_name, ".") || in visit_dir() 642 !strcmp(dent->d_name, "..")) in visit_dir()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | main.c | 144 if (strcmp(argv[i], "|") != 0) { in main() 219 if (strcmp(rootPath, file) == 0) { in cleanup_dirs()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | target.cc | 464 if (!strcmp(str, "fThreadInfo") || !strcmp(str, "sThreadInfo")) { in ProcessQueryPacket()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 423 if (strcmp((char*)&abuf[0], (char*)&target)) { in main() 432 if (!strcmp((char*)&abuf[0], (char*)&target)) { in main()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vpm.c | 570 return strcmp(a->name, b->name); in table_cmp() 579 return strcmp((*a)->name, (*b)->name); in param_cmp()
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_pkey.c | 135 if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) { in pem_read_bio_key_legacy() 146 } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) { in pem_read_bio_key_legacy()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 320 && (strcmp(keytype, "id-ecPublicKey") == 0 in ossl_decoder_ctx_setup_for_pkey() 321 || strcmp(keytype, "1.2.840.10045.2.1") == 0)) in ossl_decoder_ctx_setup_for_pkey()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 150 if (strcmp(filename, ep->filename) == 0) { in add_entry() 342 return strcmp(*a, *b); in sk_strcmp()
|
/third_party/openssl/test/testutil/ |
H A D | tests.c | 281 if (s1 == NULL || s2 == NULL || strcmp(s1, s2) != 0) { in test_str_eq() 295 if (s1 == NULL || strcmp(s1, s2) == 0) { in test_str_ne()
|
/third_party/openssl/apps/ |
H A D | rehash.c | 153 if (strcmp(filename, ep->filename) == 0) { in add_entry() 345 return strcmp(*a, *b); in sk_strcmp()
|
/third_party/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 316 && (strcmp(keytype, "id-ecPublicKey") == 0 in ossl_decoder_ctx_setup_for_pkey() 317 || strcmp(keytype, "1.2.840.10045.2.1") == 0)) in ossl_decoder_ctx_setup_for_pkey()
|