/external/v8/src/ |
interpreter-irregexp.h | 6 // * Redistributions of source code must retain the above copyright 28 // A simple interpreter for the Irregexp byte code. 40 Handle<ByteArray> code,
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_wsc_common.h | 25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
|
/external/zlib/src/ |
inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding 38 LENLENS, /* i: waiting for code length code lengths */ 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 41 LEN, /* i: waiting for length/lit/eob code */ 43 DIST, /* i: waiting for distance code */ 103 /* for table and code decoding */ 105 /* fixed and dynamic code tables */ 106 code const FAR *lencode; /* starting table for length/literal codes */ 107 code const FAR *distcode; /* starting table for distance codes * [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
d_gain_c.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 114 Word16 code[], /* i : innovation codevector */
|
/libcore/luni/src/main/java/java/util/spi/ |
CurrencyNameProvider.java | 38 * Returns the localized currency symbol for the given currency code.
40 * @param code an ISO 4217 currency code
44 * if {@code code == null || locale == null}
46 * if code or locale is not in a legal format or not available
48 public abstract String getSymbol(String code, Locale locale);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/ |
code.pass.cpp | 14 // const error_code& code() const throw(); 24 assert(f.code() == ec); 29 assert(f.code() == ec); 34 assert(f.code() == ec); 39 assert(f.code() == ec);
|
/external/javassist/src/main/javassist/ |
CtField.java | 38 * Creates a <code>CtField</code> object. 40 * with <code>CtClass.addField()</code>. 42 * by a <code>CtField.Initializer</code> object. 45 * call <code>CtNewMethod.getter()</code> and 46 * <code>CtNewMethod.setter()</code> [all...] |
CtNewMethod.java | 24 * A collection of static methods for creating a <code>CtMethod</code>. 32 * Compiles the given source code and creates a method. 33 * The source code must include not only the method body 48 * Compiles the given source code and creates a method. 49 * The source code must include not only the method body 54 * <p>If the source code includes <code>$proceed()</code>, then 60 * that is called on by <code>$proceed()</code> 231 Bytecode code = new Bytecode(cp, 2, 1); local 272 Bytecode code = new Bytecode(cp, 3, 3); local 342 Bytecode code = new Bytecode(cp, 0, 0); local [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
CodeStatistics.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.rop.code.RopMethod; 25 * code. 28 /** set to {@code true} to enable development-time debugging code */ 53 * running sum of the number of dex-form insns (actually code 60 * running sum of the total number of dex insns (actually code 78 * @param count {@code >= 0;} the number of bytes to add 87 * @param nonOptCode non-optimized code block 88 * @param code optimized code bloc [all...] |
/external/chromium_org/net/data/websocket/ |
close-code-and-reason_wsh.py | 2 # Use of this source code is governed by a BSD-style license that can be 23 code, reason = line.split(' ', 1) 24 data = struct.pack('!H', int(code)) + reason.encode('utf-8')
|
/external/chromium_org/ppapi/api/ |
pp_macros.idl | 2 * Use of this source code is governed by a BSD-style license that can be 96 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) \ 99 code \ 102 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) code
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaError.idl | 7 * 1. Redistributions of source code must retain the above copyright 34 readonly attribute unsigned short code;
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
CloseEvent.idl | 8 * * Redistributions of source code must retain the above copyright 35 [InitializedByEventConstructor] readonly attribute unsigned short code;
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
gypsh.py | 2 # Use of this source code is governed by a BSD-style license that can be 17 import code namespace 51 # code.interact uses by default, but tack on something to indicate what 56 code.interact(banner, local=locals)
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
UnaryOp.java | 19 import com.android.dx.rop.code.Rop; 20 import com.android.dx.rop.code.Rops; 27 /** {@code ~a}. Supports int and long. */ 34 /** {@code -a}. Supports int, long, float and double. */
|
/external/e2fsprogs/lib/et/ |
com_err.c | 26 default_com_err_proc (const char *whoami, errcode_t code, const 31 default_com_err_proc (const char *whoami, errcode_t code, const 40 if (code) { 41 fputs(error_message(code), stderr); 68 void com_err_va (const char *whoami, errcode_t code, const char *fmt, 71 (*com_err_hook) (whoami, code, fmt, args); 75 errcode_t code, 83 com_err_va (whoami, code, fmt, pvar);
|
com_right.c | 17 * 1. Redistributions of source code must retain the above copyright 48 com_right(struct et_list *list, long code) 52 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) 53 return p->table->msgs[code - p->table->base]; 59 com_right_r(struct et_list *list, long code, char *str, size_t len) 63 if ((code >= p->table->base) && 64 (code < p->table->base + p->table->n_msgs)) { 65 strncpy(str, p->table->msgs[code - p->table->base], len);
|
/external/elfutils/libdw/ |
dwarf_attr.c | 20 additional right to link the code of Red Hat elfutils with code licensed 23 distribution of source code with any binary distribution and to 24 distribute linked combinations of the two. Non-GPL Code permitted under 25 this exception must only link to the code of Red Hat elfutils through 27 found in the source code files (the "Approved Interfaces"). The files 28 of Non-GPL Code may instantiate templates or use macros or inline 35 License in all respects for all of the Red Hat elfutils code and other 36 code used in conjunction with Red Hat elfutils except the Non-GPL Code [all...] |
/external/llvm/utils/ |
countloc.sh | 2 ##===- utils/countloc.sh - Counts Lines Of Code --------------*- Script -*-===## 11 # This script finds all the source code files in the source code directories 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
|
/external/oprofile/libopagent/ |
opagent.h | 3 * Interface to report symbol names and dynamically generated code to Oprofile 67 * Signal the dynamic generation of native code from a virtual machine. 76 * vma: The virtual memory address of the executable code. 77 * code: Pointer to the location of the compiled code. 80 * obtaining the code may be impractical. For this (or any other) 82 * If NULL is passed, no code will be copied into the JIT dump 84 * code_size: Size of the compiled code. 90 uint64_t vma, void const * code, 94 * Add debug line information to a piece of code. An op_write_native_code( [all...] |
/external/speex/libspeex/ |
vq_arm4.h | 11 - Redistributions of source code must retain the above copyright 78 const spx_word16_t *code = codebook; 79 dist1 = MAC16_16(dist1,in[j],*code); 80 code += len; 81 dist2 = MAC16_16(dist2,in[j],*code); 82 code += len; 83 dist3 = MAC16_16(dist3,in[j],*code); 84 code += len; 85 dist4 = MAC16_16(dist4,in[j],*code);
|
/frameworks/base/core/java/android/content/ |
IIntentSender.aidl | 24 int send(int code, in Intent intent, String resolvedType,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
fixChangeLogPatch.pl | 10 # * Redistributions of source code must retain the above copyright 46 # Changed some code on 2009-12-22. 55 # Changed some code on 2009-12-21. 72 Changed some code on 2010-12-22. 84 Changed some code on 2010-12-22. 98 - Changed some code on 2010-12-22. 115 - Changed some code on 2010-12-22. 136 - Changed some code on 2010-12-22. 152 - Changed some code on 2010-12-22. 172 Changed some code on 2010-12-22 [all...] |
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
AnalyzerTest.java | 142 private static void addJump(Bytecode code, int opcode, int pos) { 143 int current = code.currentPc(); 144 code.addOpcode(opcode); 145 code.addIndex(pos - current); 167 fail("Invalid code should have triggered a BadBytecode exception"); 179 fail("Code falloff should have triggered a BadBytecode exception"); 202 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 203 /* 0 */ code.addIconst(1); 204 /* 1 */ addJump(code, Opcode.GOTO, 5); 205 /* 4 */ code.addIconst(0); // DEA 222 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 239 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 254 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 278 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMException.cpp | 8 * 1. Redistributions of source code must retain the above copyright 39 const int code; member in struct:WebCore::CoreException 89 DOMException::DOMException(unsigned short code, const String& name, const String& message) 92 m_code = code; 102 return adoptRef(new DOMException(entry->code, 137 return (entry && entry->code) ? entry->code : 0;
|