OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortForm
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java
35
private final CstString
shortForm
;
54
this.
shortForm
= makeShortForm(prototype);
117
stringIds.intern(
shortForm
);
127
int shortyIdx = file.getStringIds().indexOf(
shortForm
);
149
" // " +
shortForm
.toQuoted());
/dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdItem.java
38
private final CstUtf8
shortForm
;
57
this.
shortForm
= makeShortForm(prototype);
120
stringIds.intern(
shortForm
);
130
int shortyIdx = file.getStringIds().indexOf(
shortForm
);
152
" // " +
shortForm
.toQuoted());
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp
120
static const uint32_t
shortForm
[(OP_LAST + 31) / 32] =
164
opInfo[i].minEncSize = (
shortForm
[i / 32] & (1 << (i % 32))) ? 4 : 8;
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 326 milliseconds