Home
last modified time | relevance | path

Searched refs:say (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/external/mockito/src/test/java/org/mockitousage/puzzlers/
DBridgeMethodPuzzleTest.java28 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()
DOverloadingPuzzleTest.java24 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/elfutils/tests/
Drun-readelf-loc.sh68 [ 46] 0x00000000004004b2 <say+0x12>..0x00000000004004ba <say+0x1a> [ 0] breg5 0
73 [ 30] 0x00000000004004ad <say+0xd>..0x00000000004004af <say+0xf>
74 0x00000000004004b2 <say+0x12>..0x00000000004004ba <say+0x1a>
Drun-readelf-gdb_index.sh87 [ 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)
/external/valgrind/none/tests/s390x/
Dtest.h13 #define SAY(x) say(x"\n", sizeof x)
21 int say(const char *text, unsigned long num_chars) in say() function
/external/libpcap/
DREADME.linux26 whenever you want). If you want to compile it as a module, say M
41 module, say M here and read Documentation/modules.txt. You will
44 say Y.
65 If you say Y here, user-space programs can attach a filter to any
70 If unsure, say N.
/external/syslinux/com32/hdt/floppy/
Dhdt.cfg92 …Starts HDT using the Command Line Interface (CLI), show an item, say a message reboot and start me…
96 …s=modules.alias pciids=pci.ids quiet vesa nomenu auto='show memory;say `########`;say `Starting me…
/external/markdown/tests/misc/
Demail.txt2 asdfasdfadsfasd <yuri@freewisdom.org> or you can say
/external/shflags/examples/
Ddebug_output.sh21 speak: say something
/external/clang/test/Parser/
Dmissing-end-3.m6 // since I forgot the @end here it should say something
/external/mesa3d/docs/specs/
DMESA_texture_array.spec163 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/syslinux/core/
Dkeywords26 say
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/
Ddepend.stg6 * are File objects. For example, you can say
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
Dcoverage.txt6 …t for now because assertion statement is unclear and hard to understand what they're trying to say.
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt14 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/fio/examples/
Drand-zones.fio14 # something differently for writes, let's say 50% for the first 10%
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dopaque-call-alias.ll2 ; its own stratified set. This would make cases like the one in @test say that
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTable.g5 * define a global scope and say that globals and block use this by saying
/external/fec/
DINSTALL3 To build and install the libfec libraries, simply say
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dltdl.m4159 # library depends on, so we explicitly say `no'.
167 # say is unknown -- it depends on the patch being installed. If
175 # is used to find them so we can finally say `yes'.
205 [Define to the extension used for shared libraries, say, ".so".])
/external/libpcap/msdos/
Dreadme.dos106 For a Watcom target say:
109 For a Borland target say:
112 And for a HighC/Pharlap target say:
/external/llvm/test/CodeGen/ARM/
Dcfi-alignment.ll4 ; shouldn't be modified to say it has been.
/external/valgrind/none/tests/scripts/
DMakefile.am10 say-hello.helper \
/external/llvm/test/Analysis/BasicAA/
Dfull-store-partial-alias.ll7 ; Without BasicAA, TBAA should say that %tmp5 is NoAlias with the store.
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
Dfull-store-partial-alias.ll7 ; Without BasicAA, TBAA should say that %tmp5 is NoAlias with the store.

12345678910>>...22