/external/google-tv-pairing-protocol/cpp/ |
configure.ac | 22 # (for sanity checking)
|
/external/guava/guava-tests/test/com/google/common/cache/ |
PackageSanityTests.java | 22 * Basic sanity tests for the entire package.
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
PackageSanityTests.java | 26 * Basic sanity tests for the entire package.
|
/external/guava/guava-tests/test/com/google/common/hash/ |
PackageSanityTests.java | 23 * Basic sanity tests for the entire package.
|
/external/guava/guava-tests/test/com/google/common/io/ |
PackageSanityTests.java | 25 * Basic sanity tests for the entire package.
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
PackageSanityTests.java | 23 * Basic sanity tests for the entire package.
|
/external/libchrome/base/memory/ |
aligned_memory.cc | 42 // Sanity check alignment just to be safe.
|
/external/llvm/include/llvm/Support/ |
RWMutex.h | 101 // mode, but provides not sanity checks in single threaded mode. 111 // mode, but provides not sanity checks in single threaded mode. 122 // mode, but provides not sanity checks in single threaded mode. 133 // mode, but provides not sanity checks in single threaded mode.
|
/external/llvm/test/Transforms/SCCP/ |
apint-basictest4.ll | 1 ; This is a basic sanity check for constant propagation. It tests the basic
|
/external/skia/tests/ |
Time.cpp | 11 // Sanity checks for the GetDateTime function.
|
/external/vboot_reference/firmware/lib/include/ |
vboot_common.h | 116 * Check the sanity of a key block of size [size] bytes, using public key 118 * key block. Header fields are also checked for sanity. Does not verify key 126 * Check the sanity of a firmware preamble of size [size] bytes, using public 144 * Check the sanity of a kernel preamble of size [size] bytes, using public key
|
/external/vboot_reference/firmware/lib21/include/ |
vb2_common.h | 19 * Does not sanity-check the buffer; merely returns the pointer. 147 * Check the sanity of a key block using a public key. 149 * Header fields are also checked for sanity. Does not verify key index or key 164 * Check the sanity of a firmware preamble using a public key.
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device_factory.cc | 45 // Sanity: must be compiled with the right define to run this.
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_rtcp_config.h | 17 // A sanity for the NACK list parsing at the send-side.
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
PathTest.java | 31 assertFalse(fillType.equals(defaultFillType)); // Sanity check for the test itself.
|
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/androidTest/java/android/databinding/test/independentlibrary/ |
LibraryActivityTest.java | 30 assertNotNull("test sanity", activity);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
setjmp2.h | 24 /* Variant of the longjmp functions which perform some sanity checking. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
setjmp2.h | 24 /* Variant of the longjmp functions which perform some sanity checking. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
setjmp2.h | 24 /* Variant of the longjmp functions which perform some sanity checking. */
|
/system/media/camera/docs/ |
README.md | 7 C code, Java code, and even XML itself (as a sanity check).
|
/toolchain/binutils/binutils-2.25/include/vms/ |
dcx.h | 32 unsigned char sanity[4]; member in struct:vms_dcxmap
|
/tools/test/connectivity/acts/framework/tests/ |
acts_integration_test.py | 28 with open("/tmp/logs/Sanity/latest/test_run_summary.json", 'r') as f:
|
/external/libhevc/decoder/ |
ihevcd_cabac.c | 138 /* Sanity checks */ 172 /* Sanity checks */ 237 /* Sanity checks */ 324 /* Sanity checks */ 374 /* Sanity checks */ 472 /* Sanity checks */ 551 /* Sanity checks */ 604 /* Sanity checks */ 666 /* Sanity checks */ 728 /* Sanity checks * [all...] |
/external/android-clat/ |
clatd_test.cpp | 300 check_packet(packet, len, "Fragment sanity check"); 506 // Sanity check that reassembling the original and translated fragments produces valid packets. 743 // Sanity checks the data. 753 // Sanity checks check_packet. 758 ASSERT_EQ(kUdpV4Checksum, udp->check) << "UDP/IPv4 packet checksum sanity check\n"; 759 check_packet(v4_udp_packet, sizeof(v4_udp_packet), "UDP/IPv4 packet sanity check"); 764 ASSERT_EQ(kUdpV6Checksum, udp->check) << "UDP/IPv6 packet checksum sanity check\n"; 765 check_packet(v6_udp_packet, sizeof(v6_udp_packet), "UDP/IPv6 packet sanity check"); 768 check_packet(ipv4_ping, sizeof(ipv4_ping), "IPv4 ping sanity check"); 771 check_packet(ipv6_ping, sizeof(ipv6_ping), "IPv6 ping sanity check") [all...] |
/art/runtime/entrypoints/quick/ |
callee_save_frame.h | 88 // Note: this specialized statement is sanity-checked in the quick-trampoline gtest. 101 // Note: this specialized statement is sanity-checked in the quick-trampoline gtest.
|