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

1 2 3

  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
IsCloseToTest.java 13 final double irrelevant = 0.1; local
14 return closeTo(irrelevant, irrelevant);
BigDecimalCloseToTest.java 15 BigDecimal irrelevant = new BigDecimal("0.01"); local
16 return closeTo(irrelevant, irrelevant);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs-alu-bad-2.s 11 @ We will place the section foo at 0x1208000 but that should be irrelevant
group-relocs-ldc-bad-2.s 12 @ We will place the section foo at 0x118400 but that should be irrelevant
group-relocs-ldr-bad.s 12 @ We will place the section foo at 0x8001000 but that should be irrelevant
group-relocs-ldrs-bad.s 12 @ We will place the section foo at 0x8000100 but that should be irrelevant
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/vo/
EntityTest.kt 56 val irrelevant = createEntity("Irrelevant")
67 assertThat(child.shouldBeDeletedAfter(irrelevant), `is`(false))
  /external/capstone/bindings/vb6/
mx86.bas 353 segment As Long ' segment register (or X86_REG_INVALID if irrelevant) UNSIGNED
354 base As Long ' base register (or X86_REG_INVALID if irrelevant) UNSIGNED
355 index As Long ' index register (or X86_REG_INVALID if irrelevant) UNSIGNED
373 ' // AVX broadcast type, or 0 if irrelevant
383 ' A prefix byte gets value 0 when irrelevant.
385 ' prefix[1] indicates segment override (irrelevant for x86_64):
393 ' An trailing opcode byte gets value 0 when irrelevant.
399 sib As Byte ' SIB value, or 0 when irrelevant. UNSIGNED
400 disp As Long ' Displacement value, or 0 when irrelevant.
401 sib_index As x86_reg ' SIB index register, or X86_REG_INVALID when irrelevant.
    [all...]
Module1.bas 143 ' is not NULL, its content is still irrelevant.
161 CS_ERR_DIET ' Access irrelevant data in "diet" engine
162 CS_ERR_SKIPDATA ' Access irrelevant data for "data" instruction in SKIPDATA mode
433 ' WARN: when in 'diet' mode, this API is irrelevant because engine does not
452 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
471 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
492 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
514 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
535 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 79 void irrelevant(wrap &p) noexcept(is_movable<T>::value);
  /external/capstone/
config.mk 30 # will not be updated (i.e empty), thus become irrelevant.
  /build/soong/cmd/symbol_inject/
elf.go 108 // irrelevant."
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPendingIntentTest.java 472 Intent[] irrelevant = {new Intent("irrelevant"), new Intent("activity2")}; local
473 assertThat(PendingIntent.getActivities(context, 99, irrelevant, FLAG_NO_CREATE))
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 21 2. At second stage, we will re-iterate over the code and remove irrelevant code parts.
61 * remote_addr/rkey - Address/rkey of the result/proxy tensor. Irrelevant for first-time request.
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 249 // irrelevant architectures. We only need to build a bootstrap
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 219 // different packages are always different. The order of the methods is irrelevant.
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 247 return 0, errors.New("irrelevant")
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 40 // number is irrelevant.
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 249 // irrelevant architectures. We only need to build a bootstrap
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 219 // different packages are always different. The order of the methods is irrelevant.
  /prebuilts/go/linux-x86/src/io/
multi_test.go 247 return 0, errors.New("irrelevant")
  /prebuilts/go/linux-x86/src/net/
addrselect.go 40 // number is irrelevant.
  /build/soong/finder/
finder_test.go 883 create(t, "/tmp/b/c/d/irrelevant.txt", filesystem)
925 create(t, "/tmp/b/c/d/irrelevant.txt", filesystem)
1009 create(t, "/tmp/b/c/d/irrelevant.txt", filesystem)
    [all...]
  /external/boringssl/src/ssl/test/runner/
dtls.go 62 // version is irrelevant.)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 402 // can't be seen by C/C++ and therefore irrelevant for msan.

Completed in 445 milliseconds

1 2 3