Home
last modified time | relevance | path

Searched refs:strcmp (Results 3176 - 3200 of 3204) sorted by relevance

1...<<121122123124125126127128129

/third_party/libabigail/src/
H A Dabg-reader.cc4262 if (!strcmp(CHAR_STR(s), "infinite")) in build_array_type_def()
H A Dabg-dwarf-reader.cc7420 return l_str && r_str && !strcmp(l_str, r_str); in slowly_compare_strings()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3430 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
/third_party/pcre2/pcre2/src/
H A Dpcre2_match.c6133 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp1846 if (strcmp(extProp.extensionName, "VK_EXT_discard_rectangles") == 0)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp462 if(strcmp(extensionName, extensionProperties[i].extensionName) == 0) in hasExtension()
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh4374 if (strcmp (argv[i], dumpscript_opt) == 0)
4388 if (strcmp (argv[i], debug_opt) == 0)
4393 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
4801 if (strcmp (str, pat) == 0)
/third_party/python/Modules/_decimal/
H A D_decimal.c5808 if (strcmp(name, m->ml_name) == 0) { in cfunc_noargs()
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c3542 if (genfs_tail && strcmp(genfs_tail->fstype, cil_genfscon->fs_str) == 0) { in cil_genfscon_to_policydb()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp4961 SkASSERT(std::strcmp(text, utf1to1.data()) == 0); in DEF_TEST_DISABLED()
5004 SkASSERT(std::strcmp(text, utf1to1.data()) == 0); in DEF_TEST_DISABLED()
/third_party/glfw/deps/glad/
H A Dvulkan.h6228 if(extensions[i] != NULL && strcmp(name, extensions[i]) == 0) { in glad_vk_has_extension()
H A Dgl.h5883 if(strcmp(e, ext) == 0) { in glad_gl_has_extension()
/third_party/backends/backend/genesys/
H A Dgenesys.cpp5399 if (devicename[0] && strcmp ("genesys", devicename) != 0) {
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5993 if (strcmp(name, it->extension()->name()) == 0) { in InstallExtension()
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc3242 if (strcmp(item, "iso8601") != 0) { in CalendarMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp5364 if (strcmp(ParamTypeToString(param.type), "GLuint") == 0) in updateResourceCountsFromParamCapture()
/third_party/openssl/test/
H A Devp_extra_test.c2639 || !TEST_int_eq(strcmp(params[0].key, OSSL_DIGEST_PARAM_SSL3_MS), 0) in test_EVP_PKEY_CTX_get_set_params()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3741 if (!strcmp(name, "google.protobuf.Any")) { in assign_msg_wellknowntype()
3743 } else if (!strcmp(name, "google.protobuf.FieldMask")) { in assign_msg_wellknowntype()
3745 } else if (!strcmp(name, "google.protobuf.Duration")) { in assign_msg_wellknowntype()
3747 } else if (!strcmp(name, "google.protobuf.Timestamp")) { in assign_msg_wellknowntype()
3749 } else if (!strcmp(name, "google.protobuf.DoubleValue")) { in assign_msg_wellknowntype()
3751 } else if (!strcmp(name, "google.protobuf.FloatValue")) { in assign_msg_wellknowntype()
3753 } else if (!strcmp(name, "google.protobuf.Int64Value")) { in assign_msg_wellknowntype()
3755 } else if (!strcmp(name, "google.protobuf.UInt64Value")) { in assign_msg_wellknowntype()
3757 } else if (!strcmp(name, "google.protobuf.Int32Value")) { in assign_msg_wellknowntype()
3759 } else if (!strcmp(nam in assign_msg_wellknowntype()
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp9924 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
9928 // Thus, if the pointers are the same, there is no point in calling the strcmp
9929 return line < other.line || ( line == other.line && file != other.file && (std::strcmp(file, other.file) < 0));
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp6399 if (strcmp(desc.c_str(), it[0].c_str()) == 0) { in handleRegister()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc309 strcmp(detail, "testing opcode") == 0) { in CheckBailoutAllowed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp3368 if (strcmp(name, "GL_OVR_multiview2") == 0) in setExtensionEnabled()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp4348 if ((1 != size) || (GL_INT != type) || (0 != strcmp("result", name))) in testBegin()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7987 if (strcmp("__intrinsic_atomic_sub", intrinsic) == 0) { in _atomic_counter_op1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c8698 if (strcmp(wpa_s->ifname, "p2p0") == 0) {

Completed in 264 milliseconds

1...<<121122123124125126127128129