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

1234567891011>>

/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;
H A Dp3-1y.cpp37 template<typename T, typename U> struct same;
38 template<typename T> struct same<T, T> {}; struct
/external/chromium_org/third_party/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/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_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdftest1.asm4 ;; [1] relocation within the same segment in each module
5 ;; [2] relocation to different segments in same module
6 ;; [3] relocation to same segment in different module
8 ;; [5] relative relocation to same module
/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/chromium_org/content/test/
H A Dcpp_binding_example.h61 // Returns a hard-coded value of the same type (bool, number (double),
71 // Always returns the same value -- an example of a read-only property.
72 void same(webkit_glue::CppVariant* result);
H A Dcpp_binding_example.cc48 BindGetterCallback("same", base::Bind(&CppBindingExample::same,
129 void CppBindingExample::same(CppVariant* result) { function in class:content::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/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.cc69 bool same = true; local
78 same = false;
81 return 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.cpp44 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm22 dd baz-$+baz-$ ; two from same segment
H A Dcurpos.asm22 dd baz-$+baz-$ ; two from same segment
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm22 .4byte baz-.+baz-. # two from same segment
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm22 dd baz-$+baz-$ ; two from same segment
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm22 dd baz-$+baz-$ ; two from same segment
/external/chromium_org/tools/imagediff/
H A Dimage_diff.cc178 " Compares two files on disk, returning 0 when they are the same\n"
181 " and sending 0 to stdout when they are the same\n"
273 bool same = (image1.w() == image2.w()) && (image1.h() == image2.h()); local
283 same = false;
285 // Set same pixels as faded.
293 return same;
313 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); local
314 if (same)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dstrict.asm43 add [eax], byte 4 ; same as byte [eax], 4
44 add [eax], strict byte 4 ; same as byte [eax], 4
115 add [rax], byte 4 ; same as byte [rax], 4
116 add [rax], strict byte 4 ; same as byte [rax], 4
117 add [rax], word 4 ; same as word [rax], 4
118 add [rax], strict word 4 ; same as word [rax], strict word 4
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
H A Ddot.stg52 {rank=same; rankdir=TB; <states; separator="; ">}

Completed in 880 milliseconds

1234567891011>>