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

<<11121314151617181920>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang_x86.h 36 // Assume that aligned loads are atomic.
40 // Assume that processor respects data dependencies
81 // Assume that aligned loads are atomic.
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 229 // Assume Unknown OpenMode is readable
235 // Assume Unknown OpenMode is writable
241 // Assume Unknown OpenMode is both readable and writable
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdbool.in.h 35 - You cannot assume that sizeof (bool) == 1.
44 - You cannot assume that _Bool is a typedef; it might be a macro.
80 /* If the compiler already has both 'bool' and '_Bool', we can assume they
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
tcp_node.cc 74 // Anything else, we should assume the socket has gone bad.
98 // We assume that transmits will always complete. If the upstream
134 // Anything else, we should assume the socket has gone bad.
188 // Anything else, we should assume the socket has gone bad.
238 // Anything else, we should assume the socket has gone bad.
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 68 ProgramStateRef SimpleConstraintManager::assume(ProgramStateRef state, function in class:clang::ento::SimpleConstraintManager
84 return assume(state, Cond.castAs<NonLoc>(), Assumption);
87 ProgramStateRef SimpleConstraintManager::assume(ProgramStateRef state, function in class:clang::ento::SimpleConstraintManager
128 llvm_unreachable("'Assume' not implemented for this NonLoc");
188 return assume(state, Cond.castAs<nonloc::LocAsInteger>().getLoc(),
  /external/jpeg/
jdapimin.c 139 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
149 cinfo->jpeg_color_space = JCS_YCbCr; /* assume JFIF w/out marker */
154 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
172 cinfo->jpeg_color_space = JCS_YCCK; /* assume it's YCCK */
176 /* No special markers, assume straight CMYK. */
wrrle.c 12 * specialized applications. As they stand, they assume output to
28 * We assume that JSAMPLE has the same representation as rle_pixel,
210 * We assume here that (a) rle_pixel is represented the same as JSAMPLE,
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdapimin.c 139 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
149 cinfo->jpeg_color_space = JCS_YCbCr; /* assume JFIF w/out marker */
154 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
172 cinfo->jpeg_color_space = JCS_YCCK; /* assume it's YCCK */
176 /* No special markers, assume straight CMYK. */
  /external/qemu/distrib/jpeg-6b/
jdapimin.c 139 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
149 cinfo->jpeg_color_space = JCS_YCbCr; /* assume JFIF w/out marker */
154 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
172 cinfo->jpeg_color_space = JCS_YCCK; /* assume it's YCCK */
176 /* No special markers, assume straight CMYK. */
wrrle.c 12 * specialized applications. As they stand, they assume output to
28 * We assume that JSAMPLE has the same representation as rle_pixel,
210 * We assume here that (a) rle_pixel is represented the same as JSAMPLE,
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 11 // in which this could be done. One aggressive approach is to assume that all
21 // An alternative approach is to assume that all branches must be
76 // The address that we currently assume the block has.
100 // The address that we currently assume the terminator has.
120 // The address that we assume this position has.
180 // assume that Block had the worst possible misalignment.
199 // Assume that Terminator will be relaxed if AssumeRelaxed.
  /external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc 199 // Unit tests may not provide prefs; assume everything is up-to-date.
204 // If we're inside a browser test, then assume prefs are all up-to-date.
221 // If there was no version string in prefs, assume we're out of date.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 20 * all operations may assume that the selection given is attached to the body
63 * them and callers may assume them:
108 * making sure these hold, and any caller may assume these to be true:
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer.h 68 // # Assume the file has remote metadata.
72 // # Assume the tracker has remote metadata and the tracker is active.
85 // # Assume the tracker is active and has remote metetadata and synced
  /external/chromium_org/components/autofill/core/browser/
contact_info.cc 93 // Don't assume "Ma" is a suffix in John Ma.
100 // Bad things have happened; just assume the whole thing is a given name.
105 // Only one token, assume given name.
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdate.cpp 141 // Assume it's a SimpleDateFormat and get some info
221 // Assume 8-bit (or larger) rand values. Also assume
winnmtst.cpp 70 /* Assume rand has at least 12 bits of precision */
92 /* Assume rand has at least 12 bits of precision */
124 /* Assume rand has at least 12 bits of precision */
  /external/chromium_org/third_party/libyuv/source/
cpu_id.cc 126 // Assume Neon if /proc/cpuinfo is unavailable.
149 // Assume DSP if /proc/cpuinfo is unavailable.
257 // For Linux, /proc/cpuinfo can be tested but without that assume Neon.
  /external/chromium_org/v8/test/cctest/
test-time.cc 178 // We assume that Time::Now() has at least 16ms resolution.
185 // We assume that TimeTicks::Now() has at least 16ms resolution.
194 // We assume that TimeTicks::HighResolutionNow() has sub-ms resolution.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 49 * assume that using setCount() to increase the count is permitted iff add()
50 * is permitted and similarly for decrease/remove(). We assume that a
335 * assume multisets support duplicates so that the test of {@code
  /external/icu/icu4c/source/test/intltest/
tsdate.cpp 141 // Assume it's a SimpleDateFormat and get some info
221 // Assume 8-bit (or larger) rand values. Also assume
winnmtst.cpp 70 /* Assume rand has at least 12 bits of precision */
92 /* Assume rand has at least 12 bits of precision */
124 /* Assume rand has at least 12 bits of precision */
  /external/netperf/
netcpu_perfstat.c 245 /* we assume that it would wrap no more than once. we also */
246 /* assume that the result of subtracting will "fit" raj 4/95 */
293 /* we assume that the two are not more than a long apart. I */
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 218 // We'll have to assume invoking an unknown method has side effects.
228 // We'll have to assume accessing an unknown field has side effects.
241 // We'll have to assume invoking an unknown method has side effects.
  /external/valgrind/main/docs/internals/
notes.txt 29 to work when I stopped to do the merge. I think you can assume
155 The syscall handlers assume that the result register (RES) does not
156 overlap with any argument register (ARGn). They assume this by

Completed in 2501 milliseconds

<<11121314151617181920>>