Searched refs:parameters (Results 1 - 25 of 897) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTypeExtensions.cs77 public static object invoke( this MethodInfo method, object obj, params object[] parameters )
79 return method.Invoke( obj, parameters );
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g91 : 'def' NAME parameters COLON suite
95 parameters
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb55 value against the transition parameters associated with the current state, and
63 In generated code, ANTLR defines DFA states using seven parameters, each defined
65 +SPECIAL+, +ACCEPT+, and +TRANSITION+. The parameters that characterize state
H A Drecognizers.rb133 attribute declarations from the ANTLR grammar as parameters, and overrides
159 parameters = names.map do | name |
163 def initialize( #{ parameters } )
H A Dstreams.rb566 # record the current stream location parameters in the stream's marker table and
669 while automatically setting up the +source_name+ and +line+ parameters. It does
1038 # returns a slice of the token buffer from <tt>start..stop</tt>. The parameters
H A Dtemplate.rb143 def define_template( name, source, parameters = nil, &block )
145 Context.define( self, name, parameters ) do | tclass |
172 if params = context.parameters
217 attr_accessor :group, :name, :parameters
228 def define( group, name, parameters )
234 @parameters = parameters
H A Dtoken.rb346 that can be called without any parameters and the token objects are expected to
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb57 Rewrite streams implement lazy rewriting by storing the parameters of
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb100 :parameters, :parameter ].freeze
408 # 105:1: parameter_declaration returns [ list ] : ( '(' ( parameters )? ')' | parameters );
420 # at line 107:3: ( '(' ( parameters )? ')' | parameters )
433 # at line 107:5: '(' ( parameters )? ')'
435 # at line 107:9: ( parameters )?
444 # at line 107:11: parameters
446 parameters5 = parameters
456 # at line 108:5: parameters
485 def parameters method in class:ANTLR3.Template.GroupFile.Parser
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java155 AttributeScope parameters = r.parameterScope;
156 List<Attribute> attrs = parameters.getAttributes();
2199 List parameters = retScope.getAttributes();
2200 assertNotNull("missing return action", parameters);
2201 assertEquals(1, parameters.size());
2202 String found = parameters.get(0).toString();
2218 List parameters = retScope.getAttributes();
2219 assertNotNull("missing return action", parameters);
2220 assertEquals(3, parameters.size());
2221 assertEquals("int x=0", parameters
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DCertPathTrustManagerParametersTest.java32 CertPathParameters parameters = new MyCertPathParameters();
34 parameters);
36 fail("incorrect parameters");
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DServerHandshakeImplTest.java109 server.parameters.getServerSessionContext().putSession(session);
126 assertSame(server.parameters.getKeyManager(), sslParameters
128 assertSame(server.parameters.getTrustManager(), sslParameters
/external/apache-http/src/org/apache/http/client/entity/
H A DUrlEncodedFormEntity.java53 * of parameters in the specified encoding.
55 * @param parameters list of name/value pairs
60 final List <? extends NameValuePair> parameters,
62 super(URLEncodedUtils.format(parameters, encoding),
69 * of parameters with the default encoding of {@link HTTP#DEFAULT_CONTENT_CHARSET}
71 * @param parameters list of name/value pairs
75 final List <? extends NameValuePair> parameters) throws UnsupportedEncodingException {
76 super(URLEncodedUtils.format(parameters, HTTP.DEFAULT_CONTENT_CHARSET),
59 UrlEncodedFormEntity( final List <? extends NameValuePair> parameters, final String encoding) argument
74 UrlEncodedFormEntity( final List <? extends NameValuePair> parameters) argument
/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java123 * Adds all parameters within the Scanner to the list of
124 * <code>parameters</code>, as encoded by <code>encoding</code>. For
127 * list of parameters.
129 * @param parameters
130 * List to add parameters to.
132 * Input that contains the parameters to parse.
134 * Encoding to use when decoding the parameters.
137 final List <NameValuePair> parameters,
150 parameters.add(new BasicNameValuePair(name, value));
156 * list of parameters i
136 parse( final List <NameValuePair> parameters, final Scanner scanner, final String encoding) argument
161 format( final List <? extends NameValuePair> parameters, final String encoding) argument
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java69 * a set of additional parameters.
92 private final NameValuePair[] parameters; field in class:BasicHeaderElement
95 * Constructor with name, value and parameters.
99 * @param parameters header element parameters. May be <tt>null</tt>.
105 final NameValuePair[] parameters) {
112 if (parameters != null) {
113 this.parameters = parameters;
115 this.parameters
102 BasicHeaderElement( final String name, final String value, final NameValuePair[] parameters) argument
[all...]
/external/apache-http/src/org/apache/http/params/
H A DBasicHttpParams.java42 * This class represents a collection of HTTP protocol parameters.
43 * Protocol parameters may be linked together to form a hierarchy.
46 * collection of parameters.
62 /** Map of HTTP parameters that this collection contains. */
63 private HashMap parameters; field in class:BasicHttpParams
72 if (this.parameters != null) {
73 param = this.parameters.get(name);
79 if (this.parameters == null) {
80 this.parameters = new HashMap();
82 this.parameters
[all...]
/external/bison/build-aux/snippet/
H A Dc++defs.h89 consisting of return type, parameters, and attributes.
101 consisting of return type, parameters, and attributes.
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
115 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
116 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
118 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
121 rettype (*const func) parameters = ::rpl_func; \
125 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
129 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
130 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex5107 % Change the page size parameters. We could do this once outside this
6870 % Define \deffn and \deffnx, without parameters.
7236 \newcount\paramno % Count of parameters
7851 ##1}{##2}}% these are parameters of \writexrdef
8314 % So reset some parameters.
9748 % Use @smallbook to reset parameters for 7x9.25 trim size.
9765 % Use @smallerbook to reset parameters for 6x9 trim size.
9766 % (Just testing, parameters still in flux.)
/external/bison/
H A Dconfigure193 exitcode=1; echo positional parameters were not saved.
5184 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5587 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
38588 # likewise P contains macro parameters if any. Preserve backslash
39110 # parameters.
/external/bison/darwin-lib/
H A Dc++defs.h73 consisting of return type, parameters, and attributes.
85 consisting of return type, parameters, and attributes.
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
100 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
102 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
105 rettype (*const func) parameters = ::rpl_func; \
109 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
113 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
114 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]
H A Dfcntl.h150 consisting of return type, parameters, and attributes.
162 consisting of return type, parameters, and attributes.
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
176 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
177 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
179 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
182 rettype (*const func) parameters = ::rpl_func; \
186 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
190 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
191 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]
H A Dinttypes.h133 consisting of return type, parameters, and attributes.
145 consisting of return type, parameters, and attributes.
153 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
160 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
162 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
165 rettype (*const func) parameters = ::rpl_func; \
169 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
173 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
174 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]
H A Dmath.h110 consisting of return type, parameters, and attributes.
122 consisting of return type, parameters, and attributes.
130 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
136 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
137 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
139 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
142 rettype (*const func) parameters = ::rpl_func; \
146 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
150 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
151 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]
H A Dsignal.h141 consisting of return type, parameters, and attributes.
153 consisting of return type, parameters, and attributes.
161 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
167 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
168 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
170 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
173 rettype (*const func) parameters = ::rpl_func; \
177 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
181 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
182 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]

Completed in 1474 milliseconds

1234567891011>>