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

/external/chromium_org/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtest_util.h148 IS_NULL, enumerator in enum:google::protobuf::TestUtil::ReflectionTester::MessageReleaseState
H A Dgenerated_message_reflection_unittest.cc385 &message, TestUtil::ReflectionTester::IS_NULL);
411 &message, TestUtil::ReflectionTester::IS_NULL);
H A Dtest_util.cc3031 case IS_NULL:
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java69 return ObjectPredicate.IS_NULL.withNarrowedType();
219 IS_NULL { enum constant in enum:Predicates.ObjectPredicate
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java72 return ObjectPredicate.IS_NULL.withNarrowedType();
282 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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 349 milliseconds