HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 251 - 275 of 637) sorted by null

<<11121314151617181920>>

  /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...]
DalvInsnList.java 17 package com.android.dx.dex.code;
39 * code block. This may be greater than the largest observed register+
40 * category because the method this code block exists in may
49 * @param list {@code non-null;} the list to use for elements
51 * this code block requires.
52 * @return {@code non-null;} an appropriately-constructed instance of this
69 * Constructs an instance. All indices initially contain {@code null}.
81 * do that, this will throw {@code NullPointerException}.
83 * @param n {@code >= 0, < size();} which index
84 * @return {@code non-null;} element at that inde
    [all...]
InsnFormat.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
31 * streams of code words, as well as human-oriented listing strings
40 * @param insn {@code non-null;} the instruction
43 * @return {@code non-null;} the string form
69 * has no arguments, then the result should be {@code ""}, not
70 * {@code null}.
74 * @param insn {@code non-null;} the instruction
75 * @return {@code non-null;} the string form
82 * has no comment, then the result should be {@code ""}, no
    [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...]
SwitchData.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
32 * {@code non-null;} address representing the instruction that uses this
37 /** {@code non-null;} sorted list of switch cases (keys) */
41 * {@code non-null;} corresponding list of code addresses; the branch
51 * unknown ({@code -1}).
53 * @param position {@code non-null;} source position
54 * @param user {@code non-null;} address representing the instruction tha
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 19 import com.android.dx.dex.code.CatchHandlerList;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
34 * handler address) for a particular piece of code. Instances of this
35 * class correspond to a {@code try_item[]} and a
36 * {@code catch_handler_item[]}.
40 * the size of a {@code try_item}: a {@code uint}
41 * and two {@code ushort}s
45 /** {@code non-null;} code that contains the catches *
46 private final DalvCode code; field in class:CatchStructs
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 17 package com.android.dx.rop.code;
26 * identical to Java access flags, but {@code ACC_SUPER} isn't
27 * used at all in translated code, and {@code ACC_SYNCHRONIZED}
47 * synchronized method; only valid in dex files for {@code native}
53 * class with new-style {@code invokespecial} for superclass
80 * method with strict floating point ({@code strictfp})
101 * method was declared {@code synchronized}; has no effect on
150 * @return {@code non-null;} human-oriented string
161 * @return {@code non-null;} human-oriented strin
    [all...]
BasicBlockList.java 17 package com.android.dx.rop.code;
30 * {@code >= -1;} the count of registers required by this method or
31 * {@code -1} if not yet calculated
36 * Constructs an instance. All indices initially contain {@code null},
37 * and the first-block label is initially {@code -1}.
48 * Constructs a mutable copy for {@code getMutableCopy()}.
61 * do that, this will throw {@code NullPointerException}.
63 * @param n {@code >= 0, < size();} which index
64 * @return {@code non-null;} element at that index
73 * @param n {@code >= 0, < size();} which inde
    [all...]
Insn.java 17 package com.android.dx.rop.code;
33 /** {@code non-null;} opcode */
36 /** {@code non-null;} source position */
39 /** {@code null-ok;} spec for the result of this instruction, if any */
42 /** {@code non-null;} specs for all the sources of this instruction */
48 * @param opcode {@code non-null;} the opcode
49 * @param position {@code non-null;} source position
50 * @param result {@code null-ok;} spec for the result, if any
51 * @param sources {@code non-null;} specs for all the sources
77 * {@code x.equals(y)} is only true if {@code x == y}
    [all...]
LocalVariableExtractor.java 17 package com.android.dx.rop.code;
23 * Code to figure out which local variables are active at which points in
27 /** {@code non-null;} method being extracted from */
30 /** {@code non-null;} block list for the method */
33 /** {@code non-null;} result in-progress */
36 /** {@code non-null;} work set indicating blocks needing to be processed */
42 * @param method {@code non-null;} the method to extract from
43 * @return {@code non-null;} the extracted information
53 * @param method {@code non-null;} the method to extract from
72 * @return {@code non-null;} the extracted informatio
    [all...]
RegisterSpecSet.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} no-element instance */
32 * {@code non-null;} array of register specs, where each element is
33 * {@code null} or is an instance whose {@code reg}
38 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
44 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
130 * @return {@code >= 0;} the maximum size
139 * @return {@code >= 0;} the siz
    [all...]
Rop.java 17 package com.android.dx.rop.code;
28 /** minimum {@code BRANCH_*} value */
49 /** maximum {@code BRANCH_*} value */
56 * {@code non-null;} result type of this operation; {@link Type#VOID} for
61 /** {@code non-null;} types of all the sources of this operation */
64 /** {@code non-null;} list of possible types thrown by this operation */
68 * the branchingness of this op; one of the {@code BRANCH_*}
76 /** {@code null-ok;} nickname, if specified (used for debugging) */
84 * @param result {@code non-null;} result type of this operation; {@link
86 * @param sources {@code non-null;} types of all the sources of this operatio
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 59 private static final String KEY_CODE = "code";
64 /** Request code returned when the NewLocaleDialog activity finishes. */
139 String code = ((Map<String, String>) o).get(KEY_CODE); local
140 if (code != null && code.equals(locale)) {
191 // Sort all locales by code
  /development/ndk/platforms/android-3/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /development/simulator/app/
DeviceManager.cpp 60 wxThread::ExitCode code; local
63 code = mThread->Wait(); // join the old thread
64 printf("done (code=%ld)\n", (long) code);
179 wxThread::ExitCode code; local
189 code = mThread->Wait(); // join the old thread
190 printf("done (code=%ld)\n", (long) code);
    [all...]
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 372 //2 Exif Identifier Code & TIFF Header
460 char code[8] = { 0x00, 0x00, 0x00, 0x49, 0x49, 0x43, 0x53, 0x41 }; local
462 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen);
463 memcpy(exifInfo->user_comment, code, sizeof(code));
465 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart);
  /external/chromium/net/base/
gzip_filter_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
9 // The code below uses the MOZ_Z_ forms of these functions in order that things
10 // should work on Windows. In order to make this code cross platform, we map
87 int code = CompressAll(ENCODE_DEFLATE , source_buffer(), source_len(), local
89 ASSERT_TRUE(code == Z_STREAM_END);
98 code = CompressAll(ENCODE_GZIP, source_buffer(), source_len(),
100 ASSERT_TRUE(code == Z_STREAM_END);
117 // other zlib error code if fail.
124 int code; local
128 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED
185 int code = Filter::FILTER_OK; local
354 int code = DecodeAllWithFilter(filter.get(), corrupt_data, corrupt_data_len, local
381 int code = DecodeAllWithFilter(filter.get(), corrupt_data, corrupt_data_len, local
405 int code = DecodeAllWithFilter(filter.get(), corrupt_data, corrupt_data_len, local
    [all...]
sdch_filter_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
183 // Response code needs to be 200 to allow a pass through.
223 // Response code needs to be 200 to allow a pass through.
266 // Response code needs to be 200 to allow a pass through.
305 // Response code needs to be 200 to allow a pass through.
787 int code; local
790 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED,
795 CHECK(code == Z_OK);
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 2 // source code is governed by a BSD-style license that can be found in the
19 // For the majority of the PAC utility functions, we use the same code
203 // Add the user's PAC code to the environment.
250 // Returns OK on success, otherwise an error code.
257 v8::Local<v8::Script> code = v8::Script::Compile(text, &origin); local
260 if (!code.IsEmpty())
261 code->Run();
  /external/chromium/net/socket/
socks_client_socket.cc 2 // Use of this source code is governed by a BSD-style license that can be
55 uint8 code; member in struct:net::SOCKS4ServerResponse
377 switch (response->code) {
  /external/chromium/third_party/icu/source/i18n/
anytrans.cpp 73 * The code of the current run, valid after next() returns. May
308 * Return the script code for a given name, or -1 if not found.
312 UScriptCode code; local
321 if (!isInvariant || uscript_getCode(buf, &code, 1, &ec) != 1 || U_FAILURE(ec))
323 code = USCRIPT_INVALID_CODE;
325 return code;
356 // Get the script code for the target. If not a script, ignore.
  /external/chromium/third_party/icu/source/test/intltest/
testidn.cpp 148 uint32_t code; local
184 /* get the character code, field 0 */
185 code=(uint32_t)uprv_strtoul(s, &end, 16);
191 compareMapping(code,mapping, length,USPREP_MAP);
211 //fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);
317 test.logln("Number of Unassinged code points : %i \n",unassigned);
318 test.logln("Number of Prohibited code points : %i \n",prohibited);
319 test.logln("Number of Mapped code points : %i \n",mapped);
320 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
321 test.logln("Number of code points that have no value in Trie: %i \n",noValueInTrie)
    [all...]
  /external/chromium/third_party/icu/source/tools/gennorm/
gennorm.c 316 /* get code point range */
370 /* set this flag for all code points in this range */
430 uint32_t code, value; local
451 /* get the character code, field 0 */
452 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
494 (long)code, u_errorName(*pErrorCode));
507 (long)code, (long)length);
517 /* check for non-character code points */
518 if((code&0xfffe)==0xfffe || (uint32_t)(code-0xfdd0)<0x20 || code>0x10ffff)
    [all...]
  /external/chromium/third_party/icu/source/tools/gensprep/
gensprep.c 278 uint32_t code; local
283 /* get the character code, field 0 */
284 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
304 (long)code, u_errorName(*pErrorCode));
312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
327 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
341 uint32_t code; local
376 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode));
387 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode));
396 /* get the character code, field 0 *
    [all...]
  /external/elfutils/libdw/
libdw.h 72 /* Source code line information for CU. */
75 /* One source code line information. */
93 unsigned int code; member in struct:__anon3578
228 /* Return attribute code of given attribute. */
231 /* Return form code of given attribute. */
301 /* Get abbreviation code. */
421 /* Return error code of last failing function call. This value is kept
438 /* Return attribute code of given attribute. */
442 return attr == NULL ? 0 : attr->code;
445 /* Return attribute code of given attribute. *
    [all...]

Completed in 1251 milliseconds

<<11121314151617181920>>