HomeSort by relevance Sort by last modified time
    Searched defs:same (Results 1 - 25 of 36) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 22 sub same : Test(2) { subroutine
  /external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.cc 69 bool same = true; local
81 same = false;
84 return same;
  /external/clang/test/SemaCXX/
dynamic-cast.cpp 44 void same() function
constant-expression-cxx11.cpp 339 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), "");
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-1y.cpp 37 template<typename T, typename U> struct same;
38 template<typename T> struct same<T, T> {}; struct
p3.cpp 36 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/guava/guava-tests/test/com/google/common/collect/
AbstractSetMultimapTest.java 161 Set<Map.Entry<String, Integer>> same = Sets.newHashSet( local
165 assertEquals(entries, same);
166 assertEquals(same, entries);
167 assertEquals(entries.hashCode(), same.hashCode());
BstOperationsTest.java 29 import static org.easymock.EasyMock.same;
112 same(nodeFactory), same(c), (SimpleNode) isNull(), (SimpleNode) isNull())) method
119 same(nodeFactory), withKey('b'), same(a), withKey('c')))
125 balancePolicy.balance(same(nodeFactory), withKey('d'), same(bWithC), same(f)))
147 // We wish to test that BstOperations & co. treat IDENTITY modifications as the same.
207 expect(nodeFactory.createNode(same(b), withKey('a'), (SimpleNode) isNull())).andReturn
211 expect(nodeFactory.createNode(same(d), same(bWithA2), same(f))).andReturn( method
    [all...]
MapsTest.java 406 MapDifference<Integer, String> same = Maps.difference(left, right); local
411 .addEqualityGroup(original, same)
588 SortedMapDifference<Integer, String> same = local
596 .addEqualityGroup(original, same)
658 /** Can't create the map if more than one value maps to the same key. */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
ucdtest.cpp 426 UBool same= a==b; local
427 if(!same && diffIsError) {
430 return same;
  /external/chromium_org/tools/imagediff/
image_diff.cc 234 " 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/e2fsprogs/intl/
relocatable.c 223 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/easymock/src/org/easymock/
EasyMock.java 1405 public static <T> T same(T value) { method in class:EasyMock
    [all...]
  /external/icu/icu4c/source/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
ucdtest.cpp 426 UBool same= a==b; local
427 if(!same && diffIsError) {
430 return same;
  /external/mockito/src/org/mockito/
Matchers.java 39 * 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
631 return (T) reportMatcher(new Same(value)).<T>returnFor(value);
  /external/chromium_org/tools/site_compare/
site_compare.py 28 import commands.compare2 # compare one page in two versions of same browser namespace
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 21 // 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/
DNSRecord.java 61 * 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
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 123 * The type_preWrite() and type_write() functions start and end at the same
221 struct SResource *same; local
222 if ((same = res->u.fString.fSame) != NULL) {
224 if (same->fRes == RES_BOGUS) {
226 string_write16(bundle, same, status);
228 res->fRes = same->fRes;
229 res->fWritten = same->fWritten;
964 struct SResource *same = res->u.fString.fSame; local
965 res->u.fString.fChars = same->u.fString.fChars;
970 /* TODO: make alias_open and string_open use the same code *
1758 struct SResource *same = res->u.fString.fSame; local
    [all...]
  /external/chromium_org/third_party/re2/re2/
parse.cc 837 int same = 0; local
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same])
839 same++;
840 if (same > 0) {
842 nrune = same;
1011 // (Concat of one thing is that one thing; alternate of one thing is same.)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_win_dw.cpp 317 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) {
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/icu/icu4c/source/tools/genrb/
reslist.c 137 * The type_preWrite() and type_write() functions start and end at the same
321 struct SResource *same; local
322 if ((same = res->u.fString.fSame) != NULL) {
324 assert(same->fRes != RES_BOGUS && same->fWritten);
325 res->fRes = same->fRes;
326 res->fWritten = same->fWritten;
1799 struct SResource *same = res->u.fString.fSame; local
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 22 import static org.mockito.Matchers.same;
257 any(AppWidgetManager.class), same(firstAppWidgetId), argThat( method
262 any(AppWidgetManager.class), same(secondAppWidgetId), argThat( method
    [all...]

Completed in 1053 milliseconds

1 2