/third_party/libabigail/src/ |
H A D | abg-reader.cc | 4262 if (!strcmp(CHAR_STR(s), "infinite")) in build_array_type_def()
|
H A D | abg-dwarf-reader.cc | 7420 return l_str && r_str && !strcmp(l_str, r_str); in slowly_compare_strings()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3430 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_match.c | 6133 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectMiscTests.cpp | 1846 if (strcmp(extProp.extensionName, "VK_EXT_discard_rectangles") == 0)
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 462 if(strcmp(extensionName, extensionProperties[i].extensionName) == 0) in hasExtension()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 4374 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.c | 5808 if (strcmp(name, m->ml_name) == 0) { in cfunc_noargs()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 3542 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 D | SkParagraphTest.cpp | 4961 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 D | vulkan.h | 6228 if(extensions[i] != NULL && strcmp(name, extensions[i]) == 0) { in glad_vk_has_extension()
|
H A D | gl.h | 5883 if(strcmp(e, ext) == 0) { in glad_gl_has_extension()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 5399 if (devicename[0] && strcmp ("genesys", devicename) != 0) {
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 5993 if (strcmp(name, it->extension()->name()) == 0) { in InstallExtension()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 3242 if (strcmp(item, "iso8601") != 0) { in CalendarMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 5364 if (strcmp(ParamTypeToString(param.type), "GLuint") == 0) in updateResourceCountsFromParamCapture()
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 2639 || !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 D | php-upb.c | 3741 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 D | catch.hpp | 9924 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 D | hlslParseHelper.cpp | 6399 if (strcmp(desc.c_str(), it[0].c_str()) == 0) { in handleRegister()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 309 strcmp(detail, "testing opcode") == 0) { in CheckBailoutAllowed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context.cpp | 3368 if (strcmp(name, "GL_OVR_multiview2") == 0) in setExtensionEnabled()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 4348 if ((1 != size) || (GL_INT != type) || (0 != strcmp("result", name))) in testBegin()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 7987 if (strcmp("__intrinsic_atomic_sub", intrinsic) == 0) { in _atomic_counter_op1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 8698 if (strcmp(wpa_s->ifname, "p2p0") == 0) {
|