HomeSort by relevance Sort by last modified time
    Searched full:assume (Results 51 - 75 of 8170) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 59 // Odd. The file doesn't exist... Assume we're ok.
73 // Odd. The file doesn't exist... Assume we're ok.
84 // Odd. The file doesn't exist... Assume we're ok.
126 // Odd. The file doesn't exist... Assume we're ok.
133 // Odd. The file doesn't exist... Assume we're ok.
  /external/junit/src/org/junit/
Assume.java 25 * These methods can be used directly: <code>Assume.assumeTrue(...)</code>, however, they
28 * import static org.junit.Assume.*;
33 public class Assume {
51 * Call to assume that <code>actual</code> satisfies the condition specified by <code>matcher</code>.
74 * Use to assume that an operation completes normally. If {@code t} is non-null, the test will halt and be ignored.
  /external/libchrome/base/mac/
scoped_typeref.h 43 // it should not assume this ownership and must create its own (by calling
45 // with |ASSUME| for the former and |RETAIN| for the latter. The default policy
46 // is to |ASSUME|.
58 base::scoped_policy::OwnershipPolicy policy = base::scoped_policy::ASSUME)
90 base::scoped_policy::ASSUME) {
  /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",
  /external/llvm/test/Transforms/AlignmentFromAssumptions/
simple.ll 9 tail call void @llvm.assume(i1 %maskcond)
24 tail call void @llvm.assume(i1 %maskcond)
40 tail call void @llvm.assume(i1 %maskcond)
55 tail call void @llvm.assume(i1 %maskcond)
69 tail call void @llvm.assume(i1 %maskcond)
97 tail call void @llvm.assume(i1 %maskcond)
125 tail call void @llvm.assume(i1 %maskcond)
153 tail call void @llvm.assume(i1 %maskcond)
181 tail call void @llvm.assume(i1 %maskcond)
196 tail call void @llvm.assume(i1 %maskcond
    [all...]
simple32.ll 9 tail call void @llvm.assume(i1 %maskcond)
24 tail call void @llvm.assume(i1 %maskcond)
40 tail call void @llvm.assume(i1 %maskcond)
55 tail call void @llvm.assume(i1 %maskcond)
69 tail call void @llvm.assume(i1 %maskcond)
97 tail call void @llvm.assume(i1 %maskcond)
125 tail call void @llvm.assume(i1 %maskcond)
153 tail call void @llvm.assume(i1 %maskcond)
181 tail call void @llvm.assume(i1 %maskcond)
196 tail call void @llvm.assume(i1 %maskcond
    [all...]
  /external/llvm/test/Transforms/InstCombine/
assume-loop-align.ll 14 tail call void @llvm.assume(i1 %maskcond)
18 tail call void @llvm.assume(i1 %maskcond3)
43 declare void @llvm.assume(i1) #1
2008-07-13-DivZero.ll 6 ; call. If the callee never returns, we can't assume the div is reachable.
  /external/autotest/client/site_tests/network_ChromeWifiTDLS/
control 19 networikingPrivate API. It does not assume that configuration will actually
  /external/autotest/frontend/client/src/autotest/tko/
CompositeTestSet.java 19 // we assume the initial condition is the same for all tests
  /external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
hardware_StorageQualSuspendStress.py 10 #TODO(chromium:500040) Do not assume eth0 as network interface to monitor.
  /external/autotest/server/site_tests/hardware_StorageQualTrimStress/
hardware_StorageQualTrimStress.py 9 #TODO(chromium:500040) Do not assume eth0 as network interface to monitor.
  /external/bison/m4/
obstack-printf.m4 8 dnl Test whether obstack_printf() exists. For now, we assume that
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang_other.h 33 // Assume that aligned loads are atomic.
37 // Assume that processor respects data dependencies
55 // Assume that it is not in read-only memory.
69 // Assume that aligned loads are atomic.
  /external/compiler-rt/test/tsan/
sleep_sync.cc 12 MySleep(); // Assume the main thread has done the write.
  /external/curl/tests/data/
test1208 42 # which the FTP disconect code generically has to assume could mean the
  /external/deqp/targets/default/
default.cmake 26 # Assume that GLESv2 provides ES3 symbols if GLES3/gl3.h was found
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 22 * is a bad idea to assume a class is thread-safe without good reason.
  /external/kernel-headers/original/uapi/asm-arm/asm/
posix_types.h 19 * assume GCC is being used.
  /external/kernel-headers/original/uapi/asm-mips/asm/
posix_types.h 17 * assume GCC is being used.
  /external/libselinux/src/
enabled.c 14 * will assume that if a selinux file system is mounted, then
  /external/libweave/third_party/chromium/base/strings/
utf_string_conversion_utils.cc 65 // Assume that the entire input will be ASCII.
68 // Assume that the entire input is non-ASCII and will have 3 bytes per char.
81 // Assume the input is all ASCII, which means 1:1 correspondence.
84 // Otherwise assume that the UTF-8 sequences will have 2 bytes for each
  /external/valgrind/drd/tests/
supported_libpthread 11 # Assume NPTL.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
posix_types_32.h 7 * assume GCC is being used.

Completed in 1319 milliseconds

1 23 4 5 6 7 8 91011>>