Searched refs:code (Results 1 - 25 of 3769) sorted by path

1234567891011>>

/external/android-clat/
H A Ddump.c104 printf("icmp.code = %x\n",icmp->code);
122 printf("code = %x\n",icmp6->icmp6_code);
H A Dicmp.c63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { argument
76 if (code != ICMP_UNREACH_PROTOCOL && code != ICMP_UNREACH_NEEDFRAG) {
89 * code - the ICMP code
91 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { argument
98 return code;
101 switch (code) {
115 // Otherwise, we don't understand this ICMP type/code combination. Fall through.
118 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp_to_icmp6_code: unhandled ICMP type/code
126 icmp6_to_icmp_type(uint8_t type, uint8_t code) argument
151 icmp6_to_icmp_code(uint8_t type, uint8_t code) argument
[all...]
H A Dicmp.h34 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code);
37 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code);
40 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code);
43 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code);
H A Dtranslate.c235 icmp6_type = icmp_to_icmp6_type(icmp->type, icmp->code);
237 icmp6_targ->icmp6_code = icmp_to_icmp6_code(icmp->type, icmp->code);
263 // Unknown type/code. The type/code conversion functions have already logged an error.
291 icmp_targ->code = icmp6_to_icmp_code(icmp6->icmp6_type, icmp6->icmp6_code);
309 // Unknown type/code. The type/code conversion functions have already logged an error.
/external/ant-glob/
H A DNOTICE28 * including but not limited to software source code, documentation
33 * not limited to compiled object code, generated documentation,
57 * communication on electronic mailing lists, source code control systems,
224 of any redistributed or derivative code.
227 which the code is derived.)
266 XML), and release all of the SAX 2.0 source code, compiled code, and
/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/src/org/antlr/runtime/
H A DBaseRecognizer.as5 * support code essentially; most of it is error recovery stuff and
178 * Not very object-oriented code, but I like having all error message
H A DDFA.as11 * types and the simulation code too. For a point of reference, the Java
180 * static short[] which generates so much init code that the class won't
H A DRecognizerSharedState.as56 // constantly in generated code and Lexer object) :(
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas7 Modify the generated code to correctly setup and call the methods from the unit
H A DAntlr.Runtime.Tools.Tests.pas7 Modify the generated code to correctly setup and call the methods from the unit
H A DAntlr.Runtime.Tree.Tests.pas7 Modify the generated code to correctly setup and call the methods from the unit
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas11 1. Redistributions of source code MUST RETAIN the above copyright
H A DAntlr.Runtime.Tools.pas10 1. Redistributions of source code MUST RETAIN the above copyright
310 /// Helper for storing local variables inside a routine. The code that ANTLR
312 /// the Delphi language does not support. When generating Delphi source code,
317 /// to access variables by name. For example, see the following C code:
324 /// If the Delphi code generator cannot detect the inner "y" variable, then
349 /// be enough for all generated code.
H A DAntlr.Runtime.Tree.pas11 1. Redistributions of source code MUST RETAIN the above copyright
54 /// This takes the place of the tree construction code generated in the
55 /// generated code in 2.x and the ASTFactory.
358 /// returns a tree node instead of a token. Makes code gen identical
431 /// you'll be able to use more support code.
1576 /// This delegate is used to allow the outfactoring of some common code.
1582 /// This method has the common code of two other methods, which differed in only one
1593 /// <returns><code>true</code>, if positive, <code>fals
[all...]
H A DAntlr.Runtime.pas11 1. Redistributions of source code MUST RETAIN the above copyright
199 /// LA(I). This will be used for labels in the generated lexer code.
206 /// This primarily a useful interface for action code (just make sure
584 // constantly in generated code and Lexer object) :(
687 /// support code essentially; most of it is error recovery stuff and
764 /// Not very object-oriented code, but I like having all error message generation
826 /// in the parser source code a rule is invoked.
1000 /// sometimes but would have to generate different types and the simulation code too.
1364 /// ANTLR generates code that throws exceptions upon recognition error and
1365 /// also generates code t
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME18 * jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/downloads/list
34 This is most easily done by cd'ing to the root of the antlr code and running
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm25 # Brief but working code example(s) here showing the most common usage(s)
79 (for example, many modules that use source code filters are mutually
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm616 support code essentially; most of it is error recovery stuff and
H A DBitSet.pm258 # Brief but working code example(s) here showing the most common usage(s)
345 (for example, many modules that use source code filters are mutually
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py12 # 1. Redistributions of source code must retain the above copyright
92 # constantly in generated code and Lexer object) :(
132 support code essentially; most of it is error recovery stuff and
301 Not very object-oriented code, but I like having all error message
786 ## This code is factored out from mismatched token and mismatched set
822 in the parser java code a rule is invoked.
859 code = frame[0].f_code
860 codeMod = inspect.getmodule(code)
869 if code.co_name in ('nextToken', '<module>'):
872 rules.append(code
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py133 code = frame[0].f_code
134 codeMod = inspect.getmodule(code)
143 if code.co_name in ('nextToken', '<module>'):
146 if code.co_name.startswith('test'):
147 testName = code.co_name
245 # "antlr -depend failed with code %s on grammar '%s':\n\n"
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb14 1. Redistributions of source code must retain the above copyright
45 code. Some components are only used within specific types of recognizers and
46 some are simply extra utilities for use by anyone working with ANTLR code. Thus,
59 decisions recognizers must make in code generated by ANTLR
80 when code is generated by ANTLR using the '-debug' option, all of the
81 additional classes and mixins required by the debug code are contained within
85 defines the Main module. When ANTLR-generated recognizer code is run directly
86 as a script (not loaded as a module), the code will behave as a full
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb14 1. Redistributions of source code must retain the above copyright
H A Ddebug.rb16 1. Redistributions of source code must retain the above copyright
53 # and tree-related code are autloaded on-demand
139 required by the code ANTLR generated when called with the <tt>-debug</tt>
288 A module that wraps token stream methods with debugging event code. A debuggable
503 # ugly in the generated code. The rewind is generated in DFA.predict()
504 # actually so no code needs to be generated for that. For languages

Completed in 1193 milliseconds

1234567891011>>