| /external/ppp/pppd/ |
| ipv6cp.c | 10 * 1. Redistributions of source code must retain the above copyright 84 This software is derived from source code from 106 * 1. Redistributions of source code must retain the above copyright 183 * Callbacks for fsm code. (CI = Configuration Information) 260 * Protocol entry points from main code. 694 #define NAKCIIFACEID(opt, neg, code) \ 703 code \ 706 #define NAKCIVJ(opt, neg, code) \ 715 code \ 900 int rc = CONFACK; /* Final packet return code */ 1440 int code, id, len, olen; local [all...] |
| /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
| cpp_unittest.py | 13 # * Redistributions of source code must retain the above copyright 128 # explicitly, just like it is in the real code. 138 def perform_single_line_lint(self, code, file_name): 140 lines = code.split('\n') 158 def perform_multi_line_lint(self, code, file_extension): 160 lines = code.split('\n') 174 def perform_language_rules_check(self, file_name, code): 177 lines = code.split('\n') 186 def perform_function_lengths_check(self, code): 187 """Perform Lint function length check on block of code and return warnings [all...] |
| /external/v8/src/ |
| log.cc | 6 // * Redistributions of source code must retain the above copyright 275 // http://code.google.com/p/v8/issues/detail?id=487 646 // A class that contains all common code dealing with record compression. 730 Code* code, 736 msg.AppendAddress(code->address()); 737 msg.Append(",%d,\"", code->ExecutableSize()); 755 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, String* name) { 762 msg.AppendAddress(code->address()) [all...] |
| /bionic/libc/arch-x86/bionic/ |
| crtbegin_dynamic.S | 7 # * Redistributions of source code must retain the above copyright 32 # this is the small startup code that is first run when 46 # can't hard-code it in the adr pseudo instruction 48 # by the dynamic linker before this code runs
|
| crtbegin_static.S | 7 # * Redistributions of source code must retain the above copyright 32 # this is the small startup code that is first run when 46 # can't hard-code it in the adr pseudo instruction 48 # by the dynamic linker before this code runs
|
| /bionic/libdl/ |
| Android.mk | 13 # we use this property to make sure libc.so has its own copy of the code from 40 # for SuperH, additional code is necessary to handle .ctors section.
|
| /cts/tools/dasm/src/dasm/ |
| DasmCatchBuilder.java | 19 import com.android.dx.dex.code.CatchBuilder; 20 import com.android.dx.dex.code.CatchHandlerList; 21 import com.android.dx.dex.code.CatchTable; 22 import com.android.dx.dex.code.CodeAddress; 71 * to allow to have code like try { // do something } catch(Exception1
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| ByteBlock.java | 17 package com.android.dx.cf.code; 27 /** {@code >= 0;} label for this block */ 30 /** {@code >= 0;} bytecode offset (inclusive) of the start of the block */ 33 /** {@code > start;} bytecode offset (exclusive) of the end of the block */ 36 /** {@code non-null;} list of successors that this block may branch to */ 39 /** {@code non-null;} list of exceptions caught and their handler targets */ 45 * @param label {@code >= 0;} target label for this block 46 * @param start {@code >= 0;} bytecode offset (inclusive) of the start 48 * @param end {@code > start;} bytecode offset (exclusive) of the end 50 * @param successors {@code non-null;} list of successors that this block ma [all...] |
| /dalvik/dx/src/com/android/dx/cf/direct/ |
| FieldListParser.java | 23 import com.android.dx.rop.code.AccessFlags; 31 /** {@code non-null;} list in progress */ 37 * @param cf {@code non-null;} the class file to parse from 38 * @param definer {@code non-null;} class being defined 39 * @param offset offset in {@code bytes} to the start of the list 40 * @param attributeFactory {@code non-null;} attribute factory to use 51 * @return {@code non-null;} the parsed list
|
| MethodListParser.java | 23 import com.android.dx.rop.code.AccessFlags; 31 /** {@code non-null;} list in progress */ 37 * @param cf {@code non-null;} the class file to parse from 38 * @param definer {@code non-null;} class being defined 39 * @param offset offset in {@code bytes} to the start of the list 40 * @param attributeFactory {@code non-null;} attribute factory to use 51 * @return {@code non-null;} the parsed list
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| DalvInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 32 * {@code -1} if not 39 /** {@code non-null;} source position */ 42 /** {@code non-null;} list of register arguments */ 48 * @param position {@code non-null;} source position information 49 * @param dest {@code non-null;} destination register 50 * @param src {@code non-null;} source registe [all...] |
| Dop.java | 17 package com.android.dx.dex.code; 29 /** {@code non-null;} the instruction format */ 35 /** {@code non-null;} the name */ 41 * @param opcode {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode 43 * @param family {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode family 44 * @param format {@code non-null;} the instruction format 47 * @param name {@code non-null;} the name 83 * @return {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode value 93 * @return {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode family 102 * @return {@code non-null;} the instruction forma [all...] |
| StdCatchBuilder.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.BasicBlock; 20 import com.android.dx.rop.code.BasicBlockList; 21 import com.android.dx.rop.code.RopMethod; 35 /** the maximum range of a single catch handler, in code units */ 38 /** {@code non-null;} method to build the list for */ 41 /** {@code non-null;} block output order */ 44 /** {@code non-null;} address objects for each block */ 51 * @param method {@code non-null;} method to build the list for 52 * @param order {@code non-null;} block output orde [all...] |
| /dalvik/dx/src/com/android/dx/rop/code/ |
| DexTranslationAdvice.java | 17 package com.android.dx.rop.code; 28 /** {@code non-null;} standard instance of this class */ 101 * @param sources {@code non-null;} list of SSA registers 102 * @return {@code >= 0;} rop-form width in register units
|
| Exceptions.java | 17 package com.android.dx.rop.code; 26 /** {@code non-null;} the type {@code java.lang.ArithmeticException} */ 31 * {@code non-null;} the type 32 * {@code java.lang.ArrayIndexOutOfBoundsException} 37 /** {@code non-null;} the type {@code java.lang.ArrayStoreException} */ 41 /** {@code non-null;} the type {@code java.lang.ClassCastException} */ 45 /** {@code non-null;} the type {@code java.lang.Error} * [all...] |
| FillArrayDataInsn.java | 17 package com.android.dx.rop.code; 45 * @param opcode {@code non-null;} the opcode 46 * @param position {@code non-null;} source position 47 * @param sources {@code non-null;} specs for all the sources 48 * @param initValues {@code non-null;} list of initial values to fill the array 49 * @param cst {@code non-null;} type of the new array 74 * @return {@code non-null;} list of init values 82 * @return {@code non-null;} array type
|
| InsnList.java | 17 package com.android.dx.rop.code; 27 * Constructs an instance. All indices initially contain {@code null}. 38 * do that, this will throw {@code NullPointerException}. 40 * @param n {@code >= 0, < size();} which index 41 * @return {@code non-null;} element at that index 50 * @param n {@code >= 0, < size();} which index 51 * @param insn {@code non-null;} the instruction to set at {@code n} 59 * {@code get(size() - 1)}. 61 * @return {@code non-null;} the last instructio [all...] |
| LocalItem.java | 17 package com.android.dx.rop.code; 25 /** {@code null-ok;} local variable name */ 28 /** {@code null-ok;} local variable signature */ 36 * @param name {@code null-ok;} local variable name 37 * @param signature {@code null-ok;} local variable signature 38 * @return {@code non-null;} appropriate instance. 51 * @param name {@code null-ok;} local variable name 52 * @param signature {@code null-ok;} local variable signature 129 * @return {@code null-ok;} name 138 * @return {@code null-ok;} signatur [all...] |
| PlainCstInsn.java | 17 package com.android.dx.rop.code; 33 * @param opcode {@code non-null;} the opcode 34 * @param position {@code non-null;} source position 35 * @param result {@code null-ok;} spec for the result, if any 36 * @param sources {@code non-null;} specs for all the sources 37 * @param cst {@code non-null;} the constant
|
| SourcePosition.java | 17 package com.android.dx.rop.code; 23 * Information about a source position for code, which includes both a 27 /** {@code non-null;} convenient "no information known" instance */ 31 /** {@code null-ok;} name of the file of origin or {@code null} if unknown */ 35 * {@code >= -1;} the bytecode address, or {@code -1} if that 41 * {@code >= -1;} the line number, or {@code -1} if that 49 * @param sourceFile {@code null-ok;} name of the file of origin o [all...] |
| SwitchInsn.java | 17 package com.android.dx.rop.code; 29 /** {@code non-null;} list of switch cases */ 35 * @param opcode {@code non-null;} the opcode 36 * @param position {@code non-null;} source position 37 * @param result {@code null-ok;} spec for the result, if any 38 * @param sources {@code non-null;} specs for all the sources 39 * @param cases {@code non-null;} list of switch cases 93 * never encounters {@code SwitchInsn}s 114 * @return {@code non-null;} the case list
|
| ThrowingCstInsn.java | 17 package com.android.dx.rop.code; 29 /** {@code non-null;} list of exceptions caught */ 35 * @param opcode {@code non-null;} the opcode 36 * @param position {@code non-null;} source position 37 * @param sources {@code non-null;} specs for all the sources 38 * @param catches {@code non-null;} list of exceptions caught 39 * @param cst {@code non-null;} the constant
|
| ThrowingInsn.java | 17 package com.android.dx.rop.code; 23 * Instruction which possibly throws. The {@code successors} list in the 30 /** {@code non-null;} list of exceptions caught */ 37 * @param catches {@code non-null;} the catches list 38 * @return {@code non-null;} the string form 57 * @param opcode {@code non-null;} the opcode 58 * @param position {@code non-null;} source position 59 * @param sources {@code non-null;} specs for all the sources 60 * @param catches {@code non-null;} list of exceptions caught
|
| /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
| attrremovechild1.java | 79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
|
| attrreplacechild1.java | 81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
|