HomeSort by relevance Sort by last modified time
    Searched refs:when (Results 1 - 25 of 3369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/littlemock/src/com/google/testing/littlemock/
Behaviour.java 26 public <T> T when(T mock); method in interface:Behaviour
  /libcore/luni/src/main/java/java/util/
TimerTask.java 35 long when; field in class:TimerTask
42 * The time when task will be executed, or the time when task was launched
48 * Method called from the Timer for synchronized getting of when field.
52 return when;
57 * Method called from the Timer object when scheduling an event @param time
73 return when > 0 || scheduledTime > 0;
93 boolean willRun = !cancelled && when > 0;
Timer.java 25 * <p>Each timer has one thread on which tasks are executed sequentially. When
38 * successive run of a task is scheduled without regard for when the
44 * <p>When a timer is no longer needed, users should call {@link #cancel}, which
96 while (timers[current].when < timers[parent].when) {
115 && timers[child + 1].when < timers[child].when) {
120 if (timers[current].when < timers[child].when) {
179 * {@code when} field of TaskScheduled object
564 long when = delay + System.currentTimeMillis(); local
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.idl 37 void noteOn(in float when);
38 void noteGrainOn(in float when, in float grainOffset, in float grainDuration);
39 void noteOff(in float when);
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 39 * @param when when to send the next HPIF chunk
40 * @return true on success. false if 'when' is bad or if there was
43 native public static boolean heapInfoNotify(int when);
51 native public static boolean heapSegmentNotify(int when, int what,
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java 11 * 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
Dependent.java 19 * private @Nullable @Dependent(result=NonNull.class, when=ThreadSafe.class)
37 Class<? extends Annotation> when(); method in interface:Dependent
  /dalvik/vm/
Ddm.h 43 * If thread start/stop notification is enabled, call this when threads
49 * If thread start/stop notification is enabled, call this when the
60 * Let the heap know that the HPIF when value has changed.
62 * @return true iff the when value is supported by the VM.
64 bool dvmDdmHandleHpifChunk(int when);
67 * Let the heap know that the HPSG or NHSG what/when values have changed.
71 * @return true iff the what/when values are supported by the VM.
73 bool dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native);
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 91 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 16 the
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 136 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 75..8
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 134 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...]
  /frameworks/native/libs/utils/tests/
ZipFileRO_test.cpp 41 long when = 0x3EDD7514; local
43 ZipFileRO::zipTimeToTimespec(when, &t);
  /bionic/libc/arch-mips/bionic/
crtbegin.S 34 # this is the small startup code that is first run when
  /bootable/recovery/minadbd/
mutex_list.h 7 #error ADB_MUTEX not defined when including this file
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 62 int when = args[0]; local
65 ret = dvmDdmHandleHpifChunk(when);
70 * public static boolean heapSegmentNotify(int when, int what, bool native)
78 int when = args[0]; // 0=never (off), 1=during GC local
83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native);
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_dynamic.S 34 # this is the small startup code that is first run when
crtbegin_static.S 34 # this is the small startup code that is first run when
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemChoose.java 33 * <!ELEMENT xsl:choose (xsl:when+, xsl:otherwise?)>
92 ElemWhen when = (ElemWhen) childElem; local
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/
antenv.cmd 33 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/
CheckForNull.java 8 import javax.annotation.meta.When;
12 @Nonnull(when = When.MAYBE)
CheckForSigned.java 8 import javax.annotation.meta.When;
20 @Nonnegative(when = When.MAYBE)
Detainted.java 8 import javax.annotation.meta.When;
12 @Untainted(when = When.ALWAYS)
Nullable.java 8 import javax.annotation.meta.When;
12 @Nonnull(when = When.UNKNOWN)
PropertyKey.java 8 import javax.annotation.meta.When;
14 When when() default When.ALWAYS;
Signed.java 8 import javax.annotation.meta.When;
14 @Nonnegative(when = When.UNKNOWN)

Completed in 2396 milliseconds

1 2 3 4 5 6 7 8 91011>>