Home
last modified time | relevance | path

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

12

/external/chromium_org/content/common/indexed_db/
Dindexed_db_key_path.h25 bool IsNull() const { return type_ == blink::WebIDBKeyPathTypeNull; } in IsNull() function
/external/chromium_org/v8/test/mjsunit/compiler/
Dnull-compare.js28 function IsNull(x) { class
/external/chromium_org/v8/src/base/platform/
Dtime.h179 bool IsNull() const { return us_ == 0; } in IsNull() function
326 bool IsNull() const { return ticks_ == 0; } in IsNull() function
/external/lldb/include/lldb/Utility/
DPythonPointer.h69 bool IsNull() { return ptr_ == NULL; } in IsNull() function
/external/hamcrest/src/org/hamcrest/core/
DIsNull.java14 public class IsNull<T> extends BaseMatcher<T> { class
/external/chromium_org/media/base/
Dcallback_holder.h34 bool IsNull() const { in IsNull() function
/external/chromium_org/sync/syncable/
Dsyncable_id.h68 inline bool IsNull() const { in IsNull() function
/external/chromium_org/base/
Dcancelable_callback_unittest.cc146 TEST(CancelableCallbackTest, IsNull) { in TEST() argument
Dcallback_unittest.cc94 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
/external/chromium_org/testing/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/chromium_org/content/renderer/
Dv8_value_converter_impl_unittest.cc104 bool IsNull(base::DictionaryValue* value, const std::string& key) { in IsNull() function in content::V8ValueConverterImplTest
113 bool IsNull(v8::Handle<v8::Object> value, const std::string& key) { in IsNull() function in content::V8ValueConverterImplTest
123 bool IsNull(base::ListValue* value, uint32 index) { in IsNull() function in content::V8ValueConverterImplTest
132 bool IsNull(v8::Handle<v8::Array> value, uint32 index) { in IsNull() function in content::V8ValueConverterImplTest
/external/chromium_org/gpu/command_buffer/service/
Dcontext_group.cc262 bool IsNull(const base::WeakPtr<gles2::GLES2Decoder>& decoder) { in IsNull() function
/external/chromium_org/chrome/browser/history/android/
Dsqlite_cursor.cc116 jboolean SQLiteCursor::IsNull(JNIEnv* env, jobject obj, jint column) { in IsNull() function in SQLiteCursor
/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/chromium_org/v8/src/
Dunique.h89 inline bool IsNull() const { in IsNull() function
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1577 llvm::Value *IsNull = Builder.CreateIsNull(Ptr, "isnull"); in EmitCXXDeleteExpr() local
1638 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr); in EmitTypeidFromVTable() local
1734 llvm::Value *IsNull = Builder.CreateIsNull(Value); in EmitDynamicCast() local
DCGVTables.cpp86 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
DCGClass.cpp259 llvm::Value *IsNull = Builder.CreateIsNull(Value); in GetAddressOfDerivedClass() local
DItaniumCXXABI.cpp1007 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in EmitDynamicCastCall() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp901 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules() local
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h693 FX_BOOL IsNull() const in IsNull() function
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1370 FX_BOOL IsNull() const in IsNull() function
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe_unittest.h382 static bool IsNull(const cricket::VideoFrame& frame) { in IsNull() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp2320 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() local

12