OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outat
(Results
1 - 13
of
13
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java
48
int
outAt
= 0;
77
if (alleged !=
outAt
) {
94
result[
outAt
] = (byte) c;
95
outAt
++;
106
"offset " + Hex.u4(
outAt
));
120
result[
outAt
] = (byte) ((value << 4) | digVal);
121
outAt
++;
128
Hex.u4(
outAt
));
133
"offset " + Hex.u4(
outAt
));
137
if (
outAt
< result.length)
[
all
...]
/dalvik/dx/src/com/android/dx/util/
HexParser.java
48
int
outAt
= 0;
77
if (alleged !=
outAt
) {
94
result[
outAt
] = (byte) c;
95
outAt
++;
106
"offset " + Hex.u4(
outAt
));
120
result[
outAt
] = (byte) ((value << 4) | digVal);
121
outAt
++;
128
Hex.u4(
outAt
));
133
"offset " + Hex.u4(
outAt
));
137
if (
outAt
< result.length)
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java
48
int
outAt
= 0;
77
if (alleged !=
outAt
) {
94
result[
outAt
] = (byte) c;
95
outAt
++;
106
"offset " + Hex.u4(
outAt
));
120
result[
outAt
] = (byte) ((value << 4) | digVal);
121
outAt
++;
128
Hex.u4(
outAt
));
133
"offset " + Hex.u4(
outAt
));
137
if (
outAt
< result.length)
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Utf8Utils.java
47
int
outAt
= 0;
52
bytes[
outAt
] = (byte) c;
53
outAt
++;
55
bytes[
outAt
] = (byte) (((c >> 6) & 0x1f) | 0xc0);
56
bytes[
outAt
+ 1] = (byte) ((c & 0x3f) | 0x80);
57
outAt
+= 2;
59
bytes[
outAt
] = (byte) (((c >> 12) & 0x0f) | 0xe0);
60
bytes[
outAt
+ 1] = (byte) (((c >> 6) & 0x3f) | 0x80);
61
bytes[
outAt
+ 2] = (byte) ((c & 0x3f) | 0x80);
62
outAt
+= 3
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java
92
for (int i = 0,
outAt
= 0; i < sz; i++) {
94
insns[i] = moveInsnFor(src,
outAt
);
95
outAt
+= src.getCategory();
118
for (int i = 0,
outAt
= 0; i < sz; i++) {
120
SimpleInsn insn = moveInsnFor(src,
outAt
);
128
outAt
+= src.getCategory();
/dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java
91
for (int i = 0,
outAt
= 0; i < sz; i++) {
93
insns[i] = moveInsnFor(src,
outAt
);
94
outAt
+= src.getCategory();
117
for (int i = 0,
outAt
= 0; i < sz; i++) {
119
SimpleInsn insn = moveInsnFor(src,
outAt
);
127
outAt
+= src.getCategory();
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
HighRegisterPrefix.java
92
for (int i = 0,
outAt
= 0; i < sz; i++) {
94
insns[i] = moveInsnFor(src,
outAt
);
95
outAt
+= src.getCategory();
118
for (int i = 0,
outAt
= 0; i < sz; i++) {
120
SimpleInsn insn = moveInsnFor(src,
outAt
);
128
outAt
+= src.getCategory();
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java
49
int
outAt
= 0;
54
bytes[
outAt
] = (byte) c;
55
outAt
++;
57
bytes[
outAt
] = (byte) (((c >> 6) & 0x1f) | 0xc0);
58
bytes[
outAt
+ 1] = (byte) ((c & 0x3f) | 0x80);
59
outAt
+= 2;
61
bytes[
outAt
] = (byte) (((c >> 12) & 0x0f) | 0xe0);
62
bytes[
outAt
+ 1] = (byte) (((c >> 6) & 0x3f) | 0x80);
63
bytes[
outAt
+ 2] = (byte) ((c & 0x3f) | 0x80);
64
outAt
+= 3
[
all
...]
/dalvik/dx/src/com/android/dx/rop/cst/
CstString.java
49
int
outAt
= 0;
54
bytes[
outAt
] = (byte) c;
55
outAt
++;
57
bytes[
outAt
] = (byte) (((c >> 6) & 0x1f) | 0xc0);
58
bytes[
outAt
+ 1] = (byte) ((c & 0x3f) | 0x80);
59
outAt
+= 2;
61
bytes[
outAt
] = (byte) (((c >> 12) & 0x0f) | 0xe0);
62
bytes[
outAt
+ 1] = (byte) (((c >> 6) & 0x3f) | 0x80);
63
bytes[
outAt
+ 2] = (byte) ((c & 0x3f) | 0x80);
64
outAt
+= 3
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java
49
int
outAt
= 0;
54
bytes[
outAt
] = (byte) c;
55
outAt
++;
57
bytes[
outAt
] = (byte) (((c >> 6) & 0x1f) | 0xc0);
58
bytes[
outAt
+ 1] = (byte) ((c & 0x3f) | 0x80);
59
outAt
+= 2;
61
bytes[
outAt
] = (byte) (((c >> 12) & 0x0f) | 0xe0);
62
bytes[
outAt
+ 1] = (byte) (((c >> 6) & 0x3f) | 0x80);
63
bytes[
outAt
+ 2] = (byte) ((c & 0x3f) | 0x80);
64
outAt
+= 3
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java
308
int
outAt
= 0;
312
int placedAt = one.place(this,
outAt
);
314
if (placedAt <
outAt
) {
319
outAt
= placedAt + one.writeSize();
326
writeSize =
outAt
;
/dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java
307
int
outAt
= 0;
311
int placedAt = one.place(this,
outAt
);
313
if (placedAt <
outAt
) {
318
outAt
= placedAt + one.writeSize();
325
writeSize =
outAt
;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java
308
int
outAt
= 0;
312
int placedAt = one.place(this,
outAt
);
314
if (placedAt <
outAt
) {
319
outAt
= placedAt + one.writeSize();
326
writeSize =
outAt
;
Completed in 184 milliseconds