Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/test/mjsunit/compiler/
Dnull-compare.js28 function IsNull(x) { class
/external/lldb/include/lldb/Utility/
DPythonPointer.h69 bool IsNull() { return ptr_ == NULL; } in IsNull() function
/external/dng_sdk/source/
Ddng_tone_curve.cpp60 bool dng_tone_curve::IsNull () const in IsNull() function in dng_tone_curve
Ddng_hue_sat_map.h95 bool IsNull () const in IsNull() function
Ddng_fingerprint.cpp37 bool dng_fingerprint::IsNull () const in IsNull() function in dng_fingerprint
/external/hamcrest/src/org/hamcrest/core/
DIsNull.java14 public class IsNull<T> extends BaseMatcher<T> { class
/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h93 inline FX_BOOL IsNull() const { return m_dwType == XFA_VT_NULL; } in IsNull() function
/external/v8/src/base/platform/
Dtime.h200 bool IsNull() const { in IsNull() function
/external/libchrome/base/
Dcancelable_callback_unittest.cc148 TEST(CancelableCallbackTest, IsNull) { in TEST() argument
Dcallback_unittest.cc102 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h29 V8_INLINE FX_BOOL IsNull() const { in IsNull() function
/external/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/libweave/third_party/chromium/base/
Dcallback_unittest.cc103 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
/external/opencv/cxcore/include/
Dcvwimage.h347 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function
404 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function
/external/v8/src/crankshaft/
Dunique.h92 inline bool IsNull() const { in IsNull() function
/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc223 bool IsNull(JNIEnv* jni, jobject obj) { in IsNull() function
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1704 llvm::Value *IsNull = Builder.CreateIsNull(Ptr.getPointer(), "isnull"); in EmitCXXDeleteExpr() local
1796 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr.getPointer()); in EmitTypeidFromVTable() local
1893 llvm::Value *IsNull = Builder.CreateIsNull(ThisAddr.getPointer()); in EmitDynamicCast() local
DCGVTables.cpp100 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp868 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp247 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1008 FX_BOOL IsNull() const { return !m_pObject; } in IsNull() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h608 FX_BOOL IsNull() const { return !m_pBuffer; } in IsNull() function
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h426 static bool IsNull(const cricket::VideoFrame& frame) { in IsNull() function

12