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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
nlgone_abrt.stderrB.exp 1 relaying data between gdb and process ....
nlgone_exit.stderrB.exp 1 relaying data between gdb and process ....
nlgone_return.stderrB.exp 1 relaying data between gdb and process ....
nlself_invalidate.stderrB.exp 1 relaying data between gdb and process ....
mcmain_pic.stderrB.exp 1 relaying data between gdb and process ....
nlpasssigalrm.stderrB.exp 1 relaying data between gdb and process ....
mcclean_after_fork.stderrB.exp 1 relaying data between gdb and process ....
nlsigvgdb.stderrB.exp 1 relaying data between gdb and process ....
  /external/autotest/client/site_tests/platform_TLSDate/src/
test.conf 1 subprocess-wait-between-tries 2
3 wait-between-tries 2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
loc-3.s 1 # Check that a little bit of LOC:ing back and forward between code and
relax1.s 2 # and backward. Have a few variable-length thingies in-between so it
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
misc.s 2 ; the spacing between the operands doesn't matter.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 370 if ( look_1_0.between?( 0x30, 0x39 ) || look_1_0.between?( 0x41, 0x5a ) || look_1_0 == 0x5f || look_1_0.between?( 0x61, 0x7a ) )
377 if @input.peek( 1 ).between?( 0x30, 0x39 ) || @input.peek( 1 ).between?( 0x41, 0x5a ) || @input.peek( 1 ) == 0x5f || @input.peek( 1 ).between?( 0x61, 0x7a )
414 if @input.peek( 1 ) == 0x5f || @input.peek( 1 ).between?( 0x61, 0x7a )
428 if ( look_2_0.between?( 0x30, 0x39 ) || look_2_0.between?( 0x41, 0x5a ) || look_2_0 == 0x5f || look_2_0.between?( 0x61, 0x7a )
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
cpu-warn1.s 1 ; Test mismatch between cpu option passed by mcpu option and .cpu
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-blocks.cpp 13 expected-warning{{unannotated fall-through between switch labels}} \
  /external/llvm/test/MC/Sparc/
sparc-asm-errors.s 5 ! CHECK: argument must be between
7 ! CHECK: argument must be between
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
err-be.s 5 ! Check that a mismatch between command-line options and the .big
err-le.s 5 ! Check that a mismatch between command-line options and the .big
  /libcore/ojluni/src/test/java/time/test/java/time/temporal/
TestChronoUnit.java 109 assertEquals(YEARS.between(start, end), expected);
114 assertEquals(YEARS.between(end, start), -expected);
119 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 30)), expected);
125 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 31)), expected);
127 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 29)), expected);
133 assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.ofHours(2))), expected);
140 assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.ofHours(1))), expected);
142 assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(1)), end.atStartOfDay(ZoneOffset.ofHours(2))), expected);
182 assertEquals(MONTHS.between(start, end), expected);
187 assertEquals(MONTHS.between(end, start), -expected)
    [all...]
  /external/skia/src/pathops/
SkPathOpsTightBounds.cpp 30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX);
31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY);
37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX);
38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY);
39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX);
40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY);
  /external/skqp/src/pathops/
SkPathOpsTightBounds.cpp 30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX);
31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY);
37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX);
38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY);
39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX);
40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathLShiftS64.c 31 ; Handle shifting of between 0 and 31 bits
40 ; Handle shifting of between 32 and 63 bits
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llshl.c 31 ; Handle shifting of between 0 and 31 bits
40 ; Handle shifting of between 32 and 63 bits
  /hardware/interfaces/automotive/
README.md 10 between Android releases.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5125.go 7 // Issue 5125: cyclic dependencies between types confuse

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 91011>>