Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLoggerTest.java975 assertSame(r.getParameters(), null); in testThrowing_Normal() local
1000 assertSame(r.getSourceClassName(), null); in testThrowing_Null() local
1001 assertSame(r.getSourceMethodName(), null); in testThrowing_Null() local
1003 assertSame(r.getParameters(), null); in testThrowing_Null() local
1004 assertSame(r.getThrown(), null); in testThrowing_Null() local
1023 assertSame(r.getParameters(), null); in testEntering_StringString_Normal() local
1024 assertSame(r.getThrown(), null); in testEntering_StringString_Normal() local
1048 assertSame(r.getSourceClassName(), null); in testEntering_StringString_Null() local
1049 assertSame(r.getSourceMethodName(), null); in testEntering_StringString_Null() local
1051 assertSame(r.getParameters(), null); in testEntering_StringString_Null() local
[all …]
/external/robolectric/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtilTest.java85 GoogleAuthUtil.getToken(RuntimeEnvironment.getApplication(), "name", "scope", null)); in getToken_defaultNotNull() local
94 RuntimeEnvironment.getApplication(), "name", "scope", null)); in getToken_defaultNotNull() local
97 RuntimeEnvironment.getApplication(), "name", "scope", null, new Intent())); in getToken_defaultNotNull() local
100 RuntimeEnvironment.getApplication(), "name", "scope", null, "authority", null)); in getToken_defaultNotNull() local
126 RuntimeEnvironment.getApplication(), "name", "scope", null, null); in getTokenWithNotification_nullCallBackThrowIllegalArgumentException() local
135 RuntimeEnvironment.getApplication(), "name", "scope", null, null, null)); in getTokenWithNotification_nullAuthorityThrowIllegalArgumentException() local
/external/zxing/android/src/com/google/zxing/client/android/history/
DHistoryManager.java85 … Cursor cursor = db.query(DBHelper.TABLE_NAME, COUNT_COLUMN, null, null, null, null, null)) { in hasHistoryItems() argument
100 null, null, null, null, in buildHistoryItems() argument
122 null, null, null, null, in buildHistoryItem() argument
140 null, null, null, null, in deleteHistoryItem() argument
186 null, in addHistoryItemDetails() argument
231 null, null, null, null, in trimHistory() argument
265 null, null, null, null, in buildHistory() argument
/external/apache-xml/test/java/src/org/apache/qetest/trax/stream/
DStreamSourceAPITest.java151 …reporter.checkObject(defaultStream.getInputStream(), null, "Default StreamSource should have null … in testCase1() local
152 …reporter.checkObject(defaultStream.getReader(), null, "Default StreamSource should have null Chara… in testCase1() local
153 …reporter.check(defaultStream.getPublicId(), null, "Default StreamSource should have null PublicId"… in testCase1() local
154 …reporter.check(defaultStream.getSystemId(), null, "Default StreamSource should have null SystemId"… in testCase1() local
160 …reporter.checkObject(byteSource1.getReader(), null, "StreamSource(is) should have null CharacterSt… in testCase1() local
161 … reporter.check(byteSource1.getPublicId(), null, "StreamSource(is) should have null PublicId"); in testCase1() local
162 … reporter.check(byteSource1.getSystemId(), null, "StreamSource(is) should have null SystemId"); in testCase1() local
166 …reporter.checkObject(byteSource2.getReader(), null, "StreamSource(is, sysID) should have null Char… in testCase1() local
167 …reporter.check(byteSource2.getPublicId(), null, "StreamSource(is, sysID) should have null PublicId… in testCase1() local
172 …reporter.checkObject(readerSource1.getInputStream(), null, "StreamSource(reader) should have null … in testCase1() local
[all …]
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/database/
DSQLiteDatabaseTest.java93 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromString() argument
109 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromNullString() argument
123 database.query("table_name", new String[] {"first_column"}, null, null, null, null, null)) { in shouldGetBlobFromEmptyString() argument
/external/apache-xml/test/java/src/org/apache/qetest/trax/sax/
DSAXSourceAPITest.java160 …reporter.checkObject(defaultSAX.getInputSource(), null, "Default SAXSource should have null InputS… in testCase1() local
161 …reporter.checkObject(defaultSAX.getXMLReader(), null, "Default SAXSource should have null XMLReade… in testCase1() local
162 … reporter.check(defaultSAX.getSystemId(), null, "Default SAXSource should have null SystemId"); in testCase1() local
170 …reporter.checkObject(saxSrcNoID.getXMLReader(), null, "SAXSource(new InputSource()) should have nu… in testCase1() local
171 …reporter.check(saxSrcNoID.getSystemId(), null, "SAXSource(new InputSource()) should have null Syst… in testCase1() local
177 …reporter.checkObject(saxSrcWithID.getXMLReader(), null, "SAXSource(new InputSource(sysId)) should … in testCase1() local
204 …reporter.checkObject(saxNullSrc.getInputSource(), null, "SAXSource(null InputSource) has null Inpu… in testCase1() local
205 …reporter.checkObject(saxNullSrc.getXMLReader(), null, "SAXSource(null InputSource) has null XMLRea… in testCase1() local
206 … reporter.check(saxNullSrc.getSystemId(), null, "SAXSource(null InputSource) has null SystemId"); in testCase1() local
210 …reporter.checkObject(saxNullSrc2.getInputSource(), null, "SAXSource(null XMLReader, null InputSour… in testCase1() local
[all …]
DSAXResultAPITest.java176 … reporter.checkObject(defaultSAX.getHandler(), null, "Default SAXResult should have null Handler"); in testCase1() local
177 …reporter.checkObject(defaultSAX.getLexicalHandler(), null, "Default SAXResult should have null Lex… in testCase1() local
178 …reporter.checkObject(defaultSAX.getSystemId(), null, "Default SAXResult should have null SystemId"… in testCase1() local
194 …reporter.checkObject(handlerSAX.getLexicalHandler(), null, "SAXResult(handler) should have null Le… in testCase1() local
195 …reporter.checkObject(handlerSAX.getSystemId(), null, "SAXResult(handler) should have null SystemId… in testCase1() local
202 …reporter.checkObject(otherHandlerSAX.getLexicalHandler(), null, "SAXResult(non-lexhandler) should … in testCase1() local
203 …reporter.checkObject(otherHandlerSAX.getSystemId(), null, "SAXResult(non-lexhandler) should have n… in testCase1() local
216 …reporter.checkObject(wackySAX.getLexicalHandler(), null, "getLexicalHandler after set/getHandler"); in testCase1() local
236 …reporter.checkObject(wackySAX.getHandler(), null, "set/getHandler API coverage to null (possibly i… in testCase1() local
247 …reporter.checkObject(wackySAX.getLexicalHandler(), null, "set/getHandler API coverage to null (pos… in testCase1() local
[all …]
/external/zxing/android/src/com/google/zxing/client/android/share/
DShareActivity.java176 try (Cursor cursor = resolver.query(contactUri, null, null, null, null)) { in showContactAsBarcode() argument
193 null, in showContactAsBarcode() argument
215 null, in showContactAsBarcode() argument
229 null, in showContactAsBarcode() argument
/external/threetenbp/src/test/java/org/threeten/bp/format/
DTestTextParser.java96 assertEquals(parseContext.toParsed().query(TemporalQueries.chronology()), null); in test_parse_noMatch1() local
97 assertEquals(parseContext.toParsed().query(TemporalQueries.zoneId()), null); in test_parse_noMatch1() local
104 assertEquals(parseContext.toParsed().query(TemporalQueries.chronology()), null); in test_parse_noMatch2() local
105 assertEquals(parseContext.toParsed().query(TemporalQueries.zoneId()), null); in test_parse_noMatch2() local
112 assertEquals(parseContext.toParsed().query(TemporalQueries.chronology()), null); in test_parse_noMatch_atEnd() local
113 assertEquals(parseContext.toParsed().query(TemporalQueries.zoneId()), null); in test_parse_noMatch_atEnd() local
182 assertEquals(parseContext.toParsed().query(TemporalQueries.chronology()), null); in test_parse_strict_caseSensitive_parseUpper() local
183 assertEquals(parseContext.toParsed().query(TemporalQueries.zoneId()), null); in test_parse_strict_caseSensitive_parseUpper() local
202 assertEquals(parseContext.toParsed().query(TemporalQueries.chronology()), null); in test_parse_strict_caseSensitive_parseLower() local
203 assertEquals(parseContext.toParsed().query(TemporalQueries.zoneId()), null); in test_parse_strict_caseSensitive_parseLower() local
[all …]
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java50 assert instrumentation != null; in init() local
51 assert m_instrumentation == null; in init() local
53 assert m_log == null; in init() local
64 assert m_instrumentation != null; in deinit() local
65 assert m_log != null; in deinit() local
80 assert m_instrumentation != null; in parse() local
81 assert m_log != null; in parse() local
/external/deqp/android/openglcts/src/org/khronos/cts/testercore/
DKhronosCTSTestLogParser.java41 assert instrumentation != null; in init() local
42 assert m_instrumentation == null; in init() local
44 assert m_log == null; in init() local
54 assert m_instrumentation != null; in deinit() local
55 assert m_log != null; in deinit() local
69 assert m_instrumentation != null; in parse() local
70 assert m_log != null; in parse() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapReplaceEntryTester.java77 getMap().replace(k0(), v0(), null); in testReplaceEntry_presentNullValueUnsupported() local
88 assertFalse(getMap().replace(k0(), v3(), null)); in testReplaceEntry_wrongValueNullValueUnsupported() local
98 assertFalse(getMap().replace(k3(), v3(), null)); in testReplaceEntry_absentKeyNullValueUnsupported() local
107 assertFalse(getMap().replace(k3(), null, v3())); in testReplaceEntry_nullDifferentFromAbsent() local
114 assertFalse(getMap().replace(k3(), null, v3())); in testReplaceEntry_expectNullUnsupported() local
DConcurrentMapReplaceEntryTester.java79 getMap().replace(k0(), v0(), null); in testReplaceEntry_presentNullValueUnsupported() local
90 assertFalse(getMap().replace(k0(), v3(), null)); in testReplaceEntry_wrongValueNullValueUnsupported() local
100 assertFalse(getMap().replace(k3(), v3(), null)); in testReplaceEntry_absentKeyNullValueUnsupported() local
109 assertFalse(getMap().replace(k3(), null, v3())); in testReplaceEntry_nullDifferentFromAbsent() local
116 assertFalse(getMap().replace(k3(), null, v3())); in testReplaceEntry_expectNullUnsupported() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DConcurrentMapReplaceEntryTester.java79 getMap().replace(k0(), v0(), null); in testReplaceEntry_presentNullValueUnsupported() local
90 assertFalse(getMap().replace(k0(), v3(), null)); in testReplaceEntry_wrongValueNullValueUnsupported() local
100 assertFalse(getMap().replace(k3(), v3(), null)); in testReplaceEntry_absentKeyNullValueUnsupported() local
109 assertFalse(getMap().replace(k3(), null, v3())); in testReplaceEntry_nullDifferentFromAbsent() local
116 assertFalse(getMap().replace(k3(), null, v3())); in testReplaceEntry_expectNullUnsupported() local
/external/libchrome/base/android/java/src/org/chromium/base/
DContentUriUtils.java179 try (Cursor cursor = contentResolver.query(uri, null, null, null, null)) { in getDisplayName() argument
224 try (Cursor cursor = contentResolver.query(uri, null, null, null, null)) { in isVirtualDocument() argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/database/src/main/java/com/google/android/exoplayer2/database/
DStandaloneDatabaseProvider.java49 super(context.getApplicationContext(), DATABASE_NAME, /* factory= */ null, VERSION); in StandaloneDatabaseProvider() local
77 /* selection= */ null, in wipeDatabase() argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/database/src/main/java/com/google/android/exoplayer2/database/
DStandaloneDatabaseProvider.java49 super(context.getApplicationContext(), DATABASE_NAME, /* factory= */ null, VERSION); in StandaloneDatabaseProvider() local
77 /* selection= */ null, in wipeDatabase() argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/
DTestCoreXMLTypes.java94 sers.findBeanDeserializer(f.constructType(Duration.class), null, null); in testDeserializerLoading() local
95 sers.findBeanDeserializer(f.constructType(XMLGregorianCalendar.class), null, null); in testDeserializerLoading() local
96 sers.findBeanDeserializer(f.constructType(QName.class), null, null); in testDeserializerLoading() local
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java622 scan(node.getCondition(), null); in visitAssert() local
627 scan(node.getDetail(), null); in visitAssert() local
639 scan(node.getVariable(), null); in visitAssignment() local
643 scan(node.getExpression(), null); in visitAssignment() local
658 scan(node.getVariable(), null); in visitCompoundAssignment() local
662 scan(node.getExpression(), null); in visitCompoundAssignment() local
686 scan(node.getType(), null); in visitTypeCast() local
689 scan(node.getExpression(), null); in visitTypeCast() local
699 scan(node.getEnclosingExpression(), null); in visitNewClass() local
712 scan(node.getIdentifier(), null); in visitNewClass() local
[all …]
/external/threetenbp/src/test/java/org/threeten/bp/
DTestDayOfWeek.java147 assertEquals(DayOfWeek.FRIDAY.query(TemporalQueries.chronology()), null); in test_query() local
148 assertEquals(DayOfWeek.FRIDAY.query(TemporalQueries.localDate()), null); in test_query() local
149 assertEquals(DayOfWeek.FRIDAY.query(TemporalQueries.localTime()), null); in test_query() local
150 assertEquals(DayOfWeek.FRIDAY.query(TemporalQueries.offset()), null); in test_query() local
152 assertEquals(DayOfWeek.FRIDAY.query(TemporalQueries.zone()), null); in test_query() local
153 assertEquals(DayOfWeek.FRIDAY.query(TemporalQueries.zoneId()), null); in test_query() local
/external/cronet/stable/base/android/java/src/org/chromium/base/
DDiscardableReferencePool.java46 assert payload != null; in DiscardableReference() local
60 assert mPayload != null; in discard() local
71 assert payload != null; in put() local
83 assert ref != null; in remove() local
/external/cronet/tot/base/android/java/src/org/chromium/base/
DDiscardableReferencePool.java46 assert payload != null; in DiscardableReference() local
60 assert mPayload != null; in discard() local
71 assert payload != null; in put() local
83 assert ref != null; in remove() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
DAdoptingModifierStore.java63 assert mods == null; in getModifierWithoutPlural() local
64 assert signum != null; in getModifierWithoutPlural() local
82 assert positive == null; in getModifier() local
87 assert signum != null; in getModIndex() local
88 assert plural != null; in getModIndex() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAdoptingModifierStore.java65 assert mods == null; in getModifierWithoutPlural() local
66 assert signum != null; in getModifierWithoutPlural() local
84 assert positive == null; in getModifier() local
89 assert signum != null; in getModIndex() local
90 assert plural != null; in getModIndex() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutIterableTester.java93 assertTrue(multimap().putAll(k0(), Lists.newArrayList(v3(), null))); in testPutAllNullValueOnPresentKey_supported() local
94 assertGet(k0(), v0(), v3(), null); in testPutAllNullValueOnPresentKey_supported() local
99 assertTrue(multimap().putAll(k3(), Lists.newArrayList(v3(), null))); in testPutAllNullValueOnAbsentKey_supported() local
100 assertGet(k3(), v3(), null); in testPutAllNullValueOnAbsentKey_supported() local
116 multimap().putAll(k3(), Lists.newArrayList(v3(), null)); in testPutAllNullValueNullLast_unsupported() local

12345678910>>...33