OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sanity
(Results
276 - 300
of
2591
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libselinux/src/
context.c
48
goto err; /*
sanity
check */
51
goto err; /*
sanity
check */
/external/llvm/include/llvm/Support/
Mutex.h
104
// multithreaded mode, but provides not
sanity
checks in single
117
// multithreaded mode, but provides not
sanity
checks in single
/external/mesa3d/src/gallium/docs/source/
distro.rst
71
Wrapper driver.
Sanity
checker for the internal gallium state. Normally
72
a driver should n't have to
sanity
check the input it gets from a state
/external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp
115
// process last frame in sequence to get data for
sanity
test
215
// process last frame in sequence to get data for
sanity
test
/external/selinux/libselinux/src/
context.c
48
goto err; /*
sanity
check */
51
goto err; /*
sanity
check */
/external/tcpdump/
print-vqp.c
118
*
Sanity
checking of the header.
164
/* basic
sanity
check */
/external/v8/test/mjsunit/es6/
generators-runtime.js
66
//
Sanity
check.
147
assertTrue(f instanceof Function); //
Sanity
check.
/external/vboot_reference/firmware/lib20/
common.c
141
/*
Sanity
checks before attempting signature of data */
211
/*
Sanity
checks before attempting signature of data */
/frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java
113
// If any entries in appear in the list,
sanity
check them against all running applications
121
//
sanity
checks
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java
69
assertSame("test
sanity
", mRecyclerView, rv);
109
// test
sanity
, ensure scroll happened
StaggeredGridLayoutManagerTest.java
70
assertFalse("test
sanity
", mRecyclerView.isLayoutRequested());
189
assertTrue("[test
sanity
] some views should be laid out", sizeMap.size() > 0);
291
assertThat("test
sanity
", subChildToFocus.isFocused(), CoreMatchers.is(true));
490
assertNull("test
sanity
. full span item should not be visible",
579
assertNotNull("test
sanity
, scrollToPos should succeed", view400);
580
assertTrue("test
sanity
, view should be visible top",
583
assertTrue("test
sanity
, view should be visible bottom",
689
assertTrue("test
sanity
", deletedPosition >= 0);
[
all
...]
TestResizingRelayoutWithAutoMeasure.java
86
assertThat("Test
sanity
", recyclerView.getChildCount() > 0, is(true));
89
assertThat("test
sanity
", recyclerView.findViewHolderForAdapterPosition(lastPosition),
RecyclerViewFocusRecoveryTest.java
138
assertThat("test
sanity
", newVh, notNullValue());
172
assertThat("test
sanity
", oldVh.getItemViewType(), not(newVh.getItemViewType()));
267
assertThat("test
sanity
", mAdapter.hasStableIds(), is(false));
322
assertThat("test
sanity
", oldVh, notNullValue());
324
assertFocus("test
sanity
", oldVh, true);
/libcore/luni/src/test/java/libcore/java/security/
SecureRandomTest.java
124
// Assert that SecureRandom is still using the default value.
Sanity
check.
157
// Assert that SecureRandom is still using the default value.
Sanity
check.
/packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java
121
// if non-null, basic
sanity
checks on format
152
// if non-null, basic
sanity
checks on format
/prebuilts/go/darwin-x86/src/compress/flate/
inflate.go
111
//
Sanity
enables additional runtime tests during Huffman
114
const
sanity
= false
177
if
sanity
&& h.chunks[reverse] != 0 {
201
if
sanity
&& h.chunks[off] != 0 {
208
if
sanity
&& h.chunks[j]&huffmanCountMask != huffmanChunkBits+1 {
217
if
sanity
&& linktab[off] != 0 {
225
if
sanity
{
226
// Above we've
sanity
checked that we never overwrote
/prebuilts/go/linux-x86/src/compress/flate/
inflate.go
111
//
Sanity
enables additional runtime tests during Huffman
114
const
sanity
= false
177
if
sanity
&& h.chunks[reverse] != 0 {
201
if
sanity
&& h.chunks[off] != 0 {
208
if
sanity
&& h.chunks[j]&huffmanCountMask != huffmanChunkBits+1 {
217
if
sanity
&& linktab[off] != 0 {
225
if
sanity
{
226
// Above we've
sanity
checked that we never overwrote
/system/extras/ext4_utils/
ext4fixup.c
290
/* First some
sanity
checks */
292
critical_error("Failed
sanity
check on new inode count\n");
295
critical_error("Failed
sanity
check on new inode per group alignment\n");
446
/*
Sanity
check */
764
/* Perform a
sanity
check pass first, try to catch any errors that will occur
768
* Only perform
sanity
check if the state is unset. If the state is _NOT_ unset,
770
* passed
sanity
checked before it got interrupted. It is _NOT_ safe to run
sanity
/external/vboot_reference/scripts/image_signing/
make_dev_ssd.sh
42
DEFINE_boolean force "$FLAGS_FALSE" "Skip
sanity
checks and make the change" "f"
297
debug_msg "Partition
sanity
check"
324
debug_msg "Firmware compatibility
sanity
check"
407
#
Sanity
checks
411
! INFO: ALL
SANITY
CHECKS WERE BYPASSED. YOU ARE ON YOUR OWN. !
/external/tpm2/generator/
extract_structures.sh
37
#
Sanity
check. The format should now follow this grammar:
119
#
Sanity
check. The format should now follow this grammar:
154
#
Sanity
check. The format should now follow this grammar:
240
#
Sanity
check. The format should now follow this grammar:
345
#
Sanity
check. The format should now follow this grammar:
358
# No
sanity
check here. Format is checked during generator.py
414
#
Sanity
check. The format should now follow this grammar:
/external/bsdiff/
bspatch.cc
271
//
Sanity
-check.
275
//
Sanity
-check.
328
//
Sanity
-check.
/external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc
110
// Read the minidump,
sanity
check some data.
201
// Read the minidump,
sanity
check some data.
291
// Read the minidump,
sanity
check some data.
/external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp
136
// process last frame in sequence to get data for
sanity
test
240
// process last frame in sequence to get data for
sanity
test
299
// process last frame in sequence to get data for
sanity
test
/frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.cpp
165
//
sanity
check
221
//
Sanity
check: DRC presentation mode is only specified for max. 5.1 channels
312
//
sanity
again
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java
52
assertTrue("Test
sanity
, empty project tasks",
63
assertTrue("Test
sanity
, should compile fine",
80
assertTrue("test
sanity
", layoutFiles.size() > 1);
Completed in 731 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>