Searched refs:Name (Results 1 - 25 of 1911) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs223 buf.Append(e.GetType().Name);
H A DProfiler.cs402 buf.Append(parser.GetType().Name);
476 stats.name = parser.GetType().Name;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DExceptionExtensions.cs61 return frame.GetMethod().Name;
66 return frame.GetMethod().DeclaringType.Name;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs770 rules.Add(attributes[0].Name);
H A DGrammarRuleAttribute.cs46 public string Name { property in class:Antlr.Runtime.GrammarRuleAttribute
H A DTokenRewriteStream.cs125 string opName = this.GetType().Name;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs257 buf.Append( e.GetType().Name );
H A DProfiler.cs447 buf.Append(parser.GetType().Name);
523 stats.name = parser.GetType().Name;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DExceptionExtensions.cs67 return frame.GetMethod().Name;
73 return frame.GetMethod().DeclaringType.Name;
H A DTypeExtensions.cs73 return type.Name;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs866 rules.Add(attributes[0].Name);
H A DGrammarRuleAttribute.cs49 public string Name property in class:Antlr.Runtime.GrammarRuleAttribute
H A DTokenRewriteStream.cs141 string opName = this.GetType().Name;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas376 function GetAsInteger(const Name: String): Integer;
377 procedure SetAsInteger(const Name: String; const Value: Integer);
378 function GetAsInterface(const Name: String): IInterface;
379 procedure SetAsInterface(const Name: String; const Value: IInterface);
385 property AsInteger[const Name: String]: Integer read GetAsInteger write SetAsInteger;
386 property AsInterface[const Name: String]: IInterface read GetAsInterface write SetAsInterface; default;
939 function TLocalStorage.GetAsInteger(const Name: String): Integer;
944 if (FEntries[I].FName = Name) then
949 function TLocalStorage.GetAsInterface(const Name: String): IInterface;
954 if (FEntries[I].FName = Name) the
[all...]
H A DAntlr.Runtime.pas2663 function InitializeProgram(const Name: String): IList<IRewriteOperation>;
2739 function GetProgram(const Name: String): IList<IRewriteOperation>; virtual;
5894 const Name: String): IList<IRewriteOperation>;
5898 InstructionStream := FPrograms[Name];
5900 InstructionStream := InitializeProgram(Name);
5922 const Name: String): IList<IRewriteOperation>;
5926 FPrograms[Name] := Result;
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm24 use <Module::Name>;
42 Name the section accordingly.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm257 use <Module::Name>;
308 Name the section accordingly.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb41 Name space containing all of the entities pertaining to tree construction and
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java56 import org.apache.harmony.security.x501.Name;
429 // Name Constraints Extension (as specified in rfc 3280)
1380 GeneralName san1 = new GeneralName(1, "rfc@822.Name");
1383 GeneralName san4 = new GeneralName(new Name("O=Organization"));
1436 String name1 = "rfc@822.Name";
1522 GeneralName san1 = new GeneralName(1, "rfc@822.Name");
1525 GeneralName san4 = new GeneralName(new Name("O=Organization"));
1612 GeneralName san1 = new GeneralName(1, "rfc@822.Name");
1643 GeneralName san1 = new GeneralName(1, "rfc@822.Name");
1695 new GeneralName(1, "822.Name"),
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
H A DCertificationRequestInfoTest.java32 import org.apache.harmony.security.x501.Name;
46 Name subject = new Name("O=subject");
H A DCertificationRequestTest.java31 import org.apache.harmony.security.x501.Name;
45 Name subject = new Name("O=subject");
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
H A DSignerInfoTest.java29 import org.apache.harmony.security.x501.Name;
36 Object[] issuerAndSerialNumber = new Object[] { new Name("CN=test"),
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x501/
H A DNameTest.java25 import org.apache.harmony.security.x501.Name;
31 * Test Name class
69 Name principal = (Name) Name.ASN1.decode(mess);
81 Name principal = (Name) Name.ASN1.decode(is);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateListTest.java42 import org.apache.harmony.security.x501.Name;
102 new GeneralName(new Name("O=Cert Organization"))//new GeneralName(4, "O=Organization")
139 Name issuer = new Name(issuerName);
168 Name issuer = new Name(issuerName);
H A DCertificateTest.java36 import org.apache.harmony.security.x501.Name;
69 * issuer Name,
71 * subject Name,
126 Name issuer = new Name("O=Certificate Issuer");
128 Name subject = new Name("O=Subject Organization");
143 new GeneralName(1, "rfc@822.Name"),

Completed in 3924 milliseconds

1234567891011>>