HomeSort by relevance Sort by last modified time
    Searched refs:between (Results 26 - 50 of 1197) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue5125.go 7 // Issue 5125: cyclic dependencies between types confuse
bug327.go 7 // Conversion between identical interfaces.
bug490.go 7 // The gccgo compiler used to crash building a comparison between an
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vcvt-bad.d 1 #name: Invalid Immediate field for VCVT (between floating-point and fixed-point, VFP)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mode-change-error-1.d 6 #error: \(\.text\+0x0\): Unsupported jump between ISA modes; consider recompiling with interlinking enabled\n
8 #error: \(\.text\+0x8\): Unsupported jump between ISA modes; consider recompiling with interlinking enabled\Z
  /external/curl/docs/cmdline-opts/
retry-delay.d 3 Help: Wait time between retries
8 between retries). This option is only interesting if --retry is also
proxy1.0.d 8 The only difference between this and the HTTP proxy option --proxy, is that
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
prefix3.s 1 % Check that changing prefixes between the GREG definition, its use and
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-group3.s 2 @ and that stubs are correctly inserted between input sections
  /libcore/luni/src/test/java/libcore/java/time/
DurationTest.java 51 // These tests are a little tautological, but since Duration.between is well-tested,
54 Duration.between(Instant.EPOCH, Instant.MAX).addTo(Instant.EPOCH));
56 Duration.between(Instant.MIN, Instant.MAX).addTo(Instant.MIN));
58 Duration.between(Instant.MIN, Instant.EPOCH).addTo(Instant.MIN));
65 Duration.between(Instant.MIN, Instant.EPOCH).subtractFrom(Instant.EPOCH));
67 Duration.between(Instant.MIN, Instant.MAX).subtractFrom(Instant.MAX));
69 Duration.between(Instant.EPOCH, Instant.MAX).subtractFrom(Instant.MAX));
75 { Instant.EPOCH, Duration.between(Instant.EPOCH, Instant.MAX).plusNanos(1) },
77 { Instant.EPOCH, Duration.between(Instant.EPOCH, Instant.MIN).minusNanos(1) },
78 { Instant.EPOCH, Duration.between(Instant.MIN, Instant.MAX) }
    [all...]
  /external/clang/test/Analysis/
logical-ops.c 30 int between(char *x) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llshr.c 32 ; Handle shifts of between 0 and 31 bits
41 ; Handle shifts of between 32 and 63 bits
ullshr.c 31 ; Handle shifting between 0 and 31 bits
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
opt.go 8 // standard variants. These bits let us map between variants.
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/multimain/
multimain_test.go 7 // some kind of global state between runs.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug327.go 7 // Conversion between identical interfaces.
bug490.go 7 // The gccgo compiler used to crash building a comparison between an
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
opt.go 8 // standard variants. These bits let us map between variants.
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/multimain/
multimain_test.go 7 // some kind of global state between runs.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
nohazard.s 2 # hazard between a load and the instruction which follows it in
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-bend.s 4 % number of bytes between it and a preceding lop_stab.
  /art/compiler/optimizing/
prepare_for_register_allocation.cc 266 // or an instruction with side effects between input and user.
268 for (HInstruction* between = input->GetNext(); between != user; between = between->GetNext()) {
269 CHECK(between != nullptr); // User must be after input in the same block.
270 CHECK(!between->CanThrow());
271 CHECK(!between->HasSideEffects());
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathRShiftU64.c 31 ; Handle shifting between 0 and 31 bits
  /libcore/ojluni/src/main/java/java/time/temporal/
TemporalUnit.java 231 * Calculates the amount of time between two temporal objects.
238 * For example, the amount in hours between two temporal objects can be
239 * calculated using {@code HOURS.between(startTime, endTime)}.
242 * complete units between the two temporals.
243 * For example, the amount in hours between the times 11:30 and 13:29
251 * between = thisUnit.between(start, end);
252 * between = start.until(end, thisUnit);
256 * For example, this method allows the number of days between two dates to
259 * long daysBetween = DAYS.between(start, end)
284 long between(Temporal temporal1Inclusive, Temporal temporal2Exclusive); method in interface:TemporalUnit
    [all...]
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_solaris.go 23 // thing, it refers to the total time until aborting (not between
25 // waiting the same time between probes. We can't hope for the best

Completed in 710 milliseconds

12 3 4 5 6 7 8 91011>>