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

12345678910

/external/valgrind/main/memcheck/tests/
H A Dmemcmptest.stdout.exp0 same (?!)
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3.cpp36 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/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/chromium/webkit/glue/
H A Dcpp_binding_example.h58 // Returns a hard-coded value of the same type (bool, number (double),
66 // Always returns the same value -- an example of a read-only property.
67 void same(CppVariant* result);
H A Dcpp_binding_example.cc40 BindProperty("same", &CppBindingExample::same);
116 void CppBindingExample::same(CppVariant* result) { function in class:CppBindingExample
/external/libvpx/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...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestInputStream2Test.java120 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/openssh/
H A Ddeattack.c108 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)
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm22 sub same : Test(2) { subroutine
/external/clang/test/SemaCXX/
H A Ddynamic-cast.cpp42 void same() function
/external/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
H A Ddot.stg52 {rank=same; rankdir=TB; <states; separator="; ">}
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstOperationsTest.java29 import static org.easymock.EasyMock.same;
112 same(nodeFactory), same(c), (SimpleNode) isNull(), (SimpleNode) isNull()))
119 same(nodeFactory), withKey('b'), same(a), withKey('c')))
125 balancePolicy.balance(same(nodeFactory), withKey('d'), same(bWithC), same(f)))
147 // We wish to test that BstOperations & co. treat IDENTITY modifications as the same.
207 expect(nodeFactory.createNode(same(
[all...]
H A DAbstractSetMultimapTest.java161 Set<Map.Entry<String, Integer>> same = Sets.newHashSet(
165 assertEquals(entries, same);
166 assertEquals(same, entries);
167 assertEquals(entries.hashCode(), same.hashCode());
/external/icu4c/data/translit/
H A Dtrnsfiles.mk9 # you should consider creating a 'trnslocal.mk' file in this same directory.
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c468 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/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm48 it under the same terms as Perl itself, either Perl version 5.10.0 or,
/external/stlport/stlport/stl/
H A Dboost_type_traits.h91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon13646
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon13648
109 typedef typename __bool2type<same>::_Ret _Same;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DImageDiff.cpp192 " Compares two files on disk, returning 0 when they are the same\n"
195 " and sending 0 to stdout when they are the same\n"
295 bool same = (image1.width() == image2.width()) && (image1.height() == image2.height()); local
304 same = false;
306 // Set same pixels as faded.
314 return same;
348 bool same = createImageDiff(baselineImage, actualImage, &diffImage); local
349 if (same)
/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/icu4c/samples/
H A Ddefs.mk21 # default - resources in same mode as ICU
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf24 // permit any and all updates coming from dnsextd on the same machine:
/external/svox/pico/tts/
H A DAndroid.mk34 # using dlsym. This is essentially the same as the rule
/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.

Completed in 1479 milliseconds

12345678910