HomeSort by relevance Sort by last modified time
    Searched full:sanity (Results 426 - 450 of 2591) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/imgproc/test/
test_houghLines.cpp 175 EXPECT_TRUE(fs.isOpened()) << "Cannot open sanity data file: " << xml;
179 EXPECT_TRUE(fs.isOpened()) << "Cannot open sanity data file: " << xml;
  /external/proguard/src/proguard/
ConfigurationChecker.java 28 * This class performs sanity checks on a given configurations.
168 * Performs some sanity checks on the class paths.
  /external/v8/test/cctest/
test-atomicops.cc 182 // This is a simple sanity check to ensure that values are correct.
223 // This is a simple sanity check to ensure that values are correct.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.cc 191 // Assert that the packet sanity checks in InsertPacket method works.
219 // Assert that the packet sanity checks in InsertPacket method works.
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
FocusSearchNavigationTest.java 115 assertThat("test sanity", mRecyclerView.getLayoutManager().getLayoutDirection(),
117 assertThat("test sanity", mRecyclerView.getLayoutDirection(), is(mLayoutDir));
  /libcore/luni/src/test/java/libcore/java/util/
SimpleTimeZoneTest.java 44 * Sanity check to ensure that the standard TimeZone for Europe/Paris has the correct DST
103 * Sanity check to ensure that the standard TimeZone for America/New_York has the correct DST
  /libcore/ojluni/src/main/java/java/util/zip/
InflaterOutputStream.java 106 // Sanity checks
222 // Sanity checks
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 32 // Sanity check.
34 "sanity check",
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 124 // If NumInput returns >= 0, the sql package will sanity check
130 // will not sanity check Exec or Query argument counts.
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 32 // Sanity check.
34 "sanity check",
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 124 // If NumInput returns >= 0, the sql package will sanity check
130 // will not sanity check Exec or Query argument counts.
  /system/bt/stack/smp/
smp_l2c.c 155 /* sanity check */
306 /* sanity check */
  /toolchain/binutils/binutils-2.25/include/vms/
lbr.h 57 /* Sanity Id. */
58 unsigned char sanity[4]; member in struct:vms_lhd
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 305 /* Sanity check. */
335 /* Sanity check. */
397 /* Sanity checks. */
445 unsigned int sanity; local
460 /* Check sanity (= magic) number. */
461 sanity = bfd_getl32 (lhd.sanity);
462 if (!(sanity == LHD_SANEID3
463 || sanity == LHD_SANEID6
464 || sanity == LHD_SANEID_DCX)
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 65 * Some sanity checking code is included using assert(). On my FreeBSD
68 * compile WITHOUT the sanity checking code on your system.
526 /* Sanity check: */
570 /* Sanity check: */
633 /* Sanity check: */
848 /* Sanity check: */
932 /* Sanity check: */
962 /* Sanity check: */
1007 /* Sanity check: */
1037 /* Sanity check: *
    [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm 76 ## sanity checks
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 50 private boolean sanity = false; field in class:AdaptivePlaybackTest
182 public void sanityAll() { sanity = true; try { runAll(); } finally { sanity = false; } }
183 public void sanitySW() { sanity = true; try { runSW(); } finally { sanity = false; } }
184 public void sanityHW() { sanity = true; try { runHW(); } finally { sanity = false; } }
392 if (sanity) {
438 if (sanity) {
499 if (sanity) {
    [all...]
  /external/autotest/client/bin/
site_utils.py 746 # Sanity check for real world values.
761 # Sanity check for real world values.
773 # Sanity check.
797 # Sanity check.
811 # Sanity check.
878 # Sanity check, all Chromebooks have at least 1GB of memory.
896 # Sanity check.
    [all...]
  /external/autotest/frontend/afe/
rpc_utils.py 446 Sanity check modify_host* requests.
    [all...]
  /external/libavc/encoder/
ih264e_cabac.c 362 /* Sanity checks */
483 /* Sanity checks */
627 /* Sanity checks */
697 /* Sanity checks */
754 /* Sanity checks */
  /external/ceres-solver/internal/ceres/
reorder_program.cc 233 // Sanity.
241 // Sanity check #1: The difference in bucket offsets should match the
248 // Sanity check #2: No NULL's left behind.
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
346 FIRST_32_SECOND_64(1UL << 30, 1UL << 34)); // Sanity check.
354 // Make a quick sanity check that we are indeed in this state.
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc 255 // As a sanity check, we need to have at least one distinct ranges for us
287 // Sanity check that arguments make sense.
318 // Special logic for sanity checking the upper 32-bits of 32-bit system
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 152 // Various sanity checks to make sure we actually received a signal
183 // Some more sanity checks.
191 RAW_SANDBOX_DIE("Sanity checks are failing after receiving SIGSYS.");
  /external/opencv3/3rdparty/libwebp/mux/
muxread.c 63 // Sanity checks.
157 // Sanity checks.
408 // Sanity checks.

Completed in 1393 milliseconds

<<11121314151617181920>>