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

1 2 3 4 5 6 7 8 9

  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 85 mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest),
87 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest),
122 EasyMock.same(fooDescriptor),
123 EasyMock.same(mockController),
124 EasyMock.same(fooRequest),
125 EasyMock.same(FooResponse.getDefaultInstance()),
128 EasyMock.same(barDescriptor),
129 EasyMock.same(mockController)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
make.php 98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 30 * The weight to give to a word if it's length is the same as the number of typed characters.
97 * are the same.
101 * @return true if they are the same, false otherwise.
103 protected boolean same(final char[] word, final int length, final CharSequence typedWord) { method in class:Dictionary
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 120 assertEquals("Didn't read the same from each stream", bytesRead1,
124 boolean same = true;
127 same = false;
130 assertTrue("Didn't get the same data", same);
  /external/chromium/third_party/icu/source/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/chromium/third_party/icu/source/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/icu4c/samples/
defs.mk 21 # default - resources in same mode as ICU
  /external/v8/test/mjsunit/
debug-multiple-breakpoints.js 49 // This test sets several break points at the same place and checks that
50 // several break points at the same place only makes one debug break event
60 // Set another breakpoint in f at the same place.
75 // Perform the same test using function g (this time removing the break points
debug-enable-disable-breakpoints.js 48 // with several break points in the same location.
66 // Set another breakpoint in f at the same place.
debug-ignore-breakpoints.js 48 // break points in the same location.
61 // Set another breakpoint in f at the same place.
  /ndk/sources/android/stlport/test/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /external/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon7722
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon7724
109 typedef typename __bool2type<same>::_Ret _Same;
  /ndk/sources/android/stlport/stlport/stl/
boost_type_traits.h 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon11257
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon11259
109 typedef typename __bool2type<same>::_Ret _Same;
  /external/chromium/third_party/icu/source/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/icu4c/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu4c/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/iptables/extensions/
libipt_SAME.c 18 "SAME v%s options:\n"
130 "SAME needs --to");
143 printf("same:");
190 static struct iptables_target same = { variable in typeref:struct:iptables_target
192 .name = "SAME",
207 register_target(&same);
  /external/yaffs2/yaffs2/
Kconfig 43 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c"
47 This makes yaffs_ecc.c use the same ecc byte order as
49 same ecc byte order as SmartMedia.
  /dalvik/vm/mterp/x86-atom/
OP_CHECK_CAST.S 46 cmp %ecx, offObject_clazz(rINST) # check for same class
47 jne .L${opcode}_fullcheck # not same class; do full check
  /external/openssl/crypto/bn/
bn_prime.pl 45 * included with this distribution is covered by the same copyright terms
  /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
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 139 boolean same = true;
159 same = false;
167 return same;
  /external/chromium/third_party/icu/source/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
  /external/icu4c/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 9