/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 909 // Unlike strcmp(), this function can handle NULL argument(s). A NULL 917 return strcmp(lhs, rhs) == 0; in CStringEquals() 5162 strcmp(test_suite->name(), name_.c_str()) == 0; in operator ()()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 295 if (strcmp(module, m->name) == 0) { in fuse_find_module() 854 strcmp(node->name, name) == 0) in lookup_node()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 3402 (!strcmp(FLAG_turbo_verify_machine_graph, "*") || in SelectInstructions() 3403 !strcmp(FLAG_turbo_verify_machine_graph, data->debug_name()))); in SelectInstructions()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 155 if (strcmp(FLAG_mcpu, "auto") == 0) { in ProbeImpl() 157 } else if (strcmp(FLAG_mcpu, "atom") == 0) { in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 111 if (strcmp(FLAG_mcpu, "auto") == 0) { in ProbeImpl() 113 } else if (strcmp(FLAG_mcpu, "atom") == 0) { in ProbeImpl()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 5362 if (strcmp(default_locale.getName(), "en_US_POSIX") == 0 || in ThrowInternal() 5363 strcmp(default_locale.getName(), "c") == 0) { in ThrowInternal()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCountersTests.cpp | 567 if (strcmp(name, uniform_name)) in CheckUniform() 583 if (strcmp(name, uniform_name)) in CheckUniform()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.cpp | 5212 bool isTIFF = (strcmp (dstMIMI, "image/tiff") == 0); in CleanUpMetadata() 5213 bool isDNG = (strcmp (dstMIMI, "image/dng" ) == 0); in CleanUpMetadata()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 2089 if (!strcmp(version, "unknown")) in _ssl__SSLSocket_version_impl() 2738 if (strcmp(cb_type, "tls-unique") == 0) { in _ssl__SSLSocket_get_channel_binding_impl()
|
/third_party/backends/backend/ |
H A D | lexmark_low.c | 2874 if (strcmp (dev->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_COLOR) == 0) in sanei_lexmark_low_set_scan_regs() 4928 if (strcmp (dev->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_COLOR) == 0) in sanei_lexmark_low_read_scan_data() 4934 if (strcmp (dev->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_GRAY) == 0) in sanei_lexmark_low_read_scan_data()
|
H A D | hp4200.c | 2286 if (strcmp (dev->dev.name, name) == 0) in find_device()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 590 if (strcmp(device, device_string) == 0) { in validate_device() 1634 if ((0 == strcmp("..", name)) in leaf_dir() 1635 || (0 == strcmp(".", name))) in leaf_dir()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 7305 if (strcmp(wpa_s->ifname, "wlan0") == 0) { 7308 } else if ((strcmp(wpa_s->ifname, "p2p-dev-wlan0") == 0) || (strcmp(wpa_s->ifname, "p2p0") == 0)) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | codec_desc.c | 3586 if (!strcmp(desc->name, name)) in avcodec_descriptor_get_by_name()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 419 if (!strcmp(opencl_device_types[i].key, param->value)) { in opencl_filter_device()
|
/third_party/curl/lib/vtls/ |
H A D | schannel.c | 2806 strcmp(mbackend->CAfile, conn_config->CAfile)) { in Curl_schannel_get_cached_cert_store()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ustrtest.cpp | 1775 if(U_FAILURE(status) || pc==NULL || strcmp(pc, testEnumStrings[i]) != 0) { in TestStringEnumeration()
|
/third_party/mbedtls/library/ |
H A D | ecp.c | 475 if (strcmp(curve_info->name, name) == 0) { in mbedtls_ecp_curve_info_from_name()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 464 if (strcmp(interface, "wl_drm") == 0) { in v3dv_registry_global()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 294 return strcmp(s1, s2) == 0; in streq()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 126 || strcmp(cached->variable, wanted->variable)); in inode_cache_compare()
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 295 if (strcmp(shared_curve_name, curve_name.data()) == 0) { in servername_callback()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 1109 if (strcmp(props->extensionName, exts[j].extensionName)) in vn_physical_device_init_renderer_extensions()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 347 if (!strcmp(prop->name, "DPMS")) in wsi_display_get_connector()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | reapits.c | 91 success = (strcmp((expected), buf_inside_macro) == 0); in test_assert_string()
|