HomeSort by relevance Sort by last modified time
    Searched full:assume (Results 26 - 50 of 7331) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/mac/
scoped_typeref.h 40 // it should not assume this ownership and must create its own (by calling
42 // with |ASSUME| for the former and |RETAIN| for the latter. The default policy
43 // is to |ASSUME|.
55 base::scoped_policy::OwnershipPolicy policy = base::scoped_policy::ASSUME)
87 base::scoped_policy::ASSUME) {
scoped_block.h 25 base::scoped_policy::OwnershipPolicy policy = base::scoped_policy::ASSUME)
49 base::scoped_policy::ASSUME) {
  /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/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/chromium_org/chrome/browser/extensions/
webstore_install_with_prompt.cc 45 // Assume the requestor is always alive.
82 // Assume the requestor is trusted.
90 // Assume the requestor is trusted.
  /external/bison/m4/
obstack-printf.m4 8 dnl Test whether obstack_printf() exists. For now, we assume that
  /external/chromium_org/base/
debug_message.cc 9 // complete control of our command line, we assume that it did *not*
  /external/chromium_org/chrome/browser/metrics/
tracking_synchronizer_observer.h 18 // The observer should assume there might be more data coming until
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_logger_android.cc 19 // On android, the fields are never previwed: it's safe to assume here that
  /external/chromium_org/net/base/
request_priority.h 25 // For simplicity, one can assume that one can index into array of
  /external/chromium_org/net/third_party/nss/patches/
suitebonly.patch 9 /* See if we can support small curves (like 163). If not, assume we can
  /external/chromium_org/ppapi/
ppapi.gypi 10 # ppp.h. Note that these source files assume that plugin is dependent
  /external/chromium_org/remoting/protocol/
clipboard_stub.h 23 // Implementations must not assume the presence of |event|'s fields, nor 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/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/llvm/test/Transforms/InstCombine/
2008-07-13-DivZero.ll 6 ; call. If the callee never returns, we can't assume the div is reachable.
  /external/valgrind/main/drd/tests/
supported_libpthread 11 # Assume NPTL.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
posix_types_32.h 7 * assume GCC is being used.
posix_types_64.h 7 * assume GCC is being used.
  /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.
posix_types_64.h 7 * assume GCC is being used.
  /external/chromium_org/media/cast/logging/
raw_event_subscriber_bundle.h 22 // Assume serialized log data for each frame will take up to 150 bytes.
25 // Assume serialized log data for each frame will take up to 75 bytes.
  /external/chromium_org/third_party/icu/source/i18n/
casetrn.h 78 * @param incremental if true, assume more text may be coming after
79 * pos.contextLimit. Otherwise, assume the text is complete.

Completed in 865 milliseconds

12 3 4 5 6 7 8 91011>>