OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpWidth
(Results
1 - 5
of
5
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java
101
private int
dumpWidth
;
132
dumpWidth
= 79;
207
* @param
dumpWidth
{@code >= 40;} the width
209
public void setDumpWidth(int
dumpWidth
) {
210
if (
dumpWidth
< 40) {
211
throw new IllegalArgumentException("
dumpWidth
< 40");
214
this.
dumpWidth
=
dumpWidth
;
541
out.enableAnnotations(
dumpWidth
, verbose);
/dalvik/dx/src/com/android/dx/dex/file/
DexFile.java
104
private int
dumpWidth
;
137
dumpWidth
= 79;
226
* @param
dumpWidth
{@code >= 40;} the width
228
public void setDumpWidth(int
dumpWidth
) {
229
if (
dumpWidth
< 40) {
230
throw new IllegalArgumentException("
dumpWidth
< 40");
233
this.
dumpWidth
=
dumpWidth
;
558
out.enableAnnotations(
dumpWidth
, verbose);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java
106
private int
dumpWidth
;
139
dumpWidth
= 79;
228
* @param
dumpWidth
{@code >= 40;} the width
230
public void setDumpWidth(int
dumpWidth
) {
231
if (
dumpWidth
< 40) {
232
throw new IllegalArgumentException("
dumpWidth
< 40");
235
this.
dumpWidth
=
dumpWidth
;
560
out.enableAnnotations(
dumpWidth
, verbose);
/dalvik/dx/src/com/android/dx/command/dexer/
Main.java
548
if (args.
dumpWidth
!= 0) {
549
outputDex.setDumpWidth(args.
dumpWidth
);
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 158 milliseconds