OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortForm
(Results
1 - 7
of
7
) sorted by null
/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());
/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/vm/compiler/codegen/arm/Thumb/
Factory.cpp
199
bool
shortForm
= (absValue & 0xff) == absValue;
206
} else if (
shortForm
) {
215
} else if (
shortForm
) {
222
shortForm
= false;
223
if (LOWREG(rDestSrc1) &&
shortForm
) {
228
shortForm
= false;
237
if (
shortForm
)
285
bool
shortForm
= (absValue & 0x7) == absValue;
292
shortForm
= true;
297
shortForm
= true
[
all
...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
619
bool
shortForm
= (((absValue & 0xff) == absValue) && LOWREG(rDestSrc1));
626
} else if (
shortForm
) {
634
} else if (
shortForm
) {
639
if (LOWREG(rDestSrc1) &&
shortForm
)
640
opcode = (
shortForm
) ? kThumbCmpRI8 : kThumbCmpRR;
644
shortForm
= false;
650
shortForm
= false;
653
if (
shortForm
)
848
bool
shortForm
= false;
863
shortForm
= true
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java
360
public boolean
shortForm
;
378
public EditField setShortForm(boolean
shortForm
) {
379
this.
shortForm
=
shortForm
;
/packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java
226
if (field.
shortForm
) {
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 3307 milliseconds