| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
| thumb-nop.s | 2 .code 16
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/ |
| undefbug.s | 1 .code
|
| /toolchain/binutils/binutils-2.27/libiberty/ |
| xexit.c | 22 @deftypefn Replacement void xexit (int @var{code}) 25 the @code{xatexit} replacement function, they will be called first. 26 Termination is handled via the system's normal @code{exit} call. 47 xexit (int code) 51 exit (code);
|
| /external/javassist/src/test/test/javassist/bytecode/analysis/ |
| ScannerTest.java | 111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9); local 112 /* 0 */ code.addAload(0); 113 /* 1 */ code.addLdc("start"); 114 /* 3 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass}); 115 /* 6 */ code.addAload(0); 116 /* 7 */ code.addLdc("try"); 117 /* 9 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass}); 118 /* 12 */ addJump(code, Opcode.GOTO, 125); 119 /* 14 */ code.addAstore(2); 120 /* 16 */ code.addAload(2) [all...] |
| /external/pcre/dist2/src/ |
| pcre2_find_bracket.c | 9 Original API code Copyright (c) 1997-2012 University of Cambridge 10 New API code Copyright (c) 2016 University of Cambridge 16 * Redistributions of source code must retain the above copyright notice, 62 code points to start of expression 70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) 74 register PCRE2_UCHAR c = *code; 81 zero; the actual length is stored in the compiled code. */ 83 if (c == OP_XCLASS) code += GET(code, 1); 84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE) [all...] |
| /external/valgrind/none/tests/amd64/ |
| smc1.c | 2 /* Test Valgrind's ability to spot writes to code which has been 18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is 50 // code on the heap therefore 51 static UChar* code; variable 53 /* Make `code' be movabsq $dest, %rax ; pushq %rax ; ret */ 60 code[0] = 0x48; 61 code[1] = 0xB8; 62 code[2] = (dest & 0xFF); 63 code[3] = ((dest >> 8) & 0xFF) [all...] |
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| OpenWnnEvent.java | 77 * This event input specified character({@code chars}) into the cursor position. 84 * This event changes a character at cursor position with specified rule({@code toggleMap}). 97 * This event processes a {@code keyEvent}. 104 * This event processes a {@code keyEvent}. 176 * To get words from the list, use {@code GET_WORD} event. 183 * Get a word from top of the list made by {@code LIST_WORDS_IN_USER_DICTIONARY}. 262 /** Event code */ 263 public int code = UNDEFINED; field in class:OpenWnnEvent 278 /** Error code */ 284 * @param code The cod [all...] |
| /bionic/libc/upstream-netbsd/lib/libc/regex/ |
| cname.h | 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 40 * This code is derived from software contributed to Berkeley by 46 * 1. Redistributions of source code must retain the above copyright 77 char code; member in struct:cname
|
| /cts/tests/tests/media/libndkaudio/ |
| OpenSLESUtils.h | 20 const char * getSLErrStr(int code);
|
| /device/google/wahoo/wifi_offload/ |
| offload_status_util.cpp | 26 OffloadStatus createOffloadStatus(OffloadStatusCode code, const std::string &description) { 27 return {code, description}; 30 OffloadStatus createOffloadStatus(OffloadStatusCode code) { 31 return createOffloadStatus(code, "");
|
| /external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
| RcsException.java | 7 * - Redistributions of source code must retain the above copyright 46 public RcsException(String message, int code) { 48 mCode = code; 51 public RcsException(String message, Throwable cause, int code) { 53 mCode = code; 57 * Gets the detailed exception code when RcsException is throwed 59 * @return the exception code in {@link RcsManager.ResultCode}
|
| /external/llvm/lib/Support/ |
| regcname.h | 2 * This code is derived from OpenBSD's libc/regex, original license follows: 8 * This code is derived from software contributed to Berkeley by 14 * 1. Redistributions of source code must retain the above copyright 44 char code; member in struct:cname
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| regcname.h | 2 * This code is derived from OpenBSD's libc/regex, original license follows: 8 * This code is derived from software contributed to Berkeley by 14 * 1. Redistributions of source code must retain the above copyright 41 char code; member in struct:cname
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| regcname.h | 2 * This code is derived from OpenBSD's libc/regex, original license follows: 8 * This code is derived from software contributed to Berkeley by 14 * 1. Redistributions of source code must retain the above copyright 44 char code; member in struct:cname
|
| /libcore/luni/src/main/java/org/w3c/dom/ |
| DOMException.java | 21 * <code>NodeList</code>. 24 * exception if a <code>null</code> argument is passed when <code>null</code> 34 public DOMException(short code, String message) { 36 this.code = code; 38 public short code; field in class:DOMException [all...] |
| /packages/apps/DocumentsUI/src/com/android/documentsui/ |
| ActionModeAddons.java | 25 void finishOnConfirmed(int code);
|
| /prebuilts/misc/common/swig/include/2.0.11/octave/ |
| exception.i | 5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
|
| /prebuilts/misc/common/swig/include/2.0.11/perl5/ |
| exception.i | 4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
|
| perlerrors.swg | 6 SWIG_Perl_ErrorType(int code) { 7 switch(code) {
|
| /prebuilts/misc/common/swig/include/2.0.11/python/ |
| exception.i | 5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| exception.i | 4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg);))
|
| /prebuilts/misc/common/swig/include/2.0.11/tcl/ |
| exception.i | 5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); return TCL_ERROR;))
|
| /system/core/libpixelflinger/codeflinger/ |
| Arm64Disassembler.h | 8 * * Redistributions of source code must retain the above copyright 33 int arm64_disassemble(uint32_t code, char* instr);
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/unsorted/ |
| common.s | 1 .code
|
| /external/curl/tests/libtest/ |
| lib512.c | 26 /* Test case code based on source in a bug report filed by James Bursa on 31 CURLcode code; local 36 code = curl_global_init(CURL_GLOBAL_ALL); 37 if(code == CURLE_OK) { 48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL); 49 if(code == CURLE_OK) { 51 code = curl_easy_perform(curl2); 52 if(code == CURLE_OK)
|