/external/mockito/src/test/java/org/mockitousage/puzzlers/ |
D | BridgeMethodPuzzleTest.java | 28 public String say(T t) { in say() method in BridgeMethodPuzzleTest.Super 35 public String say(String t) { in say() method in BridgeMethodPuzzleTest.Sub 44 assertEquals("Dummy says: Hello", s.say("Hello")); in shouldHaveBridgeMethod() 56 s_down.say("Hello"); in shouldVerifyCorrectlyWhenBridgeMethodCalled() 58 verify(s).say("Hello"); in shouldVerifyCorrectlyWhenBridgeMethodCalled() 67 s.say("Hello"); in shouldVerifyCorrectlyWhenBridgeMethodVerified() 69 verify(s_down).say("Hello"); in shouldVerifyCorrectlyWhenBridgeMethodVerified()
|
D | OverloadingPuzzleTest.java | 24 void say(Object message); in say() method 28 void say(String message); in say() method 31 private void say(Object message) { in say() method in OverloadingPuzzleTest 32 mock.say(message); in say() 39 say("Hello"); in shouldUseArgumentTypeWhenOverloadingPuzzleDetected() 41 verify(sub).say("Hello"); in shouldUseArgumentTypeWhenOverloadingPuzzleDetected()
|
/external/linux-kselftest/tools/testing/selftests/kselftest/ |
D | module.sh | 59 say "ok" 65 say() { function 71 say "$1 [FAIL]" >&2 76 say "$1 [SKIP]" >&2
|
/external/elfutils/tests/ |
D | run-readelf-gdb_index.sh | 87 [ 1] 0x00000000004004d4 <hello>..0x000000000040050b <say+0x1c>, CU index: 1 95 [ 746] symbol: say, CUs: 1 118 [ 1] 0x00000000004004d4 <hello>..0x000000000040050b <say+0x1c>, CU index: 1 126 [ 746] symbol: say, CUs: 1 (func:G)
|
D | run-readelf-ranges.sh | 37 CU [ e0] base: 0x00000000004004a0 <say> 39 0x00000000004004ad <say+0xd>.. 40 0x00000000004004ae <say+0xe> 42 0x00000000004004b2 <say+0x12>.. 43 0x00000000004004b9 <say+0x19>
|
D | run-all-dwarf-ranges.sh | 57 die: say (2e) 109 die: say (2e)
|
D | run-readelf-loc.sh | 77 CU [ e0] base: 0x00000000004004a0 <say> 79 0x00000000004004b2 <say+0x12>.. 80 0x00000000004004b9 <say+0x19> 93 CU [ e0] base: 0x00000000004004a0 <say> 95 0x00000000004004ad <say+0xd>.. 96 0x00000000004004ae <say+0xe> 98 0x00000000004004b2 <say+0x12>.. 99 0x00000000004004b9 <say+0x19>
|
/external/javassist/src/test/test1/ |
D | RenameClass.java | 17 say(); in test() 21 public void say() { in say() method in RenameClass
|
/external/bcc/tools/ |
D | inject_example.txt | 8 As a simple example, let's say you wanted to fail all mounts. As of 4.17 we can 40 Now let's say we want to be a bit more specific; suppose you want to fail 49 Next, lets say we want to hit one of the BUG_ONs in fs/btrfs. As of 4.16-rc3, 68 very often, we can distinguish distinct calls with function arguments. Let's say 89 Let's say we want to fail bio requests when the request is to some specific 112 path+predicates some percentage of the time. For example, let's say we want to
|
/external/python/pybind11/docs/advanced/pycpp/ |
D | object.rst | 132 def f(number, say, to): 135 f(1234, say="hello", to=some_instance) # keyword call in Python 142 f(1234, "say"_a="hello", "to"_a=some_instance); // keyword call in C++ 157 py::dict kwargs = py::dict("number"_a=1234, "say"_a="hello", "to"_a=some_instance); 163 f(*args, "say"_a="hello", **kwargs); 171 f(**kwargs1, "say"_a="hello", **kwargs2);
|
/external/markdown/tests/misc/ |
D | email.txt | 2 asdfasdfadsfasd <yuri@freewisdom.org> or you can say
|
/external/javassist/src/test/test5/ |
D | JIRA242.java | 16 public int say() { in say() method in JIRA242.Hello
|
/external/shflags/examples/ |
D | debug_output.sh | 21 speak: say something
|
/external/llvm-project/lld/test/MachO/ |
D | driver.test | 4 # FIXME: This should say "no input files" instead
|
/external/llvm-project/clang/test/Parser/ |
D | missing-end-3.m | 6 // since I forgot the @end here it should say something
|
/external/clang/test/Parser/ |
D | missing-end-3.m | 6 // since I forgot the @end here it should say something
|
/external/llvm-project/clang/test/TableGen/ |
D | emit-diag-docs.td | 65 // CHECK-NEXT: |:warning:`warning:` |nbsp| :diagtext:`They say` |nbsp| |+----------------+| |nbsp| … 71 def CheckSubstitution : Warning<"They say %sub{MySubNested}3,1,0">;
|
/external/antlr/tool/src/main/resources/org/antlr/tool/templates/ |
D | depend.stg | 6 * are File objects. For example, you can say
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_texture_array.spec | 163 Change the first paragraph (page 150) to say (spec changes identical to 179 Change the fourth paragraph on page 151 to say (spec changes identical 190 Change the fourth paragraph on page 156 to say (spec changes identical 424 Change second paragraph on page 181 to say (spec changes identical to 433 Change second paragraph on page 182 to say (spec changes identical to 443 Change second through fourth paragraphs (page 188) to say: 463 Change the first paragraph (page 189) to say: 607 Change the first paragraph on page 242 to say (spec changes 634 Change the first three paragraphs (page 248) to say (spec changes
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/ |
D | coverage.txt | 6 …t for now because assertion statement is unclear and hard to understand what they're trying to say.
|
/external/webrtc/ |
D | whitespace.txt | 5 Everyone knew about it, but nobody dared say anything.
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_testplan.txt | 14 then expected time of any grp (say grp1) 17 (* If there were say 2 task in a group then both task might devide the time 41 fairness(as we will run 1 task per group). then we create say n groups. By 50 Let us say we have 3 groups(1 task each) A,B,C each having 2, 4, 6 shares 99 In this test for the first run the test is run with say n tasks in m groups.
|
/external/rust/cxx/tests/ui/ |
D | unsupported_elided.stderr | 13 …= help: this function's return type contains a borrowed value, but the signature does not say whic…
|
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | opaque-call-alias.ll | 2 ; its own stratified set. This would make cases like the one in @test say that
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | opaque-call-alias.ll | 2 ; its own stratified set. This would make cases like the one in @test say that
|