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

1 2 3

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 22 sub same : Test(2) { subroutine
  /external/chromium/webkit/glue/
cpp_binding_example.cc 40 BindProperty("same", &CppBindingExample::same);
116 void CppBindingExample::same(CppVariant* result) { function in class:CppBindingExample
  /external/clang/test/SemaCXX/
dynamic-cast.cpp 42 void same() function
  /external/openssh/
deattack.c 108 u_int32_t l, same; local
145 for (c = buf, same = j = 0; c < (buf + len); c += SSH_BLOCKSIZE, j++) {
149 if (++same > MAX_IDENTICAL)
  /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/filters/
FilterFxRepresentation.java 81 public boolean same(FilterRepresentation representation) { method in class:FilterFxRepresentation
82 if (!super.same(representation)) {
  /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)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 84 * are the same.
88 * @return true if they are the same, false otherwise.
90 protected boolean same(final char[] word, final int length, final String typedWord) { method in class:Dictionary
  /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());
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xteststr.h 73 BOOL same; member in struct:__anon26043
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xteststr.h 73 BOOL same; member in struct:__anon27633
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xteststr.h 73 BOOL same; member in struct:__anon29148
  /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/icu4c/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
ucdtest.cpp 423 UBool same= a==b; local
424 if(!same && diffIsError) {
427 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::__anon15603
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon15605
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:__anon16754
308 if (line.prev > line.no + OVERFLOW_DIFFERENCE && file.same) {
314 file.same = True;
  /external/valgrind/main/coregrind/
m_execontext.c 330 Bool same; local
355 same = True;
358 same = False;
362 if (same) break;
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 35 // if they aren't the same size, they aren't equal
39 // if there length is the same, then every entry in the expected list
78 // if they aren't the same size, they aren't equal
81 // if there length is the same, then every entry in the expected list
117 // if they aren't the same size, they aren't equal
134 // if they aren't the same size, they aren't equal
238 function same(expected, actual) function
367 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 35 // if they aren't the same size, they aren't equal
39 // if there length is the same, then every entry in the expected list
78 // if they aren't the same size, they aren't equal
81 // if there length is the same, then every entry in the expected list
117 // if they aren't the same size, they aren't equal
134 // if they aren't the same size, they aren't equal
238 function same(expected, actual) function
367 // if all the urls are not the same
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 35 // if they aren't the same size, they aren't equal
39 // if there length is the same, then every entry in the expected list
78 // if they aren't the same size, they aren't equal
81 // if there length is the same, then every entry in the expected list
117 // if they aren't the same size, they aren't equal
134 // if they aren't the same size, they aren't equal
238 function same(expected, actual) function
367 // if all the urls are not the same

Completed in 1240 milliseconds

1 2 3