Home
last modified time | relevance | path

Searched refs:same (Results 1 - 25 of 184) sorted by relevance

12345678

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DServiceTest.java86 mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest), in testCallMethod()
88 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest), in testCallMethod()
123 EasyMock.same(fooDescriptor), in testStub()
124 EasyMock.same(mockController), in testStub()
125 EasyMock.same(fooRequest), in testStub()
126 EasyMock.same(FooResponse.getDefaultInstance()), in testStub()
129 EasyMock.same(barDescriptor), in testStub()
130 EasyMock.same(mockControlle in testStub()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DServiceTest.java83 EasyMock.same(mockController), in testCallMethod()
84 EasyMock.same(fooRequest), in testCallMethod()
87 EasyMock.same(mockController), in testCallMethod()
88 EasyMock.same(barRequest), in testCallMethod()
121 EasyMock.same(fooDescriptor), in testStub()
122 EasyMock.same(mockController), in testStub()
123 EasyMock.same(fooRequest), in testStub()
124 EasyMock.same(FooResponse.getDefaultInstance()), in testStub()
127 EasyMock.same(barDescriptor), in testStub()
128 EasyMock.same(mockControlle in testStub()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dequal_benchmark.cc44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local
45 benchmark::DoNotOptimize(same); in BM_absl_equal_benchmark()
54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local
55 benchmark::DoNotOptimize(same); in BM_std_equal_benchmark()
64 const bool same = in BM_memcmp_benchmark() local
66 benchmark::DoNotOptimize(same); in BM_memcmp_benchmark()
76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
77 benchmark::DoNotOptimize(same); in BM_absl_equal_self_benchmark()
/third_party/rust/crates/rustix/tests/fs/
H A Drenameat.rs5 fn same(a: &Stat, b: &Stat) -> bool { in same() functions
27 assert!(same(&before, &renamed)); in test_renameat()
51 assert!(same(&before, &renamed)); in test_renameat_overwrite()
78 assert!(same(&before, &renamed)); in test_renameat_with()
94 assert!(same(&before, &renamed)); in test_renameat_with()
96 assert!(same(&green, &orig)); in test_renameat_with()
100 assert!(same(&green, &renamed)); in test_renameat_with()
102 assert!(same(&before, &orig)); in test_renameat_with()
/third_party/node/deps/npm/test/lib/commands/
H A Dls.js2695 t.same(
2731 t.same(
2792 t.same(
2862 t.same(JSON.parse(result()), {
2939 t.same(
2974 t.same(
3024 t.same(
3069 t.same(
3099 t.same(
3139 t.same(
[all...]
H A Dprofile.js86 t.same(JSON.parse(result()), userProfile, 'should output json profile result')
182 t.same(
226 t.same(JSON.parse(result()), userProfile, 'should output json profile result and ignore args')
333 t.same(
954 t.same(
1007 t.same(JSON.parse(result()), { tfa: false }, 'should output json already disabled msg')
1035 t.same(
/third_party/node/deps/npm/test/lib/utils/completion/
H A Dinstalled-deep.js147 t.same(
164 t.same(
177 t.same(
195 t.same(
/third_party/ffmpeg/libavcodec/
H A Drle.c28 int ff_rle_count_pixels(const uint8_t *start, int len, int bpp, int same) in ff_rle_count_pixels() argument
34 if (same != !memcmp(pos - bpp, pos, bpp)) { in ff_rle_count_pixels()
35 if (!same) { in ff_rle_count_pixels()
/third_party/curl/docs/examples/
H A Dwebsocket.c50 int same = 0; in recv_pong() local
54 fprintf(stderr, "ws: got the same payload back\n"); in recv_pong()
55 same = 1; in recv_pong()
58 if(!same) in recv_pong()
59 fprintf(stderr, "ws: did NOT get the same payload back\n"); in recv_pong()
/third_party/musl/porting/linux/user/src/locale/
H A Dsetlocale.c58 int same = 0; in setlocale() local
62 if (lm == libc.global_locale.cat[0]) same++; in setlocale()
74 return same==LC_ALL ? (char *)part : buf; in setlocale()
/third_party/musl/src/locale/
H A Dsetlocale.c62 int same = 0; in setlocale() local
66 if (lm == libc.global_locale.cat[0]) same++; in setlocale()
78 return same==LC_ALL ? (char *)part : buf; in setlocale()
/third_party/curl/tests/libtest/
H A Dlib2304.c49 int same = 0; in recv_pong() local
53 fprintf(stderr, "ws: got the same payload back\n"); in recv_pong()
54 same = 1; in recv_pong()
57 if(!same) in recv_pong()
58 fprintf(stderr, "ws: did NOT get the same payload back\n"); in recv_pong()
H A Dlib2301.c49 int same = 0;
53 fprintf(stderr, "ws: got the same payload back\n");
54 same = 1;
57 if(!same)
58 fprintf(stderr, "ws: did NOT get the same payload back\n");
/third_party/curl/tests/unit/
H A Dunit1399.c58 bool same = (time_sec == expected_seconds); in usec_matches_seconds() local
59 fprintf(stderr, "is %d us same as %d seconds? %s\n", in usec_matches_seconds()
61 same?"Yes":"No"); in usec_matches_seconds()
62 return same; in usec_matches_seconds()
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp26 // Clear the original instruction that defining the same result id of the in AnalyzeInstDef()
264 bool same = true; in CompareAndPrintDifferences() local
277 same = false; in CompareAndPrintDifferences()
291 same = false; in CompareAndPrintDifferences()
305 same = false; in CompareAndPrintDifferences()
308 return same; in CompareAndPrintDifferences()
/third_party/typescript/tests/baselines/reference/
H A DjsFileCompilationDuplicateVariable.js23 out.d.ts(2,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'x' must be of type 'number', but here has type 'string'.
30 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'x' must be of type 'number', but here has type 'string'.
/third_party/ntfs-3g/ntfsprogs/
H A Dntfslabel.c224 "the same time.\n"); in parse_options()
243 BOOL same; in change_serial() local
248 same = TRUE; in change_serial()
254 same = !memcmp(oldbs, bs, vol->sector_size); in change_serial()
255 if (same) { in change_serial()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatUnitTest.java70 // These plural formats should produce the same output as a in TestConstructor()
219 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples()
222 Set<ULocale> others = same.get(otherLocale); in TestSamples()
223 if (others == null) same.put(otherLocale, others = new LinkedHashSet()); in TestSamples()
227 for (ULocale locale0 : same.keySet()) { in TestSamples()
230 logln(localeName + "\t=\t" + same.get(locale0)); in TestSamples()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatUnitTest.java68 // These plural formats should produce the same output as a in TestConstructor()
217 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples()
220 Set<ULocale> others = same.get(otherLocale); in TestSamples()
221 if (others == null) same.put(otherLocale, others = new LinkedHashSet()); in TestSamples()
225 for (ULocale locale0 : same.keySet()) { in TestSamples()
228 logln(localeName + "\t=\t" + same.get(locale0)); in TestSamples()
/third_party/rust/crates/aho-corasick/bench/src/
H A Dbench.rs11 mod same; modules
18 same::all(c); in all()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java88 boolean same = save.getCurrencyCode().equals(currCode); in format()
89 if (!same) { in format()
93 if (!same) { in format()
/third_party/icu/icu4c/source/test/intltest/
H A Dtfsmalls.cpp274 UBool same = true; in test_Formattable() local
277 same = false; in test_Formattable()
280 if (same) { in test_Formattable()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
36 when accessing the address-space. It has the same purpose as the
37 argument of the same name for \Func{unw\_init\_remote}(). When
/third_party/node/test/fixtures/wpt/encoding/streams/
H A Drealms.window.js92 // The same as evalInRealmAndWait but returns the result of evaluating "code" as
166 'same realm as the constructor definition');
180 'same realm as the constructor of TextEncoderStream');
193 'from the same realm as the constructor of TextEncoderStream');
227 'same realm as the constructor of TextDecoderStream');
241 'read should come from the same realm as the constructor of TextDecoderStream');
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp405 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same() argument
412 same = (iunkA.get() == iunkB.get()); in are_same()
435 bool same; in FindByDWriteFont() local
438 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same)); in FindByDWriteFont()
439 if (same) { in FindByDWriteFont()
443 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same)); in FindByDWriteFont()
444 if (same) { in FindByDWriteFont()
448 //Check if the two fonts share the same loader and have the same key. in FindByDWriteFont()
467 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same)); in FindByDWriteFont()
[all...]

Completed in 13 milliseconds

12345678