HomeSort by relevance Sort by last modified time
    Searched defs:shortForm (Results 1 - 8 of 8) 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());
  /external/dexmaker/src/dx/java/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());
  /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/mips/Mips32/
Factory.cpp 207 bool shortForm = (absValue & 0xff) == absValue;
221 if (shortForm)
279 bool shortForm = true;
287 shortForm = false;
297 shortForm = false;
318 shortForm = false;
327 shortForm = false;
336 shortForm = false;
341 shortForm = false;
350 if (shortForm)
    [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/account/
AccountType.java 449 public boolean shortForm;
467 public EditField setShortForm(boolean shortForm) {
468 this.shortForm = shortForm;
495 + " shortForm=" + shortForm
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 275 milliseconds