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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
repeat.s 6 until <cs>
11 until d1 <ge> #10 define
  /external/smali/smalidea/src/main/java/org/jf/smalidea/util/
PsiUtil.java 39 PsiMatcherExpression until) {
41 if (until.match(element)) {
57 PsiMatcherExpression until) {
59 if (until.match(element)) {
  /build/make/core/combo/arch/mips64/
mips64r2.mk 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 12 bne 0,test_loop # loop until zero
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11737.go 7 // Issue 11737 - invalid == not being caught until generated switch code was compiled
issue16760.go 8 // arguments until those arguments are evaluated and known
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11737.go 7 // Issue 11737 - invalid == not being caught until generated switch code was compiled
issue16760.go 8 // arguments until those arguments are evaluated and known
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug-big.mk 4 # until the final compare.
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
StructureParser.kt 50 for (i in 0 until nodes) {
66 for (i in 0 until childrenSize) {
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
StructureParser.kt 50 for (i in 0 until nodes) {
66 for (i in 0 until childrenSize) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuSleep.asm 27 ; Places the CPU in a sleep state until an interrupt is received.
29 ; Places the CPU in a sleep state until an interrupt is received. If interrupts
  /libcore/ojluni/src/main/java/java/time/temporal/
Temporal.java 375 * Calculates the amount of time until another temporal in terms of the specified unit.
383 * calculated using {@code startTime.until(endTime, HOURS)}.
395 * temporal = start.until(end, unit);
403 * long daysBetween = start.until(end, DAYS);
447 long until(Temporal endExclusive, TemporalUnit unit); method in interface:Temporal
  /prebuilts/go/darwin-x86/src/os/signal/
example_test.go 20 // Block until a signal is received.
  /prebuilts/go/linux-x86/src/os/signal/
example_test.go 20 // Block until a signal is received.
  /external/r8/src/test/java/com/android/tools/r8/utils/
ArtErrorParser.java 50 public String until(int end) { method in class:ArtErrorParser.ParseInput
56 public String until(char match) throws ArtErrorParserException { method in class:ArtErrorParser.ParseInput
61 return until(end);
244 String type = input.until(' ');
252 return input.until('(').split("\\.");
258 String content = input.until(')').trim();
  /device/generic/x86_64/
BoardConfig.mk 21 # Disable emulator for "make dist" until there is a 64-bit qemu kernel
  /external/ppp/pppd/
Android.mk 41 # Turn off warnings for now until this is fixed upstream. b/18632512
  /prebuilts/go/darwin-x86/src/net/textproto/
pipeline.go 44 // StartRequest blocks until it is time to send (or, if this is a server, receive)
56 // StartResponse blocks until it is time to receive (or, if this is a server, send)
78 // Start waits until it is time for the event numbered id to begin.
79 // That is, except for the first event, it waits until End(id-1) has
  /prebuilts/go/darwin-x86/src/os/
wait_unimp.go 9 // blockUntilWaitable attempts to block until a call to p.Wait will
  /prebuilts/go/linux-x86/src/net/textproto/
pipeline.go 44 // StartRequest blocks until it is time to send (or, if this is a server, receive)
56 // StartResponse blocks until it is time to receive (or, if this is a server, send)
78 // Start waits until it is time for the event numbered id to begin.
79 // That is, except for the first event, it waits until End(id-1) has
  /prebuilts/go/linux-x86/src/os/
wait_unimp.go 9 // blockUntilWaitable attempts to block until a call to p.Wait will
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 52 public String until; field in class:EventRecurrence
83 sParsePartMap.put("UNTIL", new ParseUntil());
141 /** If set, validate the value of UNTIL parts. Minor performance impact. */
144 /** If set, require that only one of {UNTIL,COUNT} is present. Breaks compat w/ old parser. */
351 if (!TextUtils.isEmpty(this.until)) {
352 s.append(";UNTIL=");
353 s.append(until);
481 (until == null ? er.until == null : until.equals(er.until)) &
741 Time until = new Time(); local
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoPeriod.java 101 * The period is calculated using {@link ChronoLocalDate#until(ChronoLocalDate)}.
114 * @see ChronoLocalDate#until(ChronoLocalDate)
119 return startDateInclusive.until(endDateExclusive);
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DrawFramesActivity.java 121 long until = System.currentTimeMillis() + durationMs; local
122 while (System.currentTimeMillis() < until) {}

Completed in 730 milliseconds

1 2 3 4 5 6 7 8 91011>>