HomeSort by relevance Sort by last modified time
    Searched full:assume (Results 76 - 100 of 9582) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/hostsidetests/sample/app2/src/android/sample/cts/app2/
SampleDeviceTest.java 21 import org.junit.Assume;
41 Assume.assumeTrue(false);
  /external/icu/icu4c/source/i18n/
remtrans.h 58 * @param incremental if true, assume more text may be coming after
59 * pos.contextLimit. Otherwise, assume the text is complete.
  /external/llvm/test/Analysis/ScalarEvolution/
nw-sub-is-not-nw-add.ll 3 ; Check that SCEV does not assume sub nuw X Y == add nuw X, -Y
23 ; Check that SCEV does not assume sub nsw X Y == add nsw X, -Y
  /external/llvm/test/Transforms/LoopStrengthReduce/
ephemeral.ll 31 call void @llvm.assume(i1 %4)
41 declare void @llvm.assume(i1)
  /external/llvm/test/Transforms/WholeProgramDevirt/
devirt-single-impl.ll 19 call void @llvm.assume(i1 %p)
29 declare void @llvm.assume(i1)
non-array-vtable.ll 18 call void @llvm.assume(i1 %p)
28 declare void @llvm.assume(i1)
non-constant-vtable.ll 20 call void @llvm.assume(i1 %p)
30 declare void @llvm.assume(i1)
uniform-retval.ll 23 call void @llvm.assume(i1 %p)
34 declare void @llvm.assume(i1)
vcp-accesses-memory.ll 23 call void @llvm.assume(i1 %p)
33 declare void @llvm.assume(i1)
vcp-no-this.ll 23 call void @llvm.assume(i1 %p)
33 declare void @llvm.assume(i1)
vcp-non-constant-arg.ll 23 call void @llvm.assume(i1 %p)
33 declare void @llvm.assume(i1)
vcp-too-wide-ints.ll 23 call void @llvm.assume(i1 %p)
33 declare void @llvm.assume(i1)
vcp-uses-this.ll 25 call void @llvm.assume(i1 %p)
35 declare void @llvm.assume(i1)
  /external/ltp/testcases/network/nfs/
README 4 These tests ALL assume that the "RHOST" variable is set to the hostname
10 These tests also assume an identical path tree for their location on the remote
  /external/ltp/testcases/network/rpc/basic_tests/
README 4 These tests ALL assume that the "RHOST" and "LOCALDIR" variables is set to
14 These tests also assume an identical path tree for their location on the remote
  /external/ltp/testcases/network/tcp_cmds/
README 4 These tests ALL assume that the "RHOST" variable is set to the hostname
9 These tests also assume an identical path tree for their location on the remote
  /external/mockito/src/test/java/org/mockitointegration/
NoJUnitDependenciesTest.java 6 import org.junit.Assume;
22 Assume.assumeTrue("ByteBuddyMockMaker".equals(Plugins.getMockMaker().getClass().getSimpleName()));
  /external/syslinux/man/
isohybrid.1 45 Assume we are laoded as disk ID 0
48 Assume disk ID 0 if the Ctrl key is pressed
  /external/testng/src/test/java/test/junit4/
JUnit4ParameterizedTest.java 7 import org.junit.Assume;
55 Assume.assumeTrue(false);
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 51 // Odd. The file doesn't exist... Assume we're ok.
65 // Odd. The file doesn't exist... Assume we're ok.
76 // Odd. The file doesn't exist... Assume we're ok.
105 // Odd. The file doesn't exist... Assume we're ok.
112 // Odd. The file doesn't exist... Assume we're ok.
  /external/junit/src/main/java/org/junit/
Assume.java 13 * A failed assumption does not mean the code is broken, but that the test provides no useful information. Assume
23 * These methods can be used directly: <code>Assume.assumeTrue(...)</code>, however, they
26 * import static org.junit.Assume.*;
36 public class Assume {
77 * Call to assume that <code>actual</code> satisfies the condition specified by <code>matcher</code>.
100 * Call to assume that <code>actual</code> satisfies the condition specified by <code>matcher</code>.
123 * Use to assume that an operation completes normally. If {@code e} is non-null, the test will halt and be ignored.
  /external/llvm/test/Transforms/SimplifyCFG/
switch-dead-default.ll 94 call void @llvm.assume(i1 %cmp)
111 ; CHECK: @llvm.assume
115 call void @llvm.assume(i1 %cmp)
133 ; CHECK: @llvm.assume
137 call void @llvm.assume(i1 %cmp)
165 call void @llvm.assume(i1 %cmp)
179 declare void @llvm.assume(i1)
  /external/wpa_supplicant_8/src/tls/
pkcs8.c 34 "header (SEQUENCE); assume PKCS #8 not used");
44 "class %d tag 0x%x; assume PKCS #8 not used",
62 "beginning of private key; not found; assume "
76 "assume PKCS #8 not used",
83 "(algorithm); assume PKCS #8 not used");
146 "header (SEQUENCE); assume encrypted PKCS #8 not "
159 "assume encrypted PKCS #8 not used",
  /device/linaro/bootloader/edk2/EmulatorPkg/FirmwareVolumePei/
FirmwareVolumePei.c 74 // Assume the FD starts with an FV header
85 // Assume the first FD was produced by the NT32.DSC
104 // Assume it's a hard coded offset from FV0 in FD0.
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtFirmwareVolumePei/
WinntFwh.c 89 // Assume the FD starts with an FV header
100 // Assume the first FD was produced by the NT32.DSC
118 // Assume it's a hard coded offset from FV0 in FD0.

Completed in 1001 milliseconds

1 2 34 5 6 7 8 91011>>