/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | rpc_server.c | 25 if (!strcmp(argv[i], "-d")) in main() 27 if (!strcmp(argv[i], "-p")) { in main() 41 if (!strcmp(argv[i], "-v")) { in main()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc3.c | 131 if (!strcmp(priority, "fixed")) { in main() 281 if (strcmp(priority, "fixed") && strcmp(priority, "variable")) in parse_args()
|
H A D | sched_tc2.c | 129 if (!strcmp(priority, "fixed")) { in main() 262 if (strcmp(priority, "fixed") && strcmp(priority, "variable")) in parse_args()
|
/third_party/libexif/test/ |
H A D | test-tagtable.c | 180 VALIDATE(!strcmp(exif_tag_get_name_in_ifd( in name() 192 VALIDATE(!strcmp(exif_tag_get_name_in_ifd( in name() 196 VALIDATE(!strcmp(exif_tag_get_name_in_ifd( in name()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_cmdline.c | 119 if (!strcmp(argv[n], "--verbose")) { in main() 125 if (!strcmp(argv[n], "--frag-rb-swap")) { in main() 132 if (!strcmp(argv[n], "--help")) { in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | snprintf.c | 18 !strcmp((s),(x)) || \ 183 if (strcmp(b, int_tests[j].expect) != 0) in main() 193 if (strcmp(b, fp_tests[j].expect) != 0) in main()
|
H A D | search_tsearch.c | 21 return strcmp(((struct e*)a)->k, ((struct e*)b)->k); in cmp() 53 if (strcmp(searchkey, e->k) == 0) in getparent() 74 if (!p || strcmp(((struct e*)*p)->k, k) != 0) in set()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fgets.c | 35 if (strcmp(content, "this is a test\n") == 0) { in fgets_0100() 62 if (strcmp(content, "this") == 0) { in fgets_0200() 88 if (strcmp(content, "t") == 0) { in fgets_0300()
|
H A D | vfscanf.c | 57 if (strcmp(buffer, "vfscanftest") != 0) { in vfscanf_0100() 94 if (strcmp(buffer, "vfscanftest") != 0) { in vfscanf_0200() 97 if (strcmp(val, "123") != 0) { in vfscanf_0200()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_assert_fail_dialog.c | 160 if (strcmp(BufferAbort, ASSERT_ABORT_INFO) == 0 && strcmp(BufferIgnore, ASSERT_IGNORE_INFO) == 0 in main() 161 && strcmp(BufferRetry, ASSERT_RETRY_INFO) == 0) { in main()
|
/third_party/openssl/test/ |
H A D | x509aux.c | 38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs() 49 && strcmp(name, PEM_STRING_X509) != 0 in test_certs() 50 && strcmp(name, PEM_STRING_X509_OLD) != 0) { in test_certs()
|
/third_party/openssl/test/testutil/ |
H A D | stanza.c | 121 if (strcmp(key, "Title") == 0) { in test_readstanza() 129 if (strcmp(key, "PrivateKey") == 0) { in test_readstanza() 133 if (strcmp(key, "PublicKey") == 0) { in test_readstanza()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | EGLInitializePerf.cpp | 45 if (strcmp(name, "GPU.ANGLE.Renderer11InitializeDLLsMS") == 0) in CapturePlatform_histogramCustomCounts() 50 else if (strcmp(name, "GPU.ANGLE.D3D11CreateDeviceMS") == 0) in CapturePlatform_histogramCustomCounts() 54 else if (strcmp(name, "GPU.ANGLE.Renderer11InitializeDeviceMS") == 0) in CapturePlatform_histogramCustomCounts()
|
/third_party/skia/src/core/ |
H A D | SkFlattenable.cpp | 62 return strcmp(a.fName, b.fName) < 0; in operator ()() 65 return strcmp(a.fName, b) < 0; in operator ()() 68 return strcmp(a, b.fName) < 0; in operator ()()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | strip_reflect_info_pass.cpp | 65 if (0 == std::strcmp(ext_name, "SPV_GOOGLE_hlsl_functionality1")) { in Process() 68 0 == std::strcmp(ext_name, "SPV_GOOGLE_decorate_string")) { in Process() 70 } else if (0 == std::strcmp(ext_name, "SPV_KHR_non_semantic_info")) { in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | strip_reflect_info_pass.cpp | 65 if (0 == std::strcmp(ext_name, "SPV_GOOGLE_hlsl_functionality1")) { in Process() 68 0 == std::strcmp(ext_name, "SPV_GOOGLE_decorate_string")) { in Process() 70 } else if (0 == std::strcmp(ext_name, "SPV_KHR_non_semantic_info")) { in Process()
|
/third_party/skia/tests/ |
H A D | SkDOMTest.cpp | 20 REPORTER_ASSERT(r, !strcmp(dom.getName(node), expectedName)); in check_node() 49 REPORTER_ASSERT(r, v && !strcmp(v, "1")); in DEF_TEST() 51 REPORTER_ASSERT(r, v && !strcmp(v, "2")); in DEF_TEST()
|
/third_party/toybox/toys/lsb/ |
H A D | umount.c | 62 if (!strcmp(mt->dir, dir)) while ((s = comma_iterate(&mt->opts, &len))) { in do_umount() 141 if (!strcmp(ml->dir, abs)) break; in umount_main() 142 if (!strcmp(ml->device, abs)) { in umount_main()
|
/third_party/toybox/toys/pending/ |
H A D | ipcrm.c | 72 if (toys.optc && (!strcmp(*toys.argv, "shm") || in ipcrm_main() 73 !strcmp(*toys.argv, "sem") || !strcmp(*toys.argv, "msg"))) { in ipcrm_main()
|
/third_party/python/Modules/ |
H A D | symtablemodule.c | 40 if (strcmp(startstr, "exec") == 0) in _symtable_symtable_impl() 42 else if (strcmp(startstr, "eval") == 0) in _symtable_symtable_impl() 44 else if (strcmp(startstr, "single") == 0) in _symtable_symtable_impl()
|
/third_party/skia/modules/skottie/tests/ |
H A D | AudioLayer.cpp | 80 REPORTER_ASSERT(fReporter, !strcmp(path, "assets/")); in DEF_TEST() 81 REPORTER_ASSERT(fReporter, !strcmp(name, "audio.mp3")); in DEF_TEST() 82 REPORTER_ASSERT(fReporter, !strcmp(id , "audio_0")); in DEF_TEST()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttributeParser.h | 44 if (!strcmp(name, expectedName)) { in parse() 55 if (strcmp(name, expectedName) != 0) { in parseProperty() 59 if (!strcmp(value, "inherit")) { in parseProperty()
|
/third_party/elfutils/backends/ |
H A D | i386_symbol.c | 74 || strcmp (name, ".stab") == 0 in i386_debugscn_p() 75 || strcmp (name, ".stabstr") == 0); in i386_debugscn_p()
|
/third_party/fsverity-utils/programs/ |
H A D | test_hash_algs.c | 31 ASSERT(!strcmp("sha256", in main() 38 ASSERT(!strcmp("sha512", in main()
|
/third_party/gptfdisk/ |
H A D | cgdisk.cc | 48 if (strcmp(argv[1], "-a") == 0) { in main() 50 } else if (strcmp(argv[2], "-a") == 0) { in main()
|