HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 326 - 350 of 2299) sorted by null

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 21 * The Code attribute is a variable-length attribute used in the attributes
22 * table of {@link com.vladium.jcd.cls.Method_info} structures. A Code attribute
25 * Every Java Virtual Machine implementation must recognize Code attributes. There
26 * must be exactly one Code attribute in each method_info structure.<P>
28 * The Code attribute has the format
36 * u1 code[code_length];
58 * The value of the code_length item gives the number of bytes in the code array for
59 * this method. The value of code_length must be greater than zero; the code array must
60 * not be empty.The code array gives the actual bytes of Java Virtual Machine code tha
    [all...]
  /external/strace/
sock.c 8 * 1. Redistributions of source code must retain the above copyright
87 sock_ioctl(tcp, code, arg)
89 long code, arg;
97 if (code == SIOCGIFCONF) {
107 switch (code) {
151 if (code == SIOCGIFNAME)
155 } else if (code == SIOCGIFNAME)
160 switch (code) {
proc.c 8 * 1. Redistributions of source code must retain the above copyright
90 proc_ioctl(tcp, code, arg)
92 int code, arg;
101 switch (code) {
206 proc_ioctl(tcp, code, arg)
208 int code, arg;
216 switch (code) {
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 6 # Licence: I hereby disclaim the copyright on this code and place it
12 my $code;
23 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
24 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
25 $code .= <<EOF;
47 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
48 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
49 $code .= <<EOF;
71 $code .= " mov 5*4(%rsi), %r10d /* (NEXT STEP) X[5] */\n" if ($pos == -1);
72 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1)
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 65 int code = 0; local
68 code = 1;
71 code = 2;
73 code = 3;
75 code = 4;
77 code = 5;
79 code = 6;
81 code = 7;
83 code = 8;
85 code = 9
111 int code = reply.readInt(); local
119 int code = reply.readInt(); local
131 int code = reply.readInt(); local
    [all...]
  /external/icu4c/test/cintltst/
cucdapi.c 62 /* bogus names should return invalid code */
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
103 log_err("Japanese locale: code #%d was %d (%s) but expected %d (%s)\n", j,
240 UScriptCode code = USCRIPT_INVALID_CODE; local
245 code = uscript_getScript(codepoints[i],&status);
247 if( code != expected[i] ||
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
265 UScriptCode code= USCRIPT_INVALID_CODE; local
267 code = uscript_getScript(0x001D169,&status)
273 UScriptCode code= USCRIPT_INVALID_CODE; local
    [all...]
  /external/v8/test/mjsunit/compiler/
property-simple.js 6 // * Redistributions of source code must retain the above copyright
33 code = "a = {x:8, y:9}; a.x";
35 assertEquals(8, eval(code));
37 code = "b = {z:a}; b.z.y";
39 assertEquals(9, eval(code));
  /external/v8/src/mips/
assembler-mips.cc 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
153 return kNumbers[reg.code()];
181 // Patch the code at the current address with the supplied instructions.
189 // Indicate that code has changed.
194 // Patch the code at the current PC with a call to the target address.
197 // Patch the code at the current address with a call to the target.
208 // Verify all Objects referred by code are NOT in new space.
283 // Setup code descriptor.
291 // Labels refer to positions in the (to be) generated code
    [all...]
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 15 * The Original Code is mozilla.org code.
17 * The Initial Developer of the Original Code is
223 int code; local
277 code = datum & codemask;
282 if (code == clear_code) {
290 /* Check for explicit end-of-stream code */
291 if (code == (clear_code + 1)) {
297 *rowp++ = suffix[code];
301 firstchar = oldcode = code;
    [all...]
  /external/openssl/crypto/store/
str_lib.c 12 * 1. Redistributions of source code must retain the above copyright
1286 STORE_ATTR_TYPES code)
1288 if (ATTR_IS_SET(attrs,code))
1290 switch(code)
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
31 * Instruction format {@code 35c}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
123 * category-2 values count as two words. Return {@code -1} if the
127 * @param regs {@code non-null;} the register list in questio
    [all...]
Form3rc.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
30 * Instruction format {@code 3rc}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 19 import com.android.dx.rop.code.RegOps;
20 import com.android.dx.rop.code.RegisterSpec;
21 import com.android.dx.rop.code.PlainInsn;
22 import com.android.dx.rop.code.Rops;
23 import com.android.dx.rop.code.SourcePosition;
24 import com.android.dx.rop.code.RegisterSpecList;
47 * Creates an instance. Call {@code allocateRegisters} to run.
63 * @return {@code true} if params should be moved from low to high
70 * @return a register mapper to apply to the {@code SsaMethod}
76 * Returns {@code 1} for undefined registers
    [all...]
  /external/icu4c/test/intltest/
itutil.cpp 74 static void RefPlusOne(UErrorCode &code) { code=(UErrorCode)(code+1); }
75 static void PtrPlusTwo(UErrorCode *code) { *code=(UErrorCode)(*code+2); }
  /external/opencore/
NOTICE 19 Portions of the PacketVideo supplied code contain contributions which may be
53 * ACTS-MoMuSys partners retain full right to use the code for his/her own
54 * purpose, assign or donate the code to a third party and to inhibit third
55 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) Standard
89 The original developer retains full right to modify and use the code for its
90 own purpose, assign or donate the code to a third party and to inhibit third
91 parties from using the code for products that do not conform to audiovisual and
119 full right to use the code for his/her own purpose, assign or donate
120 the code to a third party and to inhibit third party from using the
121 code for non MPEG-2 NBC/MPEG-4 Audio conforming products. Thi
    [all...]
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 29 * This Attribute represents a code attribute.
38 public byte[] code; field in class:CodeAttribute
60 byte[] code,
71 this.code = code;
120 Instruction instruction = InstructionFactory.create(code, offset);
136 Instruction instruction = InstructionFactory.create(code, offset);
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 128 protected void readInfo(byte[] code, int offset)
133 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize;
134 constant = readValue(code, offset, constantSize);
138 protected void writeInfo(byte[] code, int offset)
148 writeValue(code, offset, constantIndex, constantIndexSize); offset += constantIndexSize;
149 writeValue(code, offset, constant, constantSize);
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 4 ; This source code is licensed under the GNU LGPL
37 ; Save the registers used by the blitters, necessary for optimized code
62 ; Restore the registers used by the blitters, necessary for optimized code
x86_main.asm 4 ; This source code is licensed under the GNU LGPL
39 ; Save the registers used by the blitters, necessary for optimized code
63 ; Restore the registers used by the blitters, necessary for optimized code
  /external/qemu/
keymaps.c 40 static void add_to_key_range(struct key_range **krp, int code) {
43 if (code >= kr->start && code <= kr->end)
45 if (code == kr->start - 1) {
49 if (code == kr->end + 1) {
56 kr->start = kr->end = code;
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-error.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
13 shouldBe('error.code', 'error.PERMISSION_DENIED');
29 shouldBe('error.code', 'error.PERMISSION_DENIED');
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
13 shouldBe('error.code', 'error.PERMISSION_DENIED');
27 shouldBe('error.code', 'error.PERMISSION_DENIED');
  /external/webkit/WebCore/bindings/v8/
V8LazyEventListener.cpp 8 * * Redistributions of source code must retain the above copyright
44 V8LazyEventListener::V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, int lineNumber, int columnNumber, const WorldContextHandle& worldContext)
48 , m_code(code)
107 // have the same numbers as in the original code.
108 String code = "(function (evt) {" \ local
113 code.append(m_code);
115 code.append( "\n}).call(this, evt);}}}})");
116 v8::Handle<v8::String> codeExternalString = v8ExternalString(code);
128 // argument wrapping the event source code. The reason for this is
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 169 public boolean onEvent(int code, String raw, String[] cooked) {
170 if (code == NetdResponseCode.InterfaceChange) {
240 int code = Integer.parseInt(st.nextToken(" ")); local
241 if (code != NetdResponseCode.InterfaceGetCfgResult) {
243 String.format("Expected code %d, but got %d",
244 NetdResponseCode.InterfaceGetCfgResult, code));
296 int code = Integer.parseInt(tok[0]); local
297 if (code == NetdResponseCode.IpFwdStatusResult) {
307 throw new IllegalStateException(String.format("Unexpected response code %d", code));
346 int code = Integer.parseInt(tok[0]); local
461 int code = Integer.parseInt(tok[0]); local
547 int code; local
589 int code; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 12 * Each code tree is stored in a compressed form which is itself
13 * a Huffman encoding of the lengths of all the code strings (in
14 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (0 = distance of 1) *
245 int code; \/* code value *\/ local
583 ush code = 0; \/* running code value *\/ local
1080 unsigned code; \/* the code to send *\/ local
    [all...]

Completed in 1698 milliseconds

<<11121314151617181920>>