Searched refs:IS_NULL (Results 1 - 22 of 22) sorted by relevance

/external/v8/src/
H A Dregexp.js184 if (IS_NULL(matchIndices)) {
226 if (IS_NULL(matchIndices)) {
247 if (IS_NULL(matchIndices)) {
H A Dobject-observe.js221 if (IS_NULL(objectInfo.notifier)) {
291 if (!IS_NULL(observer) && ObserverIsActive(observer, objectInfo))
423 if (IS_NULL(GetPendingObservers())) {
473 if (IS_NULL(observer))
H A Druntime.js506 return (IS_NULL(x)) ? 0 : ToNumber(%DefaultNumber(x));
517 return (IS_NULL(x)) ? 0 : ToNumber(%DefaultNumber(x));
528 return (IS_NULL(x)) ? 'null' : %ToString(%DefaultString(x));
536 return (IS_NULL(x)) ? 'null' : %ToString(%DefaultString(x));
H A Dproxy.js20 else if (!(IS_SPEC_OBJECT(proto) || IS_NULL(proto)))
H A Djson.js145 } else if (IS_NULL(value)) {
H A Di18n.js273 if (IS_NULL(service.match(GetServiceRE()))) {
430 if (IS_NULL(service.match(GetServiceRE()))) {
446 var extension = IS_NULL(extensionMatch) ? '' : extensionMatch[0];
703 IS_NULL(localeID)) {
1413 if (IS_NULL(match)) {
1712 if (IS_NULL(match)) {
H A Ddate.js253 if (IS_NULL(arr)) return NAN;
259 if (IS_NULL(arr[7])) {
H A Dstring.js424 if (IS_NULL(res)) {
487 if (IS_NULL(matchInfo)) {
H A Dmacros.py102 macro IS_NULL(arg) = (arg === null);
H A Dmessages.js214 if (IS_NULL(obj)) return 'null';
1242 if (IS_NULL(current)) return UNDEFINED;
H A Dv8natives.js221 if (IS_NULL(this)) return "[object Null]";
1389 if ((IS_SPEC_OBJECT(proto) || IS_NULL(proto)) && IS_SPEC_OBJECT(this)) {
H A Ddebug-debugger.js431 if (IS_NULL(position)) return;
493 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
H A Dd8.js1985 if (IS_NULL(x)) return "null";
H A Dmirror-debugger.js62 } else if (IS_NULL(value)) {
/external/protobuf/src/google/protobuf/
H A Dtest_util.h165 IS_NULL, enumerator in enum:google::protobuf::TestUtil::ReflectionTester::MessageReleaseState
H A Dgenerated_message_reflection_unittest.cc494 &to_message, TestUtil::ReflectionTester::IS_NULL);
513 &to_message, TestUtil::ReflectionTester::IS_NULL);
527 &to_message, TestUtil::ReflectionTester::IS_NULL);
546 &to_message, TestUtil::ReflectionTester::IS_NULL);
676 &message, TestUtil::ReflectionTester::IS_NULL);
702 &message, TestUtil::ReflectionTester::IS_NULL);
H A Dtest_util.cc3329 case IS_NULL:
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java73 return ObjectPredicate.IS_NULL.withNarrowedType();
232 IS_NULL { enum constant in enum:Predicates.ObjectPredicate
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java76 return ObjectPredicate.IS_NULL.withNarrowedType();
295 IS_NULL { enum constant in enum:Predicates.ObjectPredicate
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 870 milliseconds