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

1 2 3 4 5

  /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
  /external/zopfli/src/zopfli/
hash.h 31 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
  /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;
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestFramework.java 152 boolean same(Object expected, Object actual); method in interface:DOMTestFramework
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 84 public boolean same(Vector<State> states) { method in class:StateAdapter
99 if (same(states)) {
  /system/core/libion/tests/
device_test.cpp 559 bool same = true; local
562 same = false;
563 ASSERT_FALSE(same);
  /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());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterFxRepresentation.java 85 public boolean same(FilterRepresentation representation) { method in class:FilterFxRepresentation
86 if (!super.same(representation)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 113 * are the same.
117 * @return true if they are the same, false otherwise.
119 protected boolean same(final char[] word, final int length, final String typedWord) { method in class:Dictionary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
xtestproto.h 77 BOOL same; member in struct:__anon45342
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestproto.h 77 BOOL same; member in struct:__anon47078
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (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/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon34998
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon35000
109 typedef typename __bool2type<same>::_Ret _Same;
  /external/valgrind/main/VEX/useful/
fp_80_64.c 468 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/
readstabs.c 117 Bool same; member in struct:__anon36238
305 if (line.prev > line.no + OVERFLOW_DIFFERENCE && file.same) {
311 file.same = True;
  /external/valgrind/main/coregrind/
m_execontext.c 357 Bool same; local
382 same = True;
385 same = False;
389 if (same) break;

Completed in 5327 milliseconds

1 2 3 4 5