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

12345678

/external/easymock/src/org/easymock/internal/matchers/
H A DNull.java22 public class Null implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
26 public static final Null NULL = new Null();
28 private Null() { method in class:Null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDebugShaders.idl29 [StrictTypeChecking, TreatReturnedNullStringAs=Null] DOMString getTranslatedShaderSource(WebGLShader shader);
/external/chromium_org/third_party/WebKit/Source/modules/donottrack/
H A DNavigatorDoNotTrack.idl32 [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DURLMediaStream.idl31 [CallWith=ExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaStream? stream);
H A DRTCSessionDescription.idl35 [RaisesException=Setter, TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString type;
36 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString sdp;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DURLMediaSource.idl31 [CallWith=ExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaSource? source);
32 [CallWith=ExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(WebKitMediaSource? source);
/external/mockito/src/org/mockito/internal/matchers/
H A DNull.java14 public class Null extends ArgumentMatcher<Object> implements Serializable { class in inherits:ArgumentMatcher,Serializable
17 public static final Null NULL = new Null();
19 private Null() { method in class:Null
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttr.idl25 [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
29 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter, CustomElementCallbacks] attribute DOMString value;
41 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, RaisesException=Setter] attribute DOMString prefix;
42 [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString namespaceURI;
43 [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName;
H A DDocumentType.idl30 [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
31 [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
32 [TreatReturnedNullStringAs=Null, MeasureAs=DocumentTypeInternalSubset] readonly attribute DOMString internalSubset; // Removed from DOM4.
H A DDOMSettableTokenList.idl26 [TreatReturnedNullStringAs=Null, ImplementedAs=item] getter DOMString(unsigned long index);
H A DProcessingInstruction.idl25 [TreatReturnedNullStringAs=Null] readonly attribute DOMString target;
H A DMutationRecord.idl41 [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeName;
42 [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeNamespace;
44 [TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
H A DDOMStringList.idl29 [TreatReturnedNullStringAs=Null] getter DOMString item([Default=Undefined] optional unsigned long index);
H A DDOMTokenList.idl29 [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index);
H A DURL.idl35 [CallWith=ExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(Blob? blob);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheet.idl26 [TreatReturnedNullStringAs=Null] readonly attribute DOMString type;
30 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
31 [TreatReturnedNullStringAs=Null] readonly attribute DOMString title;
H A DMediaList.idl30 [TreatNullAs=NullString, TreatReturnedNullStringAs=Null] attribute DOMString mediaText;
33 [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index);
H A DCSSImportRule.idl23 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
H A DCSSStyleDeclaration.idl25 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter] attribute DOMString cssText;
27 [TreatReturnedNullStringAs=Null] DOMString getPropertyValue([Default=Undefined] optional DOMString propertyName);
29 [TreatReturnedNullStringAs=Null, RaisesException] DOMString removeProperty([Default=Undefined] optional DOMString propertyName);
30 [TreatReturnedNullStringAs=Null] DOMString getPropertyPriority([Default=Undefined] optional DOMString propertyName);
H A DCSSValue.idl32 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter] attribute DOMString cssText;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp9 // CHECK: "\01?Null@@YAX$$T@Z"
11 void Null(std::nullptr_t) {} function
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNSResolver.idl24 [TreatReturnedNullStringAs=Null] DOMString lookupNamespaceURI([Default=Undefined] optional DOMString prefix);
/external/chromium_org/ppapi/cpp/dev/
H A Dvar_resource_dev.cc21 VarResource_Dev::VarResource_Dev(const pp::Resource& resource) : Var(Null()) {
27 // Note: Var(Null()) sets is_managed_ to true, so |var_| will be properly
38 Var::operator=(Var(Null()));
56 Var::operator=(Var(Null()));
/external/chromium_org/ppapi/cpp/
H A Dvar_array.cc21 VarArray::VarArray() : Var(Null()) {
33 Var::operator=(Var(Null()));
42 Var::operator=(Var(Null()));
62 Var::operator=(Var(Null()));
H A Dvar_dictionary.cc21 VarDictionary::VarDictionary() : Var(Null()) {
33 Var::operator=(Var(Null()));
42 Var::operator=(Var(Null()));
64 Var::operator=(Var(Null()));

Completed in 1210 milliseconds

12345678