Searched refs:same (Results 1 - 25 of 119) sorted by relevance

12345

/external/protobuf/java/src/test/java/com/google/protobuf/
H A DServiceTest.java85 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(mockControlle
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dmysql.php109 // Mix: statement keywords distinguished from functions by the same name
130 // Column data types distinguished from functions by the same name
142 // Column attribute distinguished from function by the same name
153 // Date-time unit specifiers distinguished from functions by the same name
163 // Operator distinghuished from function by the same name
181 // String functions distinguished from other keywords by the same name
192 // Numeric function distinguished from other keyword by the same name
210 // Date-time functions distinguished from other keywords by the same name
219 // Comparison functions distinguished from other keywords by the same name
241 // Information functions distinguished from other keywords by the same nam
[all...]
H A Dgnuplot.php96 // same but with leading no
H A Ddos.php36 * - If the same keyword is placed at the end of the line and the
/external/chromium/third_party/icu/source/data/misc/
H A Dmiscfiles.mk9 # you should consider creating a 'misclocal.mk' file in this same directory.
/external/chromium/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk9 # you should consider creating a 'trnslocal.mk' file in this same directory.
/external/icu4c/data/translit/
H A Dtrnsfiles.mk9 # you should consider creating a 'trnslocal.mk' file in this same directory.
/external/icu4c/samples/
H A Ddefs.mk21 # default - resources in same mode as ICU
/external/stlport/stlport/stl/
H A Dboost_type_traits.h91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon6128
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon6130
109 typedef typename __bool2type<same>::_Ret _Same;
/external/chromium/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk9 # you should consider creating a 'brklocal.mk' file in this same directory.
/external/icu4c/data/misc/
H A Dmiscfiles.mk9 # you should consider creating a 'misclocal.mk' file in this same directory.
/external/icu4c/data/sprep/
H A Dsprepfiles.mk9 # you should consider creating a 'brklocal.mk' file in this same directory.
/external/iptables/extensions/
H A Dlibipt_SAME.c143 printf("same:");
190 static struct iptables_target same = { variable in typeref:struct:iptables_target
207 register_target(&same);
/external/yaffs2/yaffs2/
H A DKconfig43 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.
/external/e2fsprogs/intl/
H A Drelocatable.c223 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/chromium/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
/external/chromium/third_party/icu/source/data/brkitr/
H A Dbrkfiles.mk10 # you should consider creating a 'brklocal.mk' file in this same directory.
/external/icu4c/data/brkitr/
H A Dbrkfiles.mk10 # you should consider creating a 'brklocal.mk' file in this same directory.
/external/icu4c/tools/genrb/
H A Dreslist.c121 * The type_preWrite() and type_write() functions start and end at the same
219 struct SResource *same; local
220 if ((same = res->u.fString.fSame) != NULL) {
222 if (same->fRes == RES_BOGUS) {
224 string_write16(bundle, same, status);
226 res->fRes = same->fRes;
227 res->fWritten = same->fWritten;
962 struct SResource *same = res->u.fString.fSame; local
963 res->u.fString.fChars = same->u.fString.fChars;
968 /* TODO: make alias_open and string_open use the same cod
1752 struct SResource *same = res->u.fString.fSame; local
[all...]
/external/chromium/third_party/icu/source/data/mappings/
H A Ducmlocal.mk25 # although they're not the same.
/external/chromium/third_party/icu/source/data/rbnf/
H A Drbnffiles.mk10 # you should consider creating a 'rbnflocal.mk' file in this same directory.
/external/emma/
H A Dtest.sh131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
/external/icu4c/data/rbnf/
H A Drbnffiles.mk10 # you should consider creating a 'rbnflocal.mk' file in this same directory.
/external/guava/src/com/google/common/primitives/
H A Dgenerate.sh105 * @return the same value cast to {@code primtyp} if it is in the range of the
121 * returned is the same as that of {@code ((WrapperCl) a).compareTo(b)}.
180 * the same elements as {@code target}.
327 * Returns an array containing the same values as {@code array}, but
425 * @return an array containing the same values as {@code collection}, in the
426 * same order, converted to primitives

Completed in 1192 milliseconds

12345