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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/drd/tests/
matinv.stdout.exp 1 Error within bounds.
omp_matinv.stdout.exp 1 Error within bounds.
omp_matinv_racy.stdout.exp 1 Error within bounds.
tc21_pthonce.stderr.exp 6 by 0x........: (within libpthread-?.?.so)
16 by 0x........: (within libpthread-?.?.so)
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
133-eof-without-newline-comment.c 1 This file ends with no newline within a comment /*
  /external/valgrind/none/tests/ppc32/
data-cache-instructions.stdout.exp 1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
  /external/valgrind/none/tests/ppc64/
data-cache-instructions.stdout.exp 1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsMockitoUtils.java 23 public static VerificationMode within(long timeout) { method in class:CtsMockitoUtils
24 return new Within(timeout);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
relax1.s 1 # Relaxation border-cases: just-within reach, just-out-of-reach, forward
8 GETA $7,nearfar1 % Within reach.
9 PUSHJ $191,nearfar2 % Within reach.
12 BNP $72,l0 % Within reach
13 GETA $4,l1 % Within reach.
14 nearfar1 PUSHJ 5,l01 % Within reach.
17 l4 BP $55,l3 % Within reach.
21 BOD $88,l4 % Within reach.
24 l6 JMP l5 % Within reach.
28 JMP l6 % Within reac
    [all...]
weak1.d 4 # Relaxation thought a weak symbol was within reach.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
start3.s 1 # When GC, all sections in each file must be referenced from within a kept
start4.s 1 # When GC, all sections in each file must be referenced from within a kept
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
rodata-merge-map1.s 2 @ within a merged section.
farcall-thumb-arm-short.s 1 @ Test to ensure that a Thumb to ARM call within 4Mb does not generate a stub.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tlsle-symbol-offset.s 11 # Compute the address of an integer within structure a, padded
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_bl_in_range.s 2 # Test ARM bl instructions just within branch range limits.
8 # Add padding so that target is just within branch range.
38 # Add padding so that target is just within of branch range.
  /external/valgrind/tests/
filter_libc 14 s/\(within \/.*(libc|libSystem|libsystem|libsocket).*\)$/(within \/...libc...)/;
  /external/curl/docs/cmdline-opts/
retry-max-time.d 3 Help: Retry only within this period
  /external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
AnswersWithDelayTest.java 14 import static org.assertj.core.api.Assertions.within;
43 assertThat(timePassed).isCloseTo(sleepyTime, within(15L));
  /hardware/interfaces/camera/
README.md 9 More details and versioning information can be found within each particular HAL.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 67 Reference within = mEditorDelegate.getGraphicalEditor().getIncludedWithin(); local
68 if (within == null) {
71 return within.equals(mReference);
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionSetTest.java 18 import static com.android.compatibility.common.util.CtsMockitoUtils.within;
88 verify(fadeListener, within(500)).onTransitionStart(any());
96 verify(fadeListener, within(1000)).onTransitionEnd(any());
99 verify(changeBoundsListener, within(500)).onTransitionStart(any());
  /prebuilts/go/darwin-x86/test/
complit1.go 47 _ = &T{i: 0, f: 0, s: "", next: {}} // ERROR "missing type in composite literal|omit types within composite literal"
48 _ = &T{0, 0, "", {}} // ERROR "missing type in composite literal|omit types within composite literal"
  /prebuilts/go/linux-x86/test/
complit1.go 47 _ = &T{i: 0, f: 0, s: "", next: {}} // ERROR "missing type in composite literal|omit types within composite literal"
48 _ = &T{0, 0, "", {}} // ERROR "missing type in composite literal|omit types within composite literal"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
crange2.s 1 ! Check PT to SHcompact within same section as SHmedia, and that PT to

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>