OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assertions
(Results
1 - 25
of
978
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
Assertions.h
1
#include <JavaScriptCore/
Assertions
.h>
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
Assertions.h
1
#import <JavaScriptCore/
Assertions
.h>
/external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/
Assertions.h
1
#include <JavaScriptCore/
Assertions
.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
Assertions.h
3
#include <JavaScriptCore/
Assertions
.h>
/external/webkit/LayoutTests/storage/
change-version-no-crash-on-preflight-failure-expected.txt
2
PASS: db.changeVersion() failed as expected, and no
assertions
were triggered.
change-version-no-crash-on-preflight-failure.html
23
log("PASS: db.changeVersion() failed as expected, and no
assertions
were triggered.");
/external/chromium/chrome/common/
logging_chrome.h
33
// normally appear for
assertions
and crashes, and makes any catchable
34
// errors (namely
assertions
) available via GetSilencedErrorCount()
59
// Gets the list of fatal
assertions
in the current log file, and
60
// returns the number of fatal
assertions
. (If you don't care
61
// about the actual list of
assertions
, you can pass in NULL.)
62
// NOTE: Since this reads the log file to determine the
assertions
,
67
size_t GetFatalAssertions(AssertionList*
assertions
);
/external/clang/utils/
SummarizeErrors
57
assertions
= multidict()
60
assertions
[m.group(1)] = m
61
assertions
=
assertions
.items()
84
(
assertions
, '
Assertions
'),
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/
MIMESniffing.pro
16
SOURCES += ../../../../JavaScriptCore/wtf/
Assertions
.cpp
/external/gtest/
README.android
9
of
assertions
, user-defined
assertions
, death tests, fatal and
CHANGES
4
* New feature: ability to use Google Test
assertions
in other testing
42
* New feature: exception
assertions
.
/external/llvm/
build-for-llvm-top.sh
34
if test "$
ASSERTIONS
" -eq 1 ; then
35
config_options="$config_options --enable-
assertions
"
37
config_options="$config_options --disable-
assertions
"
llvm.spec.in
35
--enable-
assertions
62
- Make the build be optimized+
assertions
/external/chromium/base/
debug_message.cc
8
// another process to display
assertions
. Since the other process has
/external/clang/test/Analysis/
exercise-ps.c
4
// (i.e., no
assertions
or crashes).
/external/clang/test/CodeGenCXX/
vtable-key-function.cpp
11
// cause the vtable to be defined (without
assertions
.)
/external/dbus/dbus/
dbus-string-private.h
72
* Checks a bunch of
assertions
about a string object
79
* Checks
assertions
about a string object that needs to be
90
* Checks
assertions
about a string object that may be locked but
101
* Checks
assertions
about a string that may be const or locked. Also
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java
148
* Test for <code> getInstance(String algorithm) </code> method
Assertions
:
170
*
Assertions
: returns KeyGenerator object
186
*
Assertions
:
214
*
Assertions
:
250
*
Assertions
: returns KeyGenerator object
268
*
Assertions
:
294
*
Assertions
:
315
*
Assertions
: returns KeyGenerator object
399
*
Assertions
:
/external/gtest/test/
gtest_stress_test.cc
32
// Tests that SCOPED_TRACE() and various Google Test
assertions
can be
78
// Calls a large number of Google Test
assertions
, where exactly one of them
88
// A bunch of
assertions
that should succeed.
102
// is for testing whether Google Test can handle failed
assertions
in a
108
// Tests using SCOPED_TRACE() and Google Test
assertions
in many threads
/external/protobuf/gtest/test/
gtest_stress_test.cc
32
// Tests that SCOPED_TRACE() and various Google Test
assertions
can be
77
// Calls a large number of Google Test
assertions
, where exactly one of them
87
// A bunch of
assertions
that should succeed.
101
// is for testing whether Google Test can handle failed
assertions
in a
107
// Tests using SCOPED_TRACE() and Google Test
assertions
in many threads
/bionic/libc/private/isc/
assertions.h
1
/* $NetBSD:
assertions
.h,v 1.1.1.1 2004/05/20 19:49:41 christos Exp $ */
21
* Id:
assertions
.h,v 1.1.206.1 2004/03/09 08:33:30 marka Exp
/bionic/libc/regex/
utils.h
44
/* switch off
assertions
(if not already off) if no REDEBUG */
47
#define NDEBUG /* no
assertions
please */
/external/llvm/lib/Support/
regutils.h
42
/* switch off
assertions
(if not already off) if no REDEBUG */
45
#define NDEBUG /* no
assertions
please */
/ndk/sources/host-tools/ndk-stack/regex/
utils.h
44
/* switch off
assertions
(if not already off) if no REDEBUG */
47
#define NDEBUG /* no
assertions
please */
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepositoryTest.java
42
// Make sure unit tests are run with
assertions
on
45
assertTrue("This unit test must be run with
assertions
enabled (-ea)", assertionsEnabled);
Completed in 1300 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>