/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurults.cpp | 452 // if (strcmp(locales[i].getName(), "uk") == 0) { // Debug only. in testGetSamples() 522 // if (strcmp(locales[i].getName(), "uk") == 0) { // Debug only. in testGetDecimalQuantitySamples() 1169 if (strcmp(num, END_MARK) == 0) { in checkSelect()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1442 if (strcmp(argv[4], "--old") == 0) { in main()
|
/third_party/libdrm/ |
H A D | xf86drmMode.c | 935 if (strcmp(sbusid, busid) != 0) in drmCheckModesettingSupported()
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 431 if (strcmp(cont[i], de->d_name) == 0) { in check_dir_contents()
|
/third_party/lz4/tests/ |
H A D | frametest.c | 40 #include <string.h> /* strcmp */ 1243 if (!strcmp(argument, "--no-prompt")) { in main()
|
H A D | fuzzer.c | 49 #include <string.h> /* strcmp */ 1778 if (!strcmp(argument, "--no-prompt")) { use_pause=0; seedset=1; g_displayLevel=1; continue; } in main()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-internal-gen.cc | 138 DCHECK_EQ(strcmp(Marking::kWhiteBitPattern, "00"), 0); in IsWhite()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 262 strcmp("none", it->getType()) != 0) { in CreateUnitMap()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_virtgpu.c | 1616 if (!version || strcmp(version->name, "virtio_gpu") || in virtgpu_open_device()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 836 && strcmp(s->ext.hostname, edsess->ext.hostname) != 0)) { in tls_construct_ctos_early_data()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1146 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/python/Python/ |
H A D | sysmodule.c | 519 else if (!strcmp(envar, "0")) { in sys_breakpointhook()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 541 pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; in strcmp() functions
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 900 if (std::strcmp(deviceExtensions[i].extensionName, "VK_KHR_shared_presentable_image") == 0) in createSwapchainTest()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 1933 if (0 == strcmp(tag, resource.getUniqueKey().tag())) {
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 836 && strcmp(s->ext.hostname, edsess->ext.hostname) != 0)) { in tls_construct_ctos_early_data()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1442 if (strcmp(argv[4], "--old") == 0) { in main()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_java_wrap.c | 915 if (!strcmp(function, p->function)) { in ReturnedBufferSize()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 435 for(const auto& v : values) { if (strcmp(fontType, v.s) == 0) { return v.t; } } in get_font_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 2248 if (Modifier && strcmp(Modifier, "add") == 0) { in printMemOperand()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.c | 379 If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp) 395 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 412 if (!strcmp(options_list[count].key, option)) { in strtoopt()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 352 } else if (strcmp(text, "}") == 0) { in TryConsumeEndOfDeclaration()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 993 if (strcmp(sixdigitsbuf, snprintfbuf) != 0) { in TEST_F()
|
/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 300 If iCaseSensitivity = 1, comparison is case sensitive (like strcmp) 314 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
|