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

<<71727374757677787980>>

  /build/core/
java.mk 57 # Emma source code coverage
113 # If the module includes java code (i.e., it's not framework-res), compile it.
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 81 public boolean transact(int code, Parcel data, Parcel reply, int flags)
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 17 package com.android.dx.cf.code;
32 /** {@code non-null;} method being converted */
36 * {@code non-null;} work set; bits indicate offsets in need of
42 * {@code non-null;} live set; bits indicate potentially-live
49 * {@code non-null;} block start set; bits indicate the starts of
51 * definitely-dead code
56 * {@code non-null, sparse;} for each instruction offset to a branch of
62 * {@code non-null, sparse;} for each instruction offset to a throwing
73 * definitely-dead code that is identified in the process.
75 * @param method {@code non-null;} method to conver
    [all...]
ByteOps.java 17 package com.android.dx.cf.code;
245 /** "-": {@code op} */
248 /** "0": {@code op}; implies {@code max_locals >= 1} */
251 /** "1": {@code op}; implies {@code max_locals >= 2} */
254 /** "2": {@code op}; implies {@code max_locals >= 3} */
257 /** "3": {@code op}; implies {@code max_locals >= 4} *
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 29 import com.android.dx.rop.code.AccessFlags;
41 * Class file with info taken from a {@code byte[]} or slice thereof.
48 * minimum {@code .class} file major version
67 /** maximum {@code .class} file major version */
70 /** maximum {@code .class} file minor version */
74 * {@code non-null;} the file path for the class, excluding any base directory
79 /** {@code non-null;} the bytes of the file */
84 * {@code false}, this avoids doing checks that only exist
91 * {@code null-ok;} the constant pool; only ever {@code null
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 40 import com.android.dx.rop.code.AccessFlags;
54 * into forms suitable for use in creating {@code dex} files.
67 * @param method {@code non-null;} the method in question
68 * @return {@code non-null;} the list of thrown exceptions
86 * {@code Signature} attribute if present.
88 * @param attribs {@code non-null;} the attributes list to search in
89 * @return {@code non-null;} the set of annotations, which may be empty
105 * of class-level attributes {@code EnclosingMethod} and
106 * {@code InnerClasses}, if present. Additionally, if the
108 * representation of all the {@code AnnotationDefault
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvOps.java 17 package com.android.dx.dex.code;
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefItem.java 21 import com.android.dx.rop.code.AccessFlags;
48 /** {@code non-null;} type constant for this class */
55 * {@code null-ok;} superclass or {@code null} if this class is a/the
60 /** {@code null-ok;} list of implemented interfaces */
63 /** {@code null-ok;} source file name or {@code null} if unknown */
66 /** {@code non-null;} associated class data object */
70 * {@code null-ok;} item wrapper for the static values, initialized
75 /** {@code non-null;} annotations directory *
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 17 package com.android.dx.rop.code;
33 /** {@code non-null;} string to prefix register numbers with */
36 /** {@code non-null;} intern table for instances */
40 /** {@code non-null;} common comparison instance used while interning */
43 /** {@code >= 0;} register number */
46 /** {@code non-null;} type loaded or stored */
49 /** {@code null-ok;} local variable info associated with this register, if any */
55 * @param reg {@code >= 0;} the register number
56 * @param type {@code non-null;} the type (or possibly actual value) which
58 * @param local {@code null-ok;} the associated local variable, if an
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 19 import com.android.dx.rop.code.*;
49 * from Java code, of course.<p>
74 * yet to be processed by a {@code BlockRenamer} instance.
90 * @param ssaMeth {@code non-null;} un-renamed SSA method that will
175 * @param orig {@code non-null;} array to duplicate
176 * @return {@code non-null;} new instance
190 * @return {@code null-ok;} Local variable name or null if none
245 /** {@code non-null;} block we're processing. */
249 * {@code non-null;} indexed by old register name. The current
272 * Constructs a block renamer instance. Call {@code process
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 479 short code = fFilter.acceptNode(node); local
480 switch (code) {
820 short code = fFilter.acceptNode(attr); local
821 switch (code) {
    [all...]
  /external/bison/src/
scan-gram.l 167 /* Nesting level of the current code in braces. */
179 /* Where containing code started, when applicable. Its initial
293 /* Code in between braces. */
499 | Scanning user-code characters and strings. |
523 | Strings, comments etc. can be found in user code. |
556 | For %union only, allow arbitrary C code to appear before the |
590 | Scanning some code in braces (%union and actions). The initial |
602 brace in braced code, so that the user code can omit trailing
688 | Escape M4 quoting characters in C code.
    [all...]
  /external/bzip2/
bzlib_private.h 260 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon1453
411 /* save area for scalars in the main decompress code */
  /external/e2fsprogs/e2fsck/
problem.h 916 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
  /external/expat/amiga/include/interfaces/
expat.h 67 const XML_LChar * APICALL (*XML_ErrorString)(struct ExpatIFace *Self, enum XML_Error code);
  /external/expat/amiga/include/libraries/
expat.h 508 XML_ErrorString(enum XML_Error code);
  /external/icu4c/test/cintltst/
cldrtest.c 497 /* TODO: Compare against parent's data too. This code can't handle fallbacks that some tools do already. */
1139 UScriptCode code[MAX_SCRIPTS_PER_LOCALE]; local
    [all...]
  /external/iproute2/include/linux/
rtnetlink.h 398 __u8 code; member in struct:rta_session::__anon2575::__anon2577
  /external/jpeg/
cjpeg.c 42 #define JMESSAGE(code,string) string ,
128 * Argument-parsing code.
jidctfst.c 9 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
15 * complex and seem not to be any faster when reduced to code.
20 * JPEG textbook (see REFERENCES section in file README). The following code
48 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
jidctint.c 9 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
15 * complex and seem not to be any faster when reduced to code.
41 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
jidctred.c 16 * of the normal LL&M code, then simplifying as much as possible.
36 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
rdrle.c 18 * Based on code contributed by Mike Lijewski,
36 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
  /external/libffi/src/powerpc/
linux64_closure.S 111 # Each of the ret_typeX code fragments has to be exactly 16 bytes long
206 .uleb128 0x1 # CIE Code Alignment Factor
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h 66 Int refSelectCode; /* enhancement layer reference select code */
443 unsigned int code; /* right justified */ member in struct:tagVLCtable

Completed in 1110 milliseconds

<<71727374757677787980>>