/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/chromium_org/chrome/browser/sync/test/integration/ |
extension_settings_helper.cc | 68 bool same = true; local 77 same = false; 80 return same;
|
/external/chromium_org/content/test/ |
cpp_binding_example.cc | 48 BindGetterCallback("same", base::Bind(&CppBindingExample::same, 129 void CppBindingExample::same(CppVariant* result) { function in class:content::CppBindingExample
|
/external/clang/test/SemaCXX/ |
dynamic-cast.cpp | 44 void same() function
|
/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/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/state/ |
StateAdapter.java | 84 public boolean same(Vector<State> states) { method in class:StateAdapter 99 if (same(states)) {
|
/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 | 107 * are the same. 111 * @return true if they are the same, false otherwise. 113 protected boolean same(final char[] word, final int length, final String typedWord) { method in class:Dictionary
|
/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:__anon39901
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
xteststr.h | 73 BOOL same; member in struct:__anon41491
|
/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:__anon43006
|
/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/icu4c/test/intltest/ |
tfsmalls.cpp | 274 UBool same = TRUE; local 277 same = FALSE; 280 if (same) {
|
ucdtest.cpp | 425 UBool same= a==b; local 426 if(!same && diffIsError) { 429 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::__anon29371 92 typedef typename __bool2type<same>::_Ret _Same; 108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon29373 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)
|