| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/ |
| D | TestUnicodeKnownIssues.java | 7 import static org.junit.Assert.assertNotNull; 27 assertNotNull("no list", l); in TestBasic() 41 assertNotNull("no list", l); in TestNotCurtailed() 58 assertNotNull("no list", l); in TestCurtailed() 72 assertNotNull("no list", l); in TestBare() 84 assertNotNull("no list", l); in TestUnknown() 96 assertNotNull("no list", l); in TestCldrLink() 108 assertNotNull("no list", l); in TestCldrBug() 120 assertNotNull("no list", l); in TestNoProblem()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
| D | PeriodBuilderFactoryTest.java | 58 assertNotNull(null, b); in testSetAvailableUnitRange() 77 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable() 78 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable() 79 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable() 88 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable() 89 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable() 90 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable()
|
| D | DataReadWriteTest.java | 110 assertNotNull("" + j, out); in testBoolArray() 166 assertNotNull("" + j, out); in testCharacterArray() 225 assertNotNull("" + j, out); in testNamedIndexArray() 297 assertNotNull("" + j, out); in testStringArray()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
| D | PeriodBuilderFactoryTest.java | 61 assertNotNull(null, b); in testSetAvailableUnitRange() 80 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable() 81 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable() 82 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable() 91 assertNotNull(null, pbf.getSingleUnitBuilder()); in testSetUnitIsAvailable() 92 assertNotNull(null, pbf.getOneOrTwoUnitBuilder()); in testSetUnitIsAvailable() 93 assertNotNull(null, pbf.getMultiUnitBuilder(2)); in testSetUnitIsAvailable()
|
| D | DataReadWriteTest.java | 113 assertNotNull("" + j, out); in testBoolArray() 169 assertNotNull("" + j, out); in testCharacterArray() 228 assertNotNull("" + j, out); in testNamedIndexArray() 300 assertNotNull("" + j, out); in testStringArray()
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| D | DescriptorsTest.java | 364 assertNotNull(field); in testCustomOptions() 388 assertNotNull(method); in testCustomOptions() 496 assertNotNull(file); in testDescriptorComplexCrosslink() 498 assertNotNull(msglist); in testDescriptorComplexCrosslink() 504 assertNotNull(desc.getFields()); in testDescriptorComplexCrosslink() 506 assertNotNull(fieldlist); in testDescriptorComplexCrosslink() 631 assertNotNull(barFile); in testComplexNamespacePublicDependency() 633 assertNotNull(msglist); in testComplexNamespacePublicDependency() 637 assertNotNull(desc.getFields()); in testComplexNamespacePublicDependency() 639 assertNotNull(fieldlist); in testComplexNamespacePublicDependency()
|
| D | UnknownFieldSetTest.java | 61 assertNotNull(field); in getField() 132 assertNotNull(nestedFieldDescriptor); in testGroup() 275 assertNotNull(singularField); in testParseUnknownEnumValue() 276 assertNotNull(repeatedField); in testParseUnknownEnumValue()
|
| D | TestUtil.java | 1932 Assert.assertNotNull(testAllTypes); in ReflectionTester() 1959 Assert.assertNotNull(optionalGroup ); in ReflectionTester() 1960 Assert.assertNotNull(repeatedGroup ); in ReflectionTester() 1961 Assert.assertNotNull(nestedMessage ); in ReflectionTester() 1962 Assert.assertNotNull(foreignMessage); in ReflectionTester() 1963 Assert.assertNotNull(importMessage ); in ReflectionTester() 1964 Assert.assertNotNull(nestedEnum ); in ReflectionTester() 1965 Assert.assertNotNull(foreignEnum ); in ReflectionTester() 1966 Assert.assertNotNull(importEnum ); in ReflectionTester() 1985 Assert.assertNotNull(groupA ); in ReflectionTester() [all …]
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | DescriptorsTest.java | 351 assertNotNull(field); in testCustomOptions() 359 assertNotNull(oneof); in testCustomOptions() 380 assertNotNull(method); in testCustomOptions() 484 assertNotNull(file); in testDescriptorComplexCrosslink() 486 assertNotNull(msglist); in testDescriptorComplexCrosslink() 492 assertNotNull(desc.getFields()); in testDescriptorComplexCrosslink() 494 assertNotNull(fieldlist); in testDescriptorComplexCrosslink() 684 assertNotNull(barFile); in testComplexNamespacePublicDependency() 686 assertNotNull(msglist); in testComplexNamespacePublicDependency() 690 assertNotNull(desc.getFields()); in testComplexNamespacePublicDependency() [all …]
|
| D | ExtensionRegistryFactoryTest.java | 128 assertNotNull("Extension registered in lite registry", extension); in testAdd() 133 assertNotNull( in testAdd() 198 assertNotNull("Extension is registered in Lite registry", extension); in testAdd()
|
| D | UnknownFieldSetTest.java | 68 assertNotNull(field); in getField() 287 assertNotNull(nestedFieldDescriptor); in testGroup() 424 assertNotNull(singularField); in testParseUnknownEnumValue() 425 assertNotNull(repeatedField); in testParseUnknownEnumValue()
|
| D | TestUtil.java | 2713 Assert.assertNotNull(testAllTypes); in ReflectionTester() 2735 Assert.assertNotNull(optionalGroup); in ReflectionTester() 2736 Assert.assertNotNull(repeatedGroup); in ReflectionTester() 2737 Assert.assertNotNull(nestedMessage); in ReflectionTester() 2738 Assert.assertNotNull(foreignMessage); in ReflectionTester() 2739 Assert.assertNotNull(importMessage); in ReflectionTester() 2740 Assert.assertNotNull(nestedEnum); in ReflectionTester() 2741 Assert.assertNotNull(foreignEnum); in ReflectionTester() 2742 Assert.assertNotNull(importEnum); in ReflectionTester() 2761 Assert.assertNotNull(groupA); in ReflectionTester() [all …]
|
| /third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
| D | v8_foozzie_harness_adjust.js | 77 assertNotNull = function assertNotNull(value, name_opt) { function
|
| /third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | ExampleNumbersTest.java | 171 assertNotNull("No example phone number for calling code " + callingCode, exampleNumber); in testGlobalNetworkNumbers() 183 assertNotNull("No example number found for region " + regionCode, exampleNumber); in testEveryRegionHasAnExampleNumber() 190 assertNotNull("No invalid example number found for region " + regionCode, exampleNumber); in testEveryRegionHasAnInvalidExampleNumber() 200 assertNotNull("No example number found for type " + type, exampleNumber); in testEveryTypeHasAnExampleNumber()
|
| D | PhoneNumberMatcherTest.java | 837 assertNotNull(iterator.next()); in testSingleIteration() 847 assertNotNull(iterator.next()); in testSingleIteration() 863 assertNotNull(iterator.next()); in testDoubleIteration() 866 assertNotNull(iterator.next()); in testDoubleIteration() 876 assertNotNull(iterator.next()); in testDoubleIteration() 877 assertNotNull(iterator.next()); in testDoubleIteration() 904 assertNotNull(iterator.next()); in testRemovalNotSupported() 921 assertNotNull("Did not find a number in '" + text + "'; expected " + number, match); in assertMatchProperties() 1027 assertNotNull("Did not find a number in '" + text + "'; expected '" + number + "'", match); in doTestInContext()
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
| D | GlyphTests.java | 115 assertNotNull(cmap); in checkTestSet() 144 assertNotNull(glyph); in checkGlyph()
|
| D | GPosTests.java | 26 assertNotNull(fonts); in testGposFiles()
|
| /third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
| D | reader_test.js | 203 assertNotNull(readField); 204 assertNotNull(writeField); 382 assertNotNull(jspb.BinaryReader.prototype.readUint32); 383 assertNotNull(jspb.BinaryReader.prototype.readUint64); 384 assertNotNull(jspb.BinaryReader.prototype.readSint32); 385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
|
| /third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
| D | reader_test.js | 203 assertNotNull(readField); 204 assertNotNull(writeField); 382 assertNotNull(jspb.BinaryReader.prototype.readUint32); 383 assertNotNull(jspb.BinaryReader.prototype.readUint64); 384 assertNotNull(jspb.BinaryReader.prototype.readSint32); 385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
|
| /third_party/protobuf/js/binary/ |
| D | reader_test.js | 203 assertNotNull(readField); 204 assertNotNull(writeField); 382 assertNotNull(jspb.BinaryReader.prototype.readUint32); 383 assertNotNull(jspb.BinaryReader.prototype.readUint64); 384 assertNotNull(jspb.BinaryReader.prototype.readSint32); 385 assertNotNull(jspb.BinaryReader.prototype.readSint64);
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | CurrencyTest.java | 343 assertNotNull("have currency data for Germany", cdn); in TestCurrencyDisplayNames() 369 assertNotNull("have currency data for Germany (Java Locale)", cdn); in TestCurrencyDisplayNames() 375 assertNotNull("have currency data for Germany (Java Locale, false)", cdn); in TestCurrencyDisplayNames() 381 assertNotNull("have currency data for Germany (Java Locale, default)", cdn); in TestCurrencyDisplayNames() 452 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRanges() 506 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRangesWithLongs()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | CurrencyTest.java | 346 assertNotNull("have currency data for Germany", cdn); in TestCurrencyDisplayNames() 372 assertNotNull("have currency data for Germany (Java Locale)", cdn); in TestCurrencyDisplayNames() 378 assertNotNull("have currency data for Germany (Java Locale, false)", cdn); in TestCurrencyDisplayNames() 384 assertNotNull("have currency data for Germany (Java Locale, default)", cdn); in TestCurrencyDisplayNames() 455 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRanges() 509 assertNotNull("have metainfo", metainfo); in testCurrencyMetaInfoRangesWithLongs()
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
| D | differential_fuzz_v8.js | 18 assertNotNull = (value, name_opt) => { __prettyPrint(value); }; function
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/ |
| D | Issue27Tests.java | 33 assertNotNull(font); in testIssue27()
|
| /third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/ |
| D | JarPhonePrefixDataIOHandlerTest.java | 68 assertNotNull("Output file not found inside the jar.", jarEntry); in testAddFileToOutput()
|