OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code
(Results
1751 - 1775
of
26167
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/cts/tools/signature-tools/
README.txt
3
This project contains the source
code
and tests for API signature comparison tools.
26
src : source
code
30
| compare : the comparator
code
42
test : source
code
of the test suite
/dalvik/dx/src/com/android/dx/cf/attrib/
AttLocalVariableTable.java
19
import com.android.dx.cf.
code
.LocalVariableList;
22
* Attribute class for standard {@
code
LocalVariableTable} attributes.
25
/** {@
code
non-null;} attribute name for attributes of this type */
31
* @param localVariables {@
code
non-null;} list of local variable entries
AttLocalVariableTypeTable.java
19
import com.android.dx.cf.
code
.LocalVariableList;
22
* Attribute class for standard {@
code
LocalVariableTypeTable} attributes.
25
/** {@
code
non-null;} attribute name for attributes of this type */
31
* @param localVariables {@
code
non-null;} list of local variable entries
AttRuntimeInvisibleAnnotations.java
22
* Attribute class for standard {@
code
RuntimeInvisibleAnnotations}
26
/** {@
code
non-null;} attribute name for attributes of this type */
32
* @param annotations {@
code
non-null;} the list of annotations
33
* @param byteLength {@
code
>= 0;} attribute data length in the original
AttRuntimeInvisibleParameterAnnotations.java
23
* {@
code
RuntimeInvisibleParameterAnnotations} attributes.
27
/** {@
code
non-null;} attribute name for attributes of this type */
34
* @param parameterAnnotations {@
code
non-null;} the parameter annotations
35
* @param byteLength {@
code
>= 0;} attribute data length in the original
AttRuntimeVisibleAnnotations.java
22
* Attribute class for standard {@
code
RuntimeVisibleAnnotations}
26
/** {@
code
non-null;} attribute name for attributes of this type */
32
* @param annotations {@
code
non-null;} the list of annotations
33
* @param byteLength {@
code
>= 0;} attribute data length in the original
AttRuntimeVisibleParameterAnnotations.java
22
* Attribute class for standard {@
code
RuntimeVisibleParameterAnnotations}
27
/** {@
code
non-null;} attribute name for attributes of this type */
34
* @param annotations {@
code
non-null;} the parameter annotations
35
* @param byteLength {@
code
>= 0;} attribute data length in the original
/dalvik/dx/src/com/android/dx/command/
DxConsole.java
23
* By default the PrintStream objects link to {@
code
System.out} and
24
* {@
code
System.err} but they can be changed to link to other
29
* Standard output stream. Links to {@
code
System.out} by default.
34
* Error output stream. Links to {@
code
System.err} by default.
/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
...]
/dalvik/dx/src/com/android/dx/util/
IntSet.java
47
* Merges {@
code
other} into this set, so this set becomes the
50
* @param other {@
code
non-null;} other set to merge with.
57
* @return {@
code
> = 0;} count of unique elements
64
* @return {@
code
non-null;} a set iterator
/dalvik/dx/tests/017-method-attrib-Code/
info.txt
6
method with a minimal but syntactically valid
Code
attribute.
/dalvik/dx/tests/021-code-attrib-LineNumberTable/
info.txt
6
method with a simple
Code
attribute, which itself has a syntactically
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/
info.txt
6
method with a simple
Code
attribute, which itself has a syntactically
/dalvik/dx/tests/044-dex-math-ops/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/045-dex-switch-ops/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/046-dex-exceptions/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/047-dex-wide-args/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/048-dex-new-array/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/049-dex-instanceof/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/050-dex-checkcast/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/052-dex-static-var-access/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/053-dex-instance-var-access/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/054-dex-high16/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/055-dex-explicit-throw/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
/dalvik/dx/tests/056-dex-call-interface/
info.txt
4
This test compares emitted
code
against a known-good (via eyeballing)
Completed in 113 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>