Searched defs:NULL (Results 226 - 250 of 773) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture_defines.h21 #ifndef NULL
22 #define NULL 0 macro
/external/chromium_org/third_party/webrtc/modules/video_render/include/
H A Dvideo_render_defines.h22 #ifndef NULL
23 #define NULL 0 macro
/external/chromium_org/ui/message_center/views/
H A Dnotification_view_unittest.cc124 NULL));
183 EXPECT_TRUE(NULL != notification_view()->title_view_);
184 EXPECT_TRUE(NULL != notification_view()->message_view_);
185 EXPECT_TRUE(NULL != notification_view()->icon_view_);
186 EXPECT_TRUE(NULL != notification_view()->image_view_);
194 EXPECT_TRUE(NULL == notification_view()->title_view_);
195 EXPECT_TRUE(NULL == notification_view()->message_view_);
196 EXPECT_TRUE(NULL == notification_view()->image_view_);
198 EXPECT_TRUE(NULL != notification_view()->icon_view_);
220 EXPECT_TRUE(notification_view()->context_message_view_ != NULL); local
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_loop_aura.cc42 return owner ? owner->GetNativeWindow()->GetRootWindow() : NULL;
88 root_ = NULL;
104 MenuMessageLoopAura::MenuMessageLoopAura() : owner_(NULL) {
130 // |owner_| may be NULL.
171 aura::client::GetDispatcherClient(root), NULL); local
199 owner_ = NULL;
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_controller_unittest.cc82 MSG native_event_down = {NULL, WM_KEYDOWN, ui::VKEY_A, 0};
85 MSG native_event_up = {NULL, WM_KEYUP, ui::VKEY_A, 0};
140 aura::client::SetDispatcherClient(root_window(), NULL); variable
142 delegate_ = NULL;
165 CreateNormalWindow(0, root_window(), NULL));
169 CreateNormalWindow(2, root_window(), NULL));
178 aura::client::GetDispatcherClient(root_window()), NULL);
200 aura::client::GetDispatcherClient(root_window()), NULL);
H A Dwindow_modality_controller.cc26 DEFINE_WINDOW_PROPERTY_KEY(aura::Window*, kModalParentKey, NULL);
75 return NULL;
86 return NULL;
91 return NULL;
156 NULL); local
166 NULL); local
/external/clang/test/ARCMT/
H A DCommon.h13 #define NULL ((void*)0) macro
98 return X ? CFRetain((CFTypeRef)X) : NULL;
/external/clang/test/Headers/
H A Dstddefneeds.cpp5 void* v0 = NULL; // expected-error{{undeclared}}
14 void* v1 = NULL; // expected-error{{undeclared}}
23 void* v2 = NULL; // expected-error{{undeclared}}
32 void* v3 = NULL;
41 void* v4 = NULL;
50 void* v5 = NULL;
56 #undef NULL macro
57 #define NULL 0 macro
60 // to redefine NULL to the correct value again.
64 // gtk headers then use __attribute__((sentinel)), which doesn't work if NULL
[all...]
/external/clang/test/Sema/
H A Dconditional-expr.c101 #define NULL (void*)0 macro
105 (void)(1 ? A1 : NULL); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
106 (void)(1 ? NULL : A1); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
110 (void)(1 ? A1 : (NULL)); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
/external/conscrypt/src/compat/native/
H A DJNIHelp.cpp35 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) argument
44 void reset(T localRef = NULL) { argument
45 if (mLocalRef != NULL) {
77 if (c.get() == NULL) {
96 if (exceptionClass == NULL) {
153 if (fileDescriptor != NULL) {
H A DJNIHelp.h108 * If exception is NULL, logs the current exception in the JNI environment.
171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) { argument
H A DUniquePtr.h20 #include <cstdlib> // For NULL.
58 explicit UniquePtr(T* ptr = NULL) : mPtr(ptr) { argument
74 mPtr = NULL;
81 void reset(T* ptr = NULL) { argument
111 explicit UniquePtr(T* ptr = NULL) : mPtr(ptr) { argument
125 mPtr = NULL;
129 void reset(T* ptr = NULL) { argument
/external/e2fsprogs/e2fsck/
H A Dmtrace.h46 #ifndef NULL
47 #define NULL 0 macro
/external/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument
168 void reset(T* ptr = NULL) { argument
/external/lldb/include/lldb/Host/
H A DPredicate.h207 /// If non-NULL, the absolute time at which we should stop
216 WaitForSetValueBits (T bits, const TimeValue *abstime = NULL) argument
257 /// If non-NULL, the absolute time at which we should stop
265 WaitForResetValueBits (T bits, const TimeValue *abstime = NULL) argument
308 /// If non-NULL, the absolute time at which we should stop
320 WaitForValueEqualTo (T value, const TimeValue *abstime = NULL, bool *timed_out = NULL) argument
368 /// If non-NULL, the absolute time at which we should stop
380 WaitForValueEqualToAndSetValueTo (T wait_value, T new_value, const TimeValue *abstime = NULL, bool *timed_out = NULL) argument
440 WaitForValueNotEqualTo(T value, T &new_value, const TimeValue *abstime = NULL) argument
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h51 GetTaggedPointerInfo (uint64_t* info_bits = NULL, argument
52 uint64_t* value_bits = NULL,
53 uint64_t* payload = NULL)
/external/lldb/tools/lldb-perf/lib/
H A DMeasurement.h98 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStartValue()));
105 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStopValue()));
112 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage()));
119 auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage())).get();
122 dictionary->Add("stddev", NULL, lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
130 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
149 const char* name = NULL,
150 const char* descr = NULL) :
148 TimeMeasurement(Callable callable, const char* name = NULL, const char* descr = NULL) argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument
168 void reset(T* ptr = NULL) { argument
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument
168 void reset(T* ptr = NULL) { argument
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h104 #ifndef NULL
105 #define NULL 0L macro
132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
133 #define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
134 #define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
135 #define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
136 #define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
137 #define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h19 void Empty(IFX_Allocator* pAllocator = NULL) argument
31 m_pMap = NULL;
35 RemoveAll(NULL);
38 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator = NULL);
39 void RemoveAt(FX_BSTR space, FX_BSTR name, IFX_Allocator* pAllocator = NULL);
40 void RemoveAll(IFX_Allocator* pAllocator = NULL);
51 Empty(NULL);
53 void Empty(IFX_Allocator* pAllocator = NULL) argument
57 void Set(FX_BOOL bCDATA, FX_WSTR content, IFX_Allocator* pAllocator = NULL) argument
69 static CXML_Element* Parse(const void* pBuffer, size_t size, FX_BOOL bSaveSpaceChars = FALSE, FX_FILESIZE* pParsedSize = NULL, IFX_Allocato
[all...]
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h12 CXML_DataBufAcc(FX_LPCBYTE pBuffer, size_t size, IFX_Allocator* pAllocator = NULL) argument
73 CXML_DataStmAcc(IFX_FileRead *pFileRead, IFX_Allocator* pAllocator = NULL) argument
76 , m_pBuffer(NULL)
80 FXSYS_assert(m_pFileRead != NULL);
149 CXML_Parser(IFX_Allocator* pAllocator = NULL) : m_pAllocator(pAllocator) {} argument
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument
168 void reset(T* ptr = NULL) { argument
181 value_ = NULL;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp32 #undef NULL macro
/external/qemu/slirp/
H A Dslirp.h229 #ifndef NULL
230 #define NULL (void *)0 macro

Completed in 728 milliseconds

1234567891011>>