Searched refs:sealed (Results 1 - 25 of 29) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DConstants.cs42 internal sealed class Constants
H A DGrammarRuleAttribute.cs39 public sealed class GrammarRuleAttribute : Attribute {
H A DBitSet.cs49 public sealed class BitSet : ICloneable {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DGrammarRuleAttribute.cs40 public sealed class GrammarRuleAttribute : Attribute
H A DBitSet.cs50 public sealed class BitSet : ICloneable
/external/chromium_org/tools/stats_viewer/Properties/
H A DSettings.Designer.cs17 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
/external/chromium_org/v8/src/base/
H A Dcompiler-specific.h43 #define FINAL sealed
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DAntlrRuntime_BaseTreeDebugView.cs37 internal sealed class AntlrRuntime_BaseTreeDebugView
H A DBufferedTreeNodeStream.cs69 protected sealed class StreamIterator : IEnumerator<object>
/external/chromium_org/v8/test/webkit/
H A DpreventExtensions.js71 function sealed(){} function
74 seal(sealed);
77 new sealed;
80 sealed.prototype.prototypeExists = true;
84 shouldBeTrue("(new sealed).prototypeExists");
89 shouldBe('test(seal(obj()))', '"(a:1)(b:4)S"'); // sealed, CANNOT delete a, can modify b, and CANNOT add c
90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c
79 sealed.prototype.prototypeExists = true; class
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs104 public sealed class CRC32Checksum : ChecksumGeneratorBase
155 public sealed class AdlerChecksum : ChecksumGeneratorBase
H A DDeflater.cs18 public sealed class Deflater : CodecBase
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs51 public sealed class HashList : IDictionary
54 private sealed class HashListEnumerator : IDictionaryEnumerator
184 private sealed class KeyCollection : ICollection
279 private sealed class ValueCollection : ICollection
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DChromeDebugPackage.cs37 public sealed class ChromeDebugPackage : Package {
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp389 // expected-error@+1 {{'sealed' keyword not permitted with interface types}}
390 __interface InterfaceWithSealed sealed { namespace
397 // expected-warning@+1 {{'sealed' keyword is a Microsoft extension}}
398 virtual void SealedFunction() sealed; member in struct:SomeBase
402 // expected-warning@+1 {{'sealed' keyword is a Microsoft extension}}
403 struct SealedType sealed : SomeBase { struct in inherits:SomeBase
404 // expected-error@+1 {{declaration of 'SealedFunction' overrides a 'sealed' function}}
411 // expected-error@+1 {{base 'SealedType' is marked 'sealed'}}
H A Dtype-traits.cpp319 struct SealedClass sealed { struct
326 struct PotentiallySealed<T*> sealed { }; struct
329 struct PotentiallySealed<int> sealed { }; struct
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs63 public sealed class ClangFormatPackage : Package
/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode.js787 var sealed = Object.seal({});
795 assertThrows(function() { strict(sealed); }, TypeError);
896 var sealed = Object.seal({});
903 assertThrows(function() { sealed[zero_number] = "value"; }, TypeError);
905 assertThrows(function() { sealed[zero_symbol] = "value"; }, TypeError);
907 assertThrows(function() { sealed[zero_string] = "value"; }, TypeError);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclike.js323 " operator out override params private protected public readonly ref return sealed" +
351 "sealed super this throw trait try trye type val var while with yield _ : = => <- <: " +
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dclike.js320 " operator out override params private protected public readonly ref return sealed" +
348 "sealed super this throw trait try trye type val var while with yield _ : = => <- <: " +
/external/skia/experimental/webtry/res/js/cm/
H A Dclike.js320 " operator out override params private protected public readonly ref return sealed" +
348 "sealed super this throw trait try trye type val var while with yield _ : = => <- <: " +
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs67 protected sealed class StreamIterator : IEnumerator<object> {
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dprettify.js19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg1435 protected sealed partial class <scope.name>_scope
1518 <returnScopeModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> sealed partial class <ruleDescriptor:returnStructName()> : <ruleReturnBaseType()><@ruleReturnInterfaces()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg1414 protected sealed partial class <scope.name>_scope
1500 <returnScopeModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> sealed partial class <ruleDescriptor:returnStructName()> : <ruleReturnBaseType()><@ruleReturnInterfaces()>

Completed in 526 milliseconds

12