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

<<21222324252627282930>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 80 * Non-Android accessor, to use in assertions.
  /external/syslinux/lzo/src/
lzo_str.c 38 // slow but portable <string.h> stuff, only used in assertions
  /external/testng/src/test/java/test/invocationcount/
FirstAndLastTimeTest.java 11 import static org.assertj.core.api.Assertions.assertThat;
  /external/v8/testing/gtest/
CHANGES 40 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
62 * New feature: assertions can be safely called in multiple threads
104 * New feature: ability to use Google Test assertions in other testing
142 * New feature: exception assertions.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
CHANGES 40 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
62 * New feature: assertions can be safely called in multiple threads
104 * New feature: ability to use Google Test assertions in other testing
142 * New feature: exception assertions.
  /external/webrtc/webrtc/base/
common.cc 30 // Assertions
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestPredicate.java 32 * and make assertions against values tested.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
X.java 30 * assert() methods instead. <b>NOTE:</b> Except remember that JDK assertions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cassert 36 // ISO C++ 14882: 19.2 Assertions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cassert 36 // ISO C++ 14882: 19.2 Assertions
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cassert 36 // ISO C++ 14882: 19.2 Assertions
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
cassert 36 // ISO C++ 14882: 19.2 Assertions
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
cassert 36 // ISO C++ 14882: 19.2 Assertions
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/
CHANGES 34 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
56 * New feature: assertions can be safely called in multiple threads
98 * New feature: ability to use Google Test assertions in other testing
136 * New feature: exception assertions.
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
cassert 36 // ISO C++ 14882: 19.2 Assertions
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/
CHANGES 34 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
56 * New feature: assertions can be safely called in multiple threads
98 * New feature: ability to use Google Test assertions in other testing
136 * New feature: exception assertions.
  /external/ltp/testcases/open_posix_testsuite/Documentation/
HOWTO_FunctionalStressTest 46 - assertions.xml - This file maps test descriptions to test cases as in
49 <!DOCTYPE assertions [
64 test cases for assertions as in the conformance tests.
  /external/mockito/src/test/java/org/mockito/internal/invocation/
InvocationMatcherTest.java 12 import static org.assertj.core.api.Assertions.assertThat;
20 import org.assertj.core.api.Assertions;
161 Assertions.assertThat(m.getAllValues()).containsExactly("a", "b");
  /external/protobuf/gtest/
CHANGES 3 * New feature: assertions can be safely called in multiple threads
45 * New feature: ability to use Google Test assertions in other testing
83 * New feature: exception assertions.
  /external/vixl/src/aarch64/
abi-aarch64.h 109 // Stages C.2, C.3, and C.4: Unsupported. Caught by the assertions above.
132 // Stage C.10: Unsupported. Caught by the assertions above.
137 // Stage C.13: Unsupported. Caught by the assertions above.
  /libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder2Test.java 93 * Assertions:
126 * Assertions:
191 * Assertions:
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/
Cea708TextTrackRenderer.java 28 import com.google.android.exoplayer.util.Assertions;
101 Assertions.checkArgument(mTrackIndex != -1 && track == 0);
138 Assertions.checkArgument(mTrackIndex != -1 && track == 0);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 116 * Test for <code> getInstance(String algorithm) </code> method Assertions:
137 * Test for <code> getInstance(String algorithm) </code> method Assertions:
155 * method Assertions: throws NullPointerException when algorithm is null
182 * method Assertions: throws IllegalArgumentException when provider is null
219 * method Assertions: returns KeyAgreement object
241 * method Assertions: throws NullPointerException when algorithm is null
267 * method Assertions: throws IllegalArgumentException when provider is null
287 * method Assertions: returns KeyAgreement object
310 * Assertions: initializes KeyAgreement; returns sharedSecret; puts
479 * Assertions: initializes KeyAgreement and returns byte arra
    [all...]
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 192 Assertions="no"
196 Assertions="yes"
200 Assertions="yes"
216 --enable-assertions=$Assertions"
220 --enable-assertions=$Assertions \
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
152 // GTEST_ASSERT_ is the basic statement to which all of the assertions
206 """Returns the implementation of n-ary predicate assertions."""
317 the predicate assertions."""
375 // assertions. We compile it as part of the gtest_unittest target
403 // Enables Bool to be used in assertions.
412 """Returns the tests for n-ary predicate assertions."""
430 """// Sample functions/functors for testing %(arity)s predicate assertions.
707 """Returns the tests for up-to n-ary predicate assertions.""
    [all...]

Completed in 992 milliseconds

<<21222324252627282930>>