/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 85 mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest), in testCallMethod() 87 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest), in testCallMethod() 122 EasyMock.same(fooDescriptor), in testStub() 123 EasyMock.same(mockController), in testStub() 124 EasyMock.same(fooRequest), in testStub() 125 EasyMock.same(FooResponse.getDefaultInstance()), in testStub() 128 EasyMock.same(barDescriptor), in testStub() 129 EasyMock.same(mockController), in testStub() 130 EasyMock.same(barRequest), in testStub() 131 EasyMock.same(BarResponse.getDefaultInstance()), in testStub() [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p3.cpp | 35 template<typename T, typename U> struct same; 36 template<typename T> struct same<T, T> {}; struct 44 same<decltype(x), int> xHasTypeInt; in p3example() 45 same<decltype(v), const int*> vHasTypeConstIntPtr; in p3example() 46 same<decltype(u), const int> uHasTypeConstInt; in p3example() 47 same<decltype(y), double> yHasTypeDouble; in p3example()
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 4 // Superclass declares property. Subclass redeclares the same property. 6 // Superclass declares a property. Subclass declares a different property with the same name 9 // same property. Do not @synthesize-by-default in the subclass. P3 11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_unittest.mm | 63 // Test that we get the same cell from -cell and 124 // Test that the field editor gets the same bounds when focus is delivered by 140 // in the same frame as the standard focus machinery. 146 // Test that the field editor gets the same bounds when focus is delivered by 165 // Setting the same margin and using -resetFieldEditorFrameIfNeeded should 166 // result in the same frame as the standard focus machinery. 172 // Test that the field editor gets the same bounds when focus is delivered by 191 // Setting the same margin and using -resetFieldEditorFrameIfNeeded should 192 // result in the same frame as the standard focus machinery.
|
D | nsimage_cache_unittest.mm | 42 << "Didn't get the same NSImage back?"; 53 // in the same location by (bad) luck. 62 << "how'd we get the same image after a cache clear?";
|
/external/clang/test/SemaObjC/ |
D | property.m | 19 @synthesize d1; // expected-error {{synthesized property 'd1' must either be named the same as}} 21 … expected-error {{synthesized property 'prop_id' must either be named the same}} // expected-note… 23 @synthesize name; // OK! property with same name as an accessible ivar of same name
|
D | property-and-class-extension.m | 4 When processing @synthesize, treat ivars in a class extension the same as ivars in the class @inter… 5 and treat ivars in a superclass extension the same as ivars in the superclass @interface.
|
/external/webkit/PerformanceTests/SunSpider/ |
D | TODO | 25 should be tuned so that each category contributes about the same 26 total, and so each test in each category contributes about the same 30 average that some set of same-generation release browsers get on 44 same engine) interleaved. 55 repeatedly in the same command-line interpreter instance, for ease
|
/external/llvm/test/Verifier/ |
D | AmbiguousPhi.ll | 1 ; RUN: not llvm-as < %s |& grep {multiple entries for the same basic block} 8 %a = phi i32 [%i, %0], [%j, %0] ; Error, different values from same block!
|
/external/stlport/stlport/stl/ |
D | boost_type_traits.h | 91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator 92 typedef typename __bool2type<same>::_Ret _Same; 108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator 109 typedef typename __bool2type<same>::_Ret _Same;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | DigestInputStream2Test.java | 124 boolean same = true; in test_read$BII() 127 same = false; in test_read$BII() 130 assertTrue("Didn't get the same data", same); in test_read$BII()
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
D | window-open-expected.txt | 1 …e sure the localStorage object for multiple windows in the same security origin share the same glo…
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0004.txt | 9 own little "issues". While all of the PRNGs have the same API and are roughly used in the same 56 …uld be faster than many smaller calls]. This prevents too much data being encrypted under the same 57 key [and mitigates a flaw in CTR mode that the same block can't be emitted twice under the same key… 75 …ls to add_entropy() will be considered a "re-IV" operation. Changing the IV allows you to use same 76 initial key and not produce the same output stream. It also lets you differentiate packets. E.g. …
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | ImageDiff.cpp | 295 bool same = (image1.width() == image2.width()) && (image1.height() == image2.height()); in createImageDiff() local 304 same = false; in createImageDiff() 314 return same; in createImageDiff() 348 bool same = createImageDiff(baselineImage, actualImage, &diffImage); in diffImages() local 349 if (same) in diffImages()
|
/external/protobuf/gtest/test/ |
D | gtest_output_test_golden_win.txt | 219 All tests in the same test case must use the same test fixture 224 units and have the same name. You should probably rename one 229 All tests in the same test case must use the same test fixture 234 units and have the same name. You should probably rename one 242 All tests in the same test case must use the same test fixture 247 units and have the same name. You should probably rename one 255 All tests in the same test case must use the same test fixture 256 class, so mixing TEST_F and TEST in the same test case is 268 All tests in the same test case must use the same test fixture 269 class, so mixing TEST_F and TEST in the same test case is
|
D | gtest_output_test_golden_lin.txt | 217 All tests in the same test case must use the same test fixture 222 units and have the same name. You should probably rename one 228 All tests in the same test case must use the same test fixture 233 units and have the same name. You should probably rename one 242 All tests in the same test case must use the same test fixture 247 units and have the same name. You should probably rename one 256 All tests in the same test case must use the same test fixture 257 class, so mixing TEST_F and TEST in the same test case is 270 All tests in the same test case must use the same test fixture 271 class, so mixing TEST_F and TEST in the same test case is
|
/external/gtest/test/ |
D | gtest_output_test_golden_win.txt | 205 All tests in the same test case must use the same test fixture 210 units and have the same name. You should probably rename one 215 All tests in the same test case must use the same test fixture 220 units and have the same name. You should probably rename one 228 All tests in the same test case must use the same test fixture 233 units and have the same name. You should probably rename one 241 All tests in the same test case must use the same test fixture 242 class, so mixing TEST_F and TEST in the same test case is 254 All tests in the same test case must use the same test fixture 255 class, so mixing TEST_F and TEST in the same test case is
|
D | gtest_output_test_golden_lin.txt | 217 All tests in the same test case must use the same test fixture 222 units and have the same name. You should probably rename one 228 All tests in the same test case must use the same test fixture 233 units and have the same name. You should probably rename one 242 All tests in the same test case must use the same test fixture 247 units and have the same name. You should probably rename one 256 All tests in the same test case must use the same test fixture 257 class, so mixing TEST_F and TEST in the same test case is 270 All tests in the same test case must use the same test fixture 271 class, so mixing TEST_F and TEST in the same test case is
|
/external/mesa3d/docs/ |
D | enums.txt | 29 GL_UNSIGNED_SHORT_8_8_MESA 0x85BA /* same as Apple's */ 30 GL_UNSIGNED_SHORT_8_8_REV_MESA 0x85BB /* same as Apple's */
|
/external/llvm/test/Linker/ |
D | 2003-11-18-TypeResolution.ll | 2 ; symbol table with the same name and same type. When this occurs, the symbol
|
/external/stlport/stlport/ |
D | iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies 60 // that it is an error to use both cin and wcin in the same C++ 61 // program; the same applies to cout and wcout, and cerr/clog and
|
/external/valgrind/main/auxprogs/ |
D | Merge3Way.hs | 35 let same = identical3 ca cb cc function 36 if same
|
/external/chromium/webkit/glue/ |
D | cpp_binding_example.cc | 40 BindProperty("same", &CppBindingExample::same); in CppBindingExample() 116 void CppBindingExample::same(CppVariant* result) { in same() function in CppBindingExample
|
/external/elfutils/m4/ |
D | isc-posix.m4 | 7 dnl the same distribution terms as the rest of that program. 12 # Currently this macro should have the same name as the autoconf macro
|
/external/chromium/testing/gtest/test/ |
D | gtest_output_test_golden_lin.txt | 252 All tests in the same test case must use the same test fixture 257 units and have the same name. You should probably rename one 263 All tests in the same test case must use the same test fixture 268 units and have the same name. You should probably rename one 277 All tests in the same test case must use the same test fixture 282 units and have the same name. You should probably rename one 291 All tests in the same test case must use the same test fixture 292 class, so mixing TEST_F and TEST in the same test case is 305 All tests in the same test case must use the same test fixture 306 class, so mixing TEST_F and TEST in the same test case is
|