HomeSort by relevance Sort by last modified time
    Searched full:assertions (Results 551 - 575 of 2236) sorted by null

<<21222324252627282930>>

  /packages/apps/Dialer/java/com/android/voicemail/impl/
Assert.java 21 /** Assertions which will result in program termination. */
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestConfirmationCallback.java 27 * and make assertions against values tested.
TestConsumer.java 25 * and make assertions against values tested.
TestEventHandler.java 29 * and make assertions against values tested.
TestEventListener.java 30 * and make assertions against values tested.
  /packages/services/Telephony/src/com/android/phone/
Assert.java 23 * Assertions which will result in program termination.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8139.go 7 // Issue 8139. The x.(T) assertions used to write 1 (unexpected)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8139.go 7 // Issue 8139. The x.(T) assertions used to write 1 (unexpected)
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.pom 8 <name>AssertJ fluent assertions</name>
9 <description>Rich and fluent assertions for testing</description>
53 In order to accurately test assertions, we need a decent JSR 203 implementation
54 which lets us test our assertions. Right now, this is memoryfilesystem
  /prebuilts/tools/common/m2/repository/org/gebish/geb-waiting/0.9.3/
geb-waiting-0.9.3.pom 49 <artifactId>geb-implicit-assertions</artifactId>
  /system/sepolicy/public/
crash_dump.te 55 ### neverallow assertions
  /art/tools/checker/file_format/checker/
test.py 36 self.assertNotEqual(len(checkFile.testCases[0].assertions), 0)
41 self.assertEqual(len(checkFile.testCases[0].assertions), 0)
84 self.assertEqual(len(testCase.assertions), 1)
85 return testCase.assertions[0]
318 self.assertEqual(len(checkerFile.testCases[0].assertions), 4)
335 self.assertEqual(len(checkerFile.testCases[0].assertions), 4)
378 self.assertEqual(len(testCase.assertions), 1)
379 assertion = testCase.assertions[0]
386 self.assertEqual(len(testCase.assertions), 1)
387 assertion = testCase.assertions[0
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
88 // Calls a large number of Google Test assertions, where exactly one of them
98 // A bunch of assertions that should succeed.
112 // is for testing whether Google Test can handle failed assertions in a
126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /external/googletest/googletest/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
87 // Calls a large number of Google Test assertions, where exactly one of them
97 // A bunch of assertions that should succeed.
111 // is for testing whether Google Test can handle failed assertions in a
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /external/mockito/src/test/java/org/mockitoutil/
ClassLoadersTest.java 4 import org.assertj.core.api.Assertions;
8 import static org.assertj.core.api.Assertions.assertThat;
266 .withCodeSourceUrlOf(Assertions.class)
293 Assertions.fail("should not have raised a CNFE", cnfe);
321 Assertions.fail("should have raised a ClassNotFoundException");
  /external/protobuf/gtest/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
88 // Calls a large number of Google Test assertions, where exactly one of them
98 // A bunch of assertions that should succeed.
112 // is for testing whether Google Test can handle failed assertions in a
126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /external/v8/testing/gtest/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
87 // Calls a large number of Google Test assertions, where exactly one of them
97 // A bunch of assertions that should succeed.
111 // is for testing whether Google Test can handle failed assertions in a
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
87 // Calls a large number of Google Test assertions, where exactly one of them
97 // A bunch of assertions that should succeed.
111 // is for testing whether Google Test can handle failed assertions in a
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
87 // Calls a large number of Google Test assertions, where exactly one of them
97 // A bunch of assertions that should succeed.
111 // is for testing whether Google Test can handle failed assertions in a
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
87 // Calls a large number of Google Test assertions, where exactly one of them
97 // A bunch of assertions that should succeed.
111 // is for testing whether Google Test can handle failed assertions in a
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 153 * Test for <code> getInstance(String algorithm) </code> method Assertions:
175 * Assertions: returns KeyGenerator object
191 * Assertions:
219 * Assertions:
255 * Assertions: returns KeyGenerator object
273 * Assertions:
299 * Assertions:
320 * Assertions: returns KeyGenerator object
410 * Assertions:
  /external/pcre/dist2/doc/html/
pcre2compat.html 30 2. PCRE2 allows repeat quantifiers only on parenthesized assertions, but they
34 just once). Perl allows repeat quantifiers on other assertions such as \b, but
38 3. Capturing subpatterns that occur inside negative lookahead assertions are
40 (but not always) sets its numerical variables from inside negative assertions.
113 11. Most backtracking verbs in assertions have their normal actions. They are
159 (a) Although lookbehind assertions in PCRE2 must match fixed length strings,
  /external/pcre/dist2/doc/
pcre2compat.3 18 2. PCRE2 allows repeat quantifiers only on parenthesized assertions, but they
22 just once). Perl allows repeat quantifiers on other assertions such as \eb, but
25 3. Capturing subpatterns that occur inside negative lookahead assertions are
27 (but not always) sets its numerical variables from inside negative assertions.
101 11. Most backtracking verbs in assertions have their normal actions. They are
140 (a) Although lookbehind assertions in PCRE2 must match fixed length strings,
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 80 /* switch off assertions (if not already off) if no REDEBUG */
83 #define NDEBUG /* no assertions please */
  /external/eigen/doc/
PreprocessorDirectives.dox 82 \section TopicPreprocessorDirectivesAssertions Assertions
84 The %Eigen library contains many assertions to guard against programming errors, both at compile time and at
85 run time. However, these assertions do cost time and can thus be turned off.
87 - \b EIGEN_NO_DEBUG - disables %Eigen's assertions if defined. Not defined by default, unless the
89 - \b EIGEN_NO_STATIC_ASSERT - if defined, compile-time static assertions are replaced by runtime assertions;
91 - \b eigen_assert - macro with one argument that is used inside %Eigen for assertions. By default, it is
159 - \b EIGEN_INTERNAL_DEBUGGING - if defined, enables assertions in %Eigen's internal routines. This is useful

Completed in 2211 milliseconds

<<21222324252627282930>>