Searched refs:method (Results 1 - 25 of 1813) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp120 const INT method );
207 /* Revert to error concealment method Noise Substitution.
212 FDKprintf(" Concealment method was reverted to 1 !\n");
257 const INT method )
277 /* Get current method/delay */
281 /* Be sure to set AAC and SBR concealment method simultaneously! */
285 (int)method, // concealMethod
618 /* Changing the concealment method can introduce additional bitstream delay. And
H A Dconceal.cpp270 pConcealCommonData->method = ConcealMethodInter;
292 \brief Get current concealment method.
296 \return Concealment method.
301 CConcealmentMethod method = ConcealMethodNone; local
304 method = pConcealCommonData->method;
307 return (method);
315 0 = interpolation method (adds delay)
356 \method
367 int method,
365 CConcealment_SetParams( CConcealParams *concealParams, int method, int fadeOutSlope, int fadeInSlope, int muteRelease, int comfNoiseLevel ) argument
[all...]
H A Dconceal.h114 int method,
H A Dconceal_types.h138 CConcealmentMethod method; member in struct:__anon48
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java78 for(Method method : methods) {
79 if ( !method.getReturnType().getName().equals("void") ) {
80 ruleWithReturn.put(method.getName(), method.getReturnType().getName().replace('$', '.'));
H A DgUnitBaseTest.java222 for(Method method : methods) {
223 if ( method.getName().equals("getTree") ) {
228 else if ( method.getName().equals("getTemplate") ) {
394 for(Method method : methods) {
395 if ( method.getName().equals("getTree") ) {
400 else if ( method.getName().equals("getTemplate") ) {
H A DgUnitExecutor.java360 for(Method method : methods) {
361 if ( method.getName().equals("getTree") ) {
366 else if ( method.getName().equals("getTemplate") ) {
528 for(Method method : methods) {
529 if ( method.getName().equals("getTree") ) {
534 else if ( method.getName().equals("getTemplate") ) {
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as141 * This method sets errorRecovery to indicate the parser is recovering
179 * generation within one method rather than spread among all of the
298 * the token). This is better than forcing you to override a method in
318 /** Override this method to change where error messages go */
608 * a simple method to ask the recognizer to tell me what the current
625 * we have to conjure one up. This method gives the user control
632 * override this method to create the appropriate tokens.
681 * error reporting. The generated parsers implement a method
689 * Have ANTLR generate an implementation for this method.
699 /** A convenience method fo
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as26 * override this method. CommonTree returns Token.INVALID_TOKEN_TYPE
219 * override this method and any other createToken variant.
237 * override this method and any other createToken variant.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs193 * This method sets errorRecovery to indicate the parser is recovering
231 * generation within one method rather than spread among all of the
344 * the token). This is better than forcing you to override a method in
364 /** <summary>Override this method to change where error messages go</summary> */
666 * a simple method to ask the recognizer to tell me what the current
687 * we have to conjure one up. This method gives the user control
694 * override this method to create the appropriate tokens.
738 * leading up to a call to this method. You could override if
767 MethodBase method = frame.GetMethod();
768 GrammarRuleAttribute[] attributes = (GrammarRuleAttribute[])method
[all...]
/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 ) argument
79 return method.Invoke( obj, parameters );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs213 * This method sets errorRecovery to indicate the parser is recovering
254 * generation within one method rather than spread among all of the
404 * the token). This is better than forcing you to override a method in
429 /** <summary>Override this method to change where error messages go</summary> */
750 * a simple method to ask the recognizer to tell me what the current
772 * we have to conjure one up. This method gives the user control
779 * override this method to create the appropriate tokens.
831 * leading up to a call to this method. You could override if
863 MethodBase method = frame.GetMethod();
864 GrammarRuleAttribute[] attributes = (GrammarRuleAttribute[])method
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas362 /// You MUST call the Finalize method at the end of the routine to make
H A DAntlr.Runtime.Tree.pas126 /// a tree's addChild method to work this way. Make sure you differentiate
175 /// This method is executed after all rule tree construction and right
268 /// method right before returning. Flat trees (i.e., lists) will
344 /// If you don't want to buffer up nodes, then this method makes no
357 /// This is analogus to the LT() method of the TokenStream, but this
651 /// override this method and any other createToken variant.
668 /// override this method and any other createToken variant.
792 /// a -> rewrite rule. We need to subclass to fill in the next() method,
969 /// version of the general visit(t, pattern) method. The labels arg
970 /// of the visitor action method i
[all...]
H A DAntlr.Runtime.pas156 /// mechanism that restores state and so this method does not need to
159 /// Currently, this method is only used for efficient backtracking using
335 /// If you don't want to buffer up tokens, then this method makes no
338 /// this method, removing the dependency.
740 /// This method sets errorRecovery to indicate the parser is recovering
765 /// within one method rather than spread among all of the exception classes. This
793 /// the token). This is better than forcing you to override a method in
800 /// Override this method to change where error messages go
824 /// leading up to a call to this method. You could override if
849 /// <summary>A convenience method fo
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRFileStream.js15 var method;
17 method = "loadFileUsingJava";
24 var data = this[method](fileName, encoding);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h106 - (void)method;
H A DSymbolTableParser.m148 @"ID", @"INT", @"WS", @"'('", @"')'", @"';'", @"'='", @"'int'", @"'method'",
193 * SymbolTable.g:25:1: prog : globals ( method )* ;
201 // SymbolTable.g:27:5: ( globals ( method )* ) // ruleBlockSingleAlt
202 // SymbolTable.g:27:9: globals ( method )* // alt
222 // SymbolTable.g:27:18: method // alt
226 [self method];
334 * $ANTLR start method
335 * SymbolTable.g:43:1: method : 'method' ID '(' ')' block ;
337 - (void) method
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.h69 - (void)method;
H A DSymbolTableParser.m191 @"ID", @"INT", @"WS", @"'method'", @"'('", @"')'", @"'{'", @"'}'", @"'='",
227 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals ( method )* ;
234 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( method )* ) // ruleBlockSingleAlt
235 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( method )* // alt
252 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:18: method // alt
255 [self method];
352 * $ANTLR start method
353 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:41:1: method : 'method' ID '(' ')' block ;
355 - (void) method
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g2 * convert method with "public void", add decls. This shows how to insert
14 : method+
17 // note the reference to the last token matched for method:
18 $input->insert_after($method.stop, "\n}\n");
22 method
23 : m='method' ID '(' ')' body
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms)
107 sub add : method {
118 sub grow_to_include : method {
128 sub or_in_place : method {
143 sub clone : method {
149 sub size : method {
155 sub equals : method {
161 sub member : method {
167 sub remove : method {
177 sub is_nil : method {
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt042ast.py25 def parse(self, text, method, rArgs=[], **kwargs):
36 return getattr(self.parser, method)(*rArgs)

Completed in 1289 milliseconds

1234567891011>>