Searched refs:between (Results 1 - 25 of 238) sorted by relevance

12345678910

/external/valgrind/gdbserver_tests/
H A Dnlgone_abrt.stderrB.exp1 relaying data between gdb and process ....
H A Dnlgone_exit.stderrB.exp1 relaying data between gdb and process ....
H A Dnlgone_return.stderrB.exp1 relaying data between gdb and process ....
H A Dnlself_invalidate.stderrB.exp1 relaying data between gdb and process ....
H A Dmcmain_pic.stderrB.exp1 relaying data between gdb and process ....
H A Dnlpasssigalrm.stderrB.exp1 relaying data between gdb and process ....
H A Dmcclean_after_fork.stderrB.exp1 relaying data between gdb and process ....
H A Dnlsigvgdb.stderrB.exp1 relaying data between gdb and process ....
H A Dmcbreak.stderrB.exp1 relaying data between gdb and process ....
H A Dhginfo.stderrB.exp1 relaying data between gdb and process ....
/external/autotest/client/site_tests/platform_TLSDate/src/
H A Dtest.conf1 subprocess-wait-between-tries 2
3 wait-between-tries 2
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb370 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
[all...]
/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-blocks.cpp13 expected-warning{{unannotated fall-through between switch labels}} \
/external/llvm/test/MC/Sparc/
H A Dsparc-asm-errors.s5 ! CHECK: argument must be between
7 ! CHECK: argument must be between
/external/skia/src/pathops/
H A DSkPathOpsTightBounds.cpp30 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/
H A DSkPathOpsTightBounds.cpp30 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/curl/docs/cmdline-opts/
H A Dretry-delay.d3 Help: Wait time between retries
8 between retries). This option is only interesting if --retry is also
H A Dproxy1.0.d8 The only difference between this and the HTTP proxy option --proxy, is that
H A Dkeepalive-time.d7 keepalive probes and the time between individual keepalive probes. It is
/external/clang/test/Analysis/
H A Dlogical-ops.c30 int between(char *x) { function
/external/libmpeg2/common/arm/
H A Dicv_sad_a9.s42 @* @brief computes distortion (SAD) between 2 8x4 blocks
46 @* This functions computes SAD between 2 8x4 blocks.
/external/libcxxabi/test/native/arm-linux-eabi/
H A Dttype-encoding-00.pass.sh.s81 .long .Ltmp0-.Lfunc_begin0 @ Call between .Lfunc_begin0 and .Ltmp0
85 .long .Ltmp1-.Ltmp0 @ Call between .Ltmp0 and .Ltmp1
89 .long .Lfunc_end0-.Ltmp1 @ Call between .Ltmp1 and .Lfunc_end0
H A Dttype-encoding-90.pass.sh.s80 .long .Ltmp0-.Lfunc_begin0 @ Call between .Lfunc_begin0 and .Ltmp0
84 .long .Ltmp1-.Ltmp0 @ Call between .Ltmp0 and .Ltmp1
88 .long .Lfunc_end0-.Ltmp1 @ Call between .Ltmp1 and .Lfunc_end0
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlabeloffset.s22 # 26 bytes of instructions between the pop and the use of the pic base symbol.
32 # The difference between the labels should be 0x20 (0x40-0x20) not 0x1b
53 # 26 bytes of instructions between the pop and the use of the pic base symbol.
/external/walt/docs/
H A DScreenLatency.md3 WALT can detect when screen changes color between white and black using a photodiode.
11 The physical transition between colors is not instantaneous and may look very different depending on the direction - from black to white or white to black. Moreover some sections of the screen may update several milliseconds later than others. These details vary considerably between screen technologies and device models.

Completed in 660 milliseconds

12345678910