/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local 54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local 64 const bool same = in BM_memcmp_benchmark() local 76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
|
/third_party/musl/src/locale/ |
D | setlocale.c | 47 int same = 0; in setlocale() local
|
/third_party/musl/porting/linux/user/src/locale/ |
D | setlocale.c | 58 int same = 0; in setlocale() local
|
/third_party/ffmpeg/libavcodec/ |
D | rle.c | 27 int ff_rle_count_pixels(const uint8_t *start, int len, int bpp, int same) in ff_rle_count_pixels()
|
/third_party/rust/crates/rustix/tests/fs/ |
D | renameat.rs | 5 fn same(a: &Stat, b: &Stat) -> bool { in same() function
|
/third_party/node/deps/npm/node_modules/pseudomap/ |
D | pseudomap.js | 83 function same (a, b) { function
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 274 UBool same = TRUE; in test_Formattable() local
|
D | ucdtest.cpp | 421 UBool same= a==b; in compareUSets() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 219 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
|
/third_party/rust/crates/aho-corasick/bench/src/ |
D | bench.rs | 11 mod same; module
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 216 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfslabel.c | 243 BOOL same; in change_serial() local
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 849 BOOL same = leftop == rightop; in compare_opcodes() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_phis.cpp | 97 if (std::all_of(ops.begin() + 1, ops.end(), [&](Operand same) { return same == ops[0]; })) in get_ssa()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_divergence_analysis.c | 882 nir_ssa_def* same = NULL; in visit_loop_header_phi() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderMetamorphicTests.cpp | 165 …bool same = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", img, refImg, tcu:… in checkNondet() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 297 static bool same(U) { in same() function 300 static bool same(T) { return true; } in same() function
|
/third_party/spirv-tools/source/opt/ |
D | ir_context.cpp | 1009 bool same = true; in CheckCFG() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_context.cpp | 1009 bool same = true; in CheckCFG() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_context.cpp | 1009 bool same = true; in CheckCFG() local
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 344 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same() 364 bool same; in FindByDWriteFont() local
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 514 SResource *same; in handleWrite16() local 1679 StringResource *same = res->fSame; in compactStringsV2() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor_test.cc | 1090 auto& same = so; in TEST() local 1103 auto& same = so; in TEST() local 1117 auto& same = so; in TEST() local 1130 auto& same = so; in TEST() local
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 533 SResource *same; in handleWrite16() local 1728 StringResource *same = res->fSame; in compactStringsV2() local
|
/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 405 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same() 435 bool same; in FindByDWriteFont() local
|