OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asserts
(Results
176 - 200
of
823
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h
154
//
Asserts
that a given statement causes the program to exit, with an
165
//
Asserts
that a given statement causes the program to exit, either by
202
// EXPECT_DEBUG_DEATH
asserts
that the given statements die in debug mode.
220
// // Only
asserts
in dbg.
/external/mesa3d/bin/
.cherry-ignore
24
1559994cba380a4e87a5e8dbb04b0a7475711756 i965: Fix assignment instead of comparison in
asserts
.
/external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h
154
//
Asserts
that a given statement causes the program to exit, with an
165
//
Asserts
that a given statement causes the program to exit, either by
202
// EXPECT_DEBUG_DEATH
asserts
that the given statements die in debug mode.
220
// // Only
asserts
in dbg.
/external/open-vcdiff/gtest/include/gtest/
gtest-death-test.h
154
//
Asserts
that a given statement causes the program to exit, with an
165
//
Asserts
that a given statement causes the program to exit, either by
202
// EXPECT_DEBUG_DEATH
asserts
that the given statements die in debug mode.
220
// // Only
asserts
in dbg.
/external/protobuf/gtest/include/gtest/
gtest-death-test.h
154
//
Asserts
that a given statement causes the program to exit, with an
165
//
Asserts
that a given statement causes the program to exit, either by
202
// EXPECT_DEBUG_DEATH
asserts
that the given statements die in debug mode.
220
// // Only
asserts
in dbg.
/external/skia/src/effects/
SkBitmapSource.cpp
68
// FIXME: this probably shouldn't be necessary, but drawBitmapRectToRect
asserts
/frameworks/base/core/tests/coretests/src/android/util/
TouchModeFlexibleAsserts.java
26
* When entering touch mode via touch, the tests can be flaky. These
asserts
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h
165
//
Asserts
that a given statement causes the program to exit, with an
176
//
Asserts
that a given statement causes the program to exit, either by
213
// EXPECT_DEBUG_DEATH
asserts
that the given statements die in debug mode.
231
// // Only
asserts
in dbg.
/packages/apps/ContactsCommon/src/com/android/contacts/common/format/
SpannedTestUtils.java
75
*
Asserts
that the given character sequence is not a Spanned object and text is correct.
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DatabaseAsserts.java
67
*
Asserts
that a contact id was deleted, has a delete log, and that log has a timestamp greater
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py
9
# (to exercise
asserts
in the C code).
test_stringprep.py
74
# unicode database. Instead, stringprep.py
asserts
the version of
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py
9
# (to exercise
asserts
in the C code).
test_stringprep.py
74
# unicode database. Instead, stringprep.py
asserts
the version of
/external/chromium_org/build/toolchain/mac/
BUILD.gn
8
cc = rebase_path("//third_party/llvm-build/Release+
Asserts
/bin/clang", ".", root_build_dir)
9
cxx = rebase_path("//third_party/llvm-build/Release+
Asserts
/bin/clang++", ".", root_build_dir)
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc
71
//
Asserts
that all the default datatypes are in |map|, except
89
//
Asserts
that if you apply the command line switch |cmd_switch|,
/external/chromium_org/content/browser/renderer_host/
websocket_host.cc
30
// These compile
asserts
verify that the same underlying values are used for
61
// These compile
asserts
verify that we can get away with using static_cast<>
/external/clang/www/analyzer/
installation.html
93
<p>For example, if you built a <em>Debug+
Asserts
</em> build of LLVM/Clang (the
94
default), the resultant <tt>clang</tt> binary will be in <tt>$(OBJDIR)/Debug+
Asserts
/bin</tt>
/external/eigen/test/
map.cpp
11
#define EIGEN_NO_STATIC_ASSERT // turn static
asserts
into runtime
asserts
in order to check them
/external/llvm/lib/Support/
Statistic.cpp
45
cl::desc("Enable statistics output from program (available with
Asserts
)"));
165
<< "Build with
asserts
or with -DLLVM_ENABLE_STATS\n";
/libcore/luni/src/test/java/libcore/sqlite/
AbstractSqlTest.java
116
* Adds some rows to the test table and
asserts
that the rows can be
131
*
Asserts
that the expected values can be selected from the test table.
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.h
134
// It
ASSERTS
and returns false if the path points to a folder or a
139
// It
ASSERTS
and returns false if the path points to a file or a non-existent
170
// plain file. This
ASSERTs
and returns false if old_path points to a
178
// directory. This
ASSERTs
and returns false if old_path points to a plain
194
// This copies a file from old_path to new_path. This method
ASSERTs
and
/external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h
136
// It
ASSERTS
and returns false if the path points to a folder or a
141
// It
ASSERTS
and returns false if the path points to a file or a non-existent
172
// plain file. This
ASSERTs
and returns false if old_path points to a
180
// directory. This
ASSERTs
and returns false if old_path points to a plain
196
// This copies a file from old_path to new_path. This method
ASSERTs
and
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogGroupBuilderTest.java
224
/**
Asserts
that calls of the given types are grouped together into a single group. */
235
/**
Asserts
that calls of the given types are not grouped together at all. */
268
/**
Asserts
that the group matches the given values. */
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java
82
*
Asserts
that the pixel at the given coordinates in the given bitmap
Completed in 1393 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>