HomeSort by relevance Sort by last modified time
    Searched refs:Null (Results 51 - 75 of 241) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/sandbox/win/src/
sid_unittest.cc 41 // Check for non-null result;
42 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinLocalSid).GetPSID());
43 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinCreatorOwnerSid).GetPSID());
44 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinBatchSid).GetPSID());
47 ATL::Sids::Null().GetPSID()));
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8SQLResultSetRowListCustom.cpp 78 value = v8::Null(info.GetIsolate());
  /external/chromium_org/v8/src/
hydrogen-types.h 28 V(Null, 0x27) /* 0000 0000 0010 0111 */ \
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 52 /// NullSymbol() - This returns a reference to a LDSymbol that represents Null
54 static LDSymbol* Null();
60 assert(NULL != m_pResolveInfo);
65 assert(NULL != m_pResolveInfo);
70 assert(NULL != m_pResolveInfo);
75 assert(NULL != m_pResolveInfo);
80 assert(NULL != m_pResolveInfo);
84 assert(NULL != m_pResolveInfo);
88 assert(NULL != m_pResolveInfo);
93 assert(NULL != m_pResolveInfo)
    [all...]
  /external/chromium_org/gin/
converter_unittest.cc 22 using v8::Null;
54 { Null(instance_->isolate()).As<Value>(), false },
97 { v8::Null(instance_->isolate()).As<Value>(), false, 0 },
  /external/chromium_org/remoting/webapp/
format_iq.js 63 * @return {?string} Formatted server string. Null if error.
67 return null;
91 * @return {?string} Formatted channel string. Null if error.
96 return null;
114 * @return {?string} Pretty version of jingleinfo. Null if error.
134 return null;
154 return null;
161 return null;
175 * @return {?string} Pretty version of jingle stanza. Null if error.
179 return null;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CustomEventCustom.cpp 77 v8SetReturnValue(info, cacheState(info.Holder(), v8::Null(info.GetIsolate()), info.GetIsolate()));
V8HistoryCustom.cpp 56 value = serialized ? serialized->deserialize(info.GetIsolate()) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate()));
V8PopStateEventCustom.cpp 71 result = v8::Null(info.GetIsolate());
  /external/clang/test/CodeGenCXX/
mangle-ms-cxx11.cpp 12 // CHECK: "\01?Null@@YAX$$T@Z"
14 void Null(std::nullptr_t) {}
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 406 // objc_initWeak(p, null) => *p = null
409 Value *Null =
412 new StoreInst(Null, CI->getArgOperand(0), CI);
415 << " New = " << *Null << "\n");
417 CI->replaceAllUsesWith(Null);
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 44 // section: NULL
47 LDFileFormat::Null,
SectionSymbolSet.cpp 71 assert(NULL != sym);
72 SectionData* data = NULL;
91 frag_ref = FragmentRef::Null();
ResolveInfo.cpp 19 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
20 static ResolveInfo* g_NullResolveInfo = NULL;
147 return (this == Null());
275 if (NULL == info)
276 return NULL;
291 if (NULL != pInfo) {
296 pInfo = NULL;
299 ResolveInfo* ResolveInfo::Null()
301 if (NULL == g_NullResolveInfo) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 130 * Null objects
133 /* Global nul-content Null pool. Enlarge as necessary. */
137 /* Generic nul-content Null objects. */
139 static inline const Type& Null (void) {
144 /* Specializaiton for arbitrary-content arbitrary-sized Null objects. */
148 /*static*/ inline const Type& Null<Type> (void) { \
154 #define Null(Type) Null<Type>()
195 this->start = hb_blob_get_data (this->blob, NULL);
213 this->blob = NULL;
    [all...]
hb-ot-font.cc 58 return NULL;
74 return NULL;
80 const OT::CmapSubtable *subtable = NULL;
81 const OT::CmapSubtable *subtable_uvs = NULL;
94 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
99 if (!subtable_uvs) subtable_uvs = &OT::Null(OT::CmapSubtable);
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 130 * Null objects
133 /* Global nul-content Null pool. Enlarge as necessary. */
137 /* Generic nul-content Null objects. */
139 static inline const Type& Null (void) {
144 /* Specializaiton for arbitrary-content arbitrary-sized Null objects. */
148 /*static*/ inline const Type& Null<Type> (void) { \
154 #define Null(Type) Null<Type>()
195 this->start = hb_blob_get_data (this->blob, NULL);
213 this->blob = NULL;
    [all...]
hb-ot-font.cc 58 return NULL;
74 return NULL;
80 const OT::CmapSubtable *subtable = NULL;
81 const OT::CmapSubtable *subtable_uvs = NULL;
91 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
96 if (!subtable_uvs) subtable_uvs = &OT::Null(OT::CmapSubtable);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 82 m_pObjectReader(NULL),
83 m_pDynObjFileFormat(NULL),
84 m_pExecFileFormat(NULL),
85 m_pObjectFileFormat(NULL),
87 m_pELFSegmentTable(NULL),
88 m_pBRIslandFactory(NULL),
89 m_pStubFactory(NULL),
90 m_pEhFrameHdr(NULL),
91 m_pAttribute(NULL),
94 f_pPreInitArrayStart(NULL),
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
app_bindings.cc 128 return v8::Null(isolate);
135 return v8::Null(isolate);
190 const char* state = NULL;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.idl 67 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, TreatUndefinedAs=NullString, CustomElementCallbacks] attribute DOMString textContent;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
app_installer.js 16 this.callback_ = null;
64 * @param {{message: string}?} error Null if the installation is success,
79 this.callback_ = null;
  /external/chromium_org/v8/test/cctest/
test-hydrogen-types.cc 132 CHECK(HType::Null().IsHeapObject());
147 CHECK(HType::Null().IsHeapPrimitive());
  /external/mockito/src/org/mockito/
Matchers.java 49 * Internally, they record a matcher on a stack and return a dummy value (usually null).
110 * Any <code>boolean</code>, <code>Boolean</code> or <code>null</code>.
125 * Any <code>byte</code>, <code>Byte</code> or <code>null</code>.
140 * Any <code>char</code>, <code>Character</code> or <code>null</code>.
155 * Any int, Integer or <code>null</code>.
170 * Any <code>long</code>, <code>Long</code> or <code>null</code>.
185 * Any <code>float</code>, <code>Float</code> or <code>null</code>.
200 * Any <code>double</code>, <code>Double</code> or <code>null</code>.
215 * Any <code>short</code>, <code>Short</code> or <code>null</code>.
230 * Any <code>Object</code> or <code>null</code>.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp 62 return v8::Null(isolate);
78 // This should be undefined, not null.
112 return v8::Null(isolate);
118 return v8::Null(isolate);
353 return v8::Null(isolate);
440 return ScriptValue(scriptState, v8::Null(isolate));

Completed in 583 milliseconds

1 23 4 5 6 7 8 910