Searched refs:when (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/external/littlemock/src/com/google/testing/littlemock/
H A DBehaviour.java26 public <T> T when(T mock); method in interface:Behaviour
/external/webkit/Source/WebCore/webaudio/
H A DAudioBufferSourceNode.idl37 void noteOn(in float when);
38 void noteGrainOn(in float when, in float grainOffset, in float grainDuration);
39 void noteOff(in float when);
/external/jmonkeyengine/engine/src/core/checkers/quals/
H A DUnused.java11 * when} element value qualifier.
15 * lock is used when a {@code Table} instance is shared across threads. When
22 * private @Unused(when=LocalToThread.class) final Lock lock;
40 * receiver that is annotated with the "when" annotation.
42 Class<? extends Annotation> when(); method in interface:Unused
H A DDependent.java19 * private @Nullable @Dependent(result=NonNull.class, when=ThreadSafe.class)
37 Class<? extends Annotation> when(); method in interface:Dependent
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
H A Diexploder.rb91 when 1..3 then return (@htmlValues[rand(@htmlValues.length)])
92 when 4..5 then return (@htmlValues[rand(@htmlValues.length)] + inventValue())
93 when 6 then return (@htmlValues[rand(@htmlValues.length)] + "//" + inventValue())
94 when 7 then return ''
96 when 8..10 then return rand(255).chr * (rand(256)+8)
97 when 11 then return rand(255).chr * (rand(2048)+8)
98 when 12 then return "#" + rand(999999).to_s
99 when 13 then return rand(999999).to_s + "%"
100 when 14..15 then return "&" + rand(999999).to_s + ";"
102 when 1
[all...]
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb136 when 0..50 then
138 when 51..75
140 when 76..85
142 when 86..90
144 when 91..98
159 when 0..30
161 when 31..50
163 when 51..60
165 when 60..75
167 when 7
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb134 when ?a then "\a"
135 when ?b then "\b"
136 when ?e then "\e"
137 when ?f then "\f"
138 when ?n then "\n"
139 when ?r then "\r"
140 when ?s then "\s"
141 when ?t then "\t"
142 when ?v then "\v"
153 when TEMPLAT
[all...]
H A Dgroup-file-lexer.rb375 when 1
433 when 1
510 when 1
515 when 2
558 when 1
573 when 1
585 when 2
596 when 2
611 when 1
623 when
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemChoose.java33 * <!ELEMENT xsl:choose (xsl:when+, xsl:otherwise?)>
92 ElemWhen when = (ElemWhen) childElem;
94 // must be xsl:when
98 // System.err.println("\""+when.getTest().getPatternString()+"\"");
100 // if(when.getTest().getPatternString().equals("COLLECTION/icuser/ictimezone/LITERAL='GMT +13:00 Pacific/Tongatapu'"))
103 if (when.getTest().bool(xctxt, sourceNode, when)) {
104 transformer.executeChildTemplates(when, true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dantenv.cmd33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
/external/jsr305/ri/src/main/java/javax/annotation/
H A DCheckForNull.java12 @Nonnull(when = When.MAYBE)
H A DCheckForSigned.java20 @Nonnegative(when = When.MAYBE)
H A DDetainted.java12 @Untainted(when = When.ALWAYS)
H A DNullable.java12 @Nonnull(when = When.UNKNOWN)
H A DPropertyKey.java14 When when() default When.ALWAYS;
H A DSigned.java14 @Nonnegative(when = When.UNKNOWN)
H A DTainted.java12 @Untainted(when = When.MAYBE)
H A DUntainted.java14 When when() default When.ALWAYS;
H A DSyntax.java43 When when() default When.ALWAYS;
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java411 doReturn("first").when(mFoo).get(0);
416 doReturn("first").when(mFoo).get(0);
417 doReturn("second").when(mFoo).get(0);
422 doReturn("one").when(mFoo).get(1);
423 doReturn("two").when(mFoo).get(2);
429 doReturn("one").when(mFoo).get(1);
435 doReturn("first").when("hello").contains("something");
442 doReturn("first").when(createNotARealMock()).get(0);
450 doReturn("one").when(mFoo).get(8);
456 doReturn(90).when(mFo
[all...]
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) {
27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) {
/external/llvm/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/external/llvm/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho-stripped.s4 # We are checking that disassembly happens when there are no symbols.
/external/qemu/
H A Ddynlink.h53 #error DYNLINK_FUNCTIONS should be defined when including this file
57 #error DYNLINK_FUNCTIONS_INIT should be defined when including this file

Completed in 460 milliseconds

1234567891011>>