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

<<11121314151617181920>>

  /system/tpm/tpm_manager/client/
tpm_nvram_binder_proxy.h 39 // TpmNvramInterface methods. All assume a message loop and binder watcher
  /toolchain/binutils/binutils-2.25/bfd/
m68knetbsd.c 24 assume 8K page alignment so they will work on all m68k machines. */
sparcnetbsd.c 25 assume 8K page alignment so they will work on either one. */
  /toolchain/binutils/binutils-2.25/gold/testsuite/
constructor_test.cc 25 // we assume that it runs correctly itself.
  /toolchain/binutils/binutils-2.25/intl/
hash-string.h 29 /* We assume to have `unsigned long int' value with at least 32 bits. */
  /toolchain/binutils/binutils-2.25/ld/
ldctor.h 28 global for the entire link; we assume that there is only a single
  /toolchain/binutils/binutils-2.25/libiberty/
xstrerror.c 65 We assume that `errnum' corresponds to the last value assigned to
  /tools/tradefederation/core/src/com/android/tradefed/suite/checker/
KeyguardStatusChecker.java 33 // We assume keyguard was dismissed before the module.
  /tools/tradefederation/core/tests/res/testdata/
subprocess2.txt 9 03-22 14:04:02 E/SubprocessResultsReporter: TEST_ASSUMPTION_FAILURE {"className":"android.gesture.cts.GestureLibraryTest","testName":"testRecognize", "trace":"assume I fail..."}
  /external/bison/lib/
msvc-inval.h 72 Because we assume no other part of the program installs a different
118 Because we assume no other part of the program installs a different
163 Because we assume no other part of the program installs a different
stdbool.in.h 32 - You cannot assume that sizeof (bool) == 1.
41 - You cannot assume that _Bool is a typedef; it might be a macro.
75 /* If the compiler already has both 'bool' and '_Bool', we can assume they
  /external/bison/m4/
wctype_h.m4 117 dnl We assume that the wctype() and iswctype() functions exist if and only
145 dnl We assume that the wctrans() and towctrans() functions exist if and only
204 dnl Assume proper GNU behavior unless another module says otherwise.
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 62 // is not available, but the return value expression has 'void' type, assume
106 std::tie(StNonNull, StNull) = C.getState()->assume(RetVal);
109 // Going forward, assume the location is non-null.
  /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.
  /external/llvm/test/Analysis/ScalarEvolution/
no-wrap-unknown-becount.ll 4 declare void @llvm.assume(i1)
58 call void @llvm.assume(i1 %cmp)
118 call void @llvm.assume(i1 %cmp)
  /external/llvm/test/Transforms/Inline/
align.ll 27 ; CHECK: call void @llvm.assume(i1 %maskcond)
81 ; CHECK: call void @llvm.assume(i1 %maskcond)
85 ; CHECK: call void @llvm.assume(i1 %maskcond3)
  /external/llvm/test/Transforms/WholeProgramDevirt/
constant-arg.ll 47 call void @llvm.assume(i1 %p)
63 call void @llvm.assume(i1 %p)
74 declare void @llvm.assume(i1)
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
SimContactsTestHelper.java 19 import static org.junit.Assume.assumeThat;
20 import static org.junit.Assume.assumeTrue;
105 // Remove SIM contacts because we assume that caller wants the data to be in the exact
  /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/libjpeg-turbo/
jdapimin.c 150 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
160 cinfo->jpeg_color_space = JCS_YCbCr; /* assume JFIF w/out marker */
165 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
183 cinfo->jpeg_color_space = JCS_YCCK; /* assume it's YCCK */
187 /* No special markers, assume straight CMYK. */
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdapimin.c 138 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
148 cinfo->jpeg_color_space = JCS_YCbCr; /* assume JFIF w/out marker */
153 cinfo->jpeg_color_space = JCS_YCbCr; /* assume it's YCbCr */
171 cinfo->jpeg_color_space = JCS_YCCK; /* assume it's YCCK */
175 /* No special markers, assume straight CMYK. */
  /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
75 // The address that we currently assume the block has.
99 // The address that we currently assume the terminator has.
119 // The address that we assume this position has.
183 // assume that Block had the worst possible misalignment.
202 // Assume that Terminator will be relaxed if AssumeRelaxed.
  /external/llvm/test/Transforms/GVN/
invariant.group.ll 79 call void @llvm.assume(i1 %cmp.vtables)
297 %a = load i8, i8* %ptr, !invariant.group !0 ; Can assume that value under %ptr didn't change
302 %b = load i8, i8* %ptr, !invariant.group !1 ; Can't assume anything, because group changed
307 %c = load i8, i8* %newPtr, !invariant.group !0 ; Can't assume anything, because we only have information about %ptr
312 ; FIXME: Can assume that %unknownValue == 42
330 declare void @llvm.assume(i1 %cmp.vtables) #0
  /art/runtime/
compiler_filter.cc 170 case CompilerFilter::kAssumeVerified: return "assume-verified";
189 << "removed in future releases, please use 'assume-verified' instead.";
211 } else if (strcmp(option, "assume-verified") == 0) {
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityHostTestBase.java 41 import org.junit.Assume;
221 // assume not all tests have skipped (and rethrow AssumptionViolatedException if so)
222 Assume.assumeTrue(runResult.getNumTests() != runResult.getNumTestsInState(

Completed in 1113 milliseconds

<<11121314151617181920>>