Searched defs:same (Results 1 - 25 of 49) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm22 sub same : Test(2) { subroutine
/external/clang/test/SemaCXX/
H A Ddynamic-cast.cpp44 void same() function
H A Dconstant-expression-cxx11.cpp339 constexpr bool same(const int &a, const int &b) { return &a == &b; } function in namespace:MaterializeTemporary
340 constexpr bool sameTemporary(const int &n) { return same(n, n); }
343 static_assert(!same(4, 4), "");
344 static_assert(same(n, n), "");
/external/zopfli/src/zopfli/
H A Dhash.h31 unsigned short* prev; /* Index to index of prev. occurance of same hash. */
39 unsigned short* prev2; /* Index to index of prev. occurance of same hash. */
45 unsigned short* same; /* Amount of repetitions of same byte after this .*/ member in struct:ZopfliHash
H A Dlz77.c304 unsigned short same0 = h->same[pos & ZOPFLI_WINDOW_MASK];
306 unsigned short same1 = h->same[(pos - dist) & ZOPFLI_WINDOW_MASK];
307 unsigned short same = same0 < same1 ? same0 : same1; local
308 if (same > limit) same = limit;
309 scan += same;
310 match += same;
333 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-1y.cpp37 template<typename T, typename U> struct same;
38 template<typename T> struct same<T, T> {}; struct
H A Dp3.cpp36 template<typename T, typename U> struct same;
37 template<typename T> struct same<T, T> {}; struct
47 same<__typeof(x), int> xHasTypeInt;
48 same<__typeof(v), const int*> vHasTypeConstIntPtr;
49 same<__typeof(u), const int> uHasTypeConstInt;
50 same<__typeof(y), double> yHasTypeDouble;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.cc69 bool same = true; local
81 same = false;
84 return same;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
H A Ducdtest.cpp426 UBool same= a==b; local
427 if(!same && diffIsError) {
430 return same;
/external/e2fsprogs/intl/
H A Drelocatable.c223 bool same = false; local
234 same = true;
247 if (!same)
249 /* The last pathname component was the same. opi and cpi now point
397 initially been installed in the same orig_prefix. But we can do
420 typically created from the same Makefile variable as orig_prefix came
/external/icu/icu4c/source/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
H A Ducdtest.cpp426 UBool same= a==b; local
427 if(!same && diffIsError) {
430 return same;
/external/mockito/src/org/mockito/
H A DMatchers.java39 * E.g: (example shows verification but the same applies to stubbing):
620 * Object argument that is the same as the given value.
630 public static <T> T same(T value) { method in class:Matchers
/external/stlport/stlport/stl/
H A Dboost_type_traits.h91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon31281
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon31283
109 typedef typename __bool2type<same>::_Ret _Same;
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c468 Bool same; local
472 same = True;
475 same = False; break;
479 if (same)
510 Bool same; local
514 same = True;
517 same = False; break;
521 if (same)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c117 Bool same; member in struct:__anon32521
305 if (line.prev > line.no + OVERFLOW_DIFFERENCE && file.same) {
311 file.same = True;
/external/valgrind/main/coregrind/
H A Dm_execontext.c357 Bool same; local
382 same = True;
385 same = False;
389 if (same) break;
/external/chromium_org/tools/imagediff/
H A Dimage_diff.cc234 " Compares two files on disk, returning 0 when they are the same;\n"
239 " and sending 0 to stdout when they are the same\n"
339 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); local
349 same = false;
351 // Set same pixels as faded.
359 return same;
379 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); local
380 if (same)
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py28 import commands.compare2 # compare one page in two versions of same browser namespace
/external/easymock/src/org/easymock/
H A DEasyMock.java1172 * have the same length, and each element has to be equal.
1185 * have the same length, and each element has to be equal.
1198 * have the same length, and each element has to be equal.
1211 * have the same length, and each element has to be equal.
1224 * have the same length, and each element has to be equal.
1237 * have the same length, and each element has to be equal.
1250 * have the same length, and each element has to be equal.
1263 * have the same length, and each element has to be equal.
1276 * have the same type, length, and each element has to be equal.
1396 * Expects an Object that is the same a
1405 public static <T> T same(T value) { method in class:EasyMock
[all...]
/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h21 // this function's stack frame (the CFA is same as the eh_frame's CFA,
51 // is the same register. gcc doesn't specify all
54 same, // reg is unchanged enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
92 m_type = same;
98 return m_type == same;
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java61 * True if this record has the same value as some other record.
66 * True if this record has the same type as some other record.
282 boolean same(DNSRecord other) { method in class:DNSRecord.Address
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp317 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { argument
324 same = (iunkA.get() == iunkB.get());
337 bool same; local
340 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same));
341 if (same) {
345 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
346 if (same) {
350 //Check if the two fonts share the same loader and have the same key.
369 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same));
[all...]
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp317 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { argument
324 same = (iunkA.get() == iunkB.get());
337 bool same; local
340 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same));
341 if (same) {
345 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
346 if (same) {
350 //Check if the two fonts share the same loader and have the same key.
369 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same));
[all...]

Completed in 6869 milliseconds

12