Searched defs:nullValue (Results 1 - 13 of 13) sorted by last modified time

/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp636 void nullValue();
2807 void tst_QWebFrame::nullValue() function in class:tst_QWebFrame
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp247 QScriptValue QScriptEngine::nullValue() function in class:QScriptEngine
255 \sa nullValue()
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
H A Dtst_qscriptengine.cpp36 void nullValue();
108 void tst_QScriptEngine::nullValue() function in class:tst_QScriptEngine
112 engine.nullValue();
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp45 void nullValue();
67 return eng->nullValue();
257 void tst_QScriptEngine::nullValue() function in class:tst_QScriptEngine
260 QScriptValue value = engine.nullValue();
469 QVERIFY(!eng.toObject(eng.nullValue()).isValid());
522 QScriptValue null = engine1.nullValue();
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp1412 SerializedScriptValue* SerializedScriptValue::nullValue() function in class:WebCore::SerializedScriptValue
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp1184 SerializedScriptValue* SerializedScriptValue::nullValue() function in class:WebCore::__anon14506::Deserializer::SerializedScriptValue
1186 DEFINE_STATIC_LOCAL(RefPtr<SerializedScriptValue>, nullValue, (0));
1187 if (!nullValue) {
1191 nullValue = adoptRef(new SerializedScriptValue(wireData));
1193 return nullValue.get();
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMultimapTest.java83 protected Integer nullValue() { method in class:AbstractMultimapTest
139 multimap.put(nullKey(), nullValue());
140 multimap.put("foo", nullValue());
155 multimap.put(nullKey(), nullValue());
189 assertFalse(multimap.containsValue(nullValue()));
193 multimap.put("foo", nullValue());
194 assertTrue(multimap.containsValue(nullValue()));
233 multimap.put(nullKey(), nullValue());
237 assertTrue(values.contains(nullValue()));
278 Collection<Integer> collection = Lists.newArrayList(1, nullValue());
[all...]
H A DMultimapsTest.java276 @Nullable String nullKey, @Nullable Integer nullValue) {
278 prepareUnmodifiableTests(multimap, permitsDuplicates, nullKey, nullValue);
312 @Nullable String nullKey, @Nullable Integer nullValue) {
319 multimap.put(nullKey, nullValue);
320 multimap.put("foo", nullValue);
274 checkUnmodifiableMultimap( Multimap<String, Integer> multimap, boolean permitsDuplicates, @Nullable String nullKey, @Nullable Integer nullValue) argument
310 prepareUnmodifiableTests( Multimap<String, Integer> multimap, boolean permitsDuplicates, @Nullable String nullKey, @Nullable Integer nullValue) argument
H A DTreeMultimapNaturalTest.java59 @Override protected Integer nullValue() { method in class:TreeMultimapNaturalTest
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java133 public static <T> org.hamcrest.Matcher<T> nullValue() { method in class:CoreMatchers
134 return org.hamcrest.core.IsNull.nullValue();
140 public static <T> org.hamcrest.Matcher<T> nullValue(java.lang.Class<T> type) { method in class:CoreMatchers
141 return org.hamcrest.core.IsNull.nullValue(type);
/external/hamcrest/src/org/hamcrest/core/
H A DIsNull.java27 public static <T> Matcher<T> nullValue() { method in class:IsNull
36 return not(IsNull.<T>nullValue());
43 public static <T> Matcher<T> nullValue(@SuppressWarnings("unused") Class<T> type) { method in class:IsNull
44 return nullValue();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 273 milliseconds